1. d663d34 bpo-39983: Add test.support.print_warning() (GH-19683) by Victor Stinner · 4 years, 5 months ago
  2. 1def775 bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670) by Victor Stinner · 4 years, 5 months ago
  3. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 5 months ago
  4. a81849b bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939) by sweeneyde · 4 years, 5 months ago
  5. 4454057 bpo-39562: Prevent collision of future and compiler flags (GH-19230) by Batuhan Taşkaya · 4 years, 5 months ago
  6. d3a8d61 Small improvements to the recipes and examples. (GH-19635) by Raymond Hettinger · 4 years, 5 months ago
  7. 9c82ea7 bpo-34037: Add Python API whatsnew for loop.shutdown_default_executor() (#19634) by Kyle Stanley · 4 years, 5 months ago
  8. 8aea4b3 bpo-40148: Add PurePath.with_stem() (GH-19295) by Tim Hoffmann · 4 years, 5 months ago
  9. 1ac6e37 bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453) by Kyle Stanley · 4 years, 5 months ago
  10. c12375a bpo-39285: Clarify example for PurePath.match (GH-19458) by Tim Lo · 4 years, 5 months ago
  11. 4fe0020 bpo-40325: Deprecate set object support in random.sample() (GH-19591) by Raymond Hettinger · 4 years, 5 months ago
  12. 482259d bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269) by Furkan Önder · 4 years, 5 months ago
  13. 2b56031 bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360) by Serhiy Storchaka · 4 years, 5 months ago
  14. 7e64414 bpo-40257: Improve help for the typing module (GH-19546) by Serhiy Storchaka · 4 years, 5 months ago
  15. 75a3378 bpo-40282: Allow random.getrandbits(0) (GH-19539) by Antoine Pitrou · 4 years, 5 months ago
  16. 1a1bd2e bpo-40302: Replace PY_INT64_T with int64_t (GH-19573) by Victor Stinner · 4 years, 5 months ago
  17. 9f5fe79 bpo-40286: Add randbytes() method to random.Random (GH-19527) by Victor Stinner · 4 years, 5 months ago
  18. 06a3554 bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551) by Mariusz Felisiak · 4 years, 5 months ago
  19. bf1a812 Minor modernization and readability improvement to the tokenizer example (GH-19558) by Raymond Hettinger · 4 years, 5 months ago
  20. a388bbd Fix parameter names in assertIn() docs (GH-18829) by Christoph Zwerschke · 4 years, 5 months ago
  21. 70f027d bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547) by Raymond Hettinger · 4 years, 5 months ago
  22. fbf2786 bpo-40257: Output object's own docstring in pydoc (GH-19479) by Serhiy Storchaka · 4 years, 5 months ago
  23. 675d9a3 bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464) by Hai Shi · 4 years, 5 months ago
  24. 990ea42 bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396) by Batuhan Taşkaya · 4 years, 5 months ago
  25. a1a0eb4 bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048) by Sebastian Pedersen · 4 years, 5 months ago
  26. 85dd6bb Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) by laike9m · 4 years, 5 months ago
  27. 14d5331 bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)" (GH-19456) by Victor Stinner · 4 years, 5 months ago
  28. 5fd8123 bpo-39011: Preserve line endings within ElementTree attributes (GH-18468) by mefistotelis · 4 years, 5 months ago
  29. 7ec43a7 bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466) by Pablo Galindo · 4 years, 5 months ago
  30. f13072b bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API (GH-19461) by Pablo Galindo · 4 years, 5 months ago
  31. 97e0de0 bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190) by Zackery Spytz · 4 years, 5 months ago
  32. 74e1b6b Document missing methods of ssl.SSLObject (#19400) by Rémi Lapeyre · 4 years, 5 months ago
  33. 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, 5 months ago
  34. c63629e bpo-40197: Better describe the benchmark results table (GH-19386) by Raymond Hettinger · 4 years, 5 months ago
  35. 810f68f Fix misinformation about NaN != NaN comparison (GH-19357) by Mark Dickinson · 4 years, 5 months ago
  36. 6fed3c8 bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368) by Serhiy Storchaka · 4 years, 5 months ago
  37. bd6a4c3 bpo-40131: Fix source and target order in zipapp example (GH-19290) by Zackery Spytz · 4 years, 5 months ago
  38. b74468e bpo-40122: Updated documentation for dis.findlabels() (GH-19274) by laike9m · 4 years, 5 months ago
  39. 45217af bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) by Derek Keeler · 4 years, 5 months ago
  40. 65a796e bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201) by Victor Stinner · 4 years, 5 months ago
  41. 975ac32 bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514) by Zackery Spytz · 4 years, 5 months ago
  42. 7c72383 bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) by Victor Stinner · 4 years, 5 months ago
  43. 278c1e1 bpo-40094: Add test.support.wait_process() (GH-19254) by Victor Stinner · 4 years, 5 months ago
  44. 400e1db Document most common signals (GH-19245) by Victor Stinner · 4 years, 5 months ago
  45. c49016e fix comma location in various places (GH-19233) by Mathieu Dupuy · 4 years, 5 months ago
  46. 676b1051 bpo-8901: Windows registry path is now ignored with the -E option (GH-18169) by Zackery Spytz · 4 years, 5 months ago
  47. 6467134 bpo-36543: What's new: Document how to replace xml.etree.cElementTree (GH-19188) by Miro Hrončok · 4 years, 6 months ago
  48. b61b818 bpo-39812: Remove daemon threads in concurrent.futures (GH-19149) by Kyle Stanley · 4 years, 6 months ago
  49. 5f9c131 bpo-40045: Make "dunder" method documentation easier to locate (#19153) by Javad Mokhtari · 4 years, 6 months ago
  50. 5a58c52 bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171) by Ammar Askar · 4 years, 6 months ago
  51. 71a3522 bpo-38644: Make tstate more explicit inside pystate.c (GH-19182) by Victor Stinner · 4 years, 6 months ago
  52. 59c644e bpo-39879: Update datamodel docs to include dict ordering (GH-19006) by Lahfa Samy · 4 years, 6 months ago
  53. 5c3cda0 bpo-39947: Add PyThreadState_GetID() function (GH-19163) by Victor Stinner · 4 years, 6 months ago
  54. 302e5a8 bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) by Brett Cannon · 4 years, 6 months ago
  55. 8f1ed21 bpo-36144: Add union operators to WeakValueDictionary584 (#19127) by Curtis Bucher · 4 years, 6 months ago
  56. 4b3252c bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) by Juhana Jauhiainen · 4 years, 6 months ago
  57. 9b8e74c Clarify a guarantee of the logging module. (GH-19132) by Gregory P. Smith · 4 years, 6 months ago
  58. 6000087 closes bpo-40017: Add CLOCK_TAI constant to the time module. (GH-19096) by Russell Owen · 4 years, 6 months ago
  59. 70d9d74 Updated documentation for FOR_ITER (GH-19113) by laike9m · 4 years, 6 months ago
  60. 25e580a bpo-36144: Add union operators to WeakKeyDictionary (#19106) by Curtis Bucher · 4 years, 6 months ago
  61. f393b2c bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832) by Curtis Bucher · 4 years, 6 months ago
  62. bace59d bpo-39999: Improve compatibility of the ast module. (GH-19056) by Serhiy Storchaka · 4 years, 6 months ago
  63. 05e4a29 bpo-40024: Add PyModule_AddType() helper function (GH-19088) by Dong-hee Na · 4 years, 6 months ago
  64. b146568 bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942) by Serhiy Storchaka · 4 years, 6 months ago
  65. 6723e93 bpo-39946: Remove _PyThreadState_GetFrame (GH-19094) by Victor Stinner · 4 years, 6 months ago
  66. fd1e1a1 bpo-39947: Add PyThreadState_GetFrame() function (GH-19092) by Victor Stinner · 4 years, 6 months ago
  67. d2a8e5b bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087) by Victor Stinner · 4 years, 6 months ago
  68. 2de7ac9 bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929) by amaajemyfren · 4 years, 6 months ago
  69. c691f20 Fix "versionchanged" for pow named arguments (GH-19042) by Mark Dickinson · 4 years, 6 months ago
  70. 5a3a71d bpo-40010: Optimize signal handling in multithreaded applications (GH-19067) by Victor Stinner · 4 years, 6 months ago
  71. 50e6e99 bpo-39984: Move pending calls to PyInterpreterState (GH-19066) by Victor Stinner · 4 years, 6 months ago
  72. 6b97598 bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038) by Serhiy Storchaka · 4 years, 6 months ago
  73. 5b1ef20 bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738) by Victor Stinner · 4 years, 6 months ago
  74. a45b695 bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026) by Zackery Spytz · 4 years, 6 months ago
  75. 4ab362c bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515) by Batuhan Taşkaya · 4 years, 6 months ago
  76. 8689209 bpo-39969: Remove ast.Param node class as is no longer used (GH-19020) by Batuhan Taşkaya · 4 years, 6 months ago
  77. 61ac612 bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291) by Ross · 4 years, 6 months ago
  78. 33238ec Link to list of keywords in the laguage reference (GH-18024) by Борис Верховский · 4 years, 6 months ago
  79. 6672c16 bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3.6+ (GC-18550) by Taine Zhao · 4 years, 6 months ago
  80. da52be4 bpo-39509: Update HTTP status code to follow IANA (GH-18294) by Dong-hee Na · 4 years, 6 months ago
  81. 7a5cbc7 bpo-39937: Improve suggestions for removal of getchildren and getiterator in changelog (GH-18937) by Rahul Kumaresan · 4 years, 6 months ago
  82. 8fb02b6 bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981) by Victor Stinner · 4 years, 6 months ago
  83. be79373 bpo-39947: Add PyInterpreterState_Get() function (GH-18979) by Victor Stinner · 4 years, 6 months ago
  84. 6d674a1 bpo-36144: OrderedDict Union (PEP 584) (#18967) by Brandt Bucher · 4 years, 6 months ago
  85. d648ef1 bpo-36144: Update os.environ and os.environb for PEP 584 (#18911) by Charles Burkland · 4 years, 6 months ago
  86. 309d7cc bpo-35370: Add _PyEval_SetTrace() function (GH-18975) by Victor Stinner · 4 years, 6 months ago
  87. 0b72b23 bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340) by Victor Stinner · 4 years, 6 months ago
  88. fdcd53f Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) by Daniel Hahler · 4 years, 6 months ago
  89. 3c29675 bpo-1294959: Fix typo for new attribute platlibdir. (GH-18960) by Raúl Cumplido · 4 years, 6 months ago
  90. c00c86b Fix syntax error in an example in the ast documentation and sync docstrings (GH-18946) by Pablo Galindo · 4 years, 6 months ago
  91. 39c3493 Fix download.html (GH-18902) by Inada Naoki · 4 years, 6 months ago
  92. 51796e5 Update some www.unicode.org URLs to use HTTPS. (GH-18912) by Benjamin Peterson · 4 years, 6 months ago
  93. 051b9d0 closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) by Benjamin Peterson · 4 years, 6 months ago
  94. d06eec2 tracemalloc: 'pretty top' example no longer changes the filename (GH-18903) by Adam Johnson · 4 years, 6 months ago
  95. 13d52c2 bpo-34822: Simplify AST for subscription. (GH-9605) by Serhiy Storchaka · 4 years, 6 months ago
  96. e5e5632 bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) by Antoine · 4 years, 6 months ago
  97. 8510f43 bpo-1294959: Add sys.platlibdir attribute (GH-18381) by Victor Stinner · 4 years, 6 months ago
  98. b4698ec bpo-39877: Deprecate PyEval_InitThreads() (GH-18892) by Victor Stinner · 4 years, 6 months ago
  99. 8e9c47a bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757) by Pete Wicken · 4 years, 6 months ago
  100. b7e9525 bpo-36287: Make ast.dump() not output optional fields and attributes with default values. (GH-18843) by Serhiy Storchaka · 4 years, 6 months ago