1. 4173320 bpo-41805: Documentation for PEP 585 (GH-22615) by kj · 3 years, 11 months ago
  2. 95f710c bpo-6761: Enhance __call__ documentation (GH-7987) by Andre Delfino · 3 years, 11 months ago
  3. 84f7382 bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994) by Victor Stinner · 3 years, 11 months ago
  4. 303aac8 bpo-30681: Support invalid date format or value in email Date header (GH-22090) by Georges Toth · 3 years, 11 months ago
  5. 920cb64 bpo-42157: unicodedata avoids references to UCD_Type (GH-22990) by Victor Stinner · 3 years, 11 months ago
  6. 47e1afd bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) by Victor Stinner · 3 years, 11 months ago
  7. 0f25c23 Add a link to buffer protocol in bytearray() doc (GH-22675) by Antoine · 3 years, 11 months ago
  8. 3cde378 bpo-39108: Document threading issues for random.gauss() (GH-22928) by Raymond Hettinger · 3 years, 11 months ago
  9. e6a7ea4 Split-out a fourth section in the descriptor HowTo guide (GH-22965) by Raymond Hettinger · 3 years, 11 months ago
  10. 4a9c637 Second round of updates to the descriptor howto guide (GH-22946) by Raymond Hettinger · 3 years, 11 months ago
  11. 48be6b1 bpo-42127: Document effect of cached_property on key-sharing dictionaries (GH-22930) by Raymond Hettinger · 3 years, 11 months ago
  12. e01e442 [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932) by Andre Delfino · 3 years, 11 months ago
  13. 805ef73 bpo-42139: Update What's New 3.9 for master (#22936) by Terry Jan Reedy · 4 years ago
  14. 8e5b0fd bpo-19072: Update descriptor howto for decorator chaining (GH-22934) by Raymond Hettinger · 4 years ago
  15. 04523c5 Mention in "What's New" that the import system is starting to be cleaned up (GH-22931) by Brett Cannon · 4 years ago
  16. 8d3d731 Create a primer section for the descriptor howto guide (GH-22906) by Raymond Hettinger · 4 years ago
  17. ec388cf bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) by Zackery Spytz · 4 years ago
  18. b37c994 bpo-42086: Document AST operator nodes acts as a singleton (GH-22896) by Batuhan Taskaya · 4 years ago
  19. b6f2fc9 bpo-25655: Improve Win DLL loading failures doc (GH-22372) by Philippe Ombredanne · 4 years ago
  20. 283f9a2 Remove 3.5 from Doc version switcher in master. (#22886) by larryhastings · 4 years ago
  21. 3c69f0c bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874) by Brett Cannon · 4 years ago
  22. b451b0e bpo-38980: Add -fno-semantic-interposition when building with optimizations (GH-22862) by Pablo Galindo · 4 years ago
  23. 27f1bd8 bpo-35181: Correct importlib documentation for some module attributes (GH-15190) by Géry Ogam · 4 years ago
  24. f8b1ccd Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class name (GH-22867) by kpinc · 4 years ago
  25. caff293 bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) by Raúl Cumplido · 4 years ago
  26. c60394c bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) by kpinc · 4 years ago
  27. cb115e3 Doc: Fix a typo/error in the docs for cached bytecode (GH-22445) by Zackery Spytz · 4 years ago
  28. fb2e946 Doc: Do not suggest `s[::-1]` for reversed order (GH-22457) by Andre Delfino · 4 years ago
  29. eba109a Doc: Remove old Python version from future stmt (GH-21802) by Andre Delfino · 4 years ago
  30. 4642ccd Doc: Do not encourage using a base class name in a derived class (GH-22177) by Andre Delfino · 4 years ago
  31. 5f22741 bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22420) by Максим · 4 years ago
  32. 7cdf30f bpo-42010: [docs] Clarify subscription of types (GH-22822) by kj · 4 years ago
  33. 2d55aa9 bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272) by Florian Dahlitz · 4 years ago
  34. 5ab27cc bpo-42041: Clarify how subprocess searches for the executable (GH-22715) by Paul Moore · 4 years ago
  35. 3393624 Minor tweaks to typing union objects doc (GH-22741) by Andre Delfino · 4 years ago
  36. 3f7e990 bpo-41192: Add documentation of undocumented audit events (GH-21308) by Saiyang Gou · 4 years ago
  37. 0c37269 bpo-41192: Clarify the sys module's description of the auditing feature (GH-22768) by Andrew Kuchling · 4 years ago
  38. ec42789 bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639) by Andrey Doroschenko · 4 years ago
  39. ff1ae3d bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281) by Zackery Spytz · 4 years ago
  40. 5b57fa6 Doc: Add missing spaces after period for `posix_spawn` (GH-22730) by Tomer Cohen · 4 years ago
  41. 109826c bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803) by Pablo Galindo · 4 years ago
  42. 871934d bpo-4356: Add key function support to the bisect module (GH-20556) by Raymond Hettinger · 4 years ago
  43. 23c0fb8 bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921) by Ruben Vorderman · 4 years ago
  44. f85658a bpo-40901: Describe what "interface name" means on Windows (GH-20694) by Jakub Stasiak · 4 years ago
  45. 3a8fdb2 bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252) by Alex Gaynor · 4 years ago
  46. 4dfb190 bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360) by Zackery Spytz · 4 years ago
  47. 33242a9 bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463) by Michel Samia · 4 years ago
  48. 5d9e657 Link to the msvcrt module from the Windows FAQ (#22268) by abdo · 4 years ago
  49. fa87482 bpo-38320: Clarify that expectedFailure is satisfied by either failure or error of the test. (GH-22740) by Irit Katriel · 4 years ago
  50. ebc8c38 bpo-41192: Fix some broken anchors for audit event entries (#21310) by Saiyang Gou · 4 years ago
  51. 1559389 bpo-40484: Document compiler flags under AST module (GH-19885) by Batuhan Taskaya · 4 years ago
  52. 67f0487 3.9 whatsnew: fix bpo issue for AST change (GH-22742) by Shantanu · 4 years ago
  53. 975d10a [doc] Add mentions of PEP 613 (TypeAlias) to docs (GH-22733) by Andre Delfino · 4 years ago
  54. a22a19f bpo-40341: Remove some "discouraged solutions" in Doc/faq/programming.rst (GH-22726) by Zackery Spytz · 4 years ago
  55. cf693e5 Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618) by Saiyang Gou · 4 years ago
  56. b67cbbd Minor clarification (GH-22708) by Raymond Hettinger · 4 years ago
  57. 302b616 Update timings for the final release (GH-22697) by Raymond Hettinger · 4 years ago
  58. c5b049b bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (GH-22219) by Hai Shi · 4 years ago
  59. f2bd04f Improve recipe readability (GH-22685) by Raymond Hettinger · 4 years ago
  60. 8b2ff4c Add recipe for a version of random() with a larger population (GH-22664) by Raymond Hettinger · 4 years ago
  61. cfb0f57 bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677) by Vladimir Matveev · 4 years ago
  62. ba06a70 Fix typo in "Context manager types" section in typing.rst (GH-22676) by Saiyang Gou · 4 years ago
  63. 24a54c0 Delete PyGen_Send (#22663) by Vladimir Matveev · 4 years ago
  64. 8adf8d1 [doc] Remove mention of async and await as soft keywords (GH-22144) by Andre Delfino · 4 years ago
  65. d5752aa Fix .. code-block :: directives in decimal.rst (GH-22571) by Anthony Sottile · 4 years ago
  66. 8197a93 Fix typo (GH-22582) by Gaurav Kamath · 4 years ago
  67. 0ff8a3b Fix typo in typing.rst (GH-22625) by abdo · 4 years ago
  68. a427593 Fix incorrect parameter name (GH-22613) by Xie Yanbo · 4 years ago
  69. 037245c bpo-41756: Add PyIter_Send function (#22443) by Vladimir Matveev · 4 years ago
  70. e2ec0b2 bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593) by Serhiy Storchaka · 4 years ago
  71. 35f041d bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602) by Phil Elson · 4 years ago
  72. 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 ago
  73. 4f3c250 bpo-41923: PEP 613: Add TypeAlias to typing module (#22532) by Mikhail Golubev · 4 years ago
  74. 044a104 bpo-38605: Make 'from __future__ import annotations' the default (GH-20434) by Batuhan Taskaya · 4 years ago
  75. bef7d29 bpo-41905: Add abc.update_abstractmethods() (GH-22485) by Ben Avrahami · 4 years ago
  76. d02d824 bpo-41584: clarify when the reflected method of a binary arithemtic operator is called (#22505) by Brett Cannon · 4 years ago
  77. 060937d bpo-41774: Tweak new programming FAQ entry (GH-22562) by Terry Jan Reedy · 4 years ago
  78. dcc5421 bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552) by Serhiy Storchaka · 4 years ago
  79. 8e1dd55 bpo-41428: Documentation for PEP 604 (gh-22517) by Fidget-Spinner · 4 years ago
  80. 40db798 bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids modifying an XML tree while iterating over it. (GH-22464) by scoder · 4 years ago
  81. 1ed5443 bpo-41898: add caveat on root logger seeing all messages in assertLogs doc (GH-22526) by Irit Katriel · 4 years ago
  82. e799aa8 bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469) by Batuhan Taskaya · 4 years ago
  83. 7f54e56 [doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524) by Andre Delfino · 4 years ago
  84. 3fe6148 [doc] Fix link to abc.collections.Iterable (GH-22520) by Andre Delfino · 4 years ago
  85. f97e42e bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554) by Ram Rachum · 4 years ago
  86. d4b9edd [doc] Fix link to abc.collections.Iterable (GH-22502) by Andre Delfino · 4 years ago
  87. bd71a43 Fix is_typeddict markup (#22501) by Andre Delfino · 4 years ago
  88. 20ce62f bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291) by Campbell Barton · 4 years ago
  89. 583ee5a bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486) by Victor Stinner · 4 years ago
  90. c8bb241 [doc] Update references to NumPy (GH-22458) by Andre Delfino · 4 years ago
  91. 58a7da9 bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121) by Robert Smallshire · 4 years ago
  92. 6329893 Fix grammar in secrets module documentation (GH-22467) by Max Smolens · 4 years ago
  93. 5b0181d bpo-41774: Add programming FAQ entry (GH-22402) by Terry Jan Reedy · 4 years ago
  94. b0dfc75 bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-22441) by Ram Rachum · 4 years ago
  95. d332e7b bpo-41842: Add codecs.unregister() function (GH-22360) by Hai Shi · 4 years ago
  96. d9ab95f [doc] Leverage the fact that the actual types can now be indexed for typing (GH-22340) by Andre Delfino · 4 years ago
  97. 00eb063 bpo-41858: Clarify line in optparse doc (GH-22407) by Emmanuel Arias · 4 years ago
  98. e8a2076 Revert "Fix all Python Cookbook links (#22205)" (GH-22424) by Andre Delfino · 4 years ago
  99. 98c16c9 bpo-41833: threading.Thread now uses the target name (GH-22357) by Victor Stinner · 4 years ago
  100. 2e4dd33 bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633) by Zackery Spytz · 4 years ago