1. 6e3809c bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) by Miss Islington (bot) · 5 years ago
  2. cc1bdf9 [3.8] bpo-36018: Address more reviewer feedback (GH-15733) (GH-15734) by Raymond Hettinger · 5 years ago
  3. 3be4b10 [3.8] Correct Roman-numeral example in Unicode HOWTO. (GH-15541). (GH-15728) by Serhiy Storchaka · 5 years ago
  4. cc51a6d bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479) by Miss Islington (bot) · 5 years ago
  5. b8c6677 More refinements to the statistics docs (GH-15713) (GH-15715) by Miss Islington (bot) · 5 years ago
  6. 7eaedda Correct minor gramatical mistake in sys.settrace doc (GH-15637) by Miss Islington (bot) · 5 years ago
  7. f5649bf bpo-36324: Apply review comment from Jake Vanderplas (GH-15695) (GH-15696) by Miss Islington (bot) · 5 years ago
  8. dafbe32 bpo-36324: Apply review comments from Allen Downey (GH-15693) (GH-15694) by Miss Islington (bot) · 5 years ago
  9. 5e194f5 Fix grammar in asyncio-dev.rst (GH-15672) by Miss Islington (bot) · 5 years ago
  10. 4dd1c9d closes bpo-37966: Fully implement the UAX GH-15 quick-check algorithm. (GH-15558) by Miss Islington (bot) · 5 years ago
  11. b365cfa bpo-36853: Fix suspicious.py to actually print the unused rules (GH-13579) (GH-15649) by Miss Islington (bot) · 5 years ago
  12. bf69e16 bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646) (GH-15648) by Miss Islington (bot) · 5 years ago
  13. 6922b9e bpo-37977: Warn more strongly and clearly about pickle security (GH-15595) (GH-15629) by Miss Islington (bot) · 5 years ago
  14. 4bd1d05 Fix typos mostly in comments, docs and test names (GH-15209) by Miss Islington (bot) · 5 years ago
  15. 9db66a2 bpo-37979: Add alternative to fromisoformat in documentation (GH-15596) by Miss Islington (bot) · 5 years ago
  16. c71ae1a bpo-36743: __get__ is sometimes called without the owner argument (GH-12992) (GH-15589) by Miss Islington (bot) · 5 years ago
  17. 0d45d50 bpo-16468: Clarify which objects can be passed to "choices" in argparse (GH-15566) (GH-15587) by Miss Islington (bot) · 5 years ago
  18. 43b7ed7 bpo-23674: Clarify ambiguities in super() docs (GH-15564) (GH-15586) by Miss Islington (bot) · 5 years ago
  19. 097eae5 [3.8] bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) (GH-15582) by Serhiy Storchaka · 5 years ago
  20. 612d393 bpo-35946: Improve assert_called_with documentation (GH-11796) by Miss Islington (bot) · 5 years ago
  21. f3dca6a bpo-25777: Wording describes a lookup, not a call (GH-15573) (GH-15576) by Miss Islington (bot) · 5 years ago
  22. e009a91 bpo-36167: fix an incorrect capitalization (GH-14482) by Miss Islington (bot) · 5 years ago
  23. 03c52f2 bpo-37951: Lift subprocess's fork() restriction (GH-15544) by Miss Islington (bot) · 5 years ago
  24. 54449da Fix typo: Pyssize_t => Py_ssize_t (GH-15411) by Miss Islington (bot) · 5 years ago
  25. 522a394 [3.8] bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (GH-15490) (GH-15509) by Miss Islington (bot) · 5 years ago
  26. c841fb9 bpo-15542: Documentation incorrectly suggests __init__ called after direct __new__ call (GH-15478) (GH-15506) by Miss Islington (bot) · 5 years ago
  27. 352a123 Doc: Keep the venv/* exclude pattern. (GH-15229) by Miss Islington (bot) · 5 years ago
  28. 6ca0307 [3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15491) by Nick Coghlan · 5 years ago
  29. 970548c bpo-37905: Improve docs for NormalDist (GH-15486) (GH-15487) by Miss Islington (bot) · 5 years ago
  30. ffe43b2 [3.8] Clarify argument types in datetime docs. (GH-15459) (GH-15472) by Miss Islington (bot) · 5 years ago
  31. a842494 bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15465) (GH-15469) by Miss Islington (bot) · 5 years ago
  32. 0ad8568 bpo-32118: Simplify docs for sequence comparison (GH-15450) (#15466) by Miss Islington (bot) · 5 years ago
  33. 076d0b9 bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269) by Miss Islington (bot) · 5 years ago
  34. 7784d4b Fix funny typo in Doc/bugs. (GH-15412) by Miss Islington (bot) · 5 years ago
  35. 761e5a7 bpo-26589: Add http status code 451 (GH-15413) (GH-15436) by Miss Islington (bot) · 5 years ago
  36. 9cbdce3 bpo-36763, doc: Add links in the new C API init doc (GH-15433) by Miss Islington (bot) · 5 years ago
  37. a6427cb bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423) by Miss Islington (bot) · 5 years ago
  38. 994925b Correct minor grammar mistake (GH-15404) by Miss Islington (bot) · 5 years ago
  39. b6341e6 bpo-30826: Improve control flow examples (GH-15407) (GH-15410) by Miss Islington (bot) · 5 years ago
  40. f6a7f5b bpo-12634: Clarify an awkward section of the tutorial (GH-15406) (GH-15409) by Miss Islington (bot) · 5 years ago
  41. 4a40498 bpo-30550: Clarify JSON ordering guarantees (GH-15397) (GH-15403) by Miss Islington (bot) · 5 years ago
  42. cb8de91 bpo-14050: Note that not all data can be sorted (GH-15381) (GH-15395) by Miss Islington (bot) · 5 years ago
  43. 2878f37 bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388) by Miss Islington (bot) · 5 years ago
  44. 9eb3d54 bpo-37834: Normalise handling of reparse points on Windows (GH-15370) by Steve Dower · 5 years ago
  45. c30c869 bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287) by Miss Islington (bot) · 5 years ago
  46. 349d897 Update asyncio.ensure_future() documentation (GH-15347) (GH-15364) by Miss Islington (bot) · 5 years ago
  47. c777dec bpo-37823: Fix open() link in telnetlib doc (GH-15281) by Miss Islington (bot) · 5 years ago
  48. 9aa0ab1 Remove 'unstable' warning for Windows Store package in docs (GH-15334) by Miss Islington (bot) · 5 years ago
  49. 8c1c426 bpo-36502: Correct documentation of str.isspace() (GH-15019) (GH-15296) by Greg Price · 5 years ago
  50. 7309cca [3.8] fix link to time function from time_ns doc (GH-15285) (GH-15321) by Miss Islington (bot) · 5 years ago
  51. f991912 bpo-37256: Wording in Request class docs (GH-14792) by Miss Islington (bot) · 5 years ago
  52. dbe4c28 bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148) by Miss Islington (bot) · 5 years ago
  53. 6ad902a bpo-37814: Document the empty tuple type annotation syntax (GH-15208) by Miss Islington (bot) · 5 years ago
  54. 9bedb8c bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204) (GH-15240) by Raymond Hettinger · 5 years ago
  55. 2f087e2 Fix docs for assert_called and assert_called_once (GH-15219) by Miss Islington (bot) · 5 years ago
  56. 5ba1cb0 bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) (GH-15215) by Miss Islington (bot) · 5 years ago
  57. 4c5b6ba [3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142) by Serhiy Storchaka · 5 years ago
  58. 5925b7d bpo-35892: Add usage note to mode() (GH-15122) (GH-15176) by Miss Islington (bot) · 5 years ago
  59. 1a3a40c bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for ratio method (GH-13482) (#15157) by Miss Islington (bot) · 5 years ago
  60. 9341dcb bpo-37646: Document that eval() cannot access nested scopes (GH-15117) (GH-15155) by Miss Islington (bot) · 5 years ago
  61. ef0b819 Improve signal documentation (GH-14274) by Miss Islington (bot) · 5 years ago
  62. 26f91db bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127) (GH-15139) by Miss Islington (bot) · 5 years ago
  63. 9c95fc7 bpo-37748: Re-order the Run menu. (GH-15115) by Miss Islington (bot) · 5 years ago
  64. fc6e3bc Update itertools docs (GH-15114) (GH-15118) by Miss Islington (bot) · 5 years ago
  65. dd5f8ab bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs. (GH-15062) by Miss Islington (bot) · 5 years ago
  66. dde944f bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) by Miss Islington (bot) · 5 years ago
  67. 375f35b bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-15080) by Miss Islington (bot) · 5 years ago
  68. dcc53eb bpo-37726: Prefer argparse over getopt in stdlib tutorial (GH-15052) (#15070) by Miss Islington (bot) · 5 years ago
  69. 29a3a33 bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994) by Miss Islington (bot) · 5 years ago
  70. d8b914a bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646) by Miss Islington (bot) · 5 years ago
  71. 9b9cac4 Refined Qt GUI example in the logging cookbook. (GH-15045) (GH-15046) by Miss Islington (bot) · 5 years ago
  72. 9e044dd bpo-33821: Update IDLE section of What's New 3.7 (GH-15036) by Miss Islington (bot) · 5 years ago
  73. c7236b4 bpo-33822: Add IDLE section of What's New 3.8 (GH-15035) by Miss Islington (bot) · 5 years ago
  74. 7026737 bpo-36084: Add threading Native ID information to What's New documentation (GH-14845) by Miss Islington (bot) · 5 years ago
  75. 69372ee Remove trailing .0 from version changed note (GH-14987) by Miss Islington (bot) · 5 years ago
  76. 76821ba bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975) (GH-14984) by Miss Islington (bot) · 5 years ago
  77. d38fa58 Add Qt GUI example to the logging cookbook. (GH-14978) (GH-14979) by Miss Islington (bot) · 5 years ago
  78. 06e8fc9 bpo-32910: Remove implementation detail in venv documentation. (GH-14968) by Miss Islington (bot) · 5 years ago
  79. 886e66d bpo-35524: Update Windows installer image in docs (GH-14966) by Steve Dower · 5 years ago
  80. c594c27 Swap 'if' branches so content matches to condition in importlib example (GH-14947) by Miss Islington (bot) · 5 years ago
  81. 6367391 [3.8] bpo-34160: explain how to deal with attribute order in ElementTree (GH-14867) (GH-14935) by Miss Islington (bot) · 5 years ago
  82. eb62274 [3.8] Touch up venv docs (GH-14922) (GH-14923) by Miss Islington (bot) · 5 years ago
  83. 1da6a31 bpo-17535: IDLE editor line numbers (GH-14030) by Miss Islington (bot) · 5 years ago
  84. 5b39852 Update logging cookbook to show multiple worker processes using the concurrent.futures module. (GH-14905) (GH-14906) by Miss Islington (bot) · 5 years ago
  85. 24b5b36 [3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900) by Kyle Stanley · 5 years ago
  86. 0104841 Add examples to elucidate the formulas (GH-14898) (GH-14899) by Miss Islington (bot) · 5 years ago
  87. 8f50164 Bpo-37644: update suspicious.csv for distutils/examples (GH-14885) by Miss Islington (bot) · 5 years ago
  88. a50a622 bpo-37624: Document weight assumptions for random.choices() (GH-14855) (GH-14858) by Miss Islington (bot) · 5 years ago
  89. 8403524 bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850) by Miss Islington (bot) · 5 years ago
  90. 35d36da Docs: Correct formatting of a multiline code block (GH-13806) by Miss Islington (bot) · 5 years ago
  91. 86742d4 Replace backquote with command substitution in subprocess doc example (GH-13941) by Miss Islington (bot) · 5 years ago
  92. 1ff4c42 bpo-37284: Add note to sys.implementation doc (GH-14328) by Miss Islington (bot) · 5 years ago
  93. 7a43010 bpo-37590: Remove redundant docs of PyEval_EvalFrameEx (GH-14765) by Miss Islington (bot) · 5 years ago
  94. 4f733f4 bpo-37571: Remove extra space in ctypes docs (GH14764) by Miss Islington (bot) · 5 years ago
  95. e7c114d bpo-37571: Add 'b' to prevent the TypeError exception. (GH-14721) by Miss Islington (bot) · 5 years ago
  96. 262779f bpo-36261: Improve example of the preamble field in email docs (GH-14751) by Miss Islington (bot) · 5 years ago
  97. b1e4d1b bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) (GH-14759) by Miss Islington (bot) · 5 years ago
  98. b815669 bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163) by Miss Islington (bot) · 5 years ago
  99. 5da83b4 bpo-37580: Fix typo in http.cookiejar documentation (GH-14731) by Miss Islington (bot) · 5 years ago
  100. 25d371a Fix typo in re.escape documentation (GH-14722) by Miss Islington (bot) · 5 years ago