1. 0f221d0 bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190) by Lisa Roach · 6 years ago
  2. 556d50d Doc: Make all versions sidebars the same for consistency. (GH-10288) by Julien Palard · 6 years ago
  3. beed84c bpo-35015: Doc: Fix internationalisation of the availability directive. (GH-10360) by Julien Palard · 6 years ago
  4. bfe1839 Add link to PEP 525 in Expressions. (GH-10333) by Andrés Delfino · 6 years ago
  5. ae31e3f glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102) by Andrés Delfino · 6 years ago
  6. c5eec44 Add a reference to the name mangling description in the tutorial to the index. (GH-10138) by Andrés Delfino · 6 years ago
  7. cdb96f4 Add future_stmt to simple_stmt production list. (GH-8239) by Andrés Delfino · 6 years ago
  8. ca68261 Fix markup for xml.sax in 3.8 notes. (GH-9603) by Andrés Delfino · 6 years ago
  9. d649910 Correct grammar mistakes in string.rst. (GH-9752) by Andrés Delfino · 6 years ago
  10. ca03f3b Mark len call as a code snippet in stdtypes.rst. (GH-9804) by Andrés Delfino · 6 years ago
  11. ea6a28c Mark -c and -O as command line options in reStructuredText. (GH-10103) by Andrés Delfino · 6 years ago
  12. 637a33b bpo-2504: Add pgettext() and variants to gettext. (GH-7253) by Cheryl Sabella · 6 years ago
  13. 5598cc9 bpo-34160: Preserve order of attributes in minidom. (GH-10219) by Diego Rojas · 6 years ago
  14. f194479 bpo-31553: add --json-lines option to json.tool (#10051) by HongWeipeng · 6 years ago
  15. 0e7497c bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704) by guoci · 6 years ago
  16. d2b11af Remove duplicate "Reference Guide" in optparse.rst. (GH-10372) by Andrés Delfino · 6 years ago
  17. 76cd0c3 bpo-33000: Document that IDLE's shell has no line limit. (#10373) by Terry Jan Reedy · 6 years ago
  18. 75d9d59 bpo-23220: Explain how IDLE's Shell displays output (GH-10356) by Terry Jan Reedy · 6 years ago
  19. 5e79090 bpo-35099: Improve the doc about IDLE running user code. (#10350) by Terry Jan Reedy · 6 years ago
  20. 0bee3c3 bpo-35119: Fix RecursionError in example of customizing module attribute access. (GH-10323) by Denis Osipov · 6 years ago
  21. 6531bf6 bpo-33462: Add __reversed__ to dict and dict views (GH-6827) by Rémi Lapeyre · 6 years ago
  22. 16c8a53 [Docs] Fix required version of an example of importlib (GH-10118) by E Kawashima · 6 years ago
  23. 083a7a1 bpo-35167: Specify program for gzip and json.tool command line options. (GH-10332) by Serhiy Storchaka · 6 years ago
  24. ad1a25f bpo-32512: Add -m option to profile for profiling modules (#5132) by Mario Corchero · 6 years ago
  25. 2810dd7 closes bpo-32285: Add unicodedata.is_normalized. (GH-4806) by Max Bélanger · 6 years ago
  26. b4db249 bpo-9842: Add cross-reference to the ellipsis object (GH-4063) by Pablo Galindo · 6 years ago
  27. 98b8535 bpo-35118: Improve docs regarding indexing (GH-10265) by Windson yang · 6 years ago
  28. 55f3317 bpo-10536: Enhancements to gettext docs (GH-10324) by Stéphane Wirtel · 6 years ago
  29. 622935d bpo-31887: Adds documentations for special multipart/signed handling (GH-4268) by Saptak Sengupta · 6 years ago
  30. c03bf0a Doc: Disable smartquotes for zh-tw, zh-cn, fr and ja translations (GH-9423) by Adrian Liaw · 6 years ago
  31. 0edc7b1 bpo-35159: Add a link to the devguide in the sidebar of the index (Doc/) (GH-10316) by Stéphane Wirtel · 6 years ago
  32. 52465e1 Explain that the orderness of the result of glob is system-dependant (GH-6587) by Elena Oat · 6 years ago
  33. f98c162 Doc: -W flag for sphinx-build can be disabled (GH-10303) by Julien Palard · 6 years ago
  34. 3e28eed bpo-34969: Add --fast, --best on the gzip CLI (GH-9833) by Stéphane Wirtel · 6 years ago
  35. fe62d87 Fix a typo about a comma. (GH-10306) by İsmail Arılık · 6 years ago
  36. bf46a09 bpo-35075: Fix broken url in the pprint documentation (GH-10201) by Pablo Galindo · 6 years ago
  37. 511747b bpo-35110: Fix yet few spaces before dashes. (GH-10255) by Serhiy Storchaka · 6 years ago
  38. 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 6 years ago
  39. 68f3237 bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10247) by matthewbelisle-wf · 6 years ago
  40. a80af77 bpo-35086: Fix tkinter example "A Simple Hello World Program". (GH-10160) by Daniel Lovell · 6 years ago
  41. b232df9 bpo-31680: Add curses.ncurses_version. (GH-4217) by Serhiy Storchaka · 6 years ago
  42. b83d917 Doc: fix asyncio loop.close() description (GH-10229) by Andriy Maletsky · 6 years ago
  43. 0200928 Include memo in the documented signature of copy.deepcopy() by Stephan Hoyer · 6 years ago
  44. c0799ec bpo-27741: Better wording for datetime.strptime() (GH-9994) by Gus Goulart · 6 years ago
  45. ea9c8bd bpo-35097: Add IDLE doc subsection explaining editor windows. (#10206) by Terry Jan Reedy · 6 years ago
  46. c61e229 bpo-33234: Add exact allocation optimization to lists in What's New (GH-10200) by Pablo Galindo · 6 years ago
  47. 1803263 Issue 35093: Document the IDLE document viewer in the IDLE doc. (#10195) by Terry Jan Reedy · 6 years ago
  48. e3685fd bpo-34160: Preserve user specified order of Element attributes (GH-10163) by Raymond Hettinger · 6 years ago
  49. 68d6dc0 bpo-1529353: Explain Shell text squeezing in the IDLE doc. (#10169) by Terry Jan Reedy · 6 years ago
  50. c8a8d6b bpo-35089: Don't mention typing.io and typing.re (GH-10173) by Sebastian Rittau · 6 years ago
  51. 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 6 years ago
  52. 95f68b1 Fix mistakes on function coroutines related definitions (GH-9871) by Andrés Delfino · 6 years ago
  53. d855f2f unittest documentation: Spell pytest without the dot (GH-9820) by Andreas Pelme · 6 years ago
  54. 40bf6cf Fix typo in zipfile documentation. (GH-10151) by nsrip · 6 years ago
  55. fec35c9 bpo-33710: Deprecate l*gettext() and related functions in the gettext module. (GH-10139) by Serhiy Storchaka · 6 years ago
  56. d9bff4e bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144) by Terry Jan Reedy · 6 years ago
  57. 12e696b bpo-35042: Use the :pep: role where a PEP is specified (#10036) by Stéphane Wirtel · 6 years ago
  58. 4e3a53b Fix a typo in asyncio-dev.rst. (GH-10133) by Benjamin Peterson · 6 years ago
  59. a6dc531 bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576) by Andrés Delfino · 6 years ago
  60. 25a525b Simplify the warning for http.server. (#10116) by Senthil Kumaran · 6 years ago
  61. 7cd2543 bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfunction work with functools.partial (GH-9903) by Pablo Galindo · 6 years ago
  62. e483f02 bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) by Stéphane Wirtel · 6 years ago
  63. ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 6 years ago
  64. 6c83d9f bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960) by Max Bélanger · 6 years ago
  65. 1770d1c bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098) by Stéphane Wirtel · 6 years ago
  66. 9e95eb0 Fix grammar in using/unix build instruction docs (GH-10009) by Stéphane Wirtel · 6 years ago
  67. 890423f configparser doc: Properly label ConfigParser attributes (GH-9930) by Ned Batchelder · 6 years ago
  68. 78401f7 importlib doc: Fix approximated import_module() code (GH-9945) by orlnub123 · 6 years ago
  69. e80e77a bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-10032) by TilmanK · 6 years ago
  70. 9f43fbb Use f-strings in asyncio-task code examples (GH-10035) by Mariatta · 6 years ago
  71. 057f407 bpo-32797: improve documentation of linecache.getline (GH-9540) by jdemeyer · 6 years ago
  72. dfba1f6 bpo-33899: Mention tokenize behavior change in What's New (GH-10073) by Tal Einat · 6 years ago
  73. 4f399be bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) by Zsolt Cserna · 6 years ago
  74. 83a0765 bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809) by Andrei Petre · 6 years ago
  75. 121eb16 bpo-34081: Fix wrong example link that was linking to distutils (GH-8248) by Xtreak · 6 years ago
  76. c3f52a5 bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) by Xtreak · 6 years ago
  77. 12d0ff1 Remove ">>>" from testsetup. (GH-10017) by Benjamin Peterson · 6 years ago
  78. 890a4b9 bpo-35020: Link to sorting examples from list.sort() (GH-9931) by Xtreak · 6 years ago
  79. eeab510 bpo-34576 - Fix the formatting for security considerations in http.server.rst (#10005) by Senthil Kumaran · 6 years ago
  80. d262250 bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004) by Stéphane Wirtel · 6 years ago
  81. 0522fd8 bpo-34839: Add a 'before 3.6' in the section 'warnings' of doctest (GH-9736) by Stéphane Wirtel · 6 years ago
  82. d5b4f1b bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872) by Pablo Galindo · 6 years ago
  83. 027664a bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs (#5621) by Pablo Galindo · 6 years ago
  84. 13ae4d4 bpo-21196: Clarify name mangling rules in tutorial (GH-5667) by Berker Peksag · 6 years ago
  85. a267056 bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842) by Alexey Izbyshev · 6 years ago
  86. 0f14fc1 bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294) by Andrés Delfino · 6 years ago
  87. acef690 queue doc: Clarify that the simple FIFO queue is SimpleQueue (GH-8372) by Julien Palard · 6 years ago
  88. 96200eb unittest.mock doc: Fix references to recursive seal of Mocks (GH-9028) by Mario Corchero · 6 years ago
  89. b2e2025 bpo-33073: Rework int.as_integer_ratio() implementation (GH-9303) by Serhiy Storchaka · 6 years ago
  90. b981fec Use dict unpacking in functools.partial() docs (GH-9412) by Sergey Fedoseev · 6 years ago
  91. 6543912 bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652) by Serhiy Storchaka · 6 years ago
  92. 5be0024 bpo-26441: Remove documentation for deleted to_splittable and from_splittable methods (#9865) by Braden Groom · 6 years ago
  93. bbd90e4 Updated documentation on logging.debug(). (GH-9946) by Vinay Sajip · 6 years ago
  94. 0f11a88 Add missing comma to wsgiref doc (GH-9932) by Cheryl Sabella · 6 years ago
  95. 8e73ad3 Doc: Fix is_prime (GH-9909) by Julien Palard · 6 years ago
  96. c984d20 In email docs, correct spelling of foregoing (#9856) by Cheryl Sabella · 6 years ago
  97. a5ca985 In email.parser in message_from_bytes, update `strict` to `policy` (#9854) by Cheryl Sabella · 6 years ago
  98. 1a4a10d Added CLI starter example to logging cookbook. (GH-9910) by Vinay Sajip · 6 years ago
  99. 43a5bd7 bpo-23554: Change echo server example class name from EchoServerClientProtocol to EchoServerProtocol (GH-9859) by Braden Groom · 6 years ago
  100. ee171a2 Stop using deprecated logging API in Sphinx suspicious checker (GH-9875) by Pablo Galindo · 6 years ago