| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365) | Andrew V. Jones | 2021-04-13 | 1 | -0/+6 |
|
|
* | bpo-43760: Speed up check for tracing in interpreter dispatch (#25276) | Mark Shannon | 2021-04-13 | 2 | -7/+21 |
|
|
* | bpo-43770: Refactor PyType_Ready() function (GH-25336) | Victor Stinner | 2021-04-11 | 1 | -0/+4 |
|
|
* | bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227) | Victor Stinner | 2021-04-10 | 2 | -0/+17 |
|
|
* | bpo-43798: Add source location attributes to alias (GH-25324) | Matthew Suozzo | 2021-04-10 | 1 | -1/+7 |
|
|
* | bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266) | Victor Stinner | 2021-04-08 | 1 | -0/+3 |
|
|
* | 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-43683: Handle generator entry in bytecode (GH-25138) | Mark Shannon | 2021-04-06 | 1 | -0/+1 |
|
|
* | Post 3.10.0a7 | Pablo Galindo | 2021-04-05 | 1 | -1/+1 |
|
|
* | Python 3.10.0a7v3.10.0a7 | Pablo Galindo | 2021-04-05 | 1 | -2/+2 |
|
|
* | bpo-43688: Support the limited C API in debug mode (GH-25131) | Victor Stinner | 2021-04-02 | 1 | -14/+33 |
|
|
* | bpo-43687: Py_Initialize() creates singletons earlier (GH-25147) | Victor Stinner | 2021-04-02 | 2 | -4/+7 |
|
|
* | bpo-43688: Fix Py_LIMITED_API version of xxlimited (GH-25135) | Victor Stinner | 2021-04-01 | 1 | -4/+4 |
|
|
* | bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) | Inada Naoki | 2021-03-29 | 3 | -0/+3 |
|
|
* | bpo-43416: Add Include/README.rst (GH-24884) | Erlend Egeberg Aasland | 2021-03-25 | 1 | -0/+68 |
|
|
* | bpo-43244: Remove the pyarena.h header (GH-25007) | Victor Stinner | 2021-03-24 | 5 | -69/+71 |
|
|
* | bpo-43244: Remove parser_interface.h header file (GH-25001) | Victor Stinner | 2021-03-24 | 3 | -53/+31 |
|
|
* | bpo-43244: Add pycore_compile.h header file (GH-25000) | Victor Stinner | 2021-03-23 | 2 | -34/+40 |
|
|
* | bpo-31861: Add aiter and anext to builtins (#23847) | Joshua Bronson | 2021-03-23 | 1 | -0/+10 |
|
|
* | bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933) | Victor Stinner | 2021-03-23 | 6 | -856/+838 |
|
|
* | Revert "bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)" (GH... | Victor Stinner | 2021-03-22 | 2 | -20/+0 |
|
|
* | bpo-35134: Add include/cpython/compile.h (GH-24922) | Hai Shi | 2021-03-22 | 2 | -93/+94 |
|
|
* | bpo-43422: Revert _decimal C API addition (GH-24960) | Antoine Pitrou | 2021-03-21 | 1 | -182/+0 |
|
|
* | bpo-43244: Remove symtable.h header file (GH-24910) | Victor Stinner | 2021-03-19 | 3 | -33/+18 |
|
|
* | bpo-43244: Remove the PyAST_Validate() function (GH-24911) | Victor Stinner | 2021-03-18 | 2 | -2/+2 |
|
|
* | bpo-43244: Add pycore_ast.h header file (GH-24908) | Victor Stinner | 2021-03-17 | 2 | -8/+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 | 2 | -0/+19 |
|
|
* | 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 | 2 | -2/+2 |
|
|
* | bpo-43271: Re-enable ceval.c optimizations for Windows debug builds (GH-24739) | db3l | 2021-03-04 | 1 | -1/+2 |
|
|
* | Post 3.10.0a6 | Pablo Galindo | 2021-03-01 | 1 | -1/+1 |
|
|
* | Remove unused suspicious rule in the docsv3.10.0a6 | Pablo Galindo | 2021-03-01 | 1 | -2/+2 |
|
|
* | bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (G... | Jozef Grajciar | 2021-03-01 | 1 | -1/+3 |
|
|
* | bpo-37146: Deactivate opcode cache only when using huntrleaks in the test sui... | Pablo Galindo | 2021-02-28 | 1 | -0/+2 |
|
|
* | bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) | Brandt Bucher | 2021-02-26 | 6 | -6/+76 |
|
|
* | bpo-43239: Export PyCFunction_New with PyAPI_FUNC (GH-24551) | Petr Viktorin | 2021-02-23 | 1 | -0/+6 |
|
|
* | bpo-43277: Add PySet_CheckExact to the C-API (GH-24598) | Pablo Galindo | 2021-02-20 | 1 | -3/+6 |
|
|
* | bpo-42990: Functions inherit current builtins (GH-24564) | Victor Stinner | 2021-02-20 | 1 | -1/+4 |
|
|
* | bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561) | Nicholas Sim | 2021-02-19 | 6 | -5/+5 |
|
|
* | bpo-43268: Pass interp rather than tstate to internal functions (GH-24580) | Victor Stinner | 2021-02-19 | 5 | -36/+36 |
|
|
* | bpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579) | Victor Stinner | 2021-02-19 | 1 | -6/+0 |
|
|
* | bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577) | Victor Stinner | 2021-02-19 | 1 | -2/+2 |
|
|