1. 9211e2f bpo-37268: Add deprecation notice and a DeprecationWarning for the parser module (GH-15017) by Pablo Galindo · 6 years ago
  2. 17a058e Remove trailing .0 from version changed note (GH-14987) by Nick Coghlan · 6 years ago
  3. 6b5f1b4 bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975) by Raymond Hettinger · 6 years ago
  4. 1ed915e Add Qt GUI example to the logging cookbook. (GH-14978) by Vinay Sajip · 6 years ago
  5. 91e4957 bpo-32910: Remove implementation detail in venv documentation. (GH-14968) by Derek Keeler · 6 years ago
  6. 9d9893a bpo-35524: Update Windows installer image in docs (GH-14966) by Steve Dower · 6 years ago
  7. 544fa15 Swap 'if' branches so content matches to condition in importlib example (GH-14947) by Tzu-ping Chung · 6 years ago
  8. a3697db bpo-34160: explain how to deal with attribute order in ElementTree (GH-14867) by Stefan Behnel · 6 years ago
  9. 2f224a0 Touch up venv docs (GH-14922) by Brett Cannon · 6 years ago
  10. 7123ea0 bpo-17535: IDLE editor line numbers (GH-14030) by Tal Einat · 6 years ago
  11. d309352 Update logging cookbook to show multiple worker processes using the concurrent.futures module. (#14905) by Vinay Sajip · 6 years ago
  12. b530a44 Add examples to elucidate the formulas (GH-14898) by Raymond Hettinger · 6 years ago
  13. 96e12d5 Fix typos in docs, comments and test assert messages (#14872) by Min ho Kim · 6 years ago
  14. 22f0483 Bpo-37644: update suspicious.csv for distutils/examples (GH-14885) by Ned Deily · 6 years ago
  15. 8dbe563 bpo-37624: Document weight assumptions for random.choices() (GH-14855) by Raymond Hettinger · 6 years ago
  16. 8f040b7 bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850) by aldwinaldwin · 6 years ago
  17. bd26a44 Docs: Correct formatting of a multiline code block (GH-13806) by Joseph Fox-Rabinovitz · 6 years ago
  18. 1d8b04e bpo-37599: Remove a vague statement in documentation of Integer Objects (#14786) by sgal · 6 years ago
  19. a0f7119 bpo-37352: Minor word-smithing for design.rst (GH #14730) by Ilya Kamenshchikov · 6 years ago
  20. 6a61714 Replace backquote with command substitution in subprocess doc example (GH-13941) by David Jones · 6 years ago
  21. 52693c1 bpo-37284: Add note to sys.implementation doc (GH-14328) by Giovanni Cappellotto · 6 years ago
  22. 40d2226 Remove redundant docs of PyEval_EvalFrameEx (GH-14765) by Hai Shi · 6 years ago
  23. 68c74d0 bpo-37571: Remove extra space in ctypes docs (GH14764) by Steve Dower · 6 years ago
  24. 6b92958 bpo-37571: Add 'b' to prevent the TypeError exception. (GH-14721) by Michele Angrisano · 6 years ago
  25. 8efade9 bpo-36261: Improve example of the preamble field in email docs (GH-14751) by Carl Bordum Hansen · 6 years ago
  26. dffca9e bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) by Zac Hatfield-Dodds · 6 years ago
  27. e441847 bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163) by Sviatoslav Sydorenko · 6 years ago
  28. dc3f99f bpo-37548: Document range of atan, acos and asin (GH-14717) by Giovanni Cappellotto · 6 years ago
  29. b5bbb8a bpo-37580: Fix typo in http.cookiejar documentation (GH-14731) by Milan Oberkirch · 6 years ago
  30. fb6c1f8 Fix typo in re.escape documentation (GH-14722) by Robert DiPietro · 6 years ago
  31. 0827064 bpo-37521: No longer treat insertion into sys.modules as optional in importlib examples (GH-14723) by Brett Cannon · 6 years ago
  32. 7cbef72 closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692) by Mariatta · 6 years ago
  33. 79042ac bpo-34369: make kqueue.control() docs better reflect that timeout is positional-only (GH-9499) by Tal Einat · 6 years ago
  34. 59ad110 bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) by Jeroen Demeyer · 6 years ago
  35. 2a3d4d9 Document default parameter of .seek() in the signature. (GH-14691) by Benjamin Peterson · 6 years ago
  36. 91b4f7a bpo-37526: Add support.catch_threading_exception() (GH-14664) by Victor Stinner · 6 years ago
  37. 66b4150 Doc: Fix example title. (GH-14639) by Julien Palard · 6 years ago
  38. 2da622f Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644) by Julien Palard · 6 years ago
  39. 762f93f bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) by Jeroen Demeyer · 6 years ago
  40. f6cdd3f bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615) by Hai Shi · 6 years ago
  41. a9b40e4 bpo-37478: Add missing 'and'. (GH-14631) by Terry Jan Reedy · 6 years ago
  42. 0717b4d bpo-37478: Specify possible exceptions for os.chdir() (GH-14611) by Kyle Stanley · 6 years ago
  43. 6f2a8c0 bpo-37456: Slash ('/') is now part of syntax. (GH-14627) by Terry Jan Reedy · 6 years ago
  44. f8709e8 bpo-37487: Fix PyList_GetItem index description. (GH-14623) by Terry Jan Reedy · 6 years ago
  45. fcf1d00 bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944) by Tal Einat · 6 years ago
  46. 45bc61b bpo-37149: Replace dead link for online Tkinter reference (GH-14616) by Terry Jan Reedy · 6 years ago
  47. 39a5d17 closes bpo-37508: Fix name of type in memory.rst. (GH-14604) by Hai Shi · 6 years ago
  48. 1da4462 bpo-37481: Deprecate distutils bdist_wininst command (GH-14553) by Victor Stinner · 6 years ago
  49. a55f75a Use OSError subclasses in os documentation (GH-14262) by Tim Hoffmann · 6 years ago
  50. 2f19e82 bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__ (GH-14545) by thatneat · 6 years ago
  51. b4e6896 bpo-37266: Add bpo number to the What's New entry (GH614584) by Victor Stinner · 6 years ago
  52. 7f41c8e bpo-37493: use _PyObject_CallNoArg in more places (GH-14575) by Jeroen Demeyer · 6 years ago
  53. 196a530 bpo-37483: add _PyObject_CallOneArg() function (#14558) by Jeroen Demeyer · 6 years ago
  54. b607d99 bpo-37459: importlib docs improperly reference get_resource_loader() (#14568) by aldwinaldwin · 6 years ago
  55. 0f6f73f Fix typo in 3.9's Whats new. Pyton -> Python (GH-14567) by ILJI CHOI · 6 years ago
  56. aeecf38 bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453) by Hai Shi · 6 years ago
  57. e226e83 bpo-37363: Add audit events on startup for the run commands (GH-14524) by Steve Dower · 6 years ago
  58. 0f4e813 bpo-37470: Document more clearly the error handling for QueueHandler.emit(). (GH-14532) by Vinay Sajip · 6 years ago
  59. e6b64b7 bpo-37469: Document usability of SimpleQueue with QueueHandler and QueueListener. (GH-14521) by Vinay Sajip · 6 years ago
  60. 36242fd bpo-36763: Add PyConfig_SetWideStringList() (GH-14444) by Victor Stinner · 6 years ago
  61. ec6c1bd bpo-37209: Add pickle entry for 3.8 whatsnew (GH-14503) by Pierre Glaser · 6 years ago
  62. 72cd653 bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506) by Miro Hrončok · 6 years ago
  63. 84de34e bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHandler. (GH-14498) by Vinay Sajip · 6 years ago
  64. 4a2edc3 bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) by Pablo Galindo · 6 years ago
  65. d1bd6e7 bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) by Christian Heimes · 6 years ago
  66. 12b436e bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485) by Krishna Oza · 6 years ago
  67. 0d671c0 bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344) by Andrew Svetlov · 6 years ago
  68. eb97b92 bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) by tmblweed · 6 years ago
  69. 3e65830 Make StreamHandler.terminator more discoverable (GH-14359) by Andre Delfino · 6 years ago
  70. 18a2fc6 Fix indentation in logging.handlers.setStream (GH-14358) by Andre Delfino · 6 years ago
  71. f9f8e3c bpo-37403: Touch up venv docs (GH-14458) by Brett Cannon · 6 years ago
  72. b1263d5 bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228) by Jeroen Demeyer · 6 years ago
  73. b4bee03 bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430) by Hai Shi · 6 years ago
  74. 44f91c3 bpo-37390: Add audit event table to documentations (GH-14406) by Steve Dower · 6 years ago
  75. 06a8916 bpo-37376: pprint support for SimpleNamespace (GH-14318) by Carl Bordum Hansen · 6 years ago
  76. 2d88e63 bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. (GH-14390) by Serhiy Storchaka · 6 years ago
  77. 6915066 bpo-37414: Remove sys.callstats() (GH-14398) by Victor Stinner · 6 years ago
  78. 7a177c0 Improve Windows commands in tutorial (GH-14379) by Steve Dower · 6 years ago
  79. 689830e bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396) by Victor Stinner · 6 years ago
  80. 22eb689 bpo-37388: Development mode check encoding and errors (GH-14341) by Victor Stinner · 6 years ago
  81. 3939c32 bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053) by Victor Stinner · 6 years ago
  82. 080b6b4 bpo-37392: Update the dir(sys) in module tutorial (GH-14365) by Xtreak · 6 years ago
  83. de9b606 Fix minor spelling error in What's new for Python 3.8 (GH-14371) by Pablo Galindo · 6 years ago
  84. b51b713 bpo-35224: Add What's new entry for evaluation order in dict comprehensions (GH-14319) by Pablo Galindo · 6 years ago
  85. 36456df bpo-37392: Remove sys.setcheckinterval() (GH-14355) by Victor Stinner · 6 years ago
  86. 9fc720e bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-3062) by David K. Hess · 6 years ago
  87. 6793cce bpo-36889: Document asyncio Stream and StreamServer (GH-14203) by Xtreak · 6 years ago
  88. 60419a7 bpo-37363: Add audit events for a range of modules (GH-14301) by Steve Dower · 6 years ago
  89. 2ac3bab bpo-37345: Add formal UDPLITE support (GH-14258) by Gabe Appleton · 6 years ago
  90. 9ffca67 asyncio: Fix docs for default event loop (#14308) by Ben Darnell · 6 years ago
  91. c8a3541 bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) by Jörn Heissler · 6 years ago
  92. f569092 bpo-37351: Removes libpython38.a from standard Windows distribution (#14276) by Steve Dower · 6 years ago
  93. 8b2aa1f Use `python -m pip install` in porting guide and venv docs (GH-13257) by Brad · 6 years ago
  94. d006800 Docs: Improved phrasing (GH-14069) by Aeros · 6 years ago
  95. c68e3fb Update What's New in Python 3.9 (GH-14253) by Victor Stinner · 6 years ago
  96. bc5caf8 bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241) by Hai Shi · 6 years ago
  97. af41c56 Update What's New in Python 3.8 (GH-14239) by Victor Stinner · 6 years ago
  98. 35068bd Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14246) by Harmon · 6 years ago
  99. f06b569 bpo-37331: Clarify format of socket handler messages in the documentation. (GH-14234) by Vinay Sajip · 6 years ago
  100. 0150001 bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14229) by Vinay Sajip · 6 years ago