- 686c203 bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441) by Serhiy Storchaka · 4 years ago
- ea97eba bpo-1635741: Port select module to multiphase init (GH-23409) by Christian Heimes · 4 years ago
- 035deee bpo-1635741: Port _posixsubprocess module to multiphase init (GH-23406) by Christian Heimes · 4 years ago
- 0e62efc bpo-42232: mmap module add Darwin specific madvise options. (GH-23076) by David CARLIER · 4 years ago
- 3172936 bpo-40791: Make compare_digest more constant-time. (GH-20444) by Devin Jeanpierre · 4 years ago
- a6109ef bpo-1635741: Convert _sre types to heap types and establish module state (PEP 384) (GH-23393) by Erlend Egeberg Aasland · 4 years ago
- 2db8e35 bpo-1635741: Enhance _datetime error handling (GH-23139) by Mohamed Koubaa · 4 years ago
- 5c36da7 bpo-42333: Port _ssl extension module to heap types (GH-23392) by Christian Heimes · 4 years ago
- 03c8ddd bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) by Christian Heimes · 4 years ago
- b437aa8 bpo-1635741: Port _posixshmem extension module to multiphase initialization (GH-23404) by Christian Heimes · 4 years ago
- 588c7c9 bpo-1635741: Fix _struct for build bot error (GH-23402) by Dong-hee Na · 4 years ago
- 646d7fd bpo-1635741: Port gc module to multiphase initialization (GH-23377) by Christian Heimes · 4 years ago
- cfeb543 bpo-1635741: Port _struct to multiphase initialization (GH-23398) by Christian Heimes · 4 years ago
- bf9d70a bpo-1635741: Port spwd to multiphase initialization (GH-23390) by Christian Heimes · 4 years ago
- 3094dd5 bpo-1635741: Port _queue to multiphase initialization (GH-23376) by Christian Heimes · 4 years ago
- fa2eee9 bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360) by Christian Heimes · 4 years ago
- cc0cd43 bpo-1635741: Port _random to multiphase initialization (GH-23359) by Christian Heimes · 4 years ago
- 13b865f bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) by David CARLIER · 4 years ago
- 6223071 bpo-1635741: Convert _imp to multi-phase init (GH-23378) by Victor Stinner · 4 years ago
- 0e2ac21 bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366) by Victor Stinner · 4 years ago
- 46f59eb bpo-1635741: Port _hashlib to multiphase initialization (GH-23358) by Christian Heimes · 4 years ago
- c701101 bpo-1635741: Port symtable module to multiphase initialization (GH-23361) by Christian Heimes · 4 years ago
- 7f9b25a bpo-41713: Port _signal module to multi-phase init (GH-23355) by Victor Stinner · 4 years ago
- 29aa624 bpo-41686: Move _Py_RestoreSignals() to signalmodule.c (GH-23353) by Victor Stinner · 4 years ago
- 2a9eddf bpo-41625: Add a guard for Linux for splice() constants in the os module (GH-23350) by Pablo Galindo · 4 years ago
- cda23be bpo-41686: Refactor signal_exec() (GH-23346) by Victor Stinner · 4 years ago
- 0ae323b bpo-41686: Always create the SIGINT event on Windows (GH-23344) by Victor Stinner · 4 years ago
- a1f401a bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163) by Erlend Egeberg Aasland · 4 years ago
- 296a796 bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342) by Victor Stinner · 4 years ago
- 2ffba2a bpo-41861, _sqlite3 : Add NEWS entry and rename variables (GH-23337) by Erlend Egeberg Aasland · 4 years ago
- a57b3d3 bpo-41625: Expose the splice() system call in the os module (GH-21947) by Pablo Galindo · 4 years ago
- cce3f0b Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327) by Pablo Galindo · 4 years ago
- c79667f bpo-42087: Remove support for AIX 5.3 and below (GH-22830) by Kevin Adler · 4 years ago
- ae6cd7c bpo-37205: time.time() cannot fail with fatal error (GH-23314) by Victor Stinner · 4 years ago
- a26215d bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281) by Serhiy Storchaka · 4 years ago
- cd9fed6 bpo-41001: Add os.eventfd() (#20930) by Christian Heimes · 4 years ago
- 0cec97e bpo-38823: Fix compiler warning in _ctypes on Windows (GH-23258) by Victor Stinner · 4 years ago
- b5cc05b bpo-38823: Always build _ctypes with wchar_t (GH-23248) by Victor Stinner · 4 years ago
- d19fa7a bpo-38823: Fix refleaks in _ctypes extension init (GH-23247) by Victor Stinner · 4 years ago
- fd4ed57 bpo-42237: Fix os.sendfile() on illumos (GH-23154) by Jakub Stasiak · 4 years ago
- cda99b4 Fix memory leak introduced by GH-22780 (GH-23237) by Andrew Svetlov · 4 years ago
- a13b26c bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931) by Hai Shi · 4 years ago
- 1e996c3 bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780) by Vladimir Matveev · 4 years ago
- 4176193 bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) by Ronald Oussoren · 4 years ago
- 01c6aa4 bpo-40077: Convert _queuemodule to use heap types (GH-23136) by Erlend Egeberg Aasland · 4 years ago
- 88c2cfd bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123) by Hai Shi · 4 years ago
- dc42af8 bpo-42260: PyConfig_Read() only parses argv once (GH-23168) by Victor Stinner · 4 years ago
- f3cb814 bpo-42260: Add _PyConfig_FromDict() (GH-23167) by Victor Stinner · 4 years ago
- 789359f bpo-1635741: _sqlite3 uses PyModule_AddObjectRef() (GH-23148) by Erlend Egeberg Aasland · 4 years ago
- 7184218 bpo-1635741: Fix PyInit_pyexpat() error handling (GH-22489) by Mohamed Koubaa · 4 years ago
- 988f1ec bpo-1635741: _contextvars uses PyModule_AddType() (GH-23147) by Victor Stinner · 4 years ago
- 57aaaa8 Add _PyType_GetModuleByDef (GH-22835) by Petr Viktorin · 4 years ago
- 74b4eda bpo-40077: Convert mmap.mmap static type to a heap type (GH-23108) by Erlend Egeberg Aasland · 4 years ago
- 9568622 bpo-35455: Fix thread_time for Solaris OS (GH-11118) by Jakub Kulík · 4 years ago
- 82458b6 bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083) by Victor Stinner · 4 years ago
- d3b4e06 bpo-42146: Unify cleanup in subprocess_fork_exec() (GH-22970) by Alexey Izbyshev · 4 years ago
- 7d21027 bpo-40956: Convert _sqlite3 module level functions to Argument Clinic (GH-22484) by Erlend Egeberg Aasland · 4 years ago
- b62bdf7 bpo-42208: Add _locale._get_locale_encoding() (GH-23052) by Victor Stinner · 4 years ago
- 710e826 bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050) by Victor Stinner · 4 years ago
- eba5bf2 bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044) by Victor Stinner · 4 years ago
- 8b34148 bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038) by Victor Stinner · 4 years ago
- 5776663 bpo-42029: Remove IRIX code (GH-23023) by Victor Stinner · 4 years ago
- 35b95aa bpo-42161: Micro-optimize _collections._count_elements() (GH-23008) by Victor Stinner · 4 years ago
- 3783413 bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) by Victor Stinner · 4 years ago
- 84f7382 bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994) by Victor Stinner · 4 years ago
- c8c4200 bpo-42157: Convert unicodedata.UCD to heap type (GH-22991) by Victor Stinner · 4 years ago
- 920cb64 bpo-42157: unicodedata avoids references to UCD_Type (GH-22990) by Victor Stinner · 4 years ago
- 47e1afd bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) by Victor Stinner · 4 years ago
- b510e10 bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986) by Serhiy Storchaka · 4 years ago
- fb5db7e bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) by Serhiy Storchaka · 4 years ago
- c0590c0 bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow (GH-22966) by Alexey Izbyshev · 4 years ago
- c32f297 bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959) by Zackery Spytz · 4 years ago
- be3c3a0 bpo-35823: Allow setsid() after vfork() on Linux. (GH-22945) by Gregory P. Smith · 4 years ago
- 8cd1dba bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870) by Serhiy Storchaka · 4 years ago
- 473db47 bpo-35823: subprocess: Fix handling of pthread_sigmask() errors (GH-22944) by Alexey Izbyshev · 4 years ago
- 976da90 bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-11671) by Alexey Izbyshev · 4 years ago
- dde91b1 bpo-1635741: Fix NULL ptr deref in multiprocessing (GH-22880) by Christian Heimes · 4 years ago
- 8a9463f _testmultiphase: Fix possible ref leak (GH-22881) by Dong-hee Na · 4 years ago
- c8ba47b Delete TaskWakeupMethWrapper_Type and use PyCFunction instead (#22875) by Vladimir Matveev · 4 years ago
- f231203 bpo-38324: Fix test__locale.py Windows failures (GH-20529) by TIGirardi · 4 years ago
- d5d0521 md5module: Fix doc strings variable names (GH-22722) by Jakub Jelen · 4 years ago
- 871934d bpo-4356: Add key function support to the bisect module (GH-20556) by Raymond Hettinger · 4 years ago
- 23c0fb8 bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921) by Ruben Vorderman · 4 years ago
- 5456e78 bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394) by Jason R. Coombs · 4 years ago
- 1bcaa81 bpo-20184: Convert termios to Argument Clinic. (GH-22693) by Serhiy Storchaka · 4 years ago
- c9f696c bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513) by Hai Shi · 4 years, 1 month ago
- e6b8c52 bpo-1635741: Add a global module state to unicodedata (GH-22712) by Victor Stinner · 4 years, 1 month ago
- 644e942 bpo-42021: Fix possible ref leaks during _sqlite3 module init (GH-22673) by Erlend Egeberg Aasland · 4 years, 1 month ago
- c13b847 bpo-41984: GC track all user classes (GH-22701) by Brandt Bucher · 4 years, 1 month ago
- 7992579 bpo-40422: Move _Py_closerange to fileutils.c (GH-22680) by Kyle Evans · 4 years, 1 month ago
- 66c28f5 bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660) by Yunlongs · 4 years, 1 month ago
- 64eb259 bpo-40422: Move _Py_*_SUPPRESS_IPH bits into _Py_closerange (GH-22672) by Kyle Evans · 4 years, 1 month ago
- 1800c60 bpo-40423: Optimization: use close_range(2) if available (GH-22651) by Kyle Evans · 4 years, 1 month ago
- c230fde bpo-40422: create a common _Py_closerange API (GH-19754) by Kyle Evans · 4 years, 1 month ago
- 037245c bpo-41756: Add PyIter_Send function (#22443) by Vladimir Matveev · 4 years, 1 month ago
- 9975cc5 bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620) by Serhiy Storchaka · 4 years, 1 month ago
- 4e0ce82 Revert "bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)" (GH-22584) by Raymond Hettinger · 4 years, 1 month ago
- 5230131 bpo-41867: List options for timespec in docstrings of isoformat methods (GH-22418) by Ram Rachum · 4 years, 1 month ago
- 497126f Update link to supporting references (GH-22488) by Raymond Hettinger · 4 years, 1 month ago
- 58a7da9 bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121) by Robert Smallshire · 4 years, 1 month ago