1. 675d17c Fix grammar in asyncio-dev.rst (GH-15672) by Roger Iyengar · 6 years ago
  2. 102e9b4 bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646) by Jason R. Coombs · 6 years ago
  3. f02ea62 bpo-36543: Remove old-deprecated ElementTree features. (GH-12707) by Serhiy Storchaka · 6 years ago
  4. daa82d0 bpo-37977: Warn more strongly and clearly about pickle security (GH-15595) by Daniel Pope · 6 years ago
  5. 39d87b5 Fix typos mostly in comments, docs and test names (GH-15209) by Min ho Kim · 6 years ago
  6. 59725f3 bpo-37979: Add alternative to fromisoformat in documentation (GH-15596) by Paul Ganssle · 6 years ago
  7. 35f6301 bpo-10978: Semaphores can release multiple threads at a time (GH-15588) by Raymond Hettinger · 6 years ago
  8. 84125fe bpo-16468: Clarify which objects can be passed to "choices" in argparse (GH-15566) by Raymond Hettinger · 6 years ago
  9. cd81f05 bpo-23674: Clarify ambiguities in super() docs (#15564) by Raymond Hettinger · 6 years ago
  10. e64f948 bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) by Serhiy Storchaka · 6 years ago
  11. f5896a0 bpo-35946: Improve assert_called_with documentation (GH-11796) by Rémi Lapeyre · 6 years ago
  12. fa220ec Raise a RuntimeError when tee iterator is consumed from different threads (GH-15567) by HongWeipeng · 6 years ago
  13. 13f37f2 closes bpo-37964: add F_GETPATH command to fcntl (GH-15550) by Vinay Sharma · 6 years ago
  14. 98d90f7 bpo-37951: Lift subprocess's fork() restriction (GH-15544) by Christian Heimes · 6 years ago
  15. c3ea41e bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (GH-15490) by Serhiy Storchaka · 6 years ago
  16. ce6a070 bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073) by Zackery Spytz · 6 years ago
  17. 8371799 bpo-37905: Improve docs for NormalDist (GH-15486) by Raymond Hettinger · 6 years ago
  18. 805f8f9 bpo-19072: Make @classmethod support chained decorators (GH-8405) by Berker Peksag · 6 years ago
  19. c5218fc Clarify argument types in datetime docs. (GH-15459) by Jürgen Gmach · 6 years ago
  20. 69ee87e bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15465) by Raymond Hettinger · 6 years ago
  21. 8f080b0 bpo-26589: Add http status code 451 (GH-15413) by Raymond Hettinger · 6 years ago
  22. b5d3cee bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print XML trees (GH-15200) by Stefan Behnel · 6 years ago
  23. d288b29 Correct minor grammar mistake (GH-15404) by Andre Delfino · 6 years ago
  24. 657008e bpo-30550: Clarify JSON ordering guarantees (GH-15397) by Raymond Hettinger · 6 years ago
  25. d0cdeaa bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382) by Raymond Hettinger · 6 years ago
  26. a38e9d1 bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388) by Sergey Fedoseev · 6 years ago
  27. df2d4a6 bpo-37834: Normalise handling of reparse points on Windows (GH-15231) by Steve Dower · 6 years ago
  28. 75e0649 bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287) by Steve Dower · 6 years ago
  29. 092911d Update asyncio.ensure_future() documentation (GH-15347) by Roger Iyengar · 6 years ago
  30. e0b6117 bpo-37823: Fix open() link in telnetlib doc (GH-15281) by Michael Anckaert · 6 years ago
  31. d3c8d73 Minor documentation fixes on library/enum (GH-15234) by Antoine · 6 years ago
  32. 1b1d051 fix link to time function from time_ns doc (GH-15285) by Éric Araujo · 6 years ago
  33. 0567786 bpo-37540: vectorcall: keyword names must be strings (GH-14682) by Jeroen Demeyer · 6 years ago
  34. 68e495d bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148) by Hai Shi · 6 years ago
  35. 6bccbe7 bpo-36502: Correct documentation of str.isspace() (GH-15019) by Greg Price · 6 years ago
  36. 38c7199 bpo-37256: Wording in Request class docs (#14792) by Ngalim Siregar · 6 years ago
  37. 82642a0 bpo-37689: add Path.is_relative_to() method (GH-14982) by Hai Shi · 6 years ago
  38. 8a784af bpo-37814: Document the empty tuple type annotation syntax (GH-15208) by Josh Holland · 6 years ago
  39. f9590ed Fix docs for assert_called and assert_called_once (#15197) by Ismail S · 6 years ago
  40. f03b4c8 bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) by Raymond Hettinger · 6 years ago
  41. e43e7ed bpo-35892: Add usage note to mode() (GH-15122) by Raymond Hettinger · 6 years ago
  42. 362f535 Update pickle.rst (GH-14128) by Géry Ogam · 6 years ago
  43. e9cbcd0 bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for ratio method (GH-13482) by sweeneyde · 6 years ago
  44. 610a482 bpo-37646: Document that eval() cannot access nested scopes (GH-15117) by Raymond Hettinger · 6 years ago
  45. cfebfef Improve signal documentation (GH-14274) by Géry Ogam · 6 years ago
  46. 1407029 bpo-37748: Re-order the Run menu. (GH-15115) by Terry Jan Reedy · 6 years ago
  47. adf02b3 Update itertools docs (GH-15114) by Raymond Hettinger · 6 years ago
  48. 18b711c bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904) by Serhiy Storchaka · 6 years ago
  49. 17e5264 bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) by Serhiy Storchaka · 6 years ago
  50. c5fa449 bpo-37444: Update differing exception between builtins and importlib (GH-14869) by Ngalim Siregar · 6 years ago
  51. ed5e8e0 bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs. (GH-15062) by David H · 6 years ago
  52. 31c4fd2 bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646) by karl ding · 6 years ago
  53. c4cacc8 Fix typos in comments, docs and test names (#15018) by Min ho Kim · 6 years ago
  54. 84846b0 bpo-36084: Add threading Native ID information to What's New documentation (GH-14845) by Jake Tesler · 6 years ago
  55. 9211e2f bpo-37268: Add deprecation notice and a DeprecationWarning for the parser module (GH-15017) by Pablo Galindo · 6 years ago
  56. 6b5f1b4 bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975) by Raymond Hettinger · 6 years ago
  57. 544fa15 Swap 'if' branches so content matches to condition in importlib example (GH-14947) by Tzu-ping Chung · 6 years ago
  58. a3697db bpo-34160: explain how to deal with attribute order in ElementTree (GH-14867) by Stefan Behnel · 6 years ago
  59. 2f224a0 Touch up venv docs (GH-14922) by Brett Cannon · 6 years ago
  60. 7123ea0 bpo-17535: IDLE editor line numbers (GH-14030) by Tal Einat · 6 years ago
  61. b530a44 Add examples to elucidate the formulas (GH-14898) by Raymond Hettinger · 6 years ago
  62. 96e12d5 Fix typos in docs, comments and test assert messages (#14872) by Min ho Kim · 6 years ago
  63. 8dbe563 bpo-37624: Document weight assumptions for random.choices() (GH-14855) by Raymond Hettinger · 6 years ago
  64. 6a61714 Replace backquote with command substitution in subprocess doc example (GH-13941) by David Jones · 6 years ago
  65. 52693c1 bpo-37284: Add note to sys.implementation doc (GH-14328) by Giovanni Cappellotto · 6 years ago
  66. 68c74d0 bpo-37571: Remove extra space in ctypes docs (GH14764) by Steve Dower · 6 years ago
  67. 6b92958 bpo-37571: Add 'b' to prevent the TypeError exception. (GH-14721) by Michele Angrisano · 6 years ago
  68. dffca9e bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) by Zac Hatfield-Dodds · 6 years ago
  69. e441847 bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163) by Sviatoslav Sydorenko · 6 years ago
  70. dc3f99f bpo-37548: Document range of atan, acos and asin (GH-14717) by Giovanni Cappellotto · 6 years ago
  71. b5bbb8a bpo-37580: Fix typo in http.cookiejar documentation (GH-14731) by Milan Oberkirch · 6 years ago
  72. fb6c1f8 Fix typo in re.escape documentation (GH-14722) by Robert DiPietro · 6 years ago
  73. 0827064 bpo-37521: No longer treat insertion into sys.modules as optional in importlib examples (GH-14723) by Brett Cannon · 6 years ago
  74. 7cbef72 closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692) by Mariatta · 6 years ago
  75. 79042ac bpo-34369: make kqueue.control() docs better reflect that timeout is positional-only (GH-9499) by Tal Einat · 6 years ago
  76. 2a3d4d9 Document default parameter of .seek() in the signature. (GH-14691) by Benjamin Peterson · 6 years ago
  77. 91b4f7a bpo-37526: Add support.catch_threading_exception() (GH-14664) by Victor Stinner · 6 years ago
  78. 66b4150 Doc: Fix example title. (GH-14639) by Julien Palard · 6 years ago
  79. f6cdd3f bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615) by Hai Shi · 6 years ago
  80. a9b40e4 bpo-37478: Add missing 'and'. (GH-14631) by Terry Jan Reedy · 6 years ago
  81. 0717b4d bpo-37478: Specify possible exceptions for os.chdir() (GH-14611) by Kyle Stanley · 6 years ago
  82. fcf1d00 bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944) by Tal Einat · 6 years ago
  83. 45bc61b bpo-37149: Replace dead link for online Tkinter reference (GH-14616) by Terry Jan Reedy · 6 years ago
  84. a55f75a Use OSError subclasses in os documentation (GH-14262) by Tim Hoffmann · 6 years ago
  85. 2f19e82 bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__ (GH-14545) by thatneat · 6 years ago
  86. b607d99 bpo-37459: importlib docs improperly reference get_resource_loader() (#14568) by aldwinaldwin · 6 years ago
  87. e226e83 bpo-37363: Add audit events on startup for the run commands (GH-14524) by Steve Dower · 6 years ago
  88. 0f4e813 bpo-37470: Document more clearly the error handling for QueueHandler.emit(). (GH-14532) by Vinay Sajip · 6 years ago
  89. e6b64b7 bpo-37469: Document usability of SimpleQueue with QueueHandler and QueueListener. (GH-14521) by Vinay Sajip · 6 years ago
  90. 84de34e bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHandler. (GH-14498) by Vinay Sajip · 6 years ago
  91. d1bd6e7 bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) by Christian Heimes · 6 years ago
  92. 12b436e bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485) by Krishna Oza · 6 years ago
  93. 0d671c0 bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344) by Andrew Svetlov · 6 years ago
  94. eb97b92 bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) by tmblweed · 6 years ago
  95. 3e65830 Make StreamHandler.terminator more discoverable (GH-14359) by Andre Delfino · 6 years ago
  96. 18a2fc6 Fix indentation in logging.handlers.setStream (GH-14358) by Andre Delfino · 6 years ago
  97. 44f91c3 bpo-37390: Add audit event table to documentations (GH-14406) by Steve Dower · 6 years ago
  98. 06a8916 bpo-37376: pprint support for SimpleNamespace (GH-14318) by Carl Bordum Hansen · 6 years ago
  99. 2d88e63 bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. (GH-14390) by Serhiy Storchaka · 6 years ago
  100. 689830e bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396) by Victor Stinner · 6 years ago