Python 3.7.5rc1
  1. 4082f60 3.7.5rc1 by Ned Deily · 6 years ago v3.7.5rc1
  2. 960068b Update macOS installer displays for 3.7.5rc1 by Ned Deily · 6 years ago
  3. d6a92b5 bpo-36670: Multiple regrtest bugfixes (GH-16511) by Miss Islington (bot) · 6 years ago
  4. 2eb1dac Fix and improve `asyncio.run()` docs (GH-16403) (GH-16505) by Miss Islington (bot) · 6 years ago
  5. 1c3e469 bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) by Miss Islington (bot) · 6 years ago
  6. 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
  7. 6112b91 bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446) (#16450) by Miss Islington (bot) · 6 years ago
  8. 39a0c75 bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) by Miss Islington (bot) · 6 years ago
  9. 2c24f2c [3.7] bpo-38275: Skip ssl tests for disabled versions (GH-16427) by Christian Heimes · 6 years ago
  10. e6b5ed1 bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) (GH-16426) by Victor Stinner · 6 years ago
  11. 5017a64 bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) (GH-16416) by Miss Islington (bot) · 6 years ago
  12. 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
  13. 8e4622e [3.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16407) by Benjamin Peterson · 6 years ago
  14. d015714 [3.7] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-16381) (GH-16400) by Vinay Sajip · 6 years ago
  15. 585798f bpo-38271: encrypt private key test files with AES256 (GH-16385) by Miss Islington (bot) · 6 years ago
  16. 3b5e924 bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16392) by Miss Islington (bot) · 6 years ago
  17. d366694 bpo-38260: Add Docs on asyncio.run (GH-16337) by Miss Islington (bot) · 6 years ago
  18. 4042e1a [3.7] bpo-36871: Handle spec errors in assert_has_calls (GH-16364) (GH-16374) by Gregory P. Smith · 6 years ago
  19. 16c0f6d bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) (GH-16369) by Miss Islington (bot) · 6 years ago
  20. 46f6c56 bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) by Miss Islington (bot) · 6 years ago
  21. c13a4d6 bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) by Miss Islington (bot) · 6 years ago
  22. 912b5a9 closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230) by Miss Islington (bot) · 6 years ago
  23. 6641a10 Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16326) by Miss Islington (bot) · 6 years ago
  24. 8d4c52f Doc: Fix spelling errors of 'initial' in enum.py (GH-16314) by Miss Islington (bot) · 6 years ago
  25. fd4f28d bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) by Miss Islington (bot) · 6 years ago
  26. 2552e27 bpo-37353: Updated parser note about source code compatibility(GH-14277) by Miss Islington (bot) · 6 years ago
  27. 5e1400a bpo-37531: sync regrtest with master branch (GH-16285) (GH-16289) by Victor Stinner · 6 years ago
  28. 50ecedc Doc: Clarify dict equality irrespective of ordering. (GH-16266) by Miss Islington (bot) · 6 years ago
  29. 20d3bce [3.7] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265) (GH-16275) by Miss Islington (bot) · 6 years ago
  30. 1a3a48d bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260) by Miss Islington (bot) · 6 years ago
  31. 8b907a8 bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16235) by Miss Islington (bot) · 6 years ago
  32. 69b3718 [3.7] bpo-38191: Accept arbitrary keyword names in NamedTuple(). (GH-16222) (GH-16239) by Serhiy Storchaka · 6 years ago
  33. fc022f0 bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) by Miss Islington (bot) · 6 years ago
  34. 6591b4b bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16223) by Miss Islington (bot) · 6 years ago
  35. 6422392 Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221) by Miss Islington (bot) · 6 years ago
  36. facbd31 bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) by Miss Islington (bot) · 6 years ago
  37. 80cb055 bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) by Miss Islington (bot) · 6 years ago
  38. 3d916a7 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Miss Islington (bot) · 6 years ago
  39. 4ac1be2 bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) by Miss Islington (bot) · 6 years ago
  40. 89f132a Doc: Add list(dict) in stdtypes library (GH-16209) (GH-16211) by Miss Islington (bot) · 6 years ago
  41. 523497c bpo-38183: Test_idle ignores user config directory GH-16198) by Miss Islington (bot) · 6 years ago
  42. 733193d bpo-28556: Update the opening note in typing docs (GH-16204) by Miss Islington (bot) · 6 years ago
  43. 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
  44. 4651a7a Doc: Fix Wikipedia link for functools.lru_cache (GH-16183) by Miss Islington (bot) · 6 years ago
  45. 7aae4f00 [3.7] bpo-38100: Fix spelling error in unittest.mock code (GH-16195) by Stéphane Wirtel · 6 years ago
  46. ad4ce9e Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) (GH-16188) by Miss Islington (bot) · 6 years ago
  47. 76d8fb7 bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184) by Steve Dower · 6 years ago
  48. 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
  49. 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
  50. 26c44b5 bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170) by Miss Islington (bot) · 6 years ago
  51. 701c488 bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159) by Miss Islington (bot) · 6 years ago
  52. b9f932f bpo-37635: Update arg name for seek() in IO tutorial (GH-16147) by Miss Islington (bot) · 6 years ago
  53. 4fac581 Doc: Fix link to window.getch in curses documentation (GH-16132) by Miss Islington (bot) · 6 years ago
  54. 3ac6520 Fix typo in test_api.py. (GH-16119) by Miss Islington (bot) · 6 years ago
  55. 3906920 bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) (GH-16114) by Miss Islington (bot) · 6 years ago
  56. 77878ca bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624) by Miss Islington (bot) · 6 years ago
  57. 0a5a1a1 Run autoreconf. (GH-16106) by Miss Islington (bot) · 6 years ago
  58. d112ea6 closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998) by Miss Islington (bot) · 6 years ago
  59. e7b7edf [3.7] bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) (GH-16092) by Xtreak · 6 years ago
  60. d3f8a11 Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003) by Miss Islington (bot) · 6 years ago
  61. f14fcbf Revert "bpo-37785: Fix xgettext warning in argparse (GH-15161)" (GH-16082) by Julien Palard · 6 years ago
  62. b50eff6 bpo-37785: Fix xgettext warning in argparse (GH-15161) by Miss Islington (bot) · 6 years ago
  63. 6e0c066 Emphasize the need to always call PySequence_Fast. (GH-11140) by Miss Islington (bot) · 6 years ago
  64. 7da8c0a closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) by Miss Islington (bot) · 6 years ago
  65. e3c25fc bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH-16063) by Miss Islington (bot) · 6 years ago
  66. a3c53a1 bpo-21872: fix lzma library decompresses data incompletely (GH-14048) by Miss Islington (bot) · 6 years ago
  67. c8d1338 bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) by Miss Islington (bot) · 6 years ago
  68. 01b47c9 bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) by Miss Islington (bot) · 6 years ago
  69. 07b4148 bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) (GH-16026) by Miss Islington (bot) · 6 years ago
  70. 197ac1a closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011) by Miss Islington (bot) · 6 years ago
  71. ff2a5c0 Doc: Update pickle.rst (GH-14128) (GH-16015) by Miss Islington (bot) · 6 years ago
  72. b7a310d bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15962) by Paul Ganssle · 6 years ago
  73. 8892a1d closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) by Miss Islington (bot) · 6 years ago
  74. bf0c76c Doc: Fix missing negation. (GH-14640) (GH-15985) by Miss Islington (bot) · 6 years ago
  75. e4be7c8 Improve clarity of try-return-finally-return (GH-15677) (GH-15982) by Miss Islington (bot) · 6 years ago
  76. cec68c3 [3.7] bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) (GH-15994) by Stéphane Wirtel · 6 years ago
  77. c62da14 bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15998) by Miss Islington (bot) · 6 years ago
  78. 9b46586 Doc: recursive glob ** follows symlinks to directories (GH-12918) by Miss Islington (bot) · 6 years ago
  79. c112faf bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15991) by Miss Islington (bot) · 6 years ago
  80. d126fbd bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15974) by Miss Islington (bot) · 6 years ago
  81. 195dc14 bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15972) by Miss Islington (bot) · 6 years ago
  82. 8a19a91 bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924) by Miss Islington (bot) · 6 years ago
  83. e58e18d [3.7] Turn off AppVeyor CI (GH-15929) (GH-15943) by Zachary Ware · 6 years ago
  84. c211939 bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (GH-13639) (GH-15953) by Miss Islington (bot) · 6 years ago
  85. 4c2fa5c bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15939) by Miss Islington (bot) · 6 years ago
  86. 0fd8c05 bpo-35649: update http client example (GH-11441) (GH-15931) by Miss Islington (bot) · 6 years ago
  87. f3480ad [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913) by Miss Islington (bot) · 6 years ago
  88. aca878e [3.7] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15926) by Vinay Sajip · 6 years ago
  89. 99f0e81 bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-10638) by Miss Islington (bot) · 6 years ago
  90. 0553369 bpo-35066: Make trailing percent test more portable. (GH-15907) by Miss Islington (bot) · 6 years ago
  91. d378fdb bpo-25810: Clarify eval() docs, it does not keywords (GH-15173) by Miss Islington (bot) · 6 years ago
  92. 3cd147b bpo-37585: Add clarification regarding comparing dict.values() (GH-14954) by Miss Islington (bot) · 6 years ago
  93. 9210b58 bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521) by Miss Islington (bot) · 6 years ago
  94. 5fe153c bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490) by Miss Islington (bot) · 6 years ago
  95. 2a8560a bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15894) by Miss Islington (bot) · 6 years ago
  96. e0a1561 bpo-37574: Mention helper functions for find_spec documentation (GH-14739) by Miss Islington (bot) · 6 years ago
  97. 6a494e7 bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851) by Steve Dower · 6 years ago
  98. 14514b6 Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698) by Miss Islington (bot) · 6 years ago
  99. 075a441 Correct info about "f.read(size)". (GH13852) by Miss Islington (bot) · 6 years ago
  100. 494b61a [3.7] bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15874) by Victor Stinner · 6 years ago