1. 473db47 bpo-35823: subprocess: Fix handling of pthread_sigmask() errors (GH-22944) by Alexey Izbyshev · 4 years, 10 months ago
  2. 976da90 bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-11671) by Alexey Izbyshev · 4 years, 10 months ago
  3. dde91b1 bpo-1635741: Fix NULL ptr deref in multiprocessing (GH-22880) by Christian Heimes · 4 years, 10 months ago
  4. 8a9463f _testmultiphase: Fix possible ref leak (GH-22881) by Dong-hee Na · 4 years, 10 months ago
  5. c8ba47b Delete TaskWakeupMethWrapper_Type and use PyCFunction instead (#22875) by Vladimir Matveev · 4 years, 10 months ago
  6. f231203 bpo-38324: Fix test__locale.py Windows failures (GH-20529) by TIGirardi · 4 years, 10 months ago
  7. d5d0521 md5module: Fix doc strings variable names (GH-22722) by Jakub Jelen · 4 years, 10 months ago
  8. 871934d bpo-4356: Add key function support to the bisect module (GH-20556) by Raymond Hettinger · 4 years, 10 months ago
  9. 23c0fb8 bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921) by Ruben Vorderman · 4 years, 10 months ago
  10. 5456e78 bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394) by Jason R. Coombs · 4 years, 10 months ago
  11. 1bcaa81 bpo-20184: Convert termios to Argument Clinic. (GH-22693) by Serhiy Storchaka · 4 years, 10 months ago
  12. c9f696c bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513) by Hai Shi · 4 years, 10 months ago
  13. e6b8c52 bpo-1635741: Add a global module state to unicodedata (GH-22712) by Victor Stinner · 4 years, 10 months ago
  14. 644e942 bpo-42021: Fix possible ref leaks during _sqlite3 module init (GH-22673) by Erlend Egeberg Aasland · 4 years, 10 months ago
  15. c13b847 bpo-41984: GC track all user classes (GH-22701) by Brandt Bucher · 4 years, 10 months ago
  16. 7992579 bpo-40422: Move _Py_closerange to fileutils.c (GH-22680) by Kyle Evans · 4 years, 10 months ago
  17. 66c28f5 bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660) by Yunlongs · 4 years, 10 months ago
  18. 64eb259 bpo-40422: Move _Py_*_SUPPRESS_IPH bits into _Py_closerange (GH-22672) by Kyle Evans · 4 years, 10 months ago
  19. 1800c60 bpo-40423: Optimization: use close_range(2) if available (GH-22651) by Kyle Evans · 4 years, 10 months ago
  20. c230fde bpo-40422: create a common _Py_closerange API (GH-19754) by Kyle Evans · 4 years, 10 months ago
  21. 037245c bpo-41756: Add PyIter_Send function (#22443) by Vladimir Matveev · 4 years, 10 months ago
  22. 9975cc5 bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620) by Serhiy Storchaka · 4 years, 10 months ago
  23. 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, 10 months ago
  24. 5230131 bpo-41867: List options for timespec in docstrings of isoformat methods (GH-22418) by Ram Rachum · 4 years, 10 months ago
  25. 497126f Update link to supporting references (GH-22488) by Raymond Hettinger · 4 years, 11 months ago
  26. 58a7da9 bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121) by Robert Smallshire · 4 years, 11 months ago
  27. 256e54a bpo-41861: Convert _sqlite3 CursorType and ConnectionType to heap types (GH-22478) by Erlend Egeberg Aasland · 4 years, 11 months ago
  28. 9031bd4 bpo-41861: Convert _sqlite3 RowType and StatementType to heap types (GH-22444) by Erlend Egeberg Aasland · 4 years, 11 months ago
  29. cb6db8b bpo-41861: Convert _sqlite3 PrepareProtocolType to heap type (GH-22428) by Erlend Egeberg Aasland · 4 years, 11 months ago
  30. d332e7b bpo-41842: Add codecs.unregister() function (GH-22360) by Hai Shi · 4 years, 11 months ago
  31. a937ab4 bpo-41861: Convert _sqlite3 cache and node static types to heap types (GH-22417) by Erlend Egeberg Aasland · 4 years, 11 months ago
  32. 2afd175 bpo-1635741: Port _bisect module to multi-phase init (GH-22415) by Dong-hee Na · 4 years, 11 months ago
  33. 2e4dd33 bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633) by Zackery Spytz · 4 years, 11 months ago
  34. 97d15ae bpo-40170: Use inline _PyType_HasFeature() function (GH-22375) by Victor Stinner · 4 years, 11 months ago
  35. ddc0dd0 bpo-1635741, unicodedata: add ucd_type parameter to UCD_Check() macro (GH-22328) by Mohamed Koubaa · 4 years, 11 months ago
  36. 83de110 bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220) by Mohamed Koubaa · 4 years, 11 months ago
  37. 438e9fc bpo-41513: Improve order of adding fractional values. Improve variable names. (GH-22368) by Raymond Hettinger · 4 years, 11 months ago
  38. a68a2ad bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (#21956) by Thomas Grainger · 4 years, 11 months ago
  39. 1b328ea bpo-1635741: Convert an _lsprof method to argument clinic (GH-22240) by Mohamed Koubaa · 5 years ago
  40. 5c0eed7 bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710) by Berker Peksag · 5 years ago
  41. bfee9fa bpo-41815: SQLite: segfault if backup called on closed database (GH-22322) by Peter McCormick · 5 years ago
  42. 2b05361 bpo-41756: Introduce PyGen_Send C API (GH-22196) by Vladimir Matveev · 5 years ago
  43. ec8a15b Make fractional value accumulation consistent inside and outside the loop. (GH-22315) by Raymond Hettinger · 5 years ago
  44. 0b419b7 bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) by Serhiy Storchaka · 5 years ago
  45. 457d4e9 bpo-41513: Add docs and tests for hypot() (GH-22238) by Raymond Hettinger · 5 years ago
  46. f76d894 bpo-1635741: Port cmath to multi-phase init (PEP 489) (GH-22165) by Mohamed Koubaa · 5 years ago
  47. fa8c9e7 bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128) by Jakub Kulík · 5 years ago
  48. 3ff6975 bpo-1635741: port scproxy to multi-phase init (GH-22164) by Mohamed Koubaa · 5 years ago
  49. 52a2df1 bpo-1635741: Convert _sha256 types to heap types (GH-22134) by Mohamed Koubaa · 5 years ago
  50. 15dcdb2 bpo-1635741: Port the termios to multi-phase init (PEP 489) (GH-22139) by Mohamed Koubaa · 5 years ago
  51. 207c321 bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) by Erlend Egeberg Aasland · 5 years ago
  52. 1baf030 bpo-1635741 port _curses_panel to multi-phase init (PEP 489) (GH-21986) by Mohamed Koubaa · 5 years ago
  53. 2aabc32 bpo-1635741: Port _overlapped module to multi-phase init (GH-22051) by Mohamed Koubaa · 5 years ago
  54. 426f2b4 bpo-1635741: Port _opcode module to multi-phase init (PEP 489) (GH-22050) by Mohamed Koubaa · 5 years ago
  55. 1aaa21f bpo-1635741 port zlib module to multi-phase init (GH-21995) by Mohamed Koubaa · 5 years ago
  56. 67c998d bpo-41513: Expand comments and add references for a better understanding (GH-22123) by Raymond Hettinger · 5 years ago
  57. 63f102f bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818) by Mohamed Koubaa · 5 years ago
  58. 7f331c8 bpo-40318: Migrate to SQLite3 trace v2 API (GH-19581) by Erlend Egeberg Aasland · 5 years ago
  59. 8c0be6f bpo-41687: Fix sendfile implementation to work with Solaris (#22040) by Jakub Kulík · 5 years ago
  60. 8171580 bpo-41638: Improve ProgrammingError message for absent parameter. (GH-21999) by Serhiy Storchaka · 5 years ago
  61. 4b8032e bpo-41713: _signal doesn't use multi-phase init (GH-22087) by Victor Stinner · 5 years ago
  62. 71d1bd9 bpo-1635741: Port _signal module to multi-phase init (PEP 489) (GH-22049) by Mohamed Koubaa · 5 years ago
  63. 3940333 closes bpo-41689: Preserve text signature from tp_doc in C heap type creation. (GH-22058) by Benjamin Peterson · 5 years ago
  64. f9c5e3f bpo-41675: Modernize siginterrupt calls (GH-22028) by Pablo Galindo · 5 years ago
  65. 93d50a6 bpo-1635741: Port _sha3 module to multi-phase init (GH-21855) by Mohamed Koubaa · 5 years ago
  66. a7f0268 bpo-1635741: Port _blake2 module to multi-phase init (GH-21856) by Mohamed Koubaa · 5 years ago
  67. 5b24d15 Improve hypot() accuracy with three separate accumulators (GH-22032) by Raymond Hettinger · 5 years ago
  68. 92c3816 Further improve accuracy of math.hypot() (GH-22013) by Raymond Hettinger · 5 years ago
  69. 27de286 bpo-41513: Save unnecessary steps in the hypot() calculation (#21994) by Raymond Hettinger · 5 years ago
  70. 82e7948 Fix typos in comment (GH-21966) by Raymond Hettinger · 5 years ago
  71. 31967fd bpo-40077: Convert _operator to use PyType_FromSpec (GH-21954) by Dong-hee Na · 5 years ago
  72. 8e19c8b bpo-41513: More accurate hypot() (GH-21916) by Raymond Hettinger · 5 years ago
  73. c3dd7e4 bpo-41568: Fix refleaks in zoneinfo subclasses (GH-21907) by Paul Ganssle · 5 years ago
  74. 9700346 Update the comment of termios.c (#21886) by Soumendra Ganguly · 5 years ago
  75. fff3c28 bpo-41513: Improve speed and accuracy of math.hypot() (GH-21803) by Raymond Hettinger · 5 years ago
  76. 495bd03 bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer closes connection during TLS negotiation (GH-18772) by Dima Tisnek · 5 years ago
  77. 40e700a bpo-40878: xlc cannot handle C99 extern inline. (GH-21887) by Stefan Krah · 5 years ago
  78. 87d8287 bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965) by Paul Ganssle · 5 years ago
  79. e087f7c bpo-1635741: Port _winapi ext to multi-stage init (GH-21371) by Mohamed Koubaa · 5 years ago
  80. 6e0b788 Catch all skip_handler cases (GH-21842) by Stefan Krah · 5 years ago
  81. b5f87b9 Call randseed() before other imports in deccheck.py (GH-21834) by Stefan Krah · 5 years ago
  82. 1d541c2 bpo-1635741: Port multiprocessing ext to multiphase init (GH-21378) by Mohamed Koubaa · 5 years ago
  83. 85fdafa Replace import_fresh_module in decimal test files (GH-21815) by Stefan Krah · 5 years ago
  84. 39042e0 bpo-41324 Add a minimal decimal capsule API (#21519) by Stefan Krah · 5 years ago
  85. 3405e05 bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685) by pxinwr · 5 years ago
  86. da4e09f bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536) by Hans Petter Jansson · 5 years ago
  87. 52bf470 Fix atexitmodule doc (GH-21456) by linchiwei123 · 5 years ago
  88. 9b9f158 bpo-41369 Update to libmpdec-2.5.1: new features (GH-21593) by Stefan Krah · 5 years ago
  89. eca2549 bpo-41336: Fix the error handling in zoneinfo_new_instance() (GH-21546) by Zackery Spytz · 5 years ago
  90. b4c98ed bpo-41288: Refactor of unpickling NEWOBJ and NEWOBJ_EX opcodes. (GH-21472) by Serhiy Storchaka · 5 years ago
  91. 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
  92. 8e836bb bpo-41195: Add getter for Openssl security level (GH-21282) by matthewhughes934 · 5 years ago
  93. af4eda4 bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-19686) by Zackery Spytz · 5 years ago
  94. 0108b2a Fix -Wstring-prototypes warnings in _zoneinfo.c. (GH-21478) by Benjamin Peterson · 5 years ago
  95. 015efdb bpo-41302: Fix build with system libmpdec (GH-21481) by Felix Yan · 5 years ago
  96. bbceef6 bpo-20183: Convert _locale to the Argument Clinic (GH-14201) by Zackery Spytz · 5 years ago
  97. 4f309ab bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) by Serhiy Storchaka · 5 years ago
  98. b0689ae bpo-41146: Convert signal.default_int_handler() to Argument Clinic (GH-21197) by Serhiy Storchaka · 5 years ago
  99. 545b54d bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245) by Zackery Spytz · 5 years ago
  100. b7047e5 bpo-20181: Convert the readline module to the Argument Clinic (#14326) by Zackery Spytz · 5 years ago