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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)
Miss Islington (bot)
2021-07-29
1
-0/+47
*
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...
Miss Islington (bot)
2021-07-23
1
-14/+12
*
[3.10] bpo-44654: Do not export the union type related symbols (GH-27223). (G...
Serhiy Storchaka
2021-07-18
1
-3/+3
*
[3.10] bpo-44654: Refactor and clean up the union type implementation (GH-271...
Miss Islington (bot)
2021-07-17
1
-3/+4
*
[3.10] bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980...
Serhiy Storchaka
2021-07-17
1
-0/+3
*
Post 3.10.0b4
Pablo Galindo
2021-07-10
1
-1/+1
*
Python 3.10.0b4
v3.10.0b4
Pablo Galindo
2021-07-10
1
-2/+2
*
bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808...
Miss Islington (bot)
2021-06-22
1
-1/+1
*
Post 3.10.0b3
Pablo Galindo
2021-06-17
1
-1/+1
*
Python 3.10.0b3
v3.10.0b3
Pablo Galindo
2021-06-17
1
-2/+2
*
[3.10] Add more const modifiers. (GH-26691). (GH-26692)
Serhiy Storchaka
2021-06-12
1
-3/+3
*
bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644)
Miss Islington (bot)
2021-06-11
1
-1/+3
*
bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
Miss Islington (bot)
2021-06-10
1
-1/+10
*
Post 3.10.0b2
Pablo Galindo
2021-05-31
1
-1/+1
*
Python 3.10.0b2
v3.10.0b2
Pablo Galindo
2021-05-31
1
-2/+2
*
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)...
Miss Islington (bot)
2021-05-25
2
-3/+4
*
bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298) (GH...
Miss Islington (bot)
2021-05-22
1
-0/+1
*
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290)
Miss Islington (bot)
2021-05-21
1
-1/+1
*
bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)
Miss Islington (bot)
2021-05-14
1
-61/+5
*
Post 3.10.0b1
Pablo Galindo
2021-05-03
1
-1/+1
*
Python 3.10.0b1
v3.10.0b1
Pablo Galindo
2021-05-03
1
-3/+3
*
bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)
Dennis Sweeney
2021-05-03
1
-0/+2
*
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...
Pablo Galindo
2021-05-03
2
-4/+21
*
bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)
Batuhan Taskaya
2021-05-03
1
-1/+1
*
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
Brandt Bucher
2021-05-02
1
-0/+1
*
bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the c...
Pablo Galindo
2021-05-01
1
-3/+1
*
bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)
Jakub KulĂk
2021-04-30
1
-0/+12
*
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner
2021-04-30
2
-0/+10
*
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon
2021-04-30
2
-4/+7
*
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
Steve Dower
2021-04-30
1
-1/+1
*
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman
2021-04-29
1
-0/+1
*
bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)
Mark Shannon
2021-04-29
1
-3/+8
*
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Victor Stinner
2021-04-29
3
-13/+4
*
bpo-43908: Document Static Types in the C API (GH-25710)
Victor Stinner
2021-04-29
1
-0/+2
*
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan
2021-04-29
3
-20/+100
*
bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520)
Erlend Egeberg Aasland
2021-04-28
1
-0/+3
*
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
scoder
2021-04-28
1
-1/+5
*
bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)
Victor Stinner
2021-04-28
1
-1/+1
*
bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740)
Ma Lin
2021-04-28
1
-0/+317
*
bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744)
Serhiy Storchaka
2021-04-25
1
-0/+3
*
bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1...
Segev Finer
2021-04-23
1
-1/+9
*
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo
2021-04-23
2
-0/+11
*
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-2...
Petr Viktorin
2021-04-23
2
-1/+1
*
bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)
Petr Viktorin
2021-04-23
5
-8/+4
*
bpo-43795: PEP-652: Simplify headers for easier static analysis (GH-25483)
Petr Viktorin
2021-04-23
2
-1/+4
*
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
Raymond Hettinger
2021-04-22
1
-2/+1
*
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner
2021-04-21
1
-0/+42
*
bpo-43822: Improve syntax errors for missing commas (GH-25377)
Pablo Galindo
2021-04-15
1
-2/+3
*
bpo-38530: Offer suggestions on NameError (GH-25397)
Pablo Galindo
2021-04-14
1
-0/+5
*
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo
2021-04-14
2
-0/+8
[next]