1. bd25bcd Doc: Fix the array.fromfile method doc (GH-22037) by Adorilson Bezerra · 4 years, 4 months ago
  2. 3c4850e Update asyncio-subprocess.rst (GH-21680) by Gabriel R F · 4 years, 4 months ago
  3. b6daab2 documentation: clarification about the function remove in os library (GH-19024) by Etienne Gautier · 4 years, 4 months ago
  4. 7be870f Fix documentation typos of argparse exit_on_error (GH-22706) by Taneli Hukkinen · 4 years, 4 months ago
  5. cb5c802 Fix id of 'Internet Message Format' RFC in email doc (GH-24137) by Denis Laxalde · 4 years, 4 months ago
  6. 0d930f1 Fix copy.Error casing in documentation GH-22004 by Andre Delfino · 4 years, 4 months ago
  7. d28b346 Fix broken links and improve stand-alone tools list in FAQ GH-22124 by Andre Delfino · 4 years, 4 months ago
  8. c028053 Add keyword-only fields to dataclasses. (GH=25608) by Eric V. Smith · 4 years, 4 months ago
  9. 7f8e072 Remove mention of dst parameter from description of os.lstat() (GH-24704) by Sergey Fedoseev · 4 years, 4 months ago
  10. a1a5e3c Fix a typo in datamodel reference document (GH-24930) by Géry Ogam · 4 years, 4 months ago
  11. f84f1b5 bpo-38605: Update __future__ module doc as `annotations` is now "mandatory in 3.11" (GH-25602) by Saiyang Gou · 4 years, 4 months ago
  12. a89d8a9 BaseHTTPRequestHandler, that path includes query (#25597) by Senthil Kumaran · 4 years, 4 months ago
  13. 09aa6f9 bpo-38490: statistics: Add covariance, Pearson's correlation, and simple linear regression (#16813) by Tymoteusz Wołodźko · 4 years, 4 months ago
  14. 172c0f2 bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554) by Serhiy Storchaka · 4 years, 4 months ago
  15. 8cc3cfa bpo-42737: annotations with complex targets no longer causes any runtime effects (GH-23952) by Batuhan Taskaya · 4 years, 4 months ago
  16. b2fac1a bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270) by Zackery Spytz · 4 years, 4 months ago
  17. f24e2e5 bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()` (GH-18909) by Barney Gale · 4 years, 4 months ago
  18. 019e9e8 bpo-43538: Add extra arguments to os.startfile (GH-25538) by Steve Dower · 4 years, 4 months ago
  19. a77aac4 bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525) by Pablo Galindo · 4 years, 4 months ago
  20. 91b69b7 bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442) by Petr Viktorin · 4 years, 4 months ago
  21. 9d6a2d0 bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482) by Petr Viktorin · 4 years, 4 months ago
  22. 90d02e5 bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142) by Lumír 'Frenzy' Balhar · 4 years, 4 months ago
  23. 927b841 bpo-37363: Add audit events to the `http.client` module (GH-21321) by Saiyang Gou · 4 years, 4 months ago
  24. 32980fb bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23096) by Hai Shi · 4 years, 4 months ago
  25. fe24088 Add more tests. Fix code excerpt. (GH-25549) by Raymond Hettinger · 4 years, 4 months ago
  26. 14092b5 bpo-43917: Fix pure python equivalent for classmethod (GH-25544) by Raymond Hettinger · 4 years, 4 months ago
  27. 2a3f489 bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500) by Shreyan Avigyan · 4 years, 4 months ago
  28. a07da09 bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493) by Raymond Hettinger · 4 years, 4 months ago
  29. 660592f bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right section (GH-22608) by Saiyang Gou · 4 years, 4 months ago
  30. a32f8fe bpo-43756: Add new audit event for new arguments added to glob.glob (GH-25239) by Saiyang Gou · 4 years, 4 months ago
  31. 7b86e47 bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506) by Steve Dower · 4 years, 4 months ago
  32. 81fe014 doc: Sync some missing 3.10 changes with the What's New (GH-25503) by Batuhan Taskaya · 4 years, 4 months ago
  33. 18e0d32 Fix typo in whatsnew/3.10.rst (GH-25498) by JunWei Song · 4 years, 4 months ago
  34. a02cb47 bpo-38659: [Enum] add _simple_enum decorator (GH-25497) by Ethan Furman · 4 years, 4 months ago
  35. 56c95df bpo-43859: Improve the error message for IndentationError exceptions (GH-25431) by Pablo Galindo · 4 years, 4 months ago
  36. b0544ba bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490) by Pablo Galindo · 4 years, 4 months ago
  37. d35eef3 Update Sphinx directive for super from function to class (GH-25489) by Géry Ogam · 4 years, 4 months ago
  38. b2b6cd0 docs: clarify what patterns Path.glob accepts (GH-25486) by Ned Batchelder · 4 years, 4 months ago
  39. 389212c Document that random.gauss is normal distribution (GH-24935) by Joonas Paalasmaa · 4 years, 4 months ago
  40. 503cdc7 Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476) by Ethan Furman · 4 years, 4 months ago
  41. dbac8f4 bpo-38659: [Enum] add _simple_enum decorator (GH-25285) by Ethan Furman · 4 years, 4 months ago
  42. 4f9ffa8 Add doctests (GH-25474) by Raymond Hettinger · 4 years, 4 months ago
  43. 68ba0c6 bpo-43837: Reverse order of precedence table to show tightly binding operators first (GH-25469) by Ammar Askar · 4 years, 4 months ago
  44. 64d9752 bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463) by l0x · 4 years, 4 months ago
  45. 2875c60 bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25455) by Christian Heimes · 4 years, 4 months ago
  46. 89d1550 bpo-42854: Use SSL_read/write_ex() (GH-25468) by Christian Heimes · 4 years, 4 months ago
  47. 2798f24 bpo-43641: Stop stating that TLS 1.2 is the most modern version in docs (GH-25041) by Illia Volochii · 4 years, 4 months ago
  48. f5c5c0c Fix type group capture in the PEG highlight tool (GH-25464) by Pablo Galindo · 4 years, 4 months ago
  49. 8bf274a Small changes to the section about SyntaxErrors in the 3.10 What's New document (GH-25461) by Pablo Galindo · 4 years, 4 months ago
  50. b8d0fa0 bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453) by Christian Heimes · 4 years, 4 months ago
  51. ea39f82 Fix a typo in subprocess documentation (GH-25426) by andrei kulakov · 4 years, 4 months ago
  52. 39258d3 bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014) by Christian Heimes · 4 years, 4 months ago
  53. b467d9a bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) by Christian Heimes · 4 years, 4 months ago
  54. cfaa2d3 Fix typo in exceptions.rst (GH-25434) by Ikko Ashimine · 4 years, 4 months ago
  55. adf24bd bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445) by Zackery Spytz · 4 years, 4 months ago
  56. 62ec638 bpo-43862: Enhance -W cmdline option documentation (GH-25439) by Victor Stinner · 4 years, 4 months ago
  57. ff3d9c0 Improve the section with SyntaxError message improvements to the What's New of 3.10 (GH-25428) by Pablo Galindo · 4 years, 4 months ago
  58. b280248 bpo-43822: Improve syntax errors for missing commas (GH-25377) by Pablo Galindo · 4 years, 4 months ago
  59. 23acadc bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415) by Jason R. Coombs · 4 years, 4 months ago
  60. 0c4c436 Fix typo in 3.10's What's New documentation (GH-25409) by Zackery Spytz · 4 years, 4 months ago
  61. 5bf8bf2 bpo-38530: Offer suggestions on NameError (GH-25397) by Pablo Galindo · 4 years, 4 months ago
  62. c4073a2 Fix typo in the What's New for 3.10 (GH-25396) by Pablo Galindo · 4 years, 4 months ago
  63. 3386ca0 bpo-20364: Improve sqlite3 placeholder docs (GH-25003) by Erlend Egeberg Aasland · 4 years, 4 months ago
  64. 333d10c bpo-43712 : fileinput: Add encoding parameter (GH-25272) by Inada Naoki · 4 years, 4 months ago
  65. 133705b bpo-43777: Drop description of "pip search" command from tutorial (GH-25287) by Bob Kline · 4 years, 4 months ago
  66. 37494b4 bpo-38530: Offer suggestions on AttributeError (#16856) by Pablo Galindo · 4 years, 4 months ago
  67. 11159d2 bpo-43080: pprint for dataclass instances (GH-24389) by Lewis Gaul · 4 years, 4 months ago
  68. 695d47b bpo-43785: Update bz2 document (GH-25351) by Inada Naoki · 4 years, 4 months ago
  69. fd79af7 Doc: Try to enhance wording on circular imports. (GH-24705) by Julien Palard · 4 years, 4 months ago
  70. c2b7a66 bpo-43731: Add an `encoding` parameter to logging.fileConfig() (GH-25273) by Inada Naoki · 4 years, 4 months ago
  71. 85918e4 bpo-43774: Add more links to configure options (GH-25363) by Victor Stinner · 4 years, 4 months ago
  72. 20ac347 Fix Sphinx errors in the documentation and re-activate the suspicious check (GH-25368) by Pablo Galindo · 4 years, 4 months ago
  73. 37a5e22 Use double quotes over single quotes for match statement grammar (GH-24943) by Ken Jin · 4 years, 4 months ago
  74. 2459b92 bpo-43774: Remove --without-cycle-gc doc (GH-25364) by Victor Stinner · 4 years, 4 months ago
  75. 67c0b3d bpo-41661: Document os.path.relpath() exception on Windows with different drives (GH-25346) by Zackery Spytz · 4 years, 4 months ago
  76. e126547 bpo-34311: Add locale.localize (GH-15275) by Cédric Krier · 4 years, 4 months ago
  77. 9825bdf bpo-43723: Deprecate camelCase aliases from threading (GH-25174) by Jelle Zijlstra · 4 years, 4 months ago
  78. 553ee27 bpo-43682: Make staticmethod objects callable (GH-25117) by Victor Stinner · 4 years, 4 months ago
  79. 79650d0 Fix description of behaviour of an exception class in 'from' clause (GH-24303) by Mark Dickinson · 4 years, 4 months ago
  80. 5224336 bpo-43783: Add ParamSpecArgs/Kwargs (GH-25298) by Jelle Zijlstra · 4 years, 4 months ago
  81. 750f484 bpo-43764: Add match_args=False parameter to dataclass decorator and to make_dataclasses function. (GH-25337) by Eric V. Smith · 4 years, 4 months ago
  82. c3a478b Fix typo about line number in the 3.10 What's New document (GH-25328) by Antti Haapala · 4 years, 4 months ago
  83. ac05f82 bpo-41974: Remove part of the note regarding complex.__float__ (GH-25197) by DevilXD · 4 years, 4 months ago
  84. 09bbebe bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227) by Victor Stinner · 4 years, 4 months ago
  85. e05a703 bpo-40701: doc typo historcal -> historical (GH-25334) by Gregory P. Smith · 4 years, 4 months ago
  86. ea9b2d6 bpo-43739: Add type declaration Doc/extending/extending.rst example by Shreyan Avigyan · 4 years, 4 months ago
  87. 2d7fdc9 bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319) by Christian Heimes · 4 years, 4 months ago
  88. 6f37ebc bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309) by Christian Heimes · 4 years, 4 months ago
  89. 507a574 bpo-43682: @staticmethod inherits attributes (GH-25268) by Victor Stinner · 4 years, 4 months ago
  90. bd88ccb bpo-43774: Document the Python Build System (GH-25302) by Victor Stinner · 4 years, 4 months ago
  91. 5436695 bpo-43774: Enhance configure documentation (GH-25293) by Victor Stinner · 4 years, 4 months ago
  92. 1e051a2 bpo-39702: Remove dotted_name from decorator documentation (GH-25234) by Saiyang Gou · 4 years, 4 months ago
  93. f32d022 bpo-43778: Fix Sphinx glossary_search extension (GH-25286) by Victor Stinner · 4 years, 4 months ago
  94. a41782c bpo-43774: Document configure options (GH-25283) by Victor Stinner · 4 years, 4 months ago
  95. 3f3d82b bpo-39899: os.path.expanduser(): don't guess other Windows users' home directories if the basename of the current user's home directory doesn't match their username. (GH-18841) by Barney Gale · 4 years, 4 months ago
  96. 58d72ca bpo-36540: Improve doc of function definition regarding positional-only arguments (GH-25235) by Saiyang Gou · 4 years, 4 months ago
  97. 8aac1be bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294) by Barney Gale · 4 years, 4 months ago
  98. abf9649 bpo-39906: Add follow_symlinks parameter to pathlib.Path.stat() and chmod() (GH-18864) by Barney Gale · 4 years, 4 months ago
  99. 1be456a bpo-38605: Update "Future statements" docs since PEP 563 is always enabled (GH-25236) by Saiyang Gou · 4 years, 4 months ago
  100. 0fdf11e bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` since 3.9 (GH-25231) by Saiyang Gou · 4 years, 4 months ago