index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile.pre.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40280: Add limited Emscripten REPL (GH-32284)
Christian Heimes
2022-04-05
1
-2/+9
*
bpo-46890: Fix setting of sys._base_executable with framework builds on macOS...
Ronald Oussoren
2022-04-05
1
-0/+1
*
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
Serhiy Storchaka
2022-04-04
1
-1/+1
*
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (...
Hood Chatham
2022-04-03
1
-1/+3
*
bpo-47152: Convert the re module into a package (GH-32177)
Serhiy Storchaka
2022-04-02
1
-0/+1
*
bpo-47146: Stop Depending On regen-deepfreeze For regen-global-objects (gh-32...
Eric Snow
2022-03-31
1
-18/+6
*
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland
2022-03-31
1
-6/+0
*
bpo-47146: Avoid Using make Recursively (gh-32206)
Eric Snow
2022-03-31
1
-9/+18
*
bpo-47146: Eliminate a race between make regen-deepfreeze and make regen-glob...
Eric Snow
2022-03-28
1
-7/+8
*
bpo-47098: Replace Keccak Code Package with tiny_sha3 (GH-32060)
Christian Heimes
2022-03-26
1
-2/+1
*
bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)
Christian Heimes
2022-03-26
1
-1/+1
*
bpo-46712: Do not Regen Deep-Frozen Modules before Generating Global Objects ...
Eric Snow
2022-03-23
1
-1/+6
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
1
-1/+1
*
bpo-46973: Add regen-configure make target (GH-31792)
Christian Heimes
2022-03-10
1
-5/+11
*
bpo-40059: Fix installation of tomllib (GH-31784)
Dominic Davis-Foster
2022-03-09
1
-0/+1
*
bpo-46933: Fix make distclean regression (GH-31737)
Erlend Egeberg Aasland
2022-03-07
1
-1/+1
*
bpo-46933: Make pwd module optional (GH-31700)
Christian Heimes
2022-03-07
1
-5/+9
*
bpo-46712: Let generate_global_objects.py Run on Earlier Python Versions (gh-...
Eric Snow
2022-03-01
1
-1/+1
*
bpo-45459: Add pytypedefs.h header file (GH-31527)
Victor Stinner
2022-02-24
1
-0/+1
*
bpo-45459: Rename buffer.h to pybuffer.h (#31201)
Victor Stinner
2022-02-22
1
-1/+1
*
bpo-46541: Drop the check for orphaned global strings. (gh-31363)
Eric Snow
2022-02-16
1
-3/+0
*
Regen the global objects using PYTHON_FOR_REGEN. (gh-31344)
Eric Snow
2022-02-14
1
-2/+2
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-0/+3
*
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes
2022-02-02
1
-0/+1
*
bpo-46541: Generate the global objects initializer. (gh-30941)
Eric Snow
2022-01-27
1
-1/+9
*
make regen-all now suggests running: make autoconf (GH-30893)
Victor Stinner
2022-01-26
1
-1/+1
*
bpo-35134: Add Include/cpython/descrobject.h (GH-30923)
Victor Stinner
2022-01-26
1
-0/+1
*
bpo-46429: Merge all deepfrozen files into one (GH-30572)
Kumar Aditya
2022-01-20
1
-106/+39
*
bpo-40280: Build WASM stdlib bundle and more modules for node (GH-30597)
Christian Heimes
2022-01-14
1
-0/+1
*
bpo-46370: Move the static initializer for _PyRuntime to its own header file....
Eric Snow
2022-01-13
1
-0/+1
*
bpo-44133: Link Python executable with object files (GH-30556)
Victor Stinner
2022-01-13
1
-4/+7
*
bpo-40280: Add --with-emscripten-target to build for browser or node (GH-30552)
Christian Heimes
2022-01-12
1
-8/+6
*
bpo-46118: Make sure importlib.resources is included. (GH-30311)
Jason R. Coombs
2021-12-31
1
-1/+1
*
bpo-40280: Add Tools/wasm with helpers for cross building (GH-29984)
Christian Heimes
2021-12-18
1
-0/+18
*
bpo-45953: Statically initialize the small ints. (gh-30092)
Eric Snow
2021-12-14
1
-1/+1
*
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
Christian Heimes
2021-12-13
1
-36/+65
*
bpo-45654: No need to freeze types (GH-30028)
Christian Heimes
2021-12-10
1
-9/+0
*
bpo-46008: Make runtime-global object/type lifecycle functions and state cons...
Eric Snow
2021-12-09
1
-0/+7
*
bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)
Kumar Aditya
2021-12-09
1
-0/+36
*
bpo-45582: Fix framework path and bootstrap build (GH-29954)
Christian Heimes
2021-12-07
1
-14/+2
*
bpo-45950: Fix macOS framework builds of _bootstrap_python (GH-29936)
Christian Heimes
2021-12-06
1
-2/+14
*
bpo-45950: Introduce Bootstrap Python again (#29859)
Christian Heimes
2021-12-03
1
-21/+42
*
bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)
Christian Heimes
2021-12-03
1
-8/+7
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
1
-9/+12
*
bpo-45881: configure --with-freeze-module --with-build-python (GH-29835)
Christian Heimes
2021-11-29
1
-3/+2
*
bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793)
Christian Heimes
2021-11-26
1
-3/+6
*
bpo-40280: clean and ignore .wasm files (GH-29794)
Christian Heimes
2021-11-26
1
-0/+1
*
bpo-33393: Update config.guess and config.sub (GH-29781)
Christian Heimes
2021-11-25
1
-0/+6
*
bpo-45886: Allow overriding freeze command for cross compiling (GH-29735)
Christian Heimes
2021-11-24
1
-41/+44
*
bpo-45873: Get rid of bootstrap_python (#29717)
Guido van Rossum
2021-11-23
1
-164/+83
[next]