1. e657624 bpo-30262: Don't expose private objects in sqlite3 (GH-1440) by Aviv Palivoda · 5 years ago
  2. 3aca40d closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) by Benjamin Peterson · 5 years ago
  3. 289f1f8 bpo-35900: Enable custom reduction callback registration in _pickle (GH-12499) by Pierre Glaser · 5 years ago
  4. 9a4135e bpo-36817: Add f-string debugging using '='. (GH-13123) by Eric V. Smith · 5 years ago
  5. 65d98d0 bpo-35900: Add a state_setter arg to save_reduce (GH-12588) by Pierre Glaser · 5 years ago
  6. 3988986 bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132) by Brian Quinlan · 5 years ago
  7. 85225b6 bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125) by toonarmycaptain · 5 years ago
  8. 1d4b160 Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316) by Julien Palard · 5 years ago
  9. b2758ff bpo-36832: add zipfile.Path (#13153) by Jason R. Coombs · 5 years ago
  10. 70b8054 Doc: Fix missing bracket (GH-13163) by Zhaorong Ma · 5 years ago
  11. 3918ad6 bpo-36838: Suggest 'make venv' when missing Doc/ tools. (GH-13173) by Gregory P. Smith · 5 years ago
  12. e19a91e Add a footnote about Cheese Shop in Doc/tutorial (GH-13103) by Adorilson Bezerra · 5 years ago
  13. 91cc01f bpo-11001: updated cookie docs (GH-13086) by Julia Iliuk · 5 years ago
  14. e85ef7a bpo-28795: Signal documentation: Fix misleading statement. (GH-13121) by Julien Palard · 5 years ago
  15. 5765ecf bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147) by Edison A · 5 years ago
  16. 7b3a028 Fix rst formatting for several links in ssl documentation (GH-13133) by Toshio Kuratomi · 5 years ago
  17. 96aeaec bpo-36793: Remove unneeded __str__ definitions. (GH-13081) by Serhiy Storchaka · 5 years ago
  18. 9646630 bpo-36766: Typos in docs and code comments (GH-13116) by penguindustin · 5 years ago
  19. 3921b1c bpo-36275: enhance documentation for venv.create() (GH-13114) by Sebastian Koslowski · 5 years ago
  20. e9b49d1 Clarify the download unit in the download section (GH-13122) by Stéphane Wirtel · 5 years ago
  21. 4920c09 bpo-30668: add missing word in license.rst (GH-13115) by Patrick Mühlbauer · 5 years ago
  22. ae2c32f bpo-36798: Updating f-string docs for := use case (GH-13107) by Logan Jones · 5 years ago
  23. f7b494c Update wsgiref.rst (#10488) by Andre Delfino · 5 years ago
  24. cec0184 Doc/c-api/exceptions.rst: fix grammar (#12091) by Daniel Hahler · 5 years ago
  25. e152169 bpo-16024: Doc cleanup regarding path_fd, dir_fd, follow_symlinks (GH-5505) by Cheryl Sabella · 5 years ago
  26. 88f07a8 bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237) by twisteroid ambassador · 5 years ago
  27. 98a1e06 bpo-36189: Fixing typo in tutorial introduction (GH-13090) by Jonatan · 5 years ago
  28. 5e98f05 bpo-36166: Change to rst datamodel file. (GH-13089) by Catherine Alvarado · 5 years ago
  29. 6b5b013 bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990) by Joannah Nanjekye · 5 years ago
  30. 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
  31. cf48e55 bpo-33882: mention breakpoint() in debugger-related FAQ (GH-7759) by Andre Delfino · 5 years ago
  32. ceb842e Fixed typo (GH-11522) by Alexander Vasin · 5 years ago
  33. a8a79ca Improve grammar on async context managers and shorten text (GH-12379) by Andre Delfino · 5 years ago
  34. 5861cdd Don't use the LHS/RHS acronym in Simple statements (GH-12996) by Andre Delfino · 5 years ago
  35. 45e92fc Add correct license for C14N test suite to license docs. (GH-13055) by Stefan Behnel · 5 years ago
  36. 0522291 Fix tiny tiny typo in 3.8 what's new (GH-13049) by Daniel Porteous · 5 years ago
  37. 671d782 bpo-36018: Update example to show mean and stdev (GH-13047) by Raymond Hettinger · 5 years ago
  38. 482b6b5 Move dangling bullet points into named subsections (GH-13046) by Raymond Hettinger · 5 years ago
  39. e1d5dd6 bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966) by Stefan Behnel · 5 years ago
  40. ee88af3 Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer None (#10376) by Géry Ogam · 5 years ago
  41. dde3eeb bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target (GH-12885) by Stefan Behnel · 5 years ago
  42. 43851a2 bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883) by Stefan Behnel · 5 years ago
  43. ee0309f closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-13008) by Utkarsh Gupta · 5 years ago
  44. d5d2b45 bpo-36751: Deprecate getfullargspec and report positional-only args as regular args (GH-13016) by Pablo Galindo · 5 years ago
  45. 88c0937 bpo-36004: Add date.fromisocalendar (GH-11888) by Paul Ganssle · 5 years ago
  46. 843bf42 Add initial 'whatsnew' section for PEP 570 (GH-12942) by Guido van Rossum · 5 years ago
  47. f781d20 bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly (GH-12667) by Joannah Nanjekye · 5 years ago
  48. 254b309 bpo-21536: On Android, C extensions are linked to libpython (GH-12989) by xdegaye · 5 years ago
  49. da63b32 bpo-36715: Add usage note for dict.fromkeys() (GH-12974) by Raymond Hettinger · 5 years ago
  50. 5c403b2 bpo-36722: Style and grammar edits for ABI news entries (GH-12979) by Paul Ganssle · 5 years ago
  51. 55d0351 Syntax highlight IDLE html doc code example. (GH-12981) by Terry Jan Reedy · 5 years ago
  52. 4046069 bpo-36722: Add What's New entry for debug ABI (GH-12957) by Victor Stinner · 5 years ago
  53. 7abb6c0 bpo-36669: add matmul support to weakref.proxy (GH-12932) by Mark Dickinson · 6 years ago
  54. 62dfd7d bpo-35920: Windows 10 ARM32 platform support (GH-11774) by Paul Monson · 6 years ago
  55. 8c3ecc6 bpo-21536: C extensions are no longer linked to libpython (GH-12946) by Victor Stinner · 6 years ago
  56. d7befad bpo-35537: Document posix_spawn() change in subprocess (GH-11668) by Victor Stinner · 6 years ago
  57. f4e4703 bpo-36465: Make release and debug ABI compatible (GH-12615) by Victor Stinner · 6 years ago
  58. 09d434c Issue 35224: Add PEP 572 (assignment expressions) to What's New (#12941) by Guido van Rossum · 6 years ago
  59. 70bf713 bpo-30840: Document relative imports (#12831) by Joannah Nanjekye · 6 years ago
  60. 29d018a replace 'sequencial argument' by 'positional' in doc (GH-12925) by Mathieu Dupuy · 6 years ago
  61. fb8c7d5 bpo-36018: Make "seed" into a keyword only argument (GH-12921) by Raymond Hettinger · 6 years ago
  62. b4c7f39 Add module specification: itemgetter -> operator.itemgetter (GH-12823) by Jakub Molinski · 6 years ago
  63. 9013ccf bpo-36546: Add statistics.quantiles() (#12710) by Raymond Hettinger · 6 years ago
  64. 662ebd2 Doc: add the missing ".tp_flags" in type definition (GH-12902) by Wu Wei · 6 years ago
  65. 5ebfa84 bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879) by mollison · 6 years ago
  66. 3e986de Fix typo (GH-12878) by Fredrik Averpil · 6 years ago
  67. 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
  68. 7e954e7 bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866) by Enrico Alarico Carbognani · 6 years ago
  69. 9941f96 Fix wrong indentation of a paragraph in documentation (GH-12868) by cocoatomo · 6 years ago
  70. a6de52c bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821) by josh · 6 years ago
  71. 693c104 bpo-31904: Port test_resource to VxWorks (GH-12719) by Lihua Zhao · 6 years ago
  72. 71ce03d Clarify file-closing example in tutorial (GH-11652) by Colin Watson · 6 years ago
  73. 31e8d69 bpo-33783: Use proper class markup for random.Random docs (GHè7817) by Matthias Bussonnier · 6 years ago
  74. 2b7f93b bpo-36345: Update wsgiref example (GH-12562) by Stéphane Wirtel · 6 years ago
  75. 74125a6 bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411) by Victor Stinner · 6 years ago
  76. a3283ef Doc: update PendingDeprecationWarning explanation (GH-12837) by Inada Naoki · 6 years ago
  77. f1464f4 bpo-31904: Port the time module on VxWorks (GH-12305) by pxinwr · 6 years ago
  78. 236d0b7 bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833) by pxinwr · 6 years ago
  79. 929b704 bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564) by Mickaël Schoentgen · 6 years ago
  80. e9927e1 bpo-30485: support a default prefix mapping in ElementPath by passing None as prefix (#1823) by Stefan Behnel · 6 years ago
  81. ffca16e bpo-36227: ElementTree.tostring() default_namespace and xml_declaration arguments (GH-12225) by Bernt Røskar Brenna · 6 years ago
  82. fde9b33 bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can terminate the calling thread (GH-12541) by Pablo Galindo · 6 years ago
  83. f2cf1e3 bpo-36623: Clean parser headers and include files (GH-12253) by Pablo Galindo · 6 years ago
  84. c88fece Doc: define PY_SSIZE_T_CLEAN always (GH-12794) by Inada Naoki · 6 years ago
  85. 1e82954 bpo-35581: Document @typing.type_check_only (GH-11312) by Sebastian Rittau · 6 years ago
  86. 1e2ad6c bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849) by mrh1997 · 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. 4423504 bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786) by Victor Stinner · 6 years ago
  90. 9d949f7 bpo-36588: On AIX, remove major version from sys.platform (GH-12787) by Michael Felt · 6 years ago
  91. 3993ccb bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977) by Emmanuel Arias · 6 years ago
  92. 4c409be bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782) by Victor Stinner · 6 years ago
  93. b3c92c6 bpo-36597: fix weakref example code (GH-12779) by Inada Naoki · 6 years ago
  94. 57b1a28 bpo-36597: fix random doctest failure (GH-12776) by Inada Naoki · 6 years ago
  95. efc4870 bpo-36416: Correct bytes.rpartition documentation (GH-12543) by pewscorner · 6 years ago
  96. 5410d3d better __init__.py explanation in tutorial (#12763) by Inada Naoki · 6 years ago
  97. b5e2959 Doc: fix typo in IncrementalDecoder.setstate (GH-12724) by Christopher Thorne · 6 years ago
  98. 42f55ee fix typo in doc (#12686) by Caleb Marchent · 6 years ago
  99. 2fb2bc8 bpo-14826: document that URLopener quotes fullurl. (GH-12758) by Gregory P. Smith · 6 years ago
  100. 0e10766 bpo-31512: Add non-elevated symlink support for Windows (GH-3652) by Vidar Tonaas Fauske · 6 years ago