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