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
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...
Pablo Galindo
2021-06-04
1
-6/+4
*
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...
Eric Snow
2021-06-03
1
-4/+6
*
bpo-44206: Add a version number to dictionary keys (GH-26333)
Mark Shannon
2021-05-28
1
-1/+1
*
bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283)
Pablo Galindo
2021-05-21
1
-0/+2
*
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon
2021-05-21
1
-3/+17
*
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (#26266)
Christian Heimes
2021-05-20
1
-1/+1
*
bpo-44131: Test Py_FrozenMain() (GH-26126)
Victor Stinner
2021-05-17
1
-11/+9
*
Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-21438)
Serhii Hidenko
2021-05-16
1
-1/+0
*
bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102)
Antoine Pitrou
2021-05-13
1
-1/+4
*
bpo-43795: PEP 652 user documentation (GH-25668)
Petr Viktorin
2021-05-11
1
-6/+27
*
bpo-44074: let patchcheck infer the base branch name (GH-25991)
Leonardo Lai
2021-05-10
1
-4/+26
*
Do not use Py_ssize_clean_t (GH-25940)
Inada Naoki
2021-05-08
1
-2/+2
*
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon
2021-05-07
1
-6/+4
*
bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942)
Christian Heimes
2021-05-06
1
-44/+11
*
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
Petr Viktorin
2021-04-29
2
-111/+485
*
bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624)
Christian Heimes
2021-04-26
1
-5/+9
*
bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537)
Christian Heimes
2021-04-23
1
-1/+1
*
bpo-38605: Revert making 'from __future__ import annotations' the default (GH...
Pablo Galindo
2021-04-21
2
-2/+2
*
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes
2021-04-17
1
-5/+1
*
bpo-43822: Improve syntax errors for missing commas (GH-25377)
Pablo Galindo
2021-04-15
1
-0/+12
*
bpo-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361)
Christian Heimes
2021-04-12
1
-3/+3
*
bpo-43788: Generate version specific _ssl_data.h (GH-25300)
Christian Heimes
2021-04-09
2
-81/+115
*
Sanitize macros and debug functions in pegen.c (GH-25291)
Pablo Galindo
2021-04-09
1
-0/+8
*
Improve CDN purge script (GH-25251)
Steve Dower
2021-04-07
1
-0/+3
*
bpo-43651: PEP 597: Fix pdeps used locale encoding (GH-25204)
Inada Naoki
2021-04-06
1
-1/+1
*
bpo-43688: Support "make regen-limited-abi" in debug mode (GH-25133)
Victor Stinner
2021-04-02
1
-5/+0
*
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and interna...
Mark Shannon
2021-04-01
1
-1/+1
*
bpo-43690: stable_abi.py no longer parses macros (GH-25136)
Victor Stinner
2021-04-01
1
-32/+1
*
bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122)
Victor Stinner
2021-04-01
1
-0/+1
*
bpo-43631: Update to OpenSSL 1.1.1k (GH-25024)
Christian Heimes
2021-03-30
1
-1/+1
*
AC: Update unsupported_special_methods (GH-24956)
Dong-hee Na
2021-03-25
1
-3/+3
*
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner
2021-03-24
1
-4/+4
*
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner
2021-03-24
1
-1/+10
*
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner
2021-03-23
1
-1/+3
*
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner
2021-03-19
1
-1/+0
*
bpo-43466: Add --with-openssl-rpath configure option (GH-24820)
Christian Heimes
2021-03-19
1
-10/+16
*
Fix a typo in c-analyzer (GH-24468)
Ikko Ashimine
2021-03-19
1
-1/+1
*
bpo-43244: Fix test_peg_generators on Windows (GH-24913)
Victor Stinner
2021-03-18
1
-3/+2
*
bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912)
Victor Stinner
2021-03-18
1
-0/+3
*
Remove unnecessary imports in the grammar parser (GH-24904)
Elisha Hollander
2021-03-17
2
-8/+2
*
Minor updates to the vector demo (GH-24853)
Raymond Hettinger
2021-03-16
1
-5/+25
*
bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH-24814)
Victor Stinner
2021-03-10
1
-0/+1
*
bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798)
Victor Stinner
2021-03-10
1
-3/+32
*
bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (G...
Jozef Grajciar
2021-03-01
1
-2/+2
*
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Nicholas Sim
2021-02-19
1
-1/+0
*
bpo-39448: Add regen-frozen makefile target. (GH-18174)
Neil Schemenauer
2021-02-19
1
-0/+51
*
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
Nicholas Sim
2021-02-17
1
-2/+0
*
bpo-43103: Add configure --without-static-libpython (GH-24418)
Victor Stinner
2021-02-17
2
-3/+8
*
bpo-42997: Improve error message for missing : before suites (GH-24292)
Pablo Galindo
2021-02-02
4
-2/+70
*
bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353)
Victor Stinner
2021-01-27
1
-19/+7
[prev]
[next]