Python 3.10.0a1
  1. d02d824 bpo-41584: clarify when the reflected method of a binary arithemtic operator is called (#22505) by Brett Cannon · 4 years, 11 months ago
  2. 060937d bpo-41774: Tweak new programming FAQ entry (GH-22562) by Terry Jan Reedy · 4 years, 11 months ago
  3. dcc5421 bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552) by Serhiy Storchaka · 4 years, 11 months ago
  4. 8e1dd55 bpo-41428: Documentation for PEP 604 (gh-22517) by Fidget-Spinner · 4 years, 11 months ago
  5. 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, 11 months ago
  6. 1ed5443 bpo-41898: add caveat on root logger seeing all messages in assertLogs doc (GH-22526) by Irit Katriel · 4 years, 11 months ago
  7. e799aa8 bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469) by Batuhan Taskaya · 4 years, 11 months ago
  8. 7f54e56 [doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524) by Andre Delfino · 4 years, 11 months ago
  9. 3fe6148 [doc] Fix link to abc.collections.Iterable (GH-22520) by Andre Delfino · 4 years, 11 months ago
  10. f97e42e bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554) by Ram Rachum · 4 years, 11 months ago
  11. d4b9edd [doc] Fix link to abc.collections.Iterable (GH-22502) by Andre Delfino · 4 years, 11 months ago
  12. bd71a43 Fix is_typeddict markup (#22501) by Andre Delfino · 4 years, 11 months ago
  13. 20ce62f bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291) by Campbell Barton · 4 years, 11 months ago
  14. 583ee5a bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486) by Victor Stinner · 4 years, 11 months ago
  15. c8bb241 [doc] Update references to NumPy (GH-22458) by Andre Delfino · 4 years, 11 months ago
  16. 58a7da9 bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121) by Robert Smallshire · 4 years, 11 months ago
  17. 6329893 Fix grammar in secrets module documentation (GH-22467) by Max Smolens · 4 years, 11 months ago
  18. 5b0181d bpo-41774: Add programming FAQ entry (GH-22402) by Terry Jan Reedy · 4 years, 11 months ago
  19. b0dfc75 bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-22441) by Ram Rachum · 4 years, 11 months ago
  20. d332e7b bpo-41842: Add codecs.unregister() function (GH-22360) by Hai Shi · 4 years, 11 months ago
  21. d9ab95f [doc] Leverage the fact that the actual types can now be indexed for typing (GH-22340) by Andre Delfino · 4 years, 11 months ago
  22. 00eb063 bpo-41858: Clarify line in optparse doc (GH-22407) by Emmanuel Arias · 5 years ago
  23. e8a2076 Revert "Fix all Python Cookbook links (#22205)" (GH-22424) by Andre Delfino · 5 years ago
  24. 98c16c9 bpo-41833: threading.Thread now uses the target name (GH-22357) by Victor Stinner · 5 years ago
  25. 2e4dd33 bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633) by Zackery Spytz · 5 years ago
  26. 9c4eac7 bpo-33822: Update IDLE section of What's New 3.8 (GH-22383) by Terry Jan Reedy · 5 years ago
  27. 22b7616 bpo-41844: Add IDLE section to What's New 3.9 (GN-22382) by Terry Jan Reedy · 5 years ago
  28. 48b0b1b bpo-37779 : Add information about the overriding behavior of ConfigParser.read (GH-15177) by sblondon · 5 years ago
  29. 19c3ac9 bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359) by Victor Stinner · 5 years ago
  30. d986d16 bpo-41816: `StrEnum.__str__` is `str.__str__` (GH-22362) by Ethan Furman · 5 years ago
  31. 947adca bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363) by Terry Jan Reedy · 5 years ago
  32. 0d0e9fe bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedType` (GH-22336) by Bas van Beek · 5 years ago
  33. 62e40d8 Enum: add extended AutoNumber example (GH-22349) by Ethan Furman · 5 years ago
  34. 0063ff4 bpo-41816: add `StrEnum` (GH-22337) by Ethan Furman · 5 years ago
  35. 778ad92 [doc] Teach 0-args form of super in Programming FAQ (GH-22176) by Andre Delfino · 5 years ago
  36. c8c70e7 Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317) by Mark Dickinson · 5 years ago
  37. 2b05361 bpo-41756: Introduce PyGen_Send C API (GH-22196) by Vladimir Matveev · 5 years ago
  38. 8394500 bpo-35293: Travis CI uses "make venv" for the doc (GH-22307) by Victor Stinner · 5 years ago
  39. 6595cb0 bpo-35293: Remove RemovedInSphinx40Warning (GH-22198) by Dong-hee Na · 5 years ago
  40. 8af239e bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) by Victor Stinner · 5 years ago
  41. 27201cd Remove duplicated words words (GH-22298) by Serhiy Storchaka · 5 years ago
  42. 5a83647 bpo-41808: Add What's New 3.9 entry missing from master (#22294) by Terry Jan Reedy · 5 years ago
  43. a33f2c2 bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). (GH-22288) by Serhiy Storchaka · 5 years ago
  44. 7219e27 Enum: make `Flag` and `IntFlag` members iterable (GH-22221) by Ethan Furman · 5 years ago
  45. a5634c4 bpo-41746: Add type information to asdl_seq objects (GH-22223) by Pablo Galindo · 5 years ago
  46. 83f6dcd [doc] Minor improvements to is_typeddict (GH-22280) by Andre Delfino · 5 years ago
  47. 0705ec8 bpo-41792: Add is_typeddict function to typing.py (GH-22254) by Patrick Reader · 5 years ago
  48. 47f6ec4 Doc: Fix broken manpage link (GH-21937) by Tim Burke · 5 years ago
  49. ac0333e Fix all Python Cookbook links (#22205) by Andre Delfino · 5 years ago
  50. 5531269 Improve the description of difflib in the documentation (GH-22253) by Mandeep · 5 years ago
  51. 7bcc645 bpo-41776: Revise example of "continue" in the tutorial documentation (GH-22234) by Neeraj Samtani · 5 years ago
  52. 542e1df bpo-40721: add note about enum member name case (GH-22231) by Ethan Furman · 5 years ago
  53. 8f2b991 bpo-41646: Mention path-like objects support in the docs for shutil.copy() (GH-22208) by Zackery Spytz · 5 years ago
  54. efcbe78 Fix a typo in locale Docs (#22233) by abdo · 5 years ago
  55. 457d4e9 bpo-41513: Add docs and tests for hypot() (GH-22238) by Raymond Hettinger · 5 years ago
  56. 94bfdee bpo-41778: Change a punctuation on documentation. (GH-22229) by Emmanuel Arias · 5 years ago
  57. b48389d bpo-33239: Fix default value of 'buffering' parameter in docs of tempfile.* functions (GH-21763) by Sergey Fedoseev · 5 years ago
  58. c753306 bpo-41672: Fix type mismatches in imaplib docs (GH-22207) by Norbert Cyran · 5 years ago
  59. fb27187 [doc] struct: update note about network byte order form to be more helpful (GH-22201) by Stargirl Flowers · 5 years ago
  60. 3304cbd Doc: Fix alphabetical ordering of removeprefix/suffix. (GH-22194) by Benjamin Peterson · 5 years ago
  61. 06d0b8b bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188) by Mark Roseman · 5 years ago
  62. 1e874d5 Update logging documentation to tidy up formatting (GH-22173) by Bar Harel · 5 years ago
  63. 788b79f [doc] Remove superfluous comment about equal in f-strings (GH-22006) by Andre Delfino · 5 years ago
  64. 7a797a3 Add missing colon to IDLE doc markup (GH-22007) by Andre Delfino · 5 years ago
  65. 76553e5 Add minor clarification in logging documentation. (GH-22167) by Vinay Sajip · 5 years ago
  66. 1e2f051 bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts.dat (GH-22112) by Hai Shi · 5 years ago
  67. 594f0ce [doc] Fix padding in timeit (GH-22152) by Andre Delfino · 5 years ago
  68. 207c321 bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) by Erlend Egeberg Aasland · 5 years ago
  69. 5bfd60f [doc] Add link to Generic in typing (GH-22125) by Andre Delfino · 5 years ago
  70. 5371a46 closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110) by Zackery Spytz · 5 years ago
  71. 2623868 [doc] Fix padding in some typing definitions (GH-22114) by Andre Delfino · 5 years ago
  72. 1264d04 Fix documented Python version for venv --upgrade-deps (GH-22113) by johnthagen · 5 years ago
  73. 51b84f8 bpo-38585: Remove references to defusedexpat (GH-22095) by Zackery Spytz · 5 years ago
  74. 306cfb3 bpo-40486: Specify what happens if directory content change diring iteration (GH-22025) by Serhiy Storchaka · 5 years ago
  75. cdbff35 [doc] Update documentation on logging optimization. (GH-22075) by Vinay Sajip · 5 years ago
  76. 8516060 [doc] Fix a typo in the graphlib docs (#22030) by Mario Šaško · 5 years ago
  77. e223d06 bpo-39883: Use BSD0 license for code in docs (GH-17635) by Todd · 5 years ago
  78. 5a4a963 Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047) by Pablo Galindo · 5 years ago
  79. 51fece1 bpo-41685: Don't pin setuptools version anymore in Doc/Makefile (GH-22062) by Victor Stinner · 5 years ago
  80. c0d5c13 bpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefile (GH-22043) by Victor Stinner · 5 years ago
  81. 1d25f5b Remove reference to Boa Constructor. (GH-22012) by Andre Delfino · 5 years ago
  82. dea82b6 [doc] Remove references to PyChecker. (GH-22011) by Andre Delfino · 5 years ago
  83. 700fa1b Note the buffer slots can be set with PyType_Spec with the unlimited API. (GH-22031) by Benjamin Peterson · 5 years ago
  84. f5a16b4 [doc] Add link to FileHandler in logging (GH-21940) by Andre Delfino · 5 years ago
  85. a4c4e17 bpo-41685: Temporarily pin setuptools to 49.2.1 in Docs venv. (GH-22038) by Ned Deily · 5 years ago
  86. 3584d4b [doc] Document VIRTUAL_ENV environment variable (GH-21970) by Andre Delfino · 5 years ago
  87. c3a651a [doc] Fix markup in logging (GH-22008) by Andre Delfino · 5 years ago
  88. c68c5af Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882) by Roger Iyengar · 5 years ago
  89. 8784d33 Fix error in argparse documentation example (GH-17399) by SarahPythonista · 5 years ago
  90. d9a966a bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake (GH-20215) by Petr Viktorin · 5 years ago
  91. 398575c bpo-41634: Fix a typo in the curses documentation (GH-21958) by Zackery Spytz · 5 years ago
  92. b260635 Add missing word (GH-21936) by Mason · 5 years ago
  93. 8c58d2a bpo-41624: fix documentation of typing.Coroutine (GH-21952) by MingZhe Hu · 5 years ago
  94. 802726a Document vars behavior when __dict__ is missing (#21466) by Andre Delfino · 5 years ago
  95. 7173fc8 bpo-41573: Update release versions in General FAQ (GH-21915) by wyz23x2 · 5 years ago
  96. 12695f4 Doc: add a missing period (GH-21819) by Mathieu Dupuy · 5 years ago
  97. 2ce3963 bpo-40994: Ungroup items in collections.abc documentation for improved clarity (GH-21880) by Sydney Pemberton · 5 years ago
  98. 0be7c21 Fix grammar in Doc/tutorial/controlflow.rst (GH-21885) by Denis Ovsienko · 5 years ago
  99. 1abeda8 bpo-40204: Fix duplicated productionlist names in the doc (GH-21900) by Victor Stinner · 5 years ago
  100. fbf43f0 bpo-41521: Rename blacklist parameter to not_exported (GH-21824) by Victor Stinner · 5 years ago