Age | Commit message (Collapse) | Author |
|
|
|
|
|
Refresh patches as needed
use PYTHON3-VERSION file for version info
|
|
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
|
|
Add patch to default autoconf test to set ac_osx_32bit to no for cross compile.
All darwin platforms we support are 64bit only.
|
|
backport https://github.com/python/cpython/pull/27394 to 3.9.6
Android Pycryptodome builds fail due to crypt.h inclusion (not respecting undef HAVE_CRYPT_H)
|
|
Bump to python 3.9.7
|
|
Create a single version variable for python to remove hardcoded version numbers in
multiple dependencies
Do the same for the target site-packages folder
|
|
|
|
|
|
|
|
Instead of just echoing to end of modules.setup use a sed replace for scproxy like other
modules
|
|
|
|
[Python] Add lzma module
|
|
|
|
|
|
Update patch to better handle waitpid from import os call
|
|
Update darwinembedded patches
Explicitly set ac_cv_* flags. This reduces some prior patch usage
|
|
reorder configure for apple platforms
introduce osx arm arch types
Update docs --with-platform mandatory usage for apple platforms
Update buildsteps ios/osx to use new mandatory --with-platform
Update samba to explicitly use -Wno-error=implicit-function-declaration since global use of flag was removed
|
|
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)
|
|
|
|
adds support for bz2 module
|
|
remove android patch part already upstream
other android patches seem unrequired. Py devs report android crosscompile working better in 3.7+
move darwin specific patch from crosscompile.patch to apple.patch
update darwin patches to properly set define_xopen_source during crosscompile. allows removal of posixmodule patch
|
|
|
|
|
|
waitpid undef not required. Functions correctly with waitpid on both ios/tvos
|
|
|
|
|