Skip to content

Tags: ccoombs1972/python-for-android

Tags

r34

Toggle r34's commit message
r34 as Python 3.6.4

r33

Toggle r33's commit message
python 2.7.14

r32

Toggle r32's commit message
r32 as Python 3.6.2

- change revision number to r32.
- check development tools in Makefile.
- build succeed, but not tested with actual android devices.
- reverted patch removed in 'Python/fileutils.c'
- sysconfig file name was changed with empty platform string. (locale.patch)
- disable Py_ASSERT in 'Modules/posixmodule.c'.
- remove the not used file: Python-3.2.2-android.patch.

py3mod-1.0.0

Toggle py3mod-1.0.0's commit message
compile pycrypto C extension module for Python3, close kuri65536#130

- change build.sh to Makefile to match python3-alpha/Makefile codes.
- change environment variable names to match python3-alpha/Makefile.
- override some variables in sysconfig and distutils.sysconfig.

r31

Toggle r31's commit message
updated sample scripts

r30

Toggle r30's commit message
1st relase of Python 3.6.0 kuri65536#105

- module readline and ncurses not worked by build problems (?).
- module bzip2 not worked by packaging problemns (?).

r29

Toggle r29's commit message
succeed to build with openssl 1.0.2j kuri65536#109

r28

Toggle r28's commit message
update for python 2.7.12/ fix packaging problem of libffi

r27

Toggle r27's commit message
update to python 2.7.11

r26

Toggle r26's commit message
append 64bit OS selections.