New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to build Python 3.7 #256
Commits on Mar 19, 2018
-
cmake: Support extracting version from patchlevel for alpha/beta/rc r…
…eleases
jcfr committedMar 19, 2018 Unverified
This user has not uploaded their public key yet.GPG key ID: A50C0312039D473C Learn about signing commits -
Add support for building Python 3.7
* Rename "Modules/random.c" to "Modules/bootstrap_hash.c" See python/cpython@6b4be19 bpo-22257: Small changes for PEP 432. (#1728) PEP 432 specifies a number of large changes to interpreter startup code, including exposing a cleaner C-API. The major changes depend on a number of smaller changes. This patch includes all those smaller changes. * Remove bundled copy of libffi (Closes #27979) See python/cpython@f40d4dd An installed copy of libffi is now required for building _ctypes on any platform but OSX and Windows.
jcfr committedMar 19, 2018 Unverified
This user has not uploaded their public key yet.GPG key ID: A50C0312039D473C Learn about signing commits -
cmake: Use PY_VERSION instead of PYTHON_VERSION
jcfr committedMar 19, 2018 Unverified
This user has not uploaded their public key yet.GPG key ID: A50C0312039D473C Learn about signing commits -
cmake: Ensure PYTHON_VERSION cache variable is up-to-date
When configuring the project with -DSRC_DIR:PATH=/path/to/src/Python, this commit makes sure that the python version associated with the source directory is associated with the PYTHON_VERSION cache variable.
Unverified
This user has not uploaded their public key yet.GPG key ID: A50C0312039D473C Learn about signing commits
Commits on Mar 21, 2018
-
Unverified
This user has not uploaded their public key yet.GPG key ID: A50C0312039D473C Learn about signing commits -
Unverified
This user has not uploaded their public key yet.GPG key ID: A50C0312039D473C Learn about signing commits -
Unverified
This user has not uploaded their public key yet.GPG key ID: A50C0312039D473C Learn about signing commits
Commits on Aug 2, 2019
-
Merge branch 'master' into python37
dbrnz committedAug 2, 2019 -
dbrnz committed
Aug 2, 2019 -
Update Python 3.6 checksums to 3.6.9
dbrnz committedAug 2, 2019 -
Update Python 3.7 checksums to Python 3.7.4
dbrnz committedAug 2, 2019 -
Update configuration for Python 3.7.
dbrnz committedAug 2, 2019
Commits on Aug 4, 2019
-
add python 3.6.8 to CMakeLists
Dan Dees committedAug 4, 2019 -
Dan Dees committed
Aug 4, 2019 -
revise source files needed for Python 3.7
drop random.c add call.c bootstraph_has.c ast_opt.c ast_unparse.c pathconfig.c context.c hamt.c
Dan Dees committedAug 4, 2019 -
added modules functools, _abc, _queue, context_vars
Dan Dees committedAug 4, 2019 -
Dan Dees committed
Aug 4, 2019 -
Dan Dees committed
Aug 4, 2019 -
_PYTHONFRAMEWORK="" to extensions
Dan Dees committedAug 4, 2019 -
python uses external libffi now
Dan Dees committedAug 4, 2019 -
add python 3.7.4 to cmake list
Dan Dees committedAug 4, 2019 Loading status checks…
Commits on Aug 6, 2019
-
Check for and set `RTLD_*` macros used in Python 3.7 build.
dbrnz committedAug 6, 2019 -
We still need to be able to build pre-3.7 Python, so revert macros de…
…leted in commit d185c6e.
dbrnz committedAug 6, 2019 -
The name of the import initialisation function is version dependent.
dbrnz committedAug 6, 2019 -
`signalmodule.c` is already included as part of `libpython`, so remov…
…e as an extension.
dbrnz committedAug 6, 2019 -
-
-
Merge branch 'dand-oss-37' into python37
dbrnz committedAug 6, 2019 -
Remove duplicates resulting from merge.
dbrnz committedAug 6, 2019 -