Python 3.7.5
  1. 5c02a39 3.7.5 by Ned Deily · 6 years ago v3.7.5
  2. 0365d51 Fix some news entries for 3.7.5 final. by Ned Deily · 6 years ago
  3. 8948bde [3.7] Update build docs for macOS (GH-16771) (GH-16774) by Ned Deily · 6 years ago
  4. d6c1cc2 [3.7] Update macOS installer display files for 3.7.5 (GH-16767) by Ned Deily · 6 years ago
  5. bd9a70c bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) by Miss Islington (bot) · 6 years ago
  6. 2a40559 [3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15685)" (GH-16724) (GH-16727) by Abhilash Raj · 6 years ago
  7. c16897c Fix typo: equivalent code of `async with cond` (GH-11681) (GH-16720) by Miss Islington (bot) · 6 years ago
  8. b6029f9 Update badges in README.rst (GH-16710) by Zachary Ware · 6 years ago
  9. 49d7428 Typo fix: "throuhgh" should be "through". (GH-16704) by Miss Islington (bot) · 6 years ago
  10. 49e650b bpo-32996: Documentation fix-up. (GH-16646) by Miss Islington (bot) · 6 years ago
  11. 42b16b2 bpo-36953: Delay removal of ABCs from collections. (GH-13409) by Miss Islington (bot) · 6 years ago
  12. 1c61f2c bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16672) by Vinay Sajip · 6 years ago
  13. 918f0c4 Typo fix: "empy" should be "empty". (GH-16666) by Miss Islington (bot) · 6 years ago
  14. 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
  15. 89f35fa Fix typo in _warnings.warn_explicit() docstring (GH-16625) by Miss Islington (bot) · 6 years ago
  16. ab22c8b bpo-38344: Fix syntax in activate.bat (GH-16533) by Miss Islington (bot) · 6 years ago
  17. e9c65b4 bpo-38391: Fixing a typo for Py_DECREF (GH-16616) by Miss Islington (bot) · 6 years ago
  18. f168c17 bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) by Miss Islington (bot) · 6 years ago
  19. 6eb5545 bpo-38235: Correct some arguments names in logging documentation (GH-16571) (GH-16577) by Miss Islington (bot) · 6 years ago
  20. 88204a3 bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463) by Miss Islington (bot) · 6 years ago
  21. 2027f90 Post release updates by Ned Deily · 6 years ago
  22. 19ecb5c Merge tag 'v3.7.5rc1' into 3.7 by Ned Deily · 6 years ago
  23. 874dae4 Correct typos in the codecs module documentation (GH-15135) by Miss Islington (bot) · 6 years ago
  24. 4082f60 3.7.5rc1 by Ned Deily · 6 years ago v3.7.5rc1
  25. 960068b Update macOS installer displays for 3.7.5rc1 by Ned Deily · 6 years ago
  26. d6a92b5 bpo-36670: Multiple regrtest bugfixes (GH-16511) by Miss Islington (bot) · 6 years ago
  27. 2eb1dac Fix and improve `asyncio.run()` docs (GH-16403) (GH-16505) by Miss Islington (bot) · 6 years ago
  28. 1c3e469 bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) by Miss Islington (bot) · 6 years ago
  29. 80dd66a [3.7] bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) (GH-16461) by Jason R. Coombs · 6 years ago
  30. 6112b91 bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446) (#16450) by Miss Islington (bot) · 6 years ago
  31. 39a0c75 bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) by Miss Islington (bot) · 6 years ago
  32. 2c24f2c [3.7] bpo-38275: Skip ssl tests for disabled versions (GH-16427) by Christian Heimes · 6 years ago
  33. e6b5ed1 bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) (GH-16426) by Victor Stinner · 6 years ago
  34. 5017a64 bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) (GH-16416) by Miss Islington (bot) · 6 years ago
  35. 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
  36. 8e4622e [3.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16407) by Benjamin Peterson · 6 years ago
  37. d015714 [3.7] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-16381) (GH-16400) by Vinay Sajip · 6 years ago
  38. 585798f bpo-38271: encrypt private key test files with AES256 (GH-16385) by Miss Islington (bot) · 6 years ago
  39. 3b5e924 bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16392) by Miss Islington (bot) · 6 years ago
  40. d366694 bpo-38260: Add Docs on asyncio.run (GH-16337) by Miss Islington (bot) · 6 years ago
  41. 4042e1a [3.7] bpo-36871: Handle spec errors in assert_has_calls (GH-16364) (GH-16374) by Gregory P. Smith · 6 years ago
  42. 16c0f6d bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) (GH-16369) by Miss Islington (bot) · 6 years ago
  43. 46f6c56 bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) by Miss Islington (bot) · 6 years ago
  44. c13a4d6 bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) by Miss Islington (bot) · 6 years ago
  45. 912b5a9 closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230) by Miss Islington (bot) · 6 years ago
  46. 6641a10 Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16326) by Miss Islington (bot) · 6 years ago
  47. 8d4c52f Doc: Fix spelling errors of 'initial' in enum.py (GH-16314) by Miss Islington (bot) · 6 years ago
  48. fd4f28d bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) by Miss Islington (bot) · 6 years ago
  49. 2552e27 bpo-37353: Updated parser note about source code compatibility(GH-14277) by Miss Islington (bot) · 6 years ago
  50. 5e1400a bpo-37531: sync regrtest with master branch (GH-16285) (GH-16289) by Victor Stinner · 6 years ago
  51. 50ecedc Doc: Clarify dict equality irrespective of ordering. (GH-16266) by Miss Islington (bot) · 6 years ago
  52. 20d3bce [3.7] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265) (GH-16275) by Miss Islington (bot) · 6 years ago
  53. 1a3a48d bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260) by Miss Islington (bot) · 6 years ago
  54. 8b907a8 bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16235) by Miss Islington (bot) · 6 years ago
  55. 69b3718 [3.7] bpo-38191: Accept arbitrary keyword names in NamedTuple(). (GH-16222) (GH-16239) by Serhiy Storchaka · 6 years ago
  56. fc022f0 bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) by Miss Islington (bot) · 6 years ago
  57. 6591b4b bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16223) by Miss Islington (bot) · 6 years ago
  58. 6422392 Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221) by Miss Islington (bot) · 6 years ago
  59. facbd31 bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) by Miss Islington (bot) · 6 years ago
  60. 80cb055 bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) by Miss Islington (bot) · 6 years ago
  61. 3d916a7 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Miss Islington (bot) · 6 years ago
  62. 4ac1be2 bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) by Miss Islington (bot) · 6 years ago
  63. 89f132a Doc: Add list(dict) in stdtypes library (GH-16209) (GH-16211) by Miss Islington (bot) · 6 years ago
  64. 523497c bpo-38183: Test_idle ignores user config directory GH-16198) by Miss Islington (bot) · 6 years ago
  65. 733193d bpo-28556: Update the opening note in typing docs (GH-16204) by Miss Islington (bot) · 6 years ago
  66. c55f695 [3.7] bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) (GH-16200) by Miss Islington (bot) · 6 years ago
  67. 4651a7a Doc: Fix Wikipedia link for functools.lru_cache (GH-16183) by Miss Islington (bot) · 6 years ago
  68. 7aae4f00 [3.7] bpo-38100: Fix spelling error in unittest.mock code (GH-16195) by Stéphane Wirtel · 6 years ago
  69. ad4ce9e Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) (GH-16188) by Miss Islington (bot) · 6 years ago
  70. 76d8fb7 bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184) by Steve Dower · 6 years ago
  71. 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
  72. e857fe6 [3.7] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) (GH-16175) by Miss Islington (bot) · 6 years ago
  73. 26c44b5 bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170) by Miss Islington (bot) · 6 years ago
  74. 701c488 bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159) by Miss Islington (bot) · 6 years ago
  75. b9f932f bpo-37635: Update arg name for seek() in IO tutorial (GH-16147) by Miss Islington (bot) · 6 years ago
  76. 4fac581 Doc: Fix link to window.getch in curses documentation (GH-16132) by Miss Islington (bot) · 6 years ago
  77. 3ac6520 Fix typo in test_api.py. (GH-16119) by Miss Islington (bot) · 6 years ago
  78. 3906920 bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) (GH-16114) by Miss Islington (bot) · 6 years ago
  79. 77878ca bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624) by Miss Islington (bot) · 6 years ago
  80. 0a5a1a1 Run autoreconf. (GH-16106) by Miss Islington (bot) · 6 years ago
  81. d112ea6 closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998) by Miss Islington (bot) · 6 years ago
  82. e7b7edf [3.7] bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) (GH-16092) by Xtreak · 6 years ago
  83. d3f8a11 Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003) by Miss Islington (bot) · 6 years ago
  84. f14fcbf Revert "bpo-37785: Fix xgettext warning in argparse (GH-15161)" (GH-16082) by Julien Palard · 6 years ago
  85. b50eff6 bpo-37785: Fix xgettext warning in argparse (GH-15161) by Miss Islington (bot) · 6 years ago
  86. 6e0c066 Emphasize the need to always call PySequence_Fast. (GH-11140) by Miss Islington (bot) · 6 years ago
  87. 7da8c0a closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) by Miss Islington (bot) · 6 years ago
  88. e3c25fc bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH-16063) by Miss Islington (bot) · 6 years ago
  89. a3c53a1 bpo-21872: fix lzma library decompresses data incompletely (GH-14048) by Miss Islington (bot) · 6 years ago
  90. c8d1338 bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) by Miss Islington (bot) · 6 years ago
  91. 01b47c9 bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) by Miss Islington (bot) · 6 years ago
  92. 07b4148 bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) (GH-16026) by Miss Islington (bot) · 6 years ago
  93. 197ac1a closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011) by Miss Islington (bot) · 6 years ago
  94. ff2a5c0 Doc: Update pickle.rst (GH-14128) (GH-16015) by Miss Islington (bot) · 6 years ago
  95. b7a310d bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15962) by Paul Ganssle · 6 years ago
  96. 8892a1d closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) by Miss Islington (bot) · 6 years ago
  97. bf0c76c Doc: Fix missing negation. (GH-14640) (GH-15985) by Miss Islington (bot) · 6 years ago
  98. e4be7c8 Improve clarity of try-return-finally-return (GH-15677) (GH-15982) by Miss Islington (bot) · 6 years ago
  99. cec68c3 [3.7] bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) (GH-15994) by Stéphane Wirtel · 6 years ago
  100. c62da14 bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15998) by Miss Islington (bot) · 6 years ago