1. 6d965b3 bpo-36958: In IDLE, print exit message (GH-13435) by Terry Jan Reedy · 5 years ago
  2. 287b84d bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079) by Xtreak · 5 years ago
  3. 1d5bdef Orthographical fix (GH-13418) by Boštjan Mejak · 5 years ago
  4. 9892f45 bpo-33519: clarify that .copy() is not part of the MutableSequence ABC (GH-6965) by Jelle Zijlstra · 5 years ago
  5. 56027cc bpo-19376: Added doc mentioning `datetime.strptime()` without a year fails for Feb 29. (GH-10243) by Abhishek Kumar Singh · 5 years ago
  6. e917f2e bpo-36546: Add more tests and expand docs (#13406) by Raymond Hettinger · 5 years ago
  7. 73934b9 bpo-36887: add math.isqrt (GH-13244) by Mark Dickinson · 5 years ago
  8. e7b1136 Document a workaround for a curses bug (GH-13209) by Toshio Kuratomi · 5 years ago
  9. 51a860e Correct typos in the Barrier specification (GH-9395) by Géry Ogam · 5 years ago
  10. 6faad35 bpo-36908: 'This module is always available' isn't helpful. (#13297) by Ned Batchelder · 5 years ago
  11. cbb6484 Doc: Replace the deprecated highlightlang directive by highlight. (#13377) by Stéphane Wirtel · 5 years ago
  12. 245f528 Doc: Add link threading.settrace to sys.settrace (GH-13345) by Stefan Hoelzl · 5 years ago
  13. aee19f5 bpo-36751: Undeprecate getfullargspec (GH-13245) by Pablo Galindo · 5 years ago
  14. 68b34a7 bpo-36921: Deprecate @coroutine for sake of async def (GH-13346) by Andrew Svetlov · 5 years ago
  15. 8a533ff Fix typos in documentation. Patch by tirkarthi. (GH-13354) by Terry Jan Reedy · 5 years ago
  16. 9b5a0ef Fix typos in documentation (#13344) by Xtreak · 5 years ago
  17. d9e006b bpo-33123: pathlib: Add missing_ok parameter to Path.unlink (GH-6191) by ‮zlohhcuB treboR · 5 years ago
  18. 1a2dd82 bpo-36786: Run compileall in parallel during "make install" (GH-13078) by Antoine Pitrou · 5 years ago
  19. c981ad1 bpo-26707: Enable plistlib to read UID keys. (GH-12153) by Jon Janzen · 5 years ago
  20. e307e5c Reference zipimport source code from docs. (GH-13310) by Xtreak · 5 years ago
  21. 133fc89 bpo-36799: Fix typo in ctypes.rst (GH-13104) by Yavor Konstantinov · 5 years ago
  22. e883091 bpo-36760: Clarify subprocess capture_output docs. (GH-13322) by Gregory P. Smith · 5 years ago
  23. 1a10a6b Simplify the ``LastUpdatedOrderedDict`` example recipe (GH-13296) by wim glenn · 5 years ago
  24. 8da5ebe bpo-35138: Added an example for timeit.timeit with callable arguments (GH-9787) by Anders Hovmöller · 5 years ago
  25. b6a09ae bpo-36895: Undocument removed time.clock (GH-13286) by Matthias Bussonnier · 5 years ago
  26. be6939f Docs: Add bz2 usage examples (GH-13258) by Brad · 5 years ago
  27. 50466c6 bpo-36867: DOC update multiprocessing.rst (GH-13289) by Pierre Glaser · 5 years ago
  28. 32d1458 Changes to the documentation of normcase (GH-4725) by Kexuan Sun · 5 years ago
  29. 3aef48e bpo-36778: Update cp65001 codec documentation (GH-13240) by Victor Stinner · 5 years ago
  30. cf599f6 bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022) by Zackery Spytz · 5 years ago
  31. e250061 bpo-36895: remove time.clock() as per removal notice. (GH-13270) by Matthias Bussonnier · 5 years ago
  32. 4959c33 bpo-36084: Add native thread ID to threading.Thread objects (GH-11993) by Jake Tesler · 5 years ago
  33. f6e17dd Hide module name from local (anchor) links in shutil docs (GH-6695) by Aurelio Jargas · 5 years ago
  34. fce5ff1 bpo-27497: Add return value to csv.DictWriter.writeheader (GH-12306) by Rémi Lapeyre · 5 years ago
  35. d267ac2 bpo-36778: cp65001 encoding becomes an alias to utf_8 (GH-13230) by Victor Stinner · 5 years ago
  36. a076e4f bpo-36802: Drop awrite()/aclose(), support await write() and await close() instead (#13099) by Andrew Svetlov · 5 years ago
  37. 3aca40d closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) by Benjamin Peterson · 5 years ago
  38. 289f1f8 bpo-35900: Enable custom reduction callback registration in _pickle (GH-12499) by Pierre Glaser · 5 years ago
  39. 65d98d0 bpo-35900: Add a state_setter arg to save_reduce (GH-12588) by Pierre Glaser · 5 years ago
  40. 3988986 bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132) by Brian Quinlan · 5 years ago
  41. 1d4b160 Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316) by Julien Palard · 5 years ago
  42. b2758ff bpo-36832: add zipfile.Path (#13153) by Jason R. Coombs · 5 years ago
  43. 91cc01f bpo-11001: updated cookie docs (GH-13086) by Julia Iliuk · 5 years ago
  44. e85ef7a bpo-28795: Signal documentation: Fix misleading statement. (GH-13121) by Julien Palard · 5 years ago
  45. 7b3a028 Fix rst formatting for several links in ssl documentation (GH-13133) by Toshio Kuratomi · 5 years ago
  46. 9646630 bpo-36766: Typos in docs and code comments (GH-13116) by penguindustin · 5 years ago
  47. 3921b1c bpo-36275: enhance documentation for venv.create() (GH-13114) by Sebastian Koslowski · 5 years ago
  48. f7b494c Update wsgiref.rst (#10488) by Andre Delfino · 5 years ago
  49. e152169 bpo-16024: Doc cleanup regarding path_fd, dir_fd, follow_symlinks (GH-5505) by Cheryl Sabella · 5 years ago
  50. 88f07a8 bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237) by twisteroid ambassador · 5 years ago
  51. 6b5b013 bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990) by Joannah Nanjekye · 5 years ago
  52. 4754168 bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ElementPath, and extend the surrounding tests and docs. (GH-12997) by Stefan Behnel · 5 years ago
  53. ceb842e Fixed typo (GH-11522) by Alexander Vasin · 5 years ago
  54. e1d5dd6 bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966) by Stefan Behnel · 5 years ago
  55. dde3eeb bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target (GH-12885) by Stefan Behnel · 5 years ago
  56. 43851a2 bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883) by Stefan Behnel · 5 years ago
  57. d5d2b45 bpo-36751: Deprecate getfullargspec and report positional-only args as regular args (GH-13016) by Pablo Galindo · 5 years ago
  58. 88c0937 bpo-36004: Add date.fromisocalendar (GH-11888) by Paul Ganssle · 5 years ago
  59. da63b32 bpo-36715: Add usage note for dict.fromkeys() (GH-12974) by Raymond Hettinger · 5 years ago
  60. 55d0351 Syntax highlight IDLE html doc code example. (GH-12981) by Terry Jan Reedy · 5 years ago
  61. 7abb6c0 bpo-36669: add matmul support to weakref.proxy (GH-12932) by Mark Dickinson · 5 years ago
  62. 62dfd7d bpo-35920: Windows 10 ARM32 platform support (GH-11774) by Paul Monson · 5 years ago
  63. d7befad bpo-35537: Document posix_spawn() change in subprocess (GH-11668) by Victor Stinner · 5 years ago
  64. 29d018a replace 'sequencial argument' by 'positional' in doc (GH-12925) by Mathieu Dupuy · 5 years ago
  65. fb8c7d5 bpo-36018: Make "seed" into a keyword only argument (GH-12921) by Raymond Hettinger · 5 years ago
  66. b4c7f39 Add module specification: itemgetter -> operator.itemgetter (GH-12823) by Jakub Molinski · 5 years ago
  67. 9013ccf bpo-36546: Add statistics.quantiles() (#12710) by Raymond Hettinger · 5 years ago
  68. 5ebfa84 bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879) by mollison · 5 years ago
  69. 3e986de Fix typo (GH-12878) by Fredrik Averpil · 5 years ago
  70. e8113f5 bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (#12860) by Stefan Behnel · 5 years ago
  71. 7e954e7 bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866) by Enrico Alarico Carbognani · 5 years ago
  72. 9941f96 Fix wrong indentation of a paragraph in documentation (GH-12868) by cocoatomo · 5 years ago
  73. 693c104 bpo-31904: Port test_resource to VxWorks (GH-12719) by Lihua Zhao · 5 years ago
  74. 31e8d69 bpo-33783: Use proper class markup for random.Random docs (GHè7817) by Matthias Bussonnier · 5 years ago
  75. 2b7f93b bpo-36345: Update wsgiref example (GH-12562) by Stéphane Wirtel · 5 years ago
  76. 74125a6 bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411) by Victor Stinner · 5 years ago
  77. a3283ef Doc: update PendingDeprecationWarning explanation (GH-12837) by Inada Naoki · 5 years ago
  78. f1464f4 bpo-31904: Port the time module on VxWorks (GH-12305) by pxinwr · 5 years ago
  79. 236d0b7 bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833) by pxinwr · 5 years ago
  80. 929b704 bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564) by Mickaël Schoentgen · 5 years ago
  81. e9927e1 bpo-30485: support a default prefix mapping in ElementPath by passing None as prefix (#1823) by Stefan Behnel · 5 years ago
  82. ffca16e bpo-36227: ElementTree.tostring() default_namespace and xml_declaration arguments (GH-12225) by Bernt Røskar Brenna · 5 years ago
  83. 1e82954 bpo-35581: Document @typing.type_check_only (GH-11312) by Sebastian Rittau · 5 years ago
  84. b13552c Indicate that seek and tell are mandatory on BufferedRandom. (GH-11216) by Christopher Head · 5 years ago
  85. b015fc8 bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804) by Kingsley M · 5 years ago
  86. 9d949f7 bpo-36588: On AIX, remove major version from sys.platform (GH-12787) by Michael Felt · 5 years ago
  87. 3993ccb bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977) by Emmanuel Arias · 5 years ago
  88. b3c92c6 bpo-36597: fix weakref example code (GH-12779) by Inada Naoki · 5 years ago
  89. 57b1a28 bpo-36597: fix random doctest failure (GH-12776) by Inada Naoki · 5 years ago
  90. efc4870 bpo-36416: Correct bytes.rpartition documentation (GH-12543) by pewscorner · 5 years ago
  91. b5e2959 Doc: fix typo in IncrementalDecoder.setstate (GH-12724) by Christopher Thorne · 5 years ago
  92. 2fb2bc8 bpo-14826: document that URLopener quotes fullurl. (GH-12758) by Gregory P. Smith · 5 years ago
  93. 0e10766 bpo-31512: Add non-elevated symlink support for Windows (GH-3652) by Vidar Tonaas Fauske · 5 years ago
  94. c324c74 bpo-33456: site module documentation - fix wrong default for key in pyvenv.cfg (GH-6755) by Lukas Waymann · 5 years ago
  95. a8abe09 bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-6762) by Matthias Bussonnier · 5 years ago
  96. 7b97ab3 closes bpo-35848: Move all documentation regarding the readinto out of IOBase. (GH-11893) by Steve Palmer · 5 years ago
  97. 8702b67 BPO-17561: set create_server backlog default to None (GH-12735) by Giampaolo Rodola · 5 years ago
  98. eb7e29f bpo-35934: Add socket.create_server() utility function (GH-11784) by Giampaolo Rodola · 5 years ago
  99. f4efa31 Correct "inplace" with "in-place" (GH-10480) by Andre Delfino · 5 years ago
  100. 6463ba3 bpo-27181: Add statistics.geometric_mean() (GH-12638) by Raymond Hettinger · 5 years ago