Python 3.8.0rc1
  1. 34214de v3.8.0rc1 by Łukasz Langa · 6 years ago v3.8.0rc1
  2. 6b4c70a bpo-36670: Multiple regrtest bugfixes (GH-16511) by Miss Islington (bot) · 6 years ago
  3. 938c00c bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491) (#16506) by Miss Islington (bot) · 6 years ago
  4. 2f644c0 Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504) by Miss Islington (bot) · 6 years ago
  5. bfca56b [3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437) by Christian Heimes · 6 years ago
  6. 2f87a7d bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (GH-7468) (#16486) by Miss Islington (bot) · 6 years ago
  7. 1c19d65 bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485) by Yury Selivanov · 6 years ago
  8. 21f24ea [3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (GH-16484) by Lisa Roach · 6 years ago
  9. 36e7e4a bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) (GH-16481) by Miss Islington (bot) · 6 years ago
  10. b76ab35 bpo-38108: Makes mock objects inherit from Base (GH-16060) (GH-16470) by Miss Islington (bot) · 6 years ago
  11. c9ed9e6 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Miss Islington (bot) · 6 years ago
  12. 19cd595 bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) by Miss Islington (bot) · 6 years ago
  13. 36c6fa9 bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464) by Gregory P. Smith · 6 years ago
  14. 8f478b4 bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) by Miss Islington (bot) · 6 years ago
  15. 52bdd41 [3.8] bpo-38136: Updates await_count and call_count to be different things (GH-16192) (GH-16431) by Lisa Roach · 6 years ago
  16. 6447b9f bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) by Miss Islington (bot) · 6 years ago
  17. b2c2a0c cleanup ababstractproperty in typing.py (GH-16432) by Miss Islington (bot) · 6 years ago
  18. 1931132 [3.8] bpo-38275: Skip ssl tests for disabled versions (GH-16386) (GH-16425) by Christian Heimes · 6 years ago
  19. c989340 bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) by Miss Islington (bot) · 6 years ago
  20. 96c8475 [3.8] bpo-38234: Backport init path config changes from master (GH-16423) by Victor Stinner · 6 years ago
  21. 4267e8f bpo-38271: encrypt private key test files with AES256 (GH-16385) by Miss Islington (bot) · 6 years ago
  22. ca14f04 bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227) by Miss Islington (bot) · 6 years ago
  23. 66cd041 [3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (GH-16393) by Miss Islington (bot) · 6 years ago
  24. 2e566bf bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) (GH-16389) by Victor Stinner · 6 years ago
  25. c71c54c bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387) by Victor Stinner · 6 years ago
  26. 16cec13 bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (GH-16383) by Miss Islington (bot) · 6 years ago
  27. 4633355 bpo-38260: Add Docs on asyncio.run (GH-16337) by Miss Islington (bot) · 6 years ago
  28. ce62dcc bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) (GH-16370) by Miss Islington (bot) · 6 years ago
  29. 1a17a05 [3.8] bpo-36871: Handle spec errors in assert_has_calls (GH-16005) (GH-16364) by Miss Islington (bot) · 6 years ago
  30. 081641f bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) by Miss Islington (bot) · 6 years ago
  31. fea9ca1 bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) by Miss Islington (bot) · 6 years ago
  32. fe9089a Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16327) by Miss Islington (bot) · 6 years ago
  33. 37bc935 bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320) by Miss Islington (bot) · 6 years ago
  34. 865bb68 [3.8] bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) (GH-16299) by Lisa Roach · 6 years ago
  35. f4e0ceb Doc: Fix spelling errors of 'initial' in enum.py (GH-16314) by Miss Islington (bot) · 6 years ago
  36. 8fe4755 Minor code and comment cleanup (GH-16315) (GH-16316) by Miss Islington (bot) · 6 years ago
  37. b50edac bpo-33694: Remove test_asyncio ProactorDatagramTransportTests (GH-16288) by Miss Islington (bot) · 6 years ago
  38. fb7746d bpo-37531: sync regrtest with master branch (GH-16285) by Victor Stinner · 6 years ago
  39. 47bbab9 [3.8] bpo-38070: Py_FatalError() logs runtime state (GH-16258) by Victor Stinner · 6 years ago
  40. 2adcd79 bpo-38191: Use positional-only parameters in TypedDict(). (GH-16240) by Serhiy Storchaka · 6 years ago
  41. 31af1cc bpo-36546: No longer a need to make "data" positional only (GH-16252) (GH-16253) by Miss Islington (bot) · 6 years ago
  42. 54ba5f1 bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (GH-16222) by Miss Islington (bot) · 6 years ago
  43. 3c1786f bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) by Miss Islington (bot) · 6 years ago
  44. 5f1590d bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16224) by Miss Islington (bot) · 6 years ago
  45. f668d2b bpo-37828: Fix default mock_name in unittest.mock.assert_called error (GH-16166) by Miss Islington (bot) · 6 years ago
  46. d8d653c bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) by Miss Islington (bot) · 6 years ago
  47. 73ccc33 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Miss Islington (bot) · 6 years ago
  48. f04299d bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) by Miss Islington (bot) · 6 years ago
  49. ad845be bpo-38183: Test_idle ignores user config directory GH-16198) by Miss Islington (bot) · 6 years ago
  50. 917c622 Doc: Fix Wikipedia link for functools.lru_cache (GH-16183) by Miss Islington (bot) · 6 years ago
  51. cc8edfb bpo-38100: Fix spelling error in unittest.mock code (GH-16168) by Miss Islington (bot) · 6 years ago
  52. 4924d55 bpo-38081: Add more non-fatal error codes for ntpath.realpath (GH-16156) by Miss Islington (bot) · 6 years ago
  53. e8d7fa2 [3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144) by Christian Heimes · 6 years ago
  54. f37a983 [3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) (GH-16145) by Serhiy Storchaka · 6 years ago
  55. d322abb [3.8] bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) (GH-16141) by Serhiy Storchaka · 6 years ago
  56. 66da347 bpo-37953: Fix deprecation warnings in test_typing (GH-16133) by Miss Islington (bot) · 6 years ago
  57. e91edfe bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) by Miss Islington (bot) · 6 years ago
  58. cd85200 Fix typo in test_api.py. (GH-16119) by Miss Islington (bot) · 6 years ago
  59. cf25765 bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) (GH-16113) by Miss Islington (bot) · 6 years ago
  60. 436b429 bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098) by Miss Islington (bot) · 6 years ago
  61. 83c21fd bpo-37199: Replace the early returns added in c2cda63. (GH-14535) by Miss Islington (bot) · 6 years ago
  62. 590ed09 bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489) by Miss Islington (bot) · 6 years ago
  63. 6638c92 [3.8] bpo-38148: Add slots to asyncio transports (GH-16077) (GH-16093) by Andrew Svetlov · 6 years ago
  64. 44cb89a bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) by Miss Islington (bot) · 6 years ago
  65. b9bfe14 bpo-36889: Document Stream class and add docstrings (GH-14488) by Miss Islington (bot) · 6 years ago
  66. 52c99ae Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003) by Miss Islington (bot) · 6 years ago
  67. 8750dfe bpo-37785: Fix xgettext warning in argparse (GH-15161) by Miss Islington (bot) · 6 years ago
  68. 21bfff9 closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) by Miss Islington (bot) · 6 years ago
  69. a0d4aac [3.8] bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) (GH-16064) by Jason R. Coombs · 6 years ago
  70. 98a4a71 bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956) (GH-16043) by Miss Islington (bot) · 6 years ago
  71. 824407f bpo-21872: fix lzma library decompresses data incompletely (GH-14048) by Miss Islington (bot) · 6 years ago
  72. 717cc61 bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632) by Miss Islington (bot) · 6 years ago
  73. 67b90a0 bpo-38132: Simplify _hashopenssl code (GH-16023) (#16040) by Miss Islington (bot) · 6 years ago
  74. 345bfc9 bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) by Miss Islington (bot) · 6 years ago
  75. db0d8a5 bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ chaining so that call() can be subscriptable (GH-15565) (GH-15965) by Miss Islington (bot) · 6 years ago
  76. f60fd95 closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) (GH-16018) by Miss Islington (bot) · 6 years ago
  77. 52baf90 bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647) by Miss Islington (bot) · 6 years ago
  78. 3562ae2 [3.8] bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (GH-15323, GH-16004) (GH-15966) by Petr Viktorin · 6 years ago
  79. 8af4e0c Correct typo in min version test (GH-16001) by Miss Islington (bot) · 6 years ago
  80. d6ac67f bpo-34001: Fix test_ssl with LibreSSL (GH-13783) (#15997) by Miss Islington (bot) · 6 years ago
  81. f90cbcb bpo-36528: Remove duplicate re tests. (GH-2689) by Miss Islington (bot) · 6 years ago
  82. 63eefc3 bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15973) by Miss Islington (bot) · 6 years ago
  83. 20f80bf bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924) by Miss Islington (bot) · 6 years ago
  84. b4808c1 closes bpo-37252: Fix devpoll tests. (GH-14017) (GH-15948) by Miss Islington (bot) · 6 years ago
  85. 42edfcf bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (GH-13639) (GH-15952) by Miss Islington (bot) · 6 years ago
  86. b18b198 bpo-38107: Replace direct future and task contructor calls with factories in asyncio tests (GH-15928) by Miss Islington (bot) · 6 years ago
  87. fef5bdc bpo-34519: Add additional aliases for HP Roman 8 (GH-8956) (GH-15945) by Miss Islington (bot) · 6 years ago
  88. 35d0934 bpo-37305: add MIME type for Web App Manifest (GH-14199) (#15946) by Miss Islington (bot) · 6 years ago
  89. cbd7b2a bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) (GH-15944) by Miss Islington (bot) · 6 years ago
  90. 3b92ddb [3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15927) by Vinay Sajip · 6 years ago
  91. e3bd941 bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-10638) by Miss Islington (bot) · 6 years ago
  92. f3e430b bpo-35066: Make trailing percent test more portable. (GH-15907) by Miss Islington (bot) · 6 years ago
  93. 0a6693a [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913) by Brett Cannon · 6 years ago
  94. 57491de bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899) by Miss Islington (bot) · 6 years ago
  95. 4601f7a [3.8] bpo-36373: Fix deprecation warnings (GH-15889) (GH-15901) by Andrew Svetlov · 6 years ago
  96. df935b5 [3.8] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823) (GH-15900) by Zachary Ware · 6 years ago
  97. 872c85a bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490) by Miss Islington (bot) · 6 years ago
  98. 74b0291 bpo-28494: Test existing zipfile working behavior. (GH-15853) by Miss Islington (bot) · 6 years ago
  99. d42a4fd bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15871) by Victor Stinner · 6 years ago
  100. 97c2f68 [3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) (#15861) by Jason R. Coombs · 6 years ago