- 988f1ec bpo-1635741: _contextvars uses PyModule_AddType() (GH-23147) by Victor Stinner · 4 years, 9 months ago
- 8021875 bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122) by Victor Stinner · 4 years, 9 months ago
- 3529718 bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119) by Victor Stinner · 4 years, 9 months ago
- fd957c1 bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131) by Victor Stinner · 4 years, 9 months ago
- 45df61f bpo-26789: Fix logging.FileHandler._open() at exit (GH-23053) by Victor Stinner · 4 years, 9 months ago
- 5cf4782 bpo-41796: Make _ast module state per interpreter (GH-23024) by Victor Stinner · 4 years, 9 months ago
- 4b9aad4 bpo-42236: Enhance init and encoding documentation (GH-23109) by Victor Stinner · 4 years, 9 months ago
- 64366fa bpo-41435: Add sys._current_exceptions() function (GH-21689) by Julien Danjou · 4 years, 9 months ago
- e662c39 bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086) by Victor Stinner · 4 years, 9 months ago
- 82458b6 bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083) by Victor Stinner · 4 years, 9 months ago
- 710e826 bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050) by Victor Stinner · 4 years, 9 months ago
- eba5bf2 bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044) by Victor Stinner · 4 years, 9 months ago
- dff1ad5 bpo-42208: Move _PyImport_Cleanup() to pylifecycle.c (GH-23040) by Victor Stinner · 4 years, 9 months ago
- 8b34148 bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038) by Victor Stinner · 4 years, 9 months ago
- 0564aaf bpo-42099: Fix reference to ob_type in unionobject.c and ceval (GH-22829) by Neil Schemenauer · 4 years, 9 months ago
- c9bc290 bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995) by Victor Stinner · 4 years, 9 months ago
- 920cb64 bpo-42157: unicodedata avoids references to UCD_Type (GH-22990) by Victor Stinner · 4 years, 9 months ago
- 47e1afd bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) by Victor Stinner · 4 years, 9 months ago
- b510e10 bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986) by Serhiy Storchaka · 4 years, 9 months ago
- fb5db7e bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) by Serhiy Storchaka · 4 years, 9 months ago
- f231203 bpo-38324: Fix test__locale.py Windows failures (GH-20529) by TIGirardi · 4 years, 10 months ago
- 109826c bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803) by Pablo Galindo · 4 years, 10 months ago
- 1dd6d95 closes bpo-42030: Remove legacy AIX dynload support (GH-22717) by Kevin Adler · 4 years, 10 months ago
- c9f696c bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513) by Hai Shi · 4 years, 10 months ago
- 2d2af32 bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466) by Kevin Adler · 4 years, 10 months ago
- 0cafcd3 closes bpo-42029: Remove dynload_dl (GH-22687) by Kevin Adler · 4 years, 10 months ago
- 7992579 bpo-40422: Move _Py_closerange to fileutils.c (GH-22680) by Kyle Evans · 4 years, 10 months ago
- 8287aad bpo-41993: Fix possible issues in remove_module() (GH-22631) by Serhiy Storchaka · 4 years, 10 months ago
- fa1d83d bpo-42002: Clean up initialization of the sys module. (GH-22642) by Serhiy Storchaka · 4 years, 10 months ago
- 22220ae bpo-38605: bump the magic number for 'annotations' future (#22630) by Batuhan Taskaya · 4 years, 10 months ago
- 98c4433 bpo-41991: Remove _PyObject_HasAttrId (GH-22629) by Serhiy Storchaka · 4 years, 10 months ago
- 02a1603 bpo-42000: Cleanup the AST related C-code (GH-22641) by Batuhan Taskaya · 4 years, 10 months ago
- 037245c bpo-41756: Add PyIter_Send function (#22443) by Vladimir Matveev · 4 years, 10 months ago
- 044a104 bpo-38605: Make 'from __future__ import annotations' the default (GH-20434) by Batuhan Taskaya · 4 years, 10 months ago
- dcc5421 bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552) by Serhiy Storchaka · 4 years, 10 months ago
- bd0a08e bpo-21955: Change my nickname in BINARY_ADD comment (GH-22481) by Victor Stinner · 4 years, 10 months ago
- 17b5be0 bpo-41670: Remove outdated predict macro invocation. (GH-22026) by Mark Shannon · 4 years, 10 months ago
- d332e7b bpo-41842: Add codecs.unregister() function (GH-22360) by Hai Shi · 4 years, 10 months ago
- 02d126a bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395) by Mark Shannon · 4 years, 11 months ago
- b7d8d8d bpo-40941: Fix stackdepth compiler warnings (GH-22377) by Victor Stinner · 4 years, 11 months ago
- 71f2ff4 bpo-40941: Fix fold_tuple_on_constants() compiler warnings (GH-22378) by Victor Stinner · 4 years, 11 months ago
- 19c3ac9 bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359) by Victor Stinner · 4 years, 11 months ago
- c322948 bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332) by Samuel Marks · 4 years, 11 months ago
- 2b05361 bpo-41756: Introduce PyGen_Send C API (GH-22196) by Vladimir Matveev · 4 years, 11 months ago
- a5634c4 bpo-41746: Add type information to asdl_seq objects (GH-22223) by Pablo Galindo · 4 years, 11 months ago
- e5fbe0c bpo-41631: _ast module uses again a global state (#21961) by Victor Stinner · 5 years ago
- 640e8e1 Fix compiler warnings in init_dump_ascii_wstr() (GH-22150) by Victor Stinner · 5 years ago
- 58de1dd bpo-41525: Make the Python program help ASCII-only (GH-21836) by Serhiy Storchaka · 5 years ago
- f315142 bpo-1635741: Port mashal module to multi-phase init (#22149) by Victor Stinner · 5 years ago
- 0d6aa7f bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` in format specifier (GH-22036) by han-solo · 5 years ago
- 75c80b0 closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847) by Tony Solomonik · 5 years ago
- 97eaf2b bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) by wmeehan · 5 years ago
- 8aa163e bpo-1635741: Explict GC collect after PyInterpreterState_Clear() (GH-21902) by Hai Shi · 5 years ago
- c51db0e bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (GH-21850) by Pablo Galindo · 5 years ago
- 8ecc0c4 bpo-1635741: Clean sysdict and builtins of interpreter at exit (GH-21605) by Hai Shi · 5 years ago
- 582aaf1 bpo-41463: Generate information about jumps from 'opcode.py' rather than duplicating it in 'compile.c' (GH-21714) by Mark Shannon · 5 years ago
- 6e8128f bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517) by Mark Shannon · 5 years ago
- 5798f78 bpo-41340: Removed fallback implementation for strdup (GH-21634) by wasiher · 5 years ago
- cb9879b bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803) by Mark Shannon · 5 years ago
- ea62a4b Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477) by Benjamin Peterson · 5 years ago
- 4c8f09d bpo-36346: Make using the legacy Unicode C API optional (GH-21437) by Serhiy Storchaka · 5 years ago
- 8f42748 bpo-29778: test_embed tests the path configuration (GH-21306) by Victor Stinner · 5 years ago
- bd46174 bpo-41218: Only mark async code with CO_COROUTINE. (#21357) by Matthias Bussonnier · 5 years ago
- dcbaa1b bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) by Steve Dower · 5 years ago
- 1f76453 bpo-41204: Fix compiler warning in ast_type_init() (GH-21307) by Victor Stinner · 5 years ago
- daa0fe0 bpo-41162: Clear audit hooks later during finalization (GH-21222) by Konge · 5 years ago
- d160e0f bpo-41180: Audit code.__new__ when unmarshalling (GH-21271) by tkmikan · 5 years ago
- b1cc6ba bpo-41194: Convert _ast extension to PEP 489 (GH-21293) by Victor Stinner · 5 years ago
- 91e1bc1 bpo-41194: The _ast module cannot be loaded more than once (GH-21290) by Victor Stinner · 5 years ago
- 74419f0 bpo-41194: Pass module state in Python-ast.c (GH-21284) by Victor Stinner · 5 years ago
- 666ecfb bpo-1635741: Release Unicode interned strings at exit (GH-21269) by Victor Stinner · 5 years ago
- 90db465 bpo-40521: Cleanup finalize_interp_types() (GH-21265) by Victor Stinner · 5 years ago
- dd8a93e bpo-23427: Add sys.orig_argv attribute (GH-20729) by Victor Stinner · 5 years ago
- 60eb9f1 bpo-39151: Simplify DFS in the assembler (GH-17733) by Pablo Galindo · 5 years ago
- 1f0f4ab bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054) by Lysandros Nikolaou · 5 years ago
- 91698d8 bpo-40521: Optimize PyBytes_FromStringAndSize(str, 0) (GH-21142) by Victor Stinner · 5 years ago
- 0430dfa bpo-40521: Always create the empty tuple singleton (GH-21116) by Victor Stinner · 5 years ago
- 6c6810d bpo-41094: Fix decoding errors with audit when open files. (GH-21095) by Serhiy Storchaka · 5 years ago
- cde283d bpo-40521: Fix _PyContext_Fini() (GH-21103) by Victor Stinner · 5 years ago
- f363d0a bpo-40521: Make empty Unicode string per interpreter (GH-21096) by Victor Stinner · 5 years ago
- 281cce1 bpo-40521: Make MemoryError free list per interpreter (GH-21086) by Victor Stinner · 5 years ago
- f9bd05e bpo-40521: Empty frozenset is no longer a singleton (GH-21085) by Raymond Hettinger · 5 years ago
- 522691c bpo-40521: Cleanup code of free lists (GH-21082) by Victor Stinner · 5 years ago
- 30a8933 Call _PyWarnings_InitState() in subinterpreters (GH-21078) by Victor Stinner · 5 years ago
- c41eed1 bpo-40521: Make bytes singletons per interpreter (GH-21074) by Victor Stinner · 5 years ago
- 261cfed bpo-40521: Make the empty frozenset per interpreter (GH-21068) by Victor Stinner · 5 years ago
- b4e85ca bpo-40521: Make dict free lists per-interpreter (GH-20645) by Victor Stinner · 5 years ago
- c96d00e bpo-41078: Fix bltinmodule.c with Py_TRACE_REFS (GH-21058) by Victor Stinner · 5 years ago
- 384621c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) by Victor Stinner · 5 years ago
- 4901ea9 bpo-41061: Fix incorrect expressions in hashtable (GH-21028) by Christian Heimes · 5 years ago
- 81328f3 bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013) by Gregory P. Smith · 5 years ago
- 564cd18 bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016) by Lysandros Nikolaou · 5 years ago
- 314858e bpo-40939: Remove the old parser (Part 2) (GH-21005) by Lysandros Nikolaou · 5 years ago
- 310f6aa bpo-40636: PEP 618: add strict parameter to zip() (GH-20921) by Guido van Rossum · 5 years ago
- 37bb289 bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784) by Victor Stinner · 5 years ago
- 1bf7959 bpo-41006: Remove init_sys_streams() hack (GH-20954) by Victor Stinner · 5 years ago
- 2c4928d bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) by Inada Naoki · 5 years ago
- 113e2b0 bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888) by Lysandros Nikolaou · 5 years ago
- 7ab92d5 bpo-36020: Require vsnprintf() to build Python (GH-20899) by Victor Stinner · 5 years ago
- e822e37 bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889) by Victor Stinner · 5 years ago