Python 3.7.5
  1. 5c02a39 3.7.5 by Ned Deily · 6 years ago v3.7.5
  2. bd9a70c bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) by Miss Islington (bot) · 6 years ago
  3. c16897c Fix typo: equivalent code of `async with cond` (GH-11681) (GH-16720) by Miss Islington (bot) · 6 years ago
  4. 49e650b bpo-32996: Documentation fix-up. (GH-16646) by Miss Islington (bot) · 6 years ago
  5. 42b16b2 bpo-36953: Delay removal of ABCs from collections. (GH-13409) by Miss Islington (bot) · 6 years ago
  6. ae41f62 [3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) (GH-16647) by Ricardo Bánffy · 6 years ago
  7. e9c65b4 bpo-38391: Fixing a typo for Py_DECREF (GH-16616) by Miss Islington (bot) · 6 years ago
  8. f168c17 bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) by Miss Islington (bot) · 6 years ago
  9. 6eb5545 bpo-38235: Correct some arguments names in logging documentation (GH-16571) (GH-16577) by Miss Islington (bot) · 6 years ago
  10. 874dae4 Correct typos in the codecs module documentation (GH-15135) by Miss Islington (bot) · 6 years ago
  11. 2eb1dac Fix and improve `asyncio.run()` docs (GH-16403) (GH-16505) by Miss Islington (bot) · 6 years ago
  12. 5017a64 bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) (GH-16416) by Miss Islington (bot) · 6 years ago
  13. 80bde15 Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271) (GH-16413) by Miss Islington (bot) · 6 years ago
  14. 3b5e924 bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16392) by Miss Islington (bot) · 6 years ago
  15. d366694 bpo-38260: Add Docs on asyncio.run (GH-16337) by Miss Islington (bot) · 6 years ago
  16. fd4f28d bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) by Miss Islington (bot) · 6 years ago
  17. 2552e27 bpo-37353: Updated parser note about source code compatibility(GH-14277) by Miss Islington (bot) · 6 years ago
  18. 50ecedc Doc: Clarify dict equality irrespective of ordering. (GH-16266) by Miss Islington (bot) · 6 years ago
  19. 20d3bce [3.7] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265) (GH-16275) by Miss Islington (bot) · 6 years ago
  20. 1a3a48d bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260) by Miss Islington (bot) · 6 years ago
  21. 8b907a8 bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16235) by Miss Islington (bot) · 6 years ago
  22. 6422392 Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221) by Miss Islington (bot) · 6 years ago
  23. facbd31 bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) by Miss Islington (bot) · 6 years ago
  24. 89f132a Doc: Add list(dict) in stdtypes library (GH-16209) (GH-16211) by Miss Islington (bot) · 6 years ago
  25. 733193d bpo-28556: Update the opening note in typing docs (GH-16204) by Miss Islington (bot) · 6 years ago
  26. ad4ce9e Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) (GH-16188) by Miss Islington (bot) · 6 years ago
  27. 210dc3b [3.7] bpo-33095: Add reference to isolated mode in -m and script option (GH-7764) (GH-16181) by Julien Palard · 6 years ago
  28. 701c488 bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159) by Miss Islington (bot) · 6 years ago
  29. b9f932f bpo-37635: Update arg name for seek() in IO tutorial (GH-16147) by Miss Islington (bot) · 6 years ago
  30. 4fac581 Doc: Fix link to window.getch in curses documentation (GH-16132) by Miss Islington (bot) · 6 years ago
  31. 77878ca bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624) by Miss Islington (bot) · 6 years ago
  32. 6e0c066 Emphasize the need to always call PySequence_Fast. (GH-11140) by Miss Islington (bot) · 6 years ago
  33. e3c25fc bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH-16063) by Miss Islington (bot) · 6 years ago
  34. c8d1338 bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) by Miss Islington (bot) · 6 years ago
  35. 01b47c9 bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) by Miss Islington (bot) · 6 years ago
  36. 07b4148 bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) (GH-16026) by Miss Islington (bot) · 6 years ago
  37. ff2a5c0 Doc: Update pickle.rst (GH-14128) (GH-16015) by Miss Islington (bot) · 6 years ago
  38. b7a310d bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15962) by Paul Ganssle · 6 years ago
  39. bf0c76c Doc: Fix missing negation. (GH-14640) (GH-15985) by Miss Islington (bot) · 6 years ago
  40. e4be7c8 Improve clarity of try-return-finally-return (GH-15677) (GH-15982) by Miss Islington (bot) · 6 years ago
  41. c62da14 bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15998) by Miss Islington (bot) · 6 years ago
  42. 9b46586 Doc: recursive glob ** follows symlinks to directories (GH-12918) by Miss Islington (bot) · 6 years ago
  43. c112faf bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15991) by Miss Islington (bot) · 6 years ago
  44. 195dc14 bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15972) by Miss Islington (bot) · 6 years ago
  45. 4c2fa5c bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15939) by Miss Islington (bot) · 6 years ago
  46. 0fd8c05 bpo-35649: update http client example (GH-11441) (GH-15931) by Miss Islington (bot) · 6 years ago
  47. aca878e [3.7] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15926) by Vinay Sajip · 6 years ago
  48. d378fdb bpo-25810: Clarify eval() docs, it does not keywords (GH-15173) by Miss Islington (bot) · 6 years ago
  49. 3cd147b bpo-37585: Add clarification regarding comparing dict.values() (GH-14954) by Miss Islington (bot) · 6 years ago
  50. 9210b58 bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521) by Miss Islington (bot) · 6 years ago
  51. 2a8560a bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15894) by Miss Islington (bot) · 6 years ago
  52. e0a1561 bpo-37574: Mention helper functions for find_spec documentation (GH-14739) by Miss Islington (bot) · 6 years ago
  53. 14514b6 Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698) by Miss Islington (bot) · 6 years ago
  54. 075a441 Correct info about "f.read(size)". (GH13852) by Miss Islington (bot) · 6 years ago
  55. 816825e bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) (GH-15876) by Miss Islington (bot) · 6 years ago
  56. aa3b629 bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383) by Steve Dower · 6 years ago
  57. 122bbf7 bpo-21018: added missing documentation about escaping characters for configparser (GH-6137) (GH-15845) by Miss Islington (bot) · 6 years ago
  58. 12228ce [3.7] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15817) by Zachary Ware · 6 years ago
  59. 0a86da8 bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15301) by Miss Islington (bot) · 6 years ago
  60. b4591ad bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) by Miss Islington (bot) · 6 years ago
  61. 5190b71 bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) by Miss Islington (bot) · 6 years ago
  62. 30933d5 [3.8] Correct Roman-numeral example in Unicode HOWTO. (GH-15541). (GH-15728) by Miss Islington (bot) · 6 years ago
  63. a6eac83 bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479) by Miss Islington (bot) · 6 years ago
  64. 256f03b Correct minor gramatical mistake in sys.settrace doc (GH-15637) by Miss Islington (bot) · 6 years ago
  65. 6b8121a Fix grammar in asyncio-dev.rst (GH-15672) by Miss Islington (bot) · 6 years ago
  66. ebe709d bpo-36853: Fix suspicious.py to actually print the unused rules (#13579) (#15653) by Anthony Sottile · 6 years ago
  67. 8ba8cc5 bpo-37979: Add alternative to fromisoformat in documentation (GH-15596) by Miss Islington (bot) · 6 years ago
  68. d3d2650 bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) by Miss Islington (bot) · 6 years ago
  69. 409493d bpo-36167: fix an incorrect capitalization (GH-14482) by Miss Islington (bot) · 6 years ago
  70. e72dcaa Fix typo: Pyssize_t => Py_ssize_t (GH-15411) (#15520) by Miss Islington (bot) · 6 years ago
  71. ae31b64 Doc: Keep the venv/* exclude pattern. (GH-15229) by Miss Islington (bot) · 6 years ago
  72. d9140a2 Clarify argument types in datetime docs. (GH-15459) by Miss Islington (bot) · 6 years ago
  73. 8f2606b Fix funny typo in Doc/bugs. (GH-15412) by Miss Islington (bot) · 6 years ago
  74. d0da97d bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388) by Miss Islington (bot) · 6 years ago
  75. fb3d742 Update asyncio.ensure_future() documentation (GH-15347) (GH-15361) by Miss Islington (bot) · 6 years ago
  76. 72088d5 bpo-37823: Fix open() link in telnetlib doc (GH-15281) by Miss Islington (bot) · 6 years ago
  77. 0fcdd8d bpo-36502: Correct documentation of str.isspace() (GH-15019) (GH-15296) by Miss Islington (bot) · 6 years ago
  78. 316acf2 fix link to time function from time_ns doc (GH-15285) by Miss Islington (bot) · 6 years ago
  79. 3e1f135 bpo-37256: Wording in Request class docs (GH-14792) by Miss Islington (bot) · 6 years ago
  80. 37fd9f7 [3.7] bpo-37814: Document the empty tuple type annotation syntax (GH-15208) (GH-15262) by Josh Holland · 6 years ago
  81. 9286677 Fix docs for assert_called and assert_called_once (GH-15218) by Miss Islington (bot) · 6 years ago
  82. 7dafbe8 bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for ratio method (GH-13482) (#15158) by Miss Islington (bot) · 6 years ago
  83. 18343ab Improve signal documentation (GH-14274) by Miss Islington (bot) · 6 years ago
  84. a96f036 bpo-37748: Re-order the Run menu. (GH-15115) by Miss Islington (bot) · 6 years ago
  85. 8cd6305 [3.7] bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs. (GH-15062). (GH-15106) by Serhiy Storchaka · 6 years ago
  86. 6ed20e5 [3.7] bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) (GH-15104) by Serhiy Storchaka · 6 years ago
  87. 8990ac0 bpo-37726: Prefer argparse over getopt in stdlib tutorial (GH-15052) (#15069) by Miss Islington (bot) · 6 years ago
  88. 3533061 bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994) (GH-15055) by Miss Islington (bot) · 6 years ago
  89. 8c6e35d bpo-33821: Update IDLE section of What's New 3.7 (GH-15036) by Miss Islington (bot) · 6 years ago
  90. 4b6421c bpo-32910: Remove implementation detail in venv documentation. (GH-14968) by Miss Islington (bot) · 6 years ago
  91. 913210d [3.7] Touch up venv docs (GH-14922) (GH-14924) by Miss Islington (bot) · 6 years ago
  92. e9ec166 [3.7] bpo-17535: IDLE editor line numbers (GH-14030) by Tal Einat · 6 years ago
  93. 83cec02 [3.7] Fix typos in docs, comments and test assert messages (GH-14872). (#14901) by Kyle Stanley · 6 years ago
  94. 5d3d0f3 Update logging cookbook to show multiple worker processes using the concurrent.futures module. (GH-14905) (GH-14907) by Miss Islington (bot) · 6 years ago
  95. 87b6078 bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850) by Miss Islington (bot) · 6 years ago
  96. ba3c89f Docs: Correct formatting of a multiline code block (GH-13806) by Miss Islington (bot) · 6 years ago
  97. 134f796 bpo-37284: Add note to sys.implementation doc (GH-14328) by Miss Islington (bot) · 6 years ago
  98. 13c89f3 bpo-37571: Remove extra space in ctypes docs (GH14764) by Miss Islington (bot) · 6 years ago
  99. d7caf75 bpo-37571: Add 'b' to prevent the TypeError exception. (GH-14721) by Miss Islington (bot) · 6 years ago
  100. fb58024 bpo-36261: Improve example of the preamble field in email docs (GH-14751) by Miss Islington (bot) · 6 years ago