1. bc1c8af Python 3.9.0a6 by Łukasz Langa · 5 years ago v3.9.0a6
  2. 6292be7 bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720) by Serhiy Storchaka · 5 years ago
  3. 68b352a bpo-40396: Support GenericAlias in the typing functions. (GH-19718) by Serhiy Storchaka · 5 years ago
  4. cfaf4c0 Fix typo in Lib/typing.py (GH-19717) by Nickolena Fisher · 5 years ago
  5. 515fce4 bpo-40275: Avoid importing logging in test.support (GH-19601) by Serhiy Storchaka · 5 years ago
  6. 1699491 bpo-40275: Avoid importing socket in test.support (GH-19603) by Serhiy Storchaka · 5 years ago
  7. 3c8a5b4 bpo-40275: Avoid importing asyncio in test.support (GH-19600) by Serhiy Storchaka · 5 years ago
  8. 503de71 bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663) by Carl Meyer · 5 years ago
  9. 24ffe70 bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694) by Lysandros Nikolaou · 5 years ago
  10. 4cc4d60 Expand the implementation comments (GH-19699) by Raymond Hettinger · 5 years ago
  11. 40ded94 bpo-40336: Refactor typing._SpecialForm (GH-19620) by Serhiy Storchaka · 5 years ago
  12. d663d34 bpo-39983: Add test.support.print_warning() (GH-19683) by Victor Stinner · 5 years ago
  13. 9e6a131 bpo-40370: Use the same compile and link args as the interpreter used in test_peg_generator (GH-19674) by Pablo Galindo · 5 years ago
  14. 8d1cbff bpo-40334: Suppress all output in test_peg_generator (GH-19675) by Lysandros Nikolaou · 5 years ago
  15. 1def775 bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670) by Victor Stinner · 5 years ago
  16. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 5 years ago
  17. a81849b bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939) by sweeneyde · 5 years ago
  18. 39652cd8 bpo-40260: Remove unnecessary newline in compile() call (GH-19641) by Anthony Sottile · 5 years ago
  19. 4454057 bpo-39562: Prevent collision of future and compiler flags (GH-19230) by Batuhan Taşkaya · 5 years ago
  20. 9b49893 bpo-40214: Fix ctypes WinDLL test with insecure flags (GH-19652) by Steve Dower · 5 years ago
  21. 9bee32b bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637) by Victor Stinner · 5 years ago
  22. b310700 bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480) by Joshua Root · 5 years ago
  23. 3a69f3c bpo-38439: Add 256px IDLE icon (GH-17473) by Miro Hrončok · 5 years ago
  24. 75bedbe bpo-40327: Improve atomicity, speed, and memory efficiency of the items() loop (GH-19628) by Raymond Hettinger · 5 years ago
  25. 11a7f15 bpo-40335: Correctly handle multi-line strings in tokenize error scenarios (GH-19619) by Pablo Galindo · 5 years ago
  26. a25a04f bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616) by HongWeipeng · 5 years ago
  27. eba9f61 bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) by Antoine Pitrou · 5 years ago
  28. 9b0b5d2 bpo-40260: Revert breaking changes made in modulefinder (GH-19595) by Barry · 5 years ago
  29. df8913f Fix typo in Lib/tracepack.py (GH-19605) by Galden · 5 years ago
  30. 8aea4b3 bpo-40148: Add PurePath.with_stem() (GH-19295) by Tim Hoffmann · 5 years ago
  31. c8f1715 bpo-38891: avoid quadratic item access performance of ShareableList (GH-18996) by Thomas Krennwallner · 5 years ago
  32. 1ac6e37 bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453) by Kyle Stanley · 5 years ago
  33. 4fe0020 bpo-40325: Deprecate set object support in random.sample() (GH-19591) by Raymond Hettinger · 5 years ago
  34. 696136b bpo-35113: Fix inspect.getsource to return correct source for inner classes (#10307) by Karthikeyan Singaravelan · 5 years ago
  35. ce57883 Add spaces around the ":=" operator in ast_unparse.c (GH-19568) by Hakan Çelik · 5 years ago
  36. 12446e6 bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) by Serhiy Storchaka · 5 years ago
  37. fb94040 bpo-35967: Skip test with `uname -p` on Android (GH-19577) by Chih-Hsuan Yen · 5 years ago
  38. 7e64414 bpo-40257: Improve help for the typing module (GH-19546) by Serhiy Storchaka · 5 years ago
  39. c606624 Fix two typos in multiprocessing (GH-19571) by Galden · 5 years ago
  40. 87502dd bpo-40286: Use random.randbytes() in tests (GH-19575) by Victor Stinner · 5 years ago
  41. 223221b bpo-40286: Makes simpler the relation between randbytes() and getrandbits() (GH-19574) by Serhiy Storchaka · 5 years ago
  42. 5b1d918 bpo-39894: Route calls from pathlib.Path.samefile() to os.stat() via the path accessor (GH-18836) by Barney Gale · 5 years ago
  43. c746c4f bpo-39897: Remove needless `Path(self.parent)` call, which makes `is_mount()` misbehave in `Path` subclasses. (GH-18839) by Barney Gale · 5 years ago
  44. 75a3378 bpo-40282: Allow random.getrandbits(0) (GH-19539) by Antoine Pitrou · 5 years ago
  45. 9f5fe79 bpo-40286: Add randbytes() method to random.Random (GH-19527) by Victor Stinner · 5 years ago
  46. 22386bb bpo-39901: Move `pathlib.Path.owner()` and `group()` implementations into the path accessor. (GH-18844) by Barney Gale · 5 years ago
  47. 06a3554 bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551) by Mariusz Felisiak · 5 years ago
  48. 1ae035b bpo-40302: Add pycore_byteswap.h header file (GH-19552) by Victor Stinner · 5 years ago
  49. 485e715 bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540) by Inada Naoki · 5 years ago
  50. 5565c30 bpo-39793: use the same domain on make_msgid tests (#18698) by Batuhan Taşkaya · 5 years ago
  51. 70f027d bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547) by Raymond Hettinger · 5 years ago
  52. 518835f bpo-35967 resolve platform.processor late (GH-12239) by Jason R. Coombs · 5 years ago
  53. 6a5bf15 bpo-40209: Use tokenize.open in test_unparse (GH-19399) by Hakan Çelik · 5 years ago
  54. 01508dc Fix typo in exception thrown by ast.unparse (GH-19534) by Shantanu · 5 years ago
  55. e72cbcb bpo-35967: Make test_platform.test_uname_processor more lenient to satisfy build bots. (GH-19544) by Jason R. Coombs · 5 years ago
  56. fbf2786 bpo-40257: Output object's own docstring in pydoc (GH-19479) by Serhiy Storchaka · 5 years ago
  57. ba1bcff bpo-29255: Wait in KqueueSelector.select when no fds are registered (GH-19508) by Russell Davis · 5 years ago
  58. 4b4e90a bpo-35967: Baseline values for uname -p (GH-12824) by Jason R. Coombs · 5 years ago
  59. 9a4b38f bpo-40267: Fix message when last input character produces a SyntaxError (GH-19521) by Lysandros Nikolaou · 5 years ago
  60. 574547a Clean up compatibility code in importlib fixtures (#19156) by Jason R. Coombs · 5 years ago
  61. a86b522 bpo-40277: Add a repr() to namedtuple's _tuplegetter to aid with introspection (GH-19537) by Ammar Askar · 5 years ago
  62. d01628e bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425) by Ethan Smith · 5 years ago
  63. 4c0a31f bpo-9216: Nobody expects the geohashing FIPS inquisition (GH-19520) by Miro Hrončok · 5 years ago
  64. d42e582 bpo-40260: Update modulefinder to use io.open_code() and respect coding comments (GH-19488) by Barry · 5 years ago
  65. aade1cc bpo-395222: Correctly unparse unicode prefix in ast_unparse.c (GH-19512) by Batuhan Taşkaya · 5 years ago
  66. 96515e9 bpo-32033: Fix test_pwd failures on Android (GH-19502) by Zackery Spytz · 5 years ago
  67. a5900ec bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19511) by Dong-hee Na · 5 years ago
  68. 4cf65a6 regrtest: log timeout at startup (GH-19514) by Victor Stinner · 5 years ago
  69. e194530 bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19477) by Dong-hee Na · 5 years ago
  70. 8ef8750 bpo-39481: Make weakref and WeakSet generic (GH-19497) by Ethan Smith · 5 years ago
  71. cecf049 bpo-39481: Make functools.cached_property, partial, partialmethod generic (#19427) by Ethan Smith · 5 years ago
  72. 02152b7 Fix typo from Lib/asyncio/events.py (GH-19410) by Galden · 5 years ago
  73. 990ea42 bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396) by Batuhan Taşkaya · 5 years ago
  74. a1a0eb4 bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048) by Sebastian Pedersen · 5 years ago
  75. 258f517 bpo-32894: Support unparsing of infinity numbers in ast_unparser.c (GH-17426) by Batuhan Taşkaya · 5 years ago
  76. 4c3da78 bpo-40091: Fix a hang at fork in the logging module (GH-19416) by Victor Stinner · 5 years ago
  77. 25a6833 bpo-39481: fix test_genericalias on Android (GH-19469) by Chih-Hsuan Yen · 5 years ago
  78. 0135598 bpo-40241: Add pycore_gc.h header file (GH-19494) by Victor Stinner · 5 years ago
  79. 70c188e Add double quote cases to invalid prefix tests (GH-19489) by Pablo Galindo · 5 years ago
  80. 14d5331 bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)" (GH-19456) by Victor Stinner · 5 years ago
  81. 41d5b94 bpo-40246: Report a better error message for invalid string prefixes (GH-19476) by Lysandros Nikolaou · 5 years ago
  82. 402e1cd bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) by Oren Milman · 5 years ago
  83. 63e5b59 bpo-13743: Add some documentation strings to xml.dom.minidom (GH-16355) by Alex Itkes · 5 years ago
  84. 5fd8123 bpo-39011: Preserve line endings within ElementTree attributes (GH-18468) by mefistotelis · 5 years ago
  85. 4b222c9 bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) by Serhiy Storchaka · 5 years ago
  86. 0361556 bpo-39481: PEP 585 for a variety of modules (GH-19423) by Batuhan Taşkaya · 5 years ago
  87. e3ec44d bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422) by Ethan Smith · 5 years ago
  88. 7c4185d bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421) by Ethan Smith · 5 years ago
  89. 2fa67df bpo-39481: PEP 585 for ipaddress.py (GH-19418) by Batuhan Taşkaya · 5 years ago
  90. a8403d0 Generic itertools.chain (GH-19417) by Ethan Smith · 5 years ago
  91. 5cd2803 bpo-31904: Fix test_c_locale_coercion encodings for VxWorks RTOS (GH-19448) by pxinwr · 5 years ago
  92. f228bf2 bpo-40187: Refactor typing.TypedDict. (GH-19372) by Serhiy Storchaka · 5 years ago
  93. a2ec069 bpo-40185: Refactor typing.NamedTuple (GH-19371) by Serhiy Storchaka · 5 years ago
  94. f9dd51e bpo-39481: Make os.DirEntry generic (GH-19415) by Batuhan Taşkaya · 5 years ago
  95. 87255be bpo-40089: Add _at_fork_reinit() method to locks (GH-19195) by Victor Stinner · 5 years ago
  96. 48b069a bpo-39481: Implementation for PEP 585 (#18239) by Guido van Rossum · 5 years ago
  97. f407e20 bpo-40214: Temporarily disable a ctypes test (GH-19404) by Zachary Ware · 5 years ago
  98. 799d7d6 bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391) by Pablo Galindo · 5 years ago
  99. 6fed3c8 bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368) by Serhiy Storchaka · 5 years ago
  100. a94e627 bpo-36517: Raise error on multiple inheritance with NamedTuple (GH-19363) by Serhiy Storchaka · 5 years ago