1. 41a6458 bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836) by Serhiy Storchaka · 4 years, 5 months ago
  2. 190fac9 bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867) by Raymond Hettinger · 4 years, 5 months ago
  3. 531d1e5 bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846) by Serhiy Storchaka · 4 years, 5 months ago
  4. 0204726 bpo-29587: Update gen.throw() to chain exceptions (#19823) by Chris Jerdonek · 4 years, 5 months ago
  5. f40bd46 bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) by Robert Rouhani · 4 years, 5 months ago
  6. 289842a bpo-39435: Fix docs for pickle.loads (GH-18160) by Shantanu · 4 years, 5 months ago
  7. 64224a4 bpo-40412: Nullify inittab_copy during finalization (GH-19746) by Gregory Szorc · 4 years, 5 months ago
  8. 8727664 bpo-32494: Use gdbm_count for dbm_length if possible (GH-19814) by Dong-hee Na · 4 years, 5 months ago
  9. 252346a bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) by Victor Stinner · 4 years, 5 months ago
  10. 3c7f9db Revert "bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19811)" (#19821) by Victor Stinner · 4 years, 5 months ago
  11. 2514a63 bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19811) by Chris Jerdonek · 4 years, 5 months ago
  12. 3209cbd bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742) by lrjball · 4 years, 5 months ago
  13. 138a9b9 bpo-40389: Improve repr of typing.Optional (#19714) by Vlad Serebrennikov · 4 years, 5 months ago
  14. 360371f bpo-40291: Add support for CAN_J1939 sockets (GH-19538) by karl ding · 4 years, 5 months ago
  15. 84724dd bpo-1635741: Port _stat module to multiphase initialization (GH-19798) by Dong-hee Na · 4 years, 5 months ago
  16. 113feb3 bpo-40328: Add tool for generating cjk mapping headers (GH-19602) by Dong-hee Na · 4 years, 5 months ago
  17. 2d87577 bpo-40286: Remove C implementation of Random.randbytes() (GH-19797) by Victor Stinner · 4 years, 5 months ago
  18. 5769724 bpo-40228: More robust frame.setlineno. (GH-19437) by Mark Shannon · 4 years, 5 months ago
  19. ec9bea4 bpo-40436: Fix code parsing gdb version (GH-19792) by Victor Stinner · 4 years, 5 months ago
  20. a4dfe8e bpo-39995: Fix concurrent.futures _ThreadWakeup (GH-19760) by Victor Stinner · 4 years, 5 months ago
  21. 7036477 bpo-40421: Add PyFrame_GetBack() function (GH-19765) by Victor Stinner · 4 years, 5 months ago
  22. 4386b90 bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781) by Victor Stinner · 4 years, 5 months ago
  23. ae00a5a bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 4 years, 5 months ago
  24. f7bbf58 bpo-38880: List interpreters associated with a channel end (GH-17323) by Lewis Gaul · 4 years, 5 months ago
  25. 49f70db bpo-40431: Fix syntax typo in turtledemo (GH-19777) by Miro Hrončok · 4 years, 5 months ago
  26. 521c8d6 bpo-39966: Revert "bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock" (GH-19734) by Karthikeyan Singaravelan · 4 years, 5 months ago
  27. d9a43e2 bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098) by Ethan Onstott · 4 years, 5 months ago
  28. a42ca74 bpo-40421: Add PyFrame_GetCode() function (GH-19757) by Victor Stinner · 4 years, 5 months ago
  29. d66685a Merge tag 'v3.9.0a6' by Łukasz Langa · 4 years, 5 months ago
  30. bc1c8af Python 3.9.0a6 by Łukasz Langa · 4 years, 5 months ago
  31. 1a27501 bpo-30966: concurrent.futures.Process.shutdown() closes queue (GH-19738) by Victor Stinner · 4 years, 5 months ago
  32. 9adccc1 bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735) by Victor Stinner · 4 years, 5 months ago
  33. c5c4281 bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712) by Dong-hee Na · 4 years, 5 months ago
  34. 91a5ae1 bpo-40217: Clean code in PyType_FromSpec_Alloc and add NEWS entry (GH-19733) by Pablo Galindo · 4 years, 5 months ago
  35. 6292be7 bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720) by Serhiy Storchaka · 4 years, 5 months ago
  36. b54e46c bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) by Brad Solomon · 4 years, 5 months ago
  37. 68b352a bpo-40396: Support GenericAlias in the typing functions. (GH-19718) by Serhiy Storchaka · 4 years, 5 months ago
  38. 515fce4 bpo-40275: Avoid importing logging in test.support (GH-19601) by Serhiy Storchaka · 4 years, 5 months ago
  39. 3c8a5b4 bpo-40275: Avoid importing asyncio in test.support (GH-19600) by Serhiy Storchaka · 4 years, 5 months ago
  40. f828077 closes bpo-40385: Remove Tools/scripts/checkpyc.py (GH-19709) by Ammar Askar · 4 years, 5 months ago
  41. 503de71 bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663) by Carl Meyer · 4 years, 5 months ago
  42. e6f8abd bpo-38061: subprocess uses closefrom() on FreeBSD (GH-19697) by Victor Stinner · 4 years, 5 months ago
  43. 162c567 bpo-38061: os.closerange() uses closefrom() on FreeBSD (GH-19696) by Victor Stinner · 4 years, 5 months ago
  44. 1221135 gdbinit: Use proper define syntax (GH-19557) by Florian Bruhin · 4 years, 5 months ago
  45. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 5 months ago
  46. a81849b bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939) by sweeneyde · 4 years, 5 months ago
  47. 9bee32b bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637) by Victor Stinner · 4 years, 6 months ago
  48. bcc136b bpo-38329: python.org macOS installers now update Current symlink (GH-19650) by Ned Deily · 4 years, 6 months ago
  49. b310700 bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480) by Joshua Root · 4 years, 6 months ago
  50. 3a69f3c bpo-38439: Add 256px IDLE icon (GH-17473) by Miro Hrončok · 4 years, 6 months ago
  51. 783a673 bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642) by Ned Deily · 4 years, 6 months ago
  52. 6a9e80a bpo-40313: speed up bytes.hex() (GH-19594) by sweeneyde · 4 years, 6 months ago
  53. a25a04f bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616) by HongWeipeng · 4 years, 6 months ago
  54. eba9f61 bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) by Antoine Pitrou · 4 years, 6 months ago
  55. 8aea4b3 bpo-40148: Add PurePath.with_stem() (GH-19295) by Tim Hoffmann · 4 years, 6 months ago
  56. c8f1715 bpo-38891: avoid quadratic item access performance of ShareableList (GH-18996) by Thomas Krennwallner · 4 years, 6 months ago
  57. 1ac6e37 bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453) by Kyle Stanley · 4 years, 6 months ago
  58. 4fe0020 bpo-40325: Deprecate set object support in random.sample() (GH-19591) by Raymond Hettinger · 4 years, 6 months ago
  59. 482259d bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269) by Furkan Önder · 4 years, 6 months ago
  60. 696136b bpo-35113: Fix inspect.getsource to return correct source for inner classes (#10307) by Karthikeyan Singaravelan · 4 years, 6 months ago
  61. 12446e6 bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) by Serhiy Storchaka · 4 years, 6 months ago
  62. 7e64414 bpo-40257: Improve help for the typing module (GH-19546) by Serhiy Storchaka · 4 years, 6 months ago
  63. 75a3378 bpo-40282: Allow random.getrandbits(0) (GH-19539) by Antoine Pitrou · 4 years, 6 months ago
  64. 9f5fe79 bpo-40286: Add randbytes() method to random.Random (GH-19527) by Victor Stinner · 4 years, 6 months ago
  65. 485e715 bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540) by Inada Naoki · 4 years, 6 months ago
  66. 5565c30 bpo-39793: use the same domain on make_msgid tests (#18698) by Batuhan Taşkaya · 4 years, 6 months ago
  67. 70f027d bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547) by Raymond Hettinger · 4 years, 6 months ago
  68. 518835f bpo-35967 resolve platform.processor late (GH-12239) by Jason R. Coombs · 4 years, 6 months ago
  69. 58d6f2e bpo-40270: Enable json extension in Windows sqlite extension (GH-19528) by Ammar Askar · 4 years, 6 months ago
  70. fbf2786 bpo-40257: Output object's own docstring in pydoc (GH-19479) by Serhiy Storchaka · 4 years, 6 months ago
  71. ba1bcff bpo-29255: Wait in KqueueSelector.select when no fds are registered (GH-19508) by Russell Davis · 4 years, 6 months ago
  72. 9a4b38f bpo-40267: Fix message when last input character produces a SyntaxError (GH-19521) by Lysandros Nikolaou · 4 years, 6 months ago
  73. a86b522 bpo-40277: Add a repr() to namedtuple's _tuplegetter to aid with introspection (GH-19537) by Ammar Askar · 4 years, 6 months ago
  74. d42e582 bpo-40260: Update modulefinder to use io.open_code() and respect coding comments (GH-19488) by Barry · 4 years, 6 months ago
  75. aade1cc bpo-395222: Correctly unparse unicode prefix in ast_unparse.c (GH-19512) by Batuhan Taşkaya · 4 years, 6 months ago
  76. 675d9a3 bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464) by Hai Shi · 4 years, 6 months ago
  77. 990ea42 bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396) by Batuhan Taşkaya · 4 years, 6 months ago
  78. a1a0eb4 bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048) by Sebastian Pedersen · 4 years, 6 months ago
  79. 258f517 bpo-32894: Support unparsing of infinity numbers in ast_unparser.c (GH-17426) by Batuhan Taşkaya · 4 years, 6 months ago
  80. 4c3da78 bpo-40091: Fix a hang at fork in the logging module (GH-19416) by Victor Stinner · 4 years, 6 months ago
  81. 0135598 bpo-40241: Add pycore_gc.h header file (GH-19494) by Victor Stinner · 4 years, 6 months ago
  82. 14d5331 bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)" (GH-19456) by Victor Stinner · 4 years, 6 months ago
  83. 41d5b94 bpo-40246: Report a better error message for invalid string prefixes (GH-19476) by Lysandros Nikolaou · 4 years, 6 months ago
  84. 402e1cd bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) by Oren Milman · 4 years, 6 months ago
  85. 63e5b59 bpo-13743: Add some documentation strings to xml.dom.minidom (GH-16355) by Alex Itkes · 4 years, 6 months ago
  86. 5fd8123 bpo-39011: Preserve line endings within ElementTree attributes (GH-18468) by mefistotelis · 4 years, 6 months ago
  87. 3e0dd37 closes bpo-39953: Update OpenSSL error codes table. (GH-19082) by Benjamin Peterson · 4 years, 6 months ago
  88. 4b222c9 bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) by Serhiy Storchaka · 4 years, 6 months ago
  89. f13072b bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API (GH-19461) by Pablo Galindo · 4 years, 6 months ago
  90. 5cd2803 bpo-31904: Fix test_c_locale_coercion encodings for VxWorks RTOS (GH-19448) by pxinwr · 4 years, 6 months ago
  91. 97e0de0 bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190) by Zackery Spytz · 4 years, 6 months ago
  92. b54a99d bpo-40082: trip_signal() uses the main interpreter (GH-19441) by Victor Stinner · 4 years, 6 months ago
  93. 307b9d0 bpo-40170: Remove PyIndex_Check() macro (GH-19428) by Victor Stinner · 4 years, 6 months ago
  94. 45ec5b9 bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378) by Victor Stinner · 4 years, 6 months ago
  95. ef5c615 bpo-40170: Convert PyObject_CheckBuffer() macro to a function (GH-19376) by Victor Stinner · 4 years, 6 months ago
  96. 9205520 bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379) by Victor Stinner · 4 years, 6 months ago
  97. 87255be bpo-40089: Add _at_fork_reinit() method to locks (GH-19195) by Victor Stinner · 4 years, 6 months ago
  98. 48b069a bpo-39481: Implementation for PEP 585 (#18239) by Guido van Rossum · 4 years, 6 months ago
  99. 9cc3ebd bpo-40149: Implement traverse in _abc._abc_data (GH-19412) by Victor Stinner · 4 years, 6 months ago
  100. d8acf0d bpo-37388: Don't check encoding/errors during finalization (GH-19409) by Victor Stinner · 4 years, 6 months ago