aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/python3/modules.setup
AgeCommit message (Collapse)Author
2023-03-18[depends] fix linking python3 on weboswsnipex
2022-10-31[tools/depends] Python 3.11.0fuzzard
2022-02-14[tools/depends][target] bump libffi 3.4.2fuzzard
2021-12-03[tools/depends][target] bump expat 2.4.1fuzzard
fix python module build with system expat for elementtree and pyexpat causing duplicate symbols. with-system-* flags dont actually do anything for us, as we dont (cant) use the auto detection for python modules, and we instead rely on the Modules.setup to build everything
2021-10-24[tools/depends][target] python 3.9.7fuzzard
Bump to python 3.9.7
2021-10-17[tools/depends][target] python simplify localemodule sed replacefuzzard
2021-10-17[tools/depends][target] python change scproxy addition to sed replacementfuzzard
Instead of just echoing to end of modules.setup use a sed replace for scproxy like other modules
2021-08-13[tools/depends/target][python3] enable multiprocessing modulefuzzard
2021-06-30[Python] Add lzma moduleMatt Huisman
2020-08-16[tools/depends] Python 3.8.5fuzzard
patches updated for target platforms native python updated to 3.8.5 to accomodate change in pgen references to python3.7 updated to python3.8 updated pythonmodules builds to build against 3.8 Use official APIs for accessing interpreter list (PyInterpreterState_ThreadHead, PyThreadState_Next)
2020-07-30[tools/depends/target] Python3 build bz2 modulefuzzard
adds support for bz2 module
2020-05-19[android] python: include profile modulewsnipex
2019-10-11[depends] Updated Python3 Makefile and PatchesArpit Nandwani