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