summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-12Remove support for 32-bit Windows.HEADndk-r23cndk-r23bndk-r23-beta6ndk-r23-beta5ndk-r23-beta4ndk-r23-beta3ndk-r23-beta2ndk-r23-beta1ndk-r23ndk-r22-beta1ndk-r22ndk-r21endk-r21dndk-r21cndk-r21bndk-r21-rc1ndk-r21-beta2ndk-r21-beta1ndk-r21ndk-release-r23ndk-release-r22ndk-release-r21mastermainbusytown-mac1010-releaseDan Albert
2019-03-22Adapt to ndk.hosts changes.Dan Albert
2018-08-13Add .pyo and .pyc files to the gitignore.ndk-r20bndk-r20-beta3ndk-r20-beta2ndk-r20-beta1ndk-r20ndk-r19cndk-r19bndk-r19-beta2ndk-r19-beta1ndk-r19ndk-release-r20ndk-release-r19Dan Albert
2018-05-04Don't include the pretty printers for removed STLs.ndk-r18bndk-r18-beta2ndk-r18-beta1ndk-release-r18Dan Albert
2018-01-25Mark a bash script with a /bin/bash shebangRyan Prichard
2017-09-19Fix removal of python precompiled files.Dan Albert
2017-09-14Don't use TMPDIR when building Python.Dan Albert
2016-02-10Don't add -static-libgcc on darwin.ndk-r16-beta2ndk-r16-beta1ndk-r16ndk-r15-beta2ndk-r15-beta1ndk-r14-beta2ndk-r14-beta1ndk-r14ndk-r13-beta2ndk-r13-beta1ndk-r13ndk-r12bndk-r12-beta2ndk-r12-beta1ndk-release-r16ndk-r16-releasendk-r15-releasendk-r14-releasendk-r13-releasendk-r12-releaseJosh Gao
2016-02-08Regenerate configure.Josh Gao
2016-02-08Sprinkle more -static-libgcc on the python build system.Josh Gao
2016-02-03Compile Python on windows with -static-libgcc.Josh Gao
2016-02-02Fix cleanup of python tests, also remove .pyc/pyo files.Josh Gao
2016-01-12Install Python to OUT_DIR, not DIST_DIR.Dan Albert
2016-01-11Add a gitignore for some generated files.Dan Albert
2015-11-04Remove tests before packaging Python.Dan Albert
2015-11-03Fix Python package name.Dan Albert
2015-08-28Refactor to use build_support.Dan Albert
2015-08-28Merge changes from topic 'split-python'Dan Albert
2015-08-28Fix broken path rewriting in python-config.sh.Josh Gao
2015-08-28Add build.py and fix up build-python.sh.Dan Albert
2015-08-28Move build-python.sh to toolchain/python.Dan Albert
2015-08-27Fix python-config.sh library order.Josh Gao
2015-06-17Delete old versions of Python.Dan Albert
2014-01-15Fix python build inc_dirs[] and lib_dirs[] for linux/darwinAndrew Hsieh
2013-05-21Python 2.7.5: Regen configure and pyconfig.h.inRay Donnelly
2013-05-21MSYS: Apply a monkeypatch to os.systemRay Donnelly
2013-05-21Add the build machine's Python's DESTSHARED path to PYTHONPATHRay Donnelly
2013-05-21MinGW-w64: Add path of python.exe or python2.7.dll to PATHRay Donnelly
2013-05-21Cross: Use full path for the cross Python interpreterRay Donnelly
2013-05-21MinGW-w64: Added --build-sysroot config optionRay Donnelly
2013-05-21MinGW-w64: Installation fix for the shared Python library.Ray Donnelly
2013-05-21MinGW-w64 Cross: MinGW-w64 headers are all lowercase.Ray Donnelly
2013-05-21MinGW-w64: Simple compile fix.Ray Donnelly
2013-05-21MinGW-w64/MSYS: Do not search build system sysroot folders.Ray Donnelly
2013-05-21MSYS distutils: Path conversion for --root option.Ray Donnelly
2013-05-21MinGW-w64: Replace forwardslashes with backslashesRay Donnelly
2013-05-21MSYS: Fix ln -s orderingRay Donnelly
2013-05-21Cross: Don't add multi-arch paths if cross compiling.Ray Donnelly
2013-05-21MinGW-w64: Allow either nt-threads and pthreads.Ray Donnelly
2013-05-21Cross: Add python-config.sh.Ray Donnelly
2013-05-21MinGW-w64: Don't compile dbm module.Ray Donnelly
2013-05-21MinGW-w64: Allow size_t (%z) format specifier.Ray Donnelly
2013-05-21MinGW-w64: Allow static tcltk (which I don't recommend).Ray Donnelly
2013-05-21MinGW-w64: Add ISPAD define so that PDCurses can be used.Ray Donnelly
2013-05-21MinGW-w64: Adopt unix filesystem layout for MinGW Python.Ray Donnelly
2013-05-21Darwin: Enable as a target for cross compilation.Ray Donnelly
2013-05-21Distutils (cygwinccompiler): Use CC and LD env. variablesRay Donnelly
2013-05-21MSYS: Add building on MSYSVPATH configure argument.Ray Donnelly
2013-05-21MinGW-w64: Enable building the _msi module.Ray Donnelly
2013-05-21MinGW-w64: Use a different header for regenRay Donnelly