1. e1becf4 bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) by Petr Viktorin · 4 years, 6 months ago
  2. 441416c Fix typo in sqlite3 documentation (GH-19965) by Naglis · 4 years, 6 months ago
  3. eff870b Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (#19950) by Raymond Hettinger · 4 years, 6 months ago
  4. d60040b bpo-40517: Implement syntax highlighting support for ASDL (#19928) by Batuhan Taskaya · 4 years, 6 months ago
  5. 627f701 bpo-32117: Updated Simpsons names in docs (GH-19737) by Javier Buzzi · 4 years, 6 months ago
  6. f01d1be bpo-40286: Put methods in correct sections. Add security notice to use secrets for session tokens. (GH-19870) by Raymond Hettinger · 4 years, 6 months ago
  7. 9d74658 bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900) by Joel Rosdahl · 4 years, 6 months ago
  8. f25fb6e bpo-39470: Indicate that ``os.makedirs`` is equivalent to ``Path.mkdir`` (GH-18216) by Joannah Nanjekye · 4 years, 6 months ago
  9. 18f1c60 bpo-40360: Add a What's New entry for lib2to3 pending deprecation (GH-19898) by Miro Hrončok · 4 years, 6 months ago
  10. ad9eaea Remove outdated and confusing advice about setting maxsize (GH-19889) by Raymond Hettinger · 4 years, 6 months ago
  11. 8aab843 Fix missing space in docs(GH-19866) by Mathieu Dupuy · 4 years, 6 months ago
  12. 190fac9 bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867) by Raymond Hettinger · 4 years, 6 months ago
  13. 7663523 bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752) by Sander · 4 years, 6 months ago
  14. 531d1e5 bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846) by Serhiy Storchaka · 4 years, 6 months ago
  15. 289842a bpo-39435: Fix docs for pickle.loads (GH-18160) by Shantanu · 4 years, 6 months ago
  16. 831d58d bpo-39691: Clarify io.open_code behavior (GH-19824) by Shantanu · 4 years, 6 months ago
  17. 252346a bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) by Victor Stinner · 4 years, 6 months ago
  18. 8bcfd31 Change 'exception happened' to 'exception occurred' in two places (#19767) by Noah Doersing · 4 years, 6 months ago
  19. 3209cbd bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742) by lrjball · 4 years, 6 months ago
  20. 360371f bpo-40291: Add support for CAN_J1939 sockets (GH-19538) by karl ding · 4 years, 6 months ago
  21. fd33cdb Fix plural typo in documentation (GH-19799) by Alex Povel · 4 years, 6 months ago
  22. e5963ee What's New in Python 3.9: Reorganize C API Changes (GH-19794) by Victor Stinner · 4 years, 6 months ago
  23. 9a8c131 bpo-40428: Cleanup free list part of C API Changes doc (GH-19793) by Victor Stinner · 4 years, 6 months ago
  24. bfb1cf4 bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711) by Serhiy Storchaka · 4 years, 6 months ago
  25. bb4a585 bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) by Zackery Spytz · 4 years, 6 months ago
  26. 7036477 bpo-40421: Add PyFrame_GetBack() function (GH-19765) by Victor Stinner · 4 years, 6 months ago
  27. 4386b90 bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781) by Victor Stinner · 4 years, 6 months ago
  28. ae00a5a bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 4 years, 6 months ago
  29. 8852ad4 bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773) by Victor Stinner · 4 years, 6 months ago
  30. 6d86a23 bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772) by Victor Stinner · 4 years, 6 months ago
  31. d9a43e2 bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098) by Ethan Onstott · 4 years, 6 months ago
  32. a42ca74 bpo-40421: Add PyFrame_GetCode() function (GH-19757) by Victor Stinner · 4 years, 6 months ago
  33. 7c59d7c bpo-40421: Add pyframe.h header file (GH-19755) by Victor Stinner · 4 years, 6 months ago
  34. 9adccc1 bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735) by Victor Stinner · 4 years, 6 months ago
  35. c5c4281 bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712) by Dong-hee Na · 4 years, 6 months ago
  36. caf1aad bpo-40348: Fix typos in the programming FAQ (GH-19729) by Zackery Spytz · 4 years, 6 months ago
  37. b54e46c bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) by Brad Solomon · 4 years, 6 months ago
  38. 88499f1 bpo-40387: Improve queue join() example. (GH-19724) by Raymond Hettinger · 4 years, 6 months ago
  39. ef33712 Fix typo in object.__format__ docs (GH-19504) by Heshy Roskes · 4 years, 6 months ago
  40. 515fce4 bpo-40275: Avoid importing logging in test.support (GH-19601) by Serhiy Storchaka · 4 years, 6 months ago
  41. 1699491 bpo-40275: Avoid importing socket in test.support (GH-19603) by Serhiy Storchaka · 4 years, 6 months ago
  42. d4f3923 bpo-40279: Add some error-handling to the module initialisation docs example (GH-19705) by Cajetan Rodrigues · 4 years, 6 months ago
  43. 0e80b56 bpo-40334: Add What's New sections for PEP 617 and PEP 585 (GH-19704) by Guido van Rossum · 4 years, 6 months ago
  44. 5aafa54 bpo-40340: Separate examples more clearly in the programming FAQ (GH-19688) by Cajetan Rodrigues · 4 years, 6 months ago
  45. 503de71 bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663) by Carl Meyer · 4 years, 6 months ago
  46. e6f8abd bpo-38061: subprocess uses closefrom() on FreeBSD (GH-19697) by Victor Stinner · 4 years, 6 months ago
  47. d663d34 bpo-39983: Add test.support.print_warning() (GH-19683) by Victor Stinner · 4 years, 6 months ago
  48. 1def775 bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670) by Victor Stinner · 4 years, 6 months ago
  49. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 6 months ago
  50. a81849b bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939) by sweeneyde · 4 years, 6 months ago
  51. 4454057 bpo-39562: Prevent collision of future and compiler flags (GH-19230) by Batuhan Taşkaya · 4 years, 6 months ago
  52. d3a8d61 Small improvements to the recipes and examples. (GH-19635) by Raymond Hettinger · 4 years, 6 months ago
  53. 9c82ea7 bpo-34037: Add Python API whatsnew for loop.shutdown_default_executor() (#19634) by Kyle Stanley · 4 years, 6 months ago
  54. 8aea4b3 bpo-40148: Add PurePath.with_stem() (GH-19295) by Tim Hoffmann · 4 years, 6 months ago
  55. 1ac6e37 bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453) by Kyle Stanley · 4 years, 6 months ago
  56. c12375a bpo-39285: Clarify example for PurePath.match (GH-19458) by Tim Lo · 4 years, 6 months ago
  57. 4fe0020 bpo-40325: Deprecate set object support in random.sample() (GH-19591) by Raymond Hettinger · 4 years, 6 months ago
  58. 482259d bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269) by Furkan Önder · 4 years, 6 months ago
  59. 2b56031 bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360) by Serhiy Storchaka · 4 years, 6 months ago
  60. 7e64414 bpo-40257: Improve help for the typing module (GH-19546) by Serhiy Storchaka · 4 years, 6 months ago
  61. 75a3378 bpo-40282: Allow random.getrandbits(0) (GH-19539) by Antoine Pitrou · 4 years, 6 months ago
  62. 1a1bd2e bpo-40302: Replace PY_INT64_T with int64_t (GH-19573) by Victor Stinner · 4 years, 6 months ago
  63. 9f5fe79 bpo-40286: Add randbytes() method to random.Random (GH-19527) by Victor Stinner · 4 years, 6 months ago
  64. 06a3554 bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551) by Mariusz Felisiak · 4 years, 6 months ago
  65. bf1a812 Minor modernization and readability improvement to the tokenizer example (GH-19558) by Raymond Hettinger · 4 years, 6 months ago
  66. a388bbd Fix parameter names in assertIn() docs (GH-18829) by Christoph Zwerschke · 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. fbf2786 bpo-40257: Output object's own docstring in pydoc (GH-19479) by Serhiy Storchaka · 4 years, 6 months ago
  69. 675d9a3 bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464) by Hai Shi · 4 years, 6 months ago
  70. 990ea42 bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396) by Batuhan Taşkaya · 4 years, 6 months ago
  71. a1a0eb4 bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048) by Sebastian Pedersen · 4 years, 6 months ago
  72. 85dd6bb Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) by laike9m · 4 years, 6 months ago
  73. 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
  74. 5fd8123 bpo-39011: Preserve line endings within ElementTree attributes (GH-18468) by mefistotelis · 4 years, 6 months ago
  75. 7ec43a7 bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466) by Pablo Galindo · 4 years, 6 months ago
  76. 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
  77. 97e0de0 bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190) by Zackery Spytz · 4 years, 7 months ago
  78. 74e1b6b Document missing methods of ssl.SSLObject (#19400) by Rémi Lapeyre · 4 years, 7 months ago
  79. 8ea10a9 closes bpo-40166: Change Unicode Howto so that it does not have a specific number of assigned code points. (GH-19328) by amaajemyfren · 4 years, 7 months ago
  80. c63629e bpo-40197: Better describe the benchmark results table (GH-19386) by Raymond Hettinger · 4 years, 7 months ago
  81. 810f68f Fix misinformation about NaN != NaN comparison (GH-19357) by Mark Dickinson · 4 years, 7 months ago
  82. 6fed3c8 bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368) by Serhiy Storchaka · 4 years, 7 months ago
  83. bd6a4c3 bpo-40131: Fix source and target order in zipapp example (GH-19290) by Zackery Spytz · 4 years, 7 months ago
  84. b74468e bpo-40122: Updated documentation for dis.findlabels() (GH-19274) by laike9m · 4 years, 7 months ago
  85. 45217af bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) by Derek Keeler · 4 years, 7 months ago
  86. 65a796e bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201) by Victor Stinner · 4 years, 7 months ago
  87. 975ac32 bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514) by Zackery Spytz · 4 years, 7 months ago
  88. 7c72383 bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) by Victor Stinner · 4 years, 7 months ago
  89. 278c1e1 bpo-40094: Add test.support.wait_process() (GH-19254) by Victor Stinner · 4 years, 7 months ago
  90. 400e1db Document most common signals (GH-19245) by Victor Stinner · 4 years, 7 months ago
  91. c49016e fix comma location in various places (GH-19233) by Mathieu Dupuy · 4 years, 7 months ago
  92. 676b1051 bpo-8901: Windows registry path is now ignored with the -E option (GH-18169) by Zackery Spytz · 4 years, 7 months ago
  93. 6467134 bpo-36543: What's new: Document how to replace xml.etree.cElementTree (GH-19188) by Miro Hrončok · 4 years, 7 months ago
  94. b61b818 bpo-39812: Remove daemon threads in concurrent.futures (GH-19149) by Kyle Stanley · 4 years, 7 months ago
  95. 5f9c131 bpo-40045: Make "dunder" method documentation easier to locate (#19153) by Javad Mokhtari · 4 years, 7 months ago
  96. 5a58c52 bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171) by Ammar Askar · 4 years, 7 months ago
  97. 71a3522 bpo-38644: Make tstate more explicit inside pystate.c (GH-19182) by Victor Stinner · 4 years, 7 months ago
  98. 59c644e bpo-39879: Update datamodel docs to include dict ordering (GH-19006) by Lahfa Samy · 4 years, 7 months ago
  99. 5c3cda0 bpo-39947: Add PyThreadState_GetID() function (GH-19163) by Victor Stinner · 4 years, 7 months ago
  100. 302e5a8 bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) by Brett Cannon · 4 years, 7 months ago