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-45573: Use Makefile's dependencies in setup.py (GH-29559)
Christian Heimes
2021-11-14
1
-1/+1
*
bpo-45800: Move pyexpat build setup into configure (GH-29547)
Christian Heimes
2021-11-14
1
-3/+51
*
bpo-45798: Move _decimal build setup into configure (GH-29541)
Christian Heimes
2021-11-13
1
-2/+100
*
bpo-45696: Deep-freeze selected modules (GH-29118)
Guido van Rossum
2021-11-11
1
-3/+182
*
makefile: remove unused SGI_ABI variable (GH-29325)
Filipe Laíns
2021-11-02
1
-1/+0
*
bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)
Erlend Egeberg Aasland
2021-10-29
1
-1/+0
*
bpo-45548: Some test modules must be built as shared libs (GH-29268)
Christian Heimes
2021-10-29
1
-2/+11
*
bpo-45548: makesetup improvements (GH-29225)
Christian Heimes
2021-10-26
1
-2/+3
*
bpo-45595: Make extensions depend on header files (GH-29198)
Christian Heimes
2021-10-25
1
-0/+22
*
bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)
Christian Heimes
2021-10-25
1
-5/+1
*
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner
2021-10-19
1
-0/+1
*
bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)
Victor Stinner
2021-10-18
1
-0/+2
*
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner
2021-10-15
1
-1/+1
*
bpo-45434: Remove Include/eval.h header file (GH-28973)
Victor Stinner
2021-10-15
1
-1/+0
*
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
Victor Stinner
2021-10-15
1
-2/+1
*
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner
2021-10-15
1
-4/+4
*
bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)
Victor Stinner
2021-10-15
1
-1/+1
*
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Victor Stinner
2021-10-14
1
-1/+1
*
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Victor Stinner
2021-10-14
1
-0/+2
*
bpo-45434: Remove pystrhex.h header file (GH-28923)
Victor Stinner
2021-10-13
1
-1/+1
*
Remove test_nntplib from quicktest (GH-28754)
Inada Naoki
2021-10-06
1
-1/+1
*
Makefile: Fix missing slashes (GH-28659)
native-api
2021-10-02
1
-2/+2
*
Install the __phello__ package too. (#28665)
Eric Snow
2021-10-01
1
-1/+2
*
bpo-45020: Add more test cases for frozen modules. (gh-28664)
Eric Snow
2021-10-01
1
-2/+27
*
bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)
Eric Snow
2021-09-24
1
-31/+48
*
bpo-45020: Freeze os, site, and codecs. (gh-28398)
Eric Snow
2021-09-17
1
-0/+12
*
bpo-45020: Fix build out of source tree (GH-28410)
Victor Stinner
2021-09-17
1
-13/+13
*
bpo-45020: Drop the frozen .h files from the repo. (gh-28392)
Eric Snow
2021-09-16
1
-12/+14
*
bpo-45019: Clean up the frozen __hello__ module. (gh-28374)
Eric Snow
2021-09-15
1
-3/+3
*
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
Eric Snow
2021-09-15
1
-12/+36
*
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
Eric Snow
2021-09-13
1
-4/+4
*
bpo-45019: Add a tool to generate list of modules to include for frozen modul...
Eric Snow
2021-08-30
1
-40/+53
*
Add tests for the C tokenizer and expose it as a private module (GH-27924)
Pablo Galindo Salgado
2021-08-24
1
-0/+1
*
bpo-44771: Sync with importlib_resources 5.2.2, fixing refleak. (#27497)
Jason R. Coombs
2021-07-31
1
-0/+1
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
1
-0/+1
*
bpo-44717: improve AttributeError on circular imports of submodules (GH-27338)
Filipe Laíns
2021-07-24
1
-0/+2
*
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon
2021-06-10
1
-2/+2
*
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon
2021-06-07
1
-0/+1
*
bpo-44131: Fix Makefile for test_frozenmain (GH-26203)
Victor Stinner
2021-05-18
1
-3/+1
*
bpo-44131: Test Py_FrozenMain() (GH-26126)
Victor Stinner
2021-05-17
1
-2/+10
*
Fix make libainstall. (GH-25980)
Senthil Kumaran
2021-05-08
1
-1/+1
*
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...
Pablo Galindo
2021-05-03
1
-0/+1
*
bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)
Ned Deily
2021-05-02
1
-0/+13
*
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
Petr Viktorin
2021-04-29
1
-5/+2
*
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner
2021-04-21
1
-0/+1
*
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo
2021-04-14
1
-0/+1
*
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner
2021-03-24
1
-1/+1
*
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner
2021-03-24
1
-1/+1
*
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner
2021-03-23
1
-0/+1
*
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner
2021-03-23
1
-7/+8
[prev]
[next]