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
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.10] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) (#9...
Gregory P. Smith
2022-09-04
1
-2/+2
*
[3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)
Gregory P. Smith
2022-09-02
3
-0/+39
*
Fix typo in internal/pycore_atomic.h (GH-95939)
Miss Islington (bot)
2022-08-13
1
-1/+1
*
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (G...
Miss Islington (bot)
2022-05-24
1
-1/+13
*
[3.10] bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-200...
Victor Stinner
2022-01-06
1
-9/+3
*
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-3...
Miss Islington (bot)
2021-12-12
1
-2/+9
*
[3.10] Fix typos in the Include directory (GH-28745) (GH-28789)
Christian Clauss
2021-10-07
1
-1/+1
*
[3.10] Remove trailing spaces (GH-28709)
Serhiy Storchaka
2021-10-03
1
-1/+1
*
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
Łukasz Langa
2021-09-21
1
-1/+1
*
[3.10] bpo-45083: Include the exception class qualname when formatting an exc...
Miss Islington (bot)
2021-09-08
1
-0/+2
*
[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
*
bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808...
Miss Islington (bot)
2021-06-22
1
-1/+1
*
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290)
Miss Islington (bot)
2021-05-21
1
-1/+1
*
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
1
-0/+21
*
bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)
Batuhan Taskaya
2021-05-03
1
-1/+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-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon
2021-04-30
1
-4/+0
*
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan
2021-04-29
3
-20/+100
*
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-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo
2021-04-23
1
-0/+2
*
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner
2021-04-21
1
-0/+42
*
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo
2021-04-14
1
-0/+2
*
bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)
Mark Shannon
2021-04-13
1
-6/+0
*
bpo-43770: Refactor PyType_Ready() function (GH-25336)
Victor Stinner
2021-04-11
1
-0/+4
*
bpo-43798: Add source location attributes to alias (GH-25324)
Matthew Suozzo
2021-04-10
1
-1/+7
*
bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252)
Victor Stinner
2021-04-07
1
-230/+171
*
bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243)
Victor Stinner
2021-04-07
1
-3/+0
*
bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)
Victor Stinner
2021-04-02
2
-4/+7
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
1
-0/+1
*
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner
2021-03-24
3
-4/+71
*
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner
2021-03-24
1
-0/+31
*
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner
2021-03-23
1
-0/+40
*
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner
2021-03-23
3
-4/+928
*
Revert "bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)" (GH...
Victor Stinner
2021-03-22
2
-20/+0
*
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner
2021-03-19
1
-0/+125
*
bpo-43244: Remove the PyAST_Validate() function (GH-24911)
Victor Stinner
2021-03-18
1
-0/+2
*
bpo-43244: Add pycore_ast.h header file (GH-24908)
Victor Stinner
2021-03-17
1
-0/+25
*
bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907)
Victor Stinner
2021-03-17
2
-4/+4
*
bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)
junyixie
2021-03-13
2
-0/+20
*
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou
2021-03-11
1
-0/+16
*
bpo-43311: Create GIL autoTSSkey ealier (GH-24819)
Victor Stinner
2021-03-10
1
-1/+4
*
bpo-37146: Move _PyEval_DeactivateOpCache() to the internal C API (GH-24786)
Victor Stinner
2021-03-08
1
-0/+2
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
2
-1/+14
*
bpo-42990: Functions inherit current builtins (GH-24564)
Victor Stinner
2021-02-20
1
-1/+4
*
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner
2021-02-19
5
-36/+36
[next]