1. cf48e55 bpo-33882: mention breakpoint() in debugger-related FAQ (GH-7759) by Andre Delfino · 5 years ago
  2. ceb842e Fixed typo (GH-11522) by Alexander Vasin · 5 years ago
  3. a8a79ca Improve grammar on async context managers and shorten text (GH-12379) by Andre Delfino · 5 years ago
  4. 5861cdd Don't use the LHS/RHS acronym in Simple statements (GH-12996) by Andre Delfino · 5 years ago
  5. 45e92fc Add correct license for C14N test suite to license docs. (GH-13055) by Stefan Behnel · 5 years ago
  6. 0522291 Fix tiny tiny typo in 3.8 what's new (GH-13049) by Daniel Porteous · 5 years ago
  7. 671d782 bpo-36018: Update example to show mean and stdev (GH-13047) by Raymond Hettinger · 5 years ago
  8. 482b6b5 Move dangling bullet points into named subsections (GH-13046) by Raymond Hettinger · 5 years ago
  9. e1d5dd6 bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966) by Stefan Behnel · 5 years ago
  10. ee88af3 Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer None (#10376) by Géry Ogam · 5 years ago
  11. dde3eeb bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target (GH-12885) by Stefan Behnel · 5 years ago
  12. 43851a2 bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883) by Stefan Behnel · 5 years ago
  13. ee0309f closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-13008) by Utkarsh Gupta · 5 years ago
  14. d5d2b45 bpo-36751: Deprecate getfullargspec and report positional-only args as regular args (GH-13016) by Pablo Galindo · 5 years ago
  15. 88c0937 bpo-36004: Add date.fromisocalendar (GH-11888) by Paul Ganssle · 5 years ago
  16. 843bf42 Add initial 'whatsnew' section for PEP 570 (GH-12942) by Guido van Rossum · 5 years ago
  17. f781d20 bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly (GH-12667) by Joannah Nanjekye · 5 years ago
  18. 254b309 bpo-21536: On Android, C extensions are linked to libpython (GH-12989) by xdegaye · 5 years ago
  19. da63b32 bpo-36715: Add usage note for dict.fromkeys() (GH-12974) by Raymond Hettinger · 5 years ago
  20. 5c403b2 bpo-36722: Style and grammar edits for ABI news entries (GH-12979) by Paul Ganssle · 5 years ago
  21. 55d0351 Syntax highlight IDLE html doc code example. (GH-12981) by Terry Jan Reedy · 5 years ago
  22. 4046069 bpo-36722: Add What's New entry for debug ABI (GH-12957) by Victor Stinner · 5 years ago
  23. 7abb6c0 bpo-36669: add matmul support to weakref.proxy (GH-12932) by Mark Dickinson · 5 years ago
  24. 62dfd7d bpo-35920: Windows 10 ARM32 platform support (GH-11774) by Paul Monson · 5 years ago
  25. 8c3ecc6 bpo-21536: C extensions are no longer linked to libpython (GH-12946) by Victor Stinner · 5 years ago
  26. d7befad bpo-35537: Document posix_spawn() change in subprocess (GH-11668) by Victor Stinner · 5 years ago
  27. f4e4703 bpo-36465: Make release and debug ABI compatible (GH-12615) by Victor Stinner · 5 years ago
  28. 09d434c Issue 35224: Add PEP 572 (assignment expressions) to What's New (#12941) by Guido van Rossum · 5 years ago
  29. 70bf713 bpo-30840: Document relative imports (#12831) by Joannah Nanjekye · 5 years ago
  30. 29d018a replace 'sequencial argument' by 'positional' in doc (GH-12925) by Mathieu Dupuy · 5 years ago
  31. fb8c7d5 bpo-36018: Make "seed" into a keyword only argument (GH-12921) by Raymond Hettinger · 5 years ago
  32. b4c7f39 Add module specification: itemgetter -> operator.itemgetter (GH-12823) by Jakub Molinski · 5 years ago
  33. 9013ccf bpo-36546: Add statistics.quantiles() (#12710) by Raymond Hettinger · 5 years ago
  34. 662ebd2 Doc: add the missing ".tp_flags" in type definition (GH-12902) by Wu Wei · 5 years ago
  35. 5ebfa84 bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879) by mollison · 5 years ago
  36. 3e986de Fix typo (GH-12878) by Fredrik Averpil · 5 years ago
  37. 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
  38. 7e954e7 bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866) by Enrico Alarico Carbognani · 5 years ago
  39. 9941f96 Fix wrong indentation of a paragraph in documentation (GH-12868) by cocoatomo · 5 years ago
  40. a6de52c bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821) by josh · 5 years ago
  41. 693c104 bpo-31904: Port test_resource to VxWorks (GH-12719) by Lihua Zhao · 5 years ago
  42. 71ce03d Clarify file-closing example in tutorial (GH-11652) by Colin Watson · 5 years ago
  43. 31e8d69 bpo-33783: Use proper class markup for random.Random docs (GHè7817) by Matthias Bussonnier · 5 years ago
  44. 2b7f93b bpo-36345: Update wsgiref example (GH-12562) by Stéphane Wirtel · 5 years ago
  45. 74125a6 bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411) by Victor Stinner · 5 years ago
  46. a3283ef Doc: update PendingDeprecationWarning explanation (GH-12837) by Inada Naoki · 5 years ago
  47. f1464f4 bpo-31904: Port the time module on VxWorks (GH-12305) by pxinwr · 5 years ago
  48. 236d0b7 bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833) by pxinwr · 5 years ago
  49. 929b704 bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564) by Mickaël Schoentgen · 5 years ago
  50. e9927e1 bpo-30485: support a default prefix mapping in ElementPath by passing None as prefix (#1823) by Stefan Behnel · 5 years ago
  51. ffca16e bpo-36227: ElementTree.tostring() default_namespace and xml_declaration arguments (GH-12225) by Bernt Røskar Brenna · 5 years ago
  52. fde9b33 bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can terminate the calling thread (GH-12541) by Pablo Galindo · 5 years ago
  53. f2cf1e3 bpo-36623: Clean parser headers and include files (GH-12253) by Pablo Galindo · 5 years ago
  54. c88fece Doc: define PY_SSIZE_T_CLEAN always (GH-12794) by Inada Naoki · 5 years ago
  55. 1e82954 bpo-35581: Document @typing.type_check_only (GH-11312) by Sebastian Rittau · 5 years ago
  56. 1e2ad6c bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849) by mrh1997 · 5 years ago
  57. b13552c Indicate that seek and tell are mandatory on BufferedRandom. (GH-11216) by Christopher Head · 5 years ago
  58. b015fc8 bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804) by Kingsley M · 5 years ago
  59. 4423504 bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786) by Victor Stinner · 5 years ago
  60. 9d949f7 bpo-36588: On AIX, remove major version from sys.platform (GH-12787) by Michael Felt · 5 years ago
  61. 3993ccb bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977) by Emmanuel Arias · 5 years ago
  62. 4c409be bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782) by Victor Stinner · 5 years ago
  63. b3c92c6 bpo-36597: fix weakref example code (GH-12779) by Inada Naoki · 5 years ago
  64. 57b1a28 bpo-36597: fix random doctest failure (GH-12776) by Inada Naoki · 5 years ago
  65. efc4870 bpo-36416: Correct bytes.rpartition documentation (GH-12543) by pewscorner · 5 years ago
  66. 5410d3d better __init__.py explanation in tutorial (#12763) by Inada Naoki · 5 years ago
  67. b5e2959 Doc: fix typo in IncrementalDecoder.setstate (GH-12724) by Christopher Thorne · 5 years ago
  68. 42f55ee fix typo in doc (#12686) by Caleb Marchent · 5 years ago
  69. 2fb2bc8 bpo-14826: document that URLopener quotes fullurl. (GH-12758) by Gregory P. Smith · 5 years ago
  70. 0e10766 bpo-31512: Add non-elevated symlink support for Windows (GH-3652) by Vidar Tonaas Fauske · 5 years ago
  71. c324c74 bpo-33456: site module documentation - fix wrong default for key in pyvenv.cfg (GH-6755) by Lukas Waymann · 5 years ago
  72. a8abe09 bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-6762) by Matthias Bussonnier · 5 years ago
  73. 7b97ab3 closes bpo-35848: Move all documentation regarding the readinto out of IOBase. (GH-11893) by Steve Palmer · 5 years ago
  74. 8702b67 BPO-17561: set create_server backlog default to None (GH-12735) by Giampaolo Rodola · 5 years ago
  75. eb7e29f bpo-35934: Add socket.create_server() utility function (GH-11784) by Giampaolo Rodola · 5 years ago
  76. 7a0630c Add a What's New entry for bpo-35459. (GH-12706) by Serhiy Storchaka · 5 years ago
  77. f4efa31 Correct "inplace" with "in-place" (GH-10480) by Andre Delfino · 5 years ago
  78. 6463ba3 bpo-27181: Add statistics.geometric_mean() (GH-12638) by Raymond Hettinger · 5 years ago
  79. 89a8944 bpo-30661: Improve docs for tarfile pax change and effect on shutil (GH-12635) by CAM Gerlach · 5 years ago
  80. 2ea8099 bpo-9883: Update list of unimplemented interfaces in minidom. (GH-12677) by Stefan Behnel · 5 years ago
  81. 1328375 Fix doc for create_subprocess_exec (GH-12598) by Dima Tisnek · 5 years ago
  82. 50866e9 bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406) by Zackery Spytz · 5 years ago
  83. 176d263 bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12505) by Inada Naoki · 5 years ago
  84. 1c5fa5a bpo-32413: Add documentation that at the module level, locals(), globals() are the same dictionary (GH-5004) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 5 years ago
  85. 04694a3 bpo-35838: document optionxform must be idempotent (GH-12656) by Inada Naoki · 5 years ago
  86. b00479d bpo-36377: Specify that range() can not be compared (GH-12468) by Emmanuel Arias · 5 years ago
  87. 8c61739 bpo-36157:Document PyInterpreterState_Main() (GH-12238) by Joannah Nanjekye · 5 years ago
  88. 10654c1 bpo-20844: open script file with "rb" mode (GH-12616) by Inada Naoki · 5 years ago
  89. 42a139e bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) by Serhiy Storchaka · 5 years ago
  90. 79da388 bpo-36085: Add installer check for KB2533625 (GH-12636) by Steve Dower · 5 years ago
  91. ddbb978 C API docs: Py_IsInitialized is always safe to call (GH-12630) by Nick Coghlan · 5 years ago
  92. 38f4e46 bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602) by Inada Naoki · 5 years ago
  93. 2438cdf bpo-36085: Enable better DLL resolution on Windows (GH-12302) by Steve Dower · 5 years ago
  94. 9e30fba bpo-36064: Clarify allowed data types for urllib.request.Request. (GH-11990) by Julien Palard · 5 years ago
  95. 081158e bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page (#12006) by Susan Su · 5 years ago
  96. 3d78c4a Fixed capital letters missing and missing . (GH-12584) by Jules Lasne (jlasne) · 5 years ago
  97. e63fc11 Fix typo in email.encoders doc (GH-9700) by ksamuel · 5 years ago
  98. 45a5fdb bpo-36425: Add Simplified Chinese to the language switcher (GH-12537) by zhsj · 5 years ago
  99. fb28fcc Revert "Minor doc improvement (GH-10341)" (GH-12597) by Raymond Hettinger · 5 years ago
  100. 364f0b0 bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) by Eddie Elizondo · 5 years ago