Python 3.9.0rc1
  1. 439c93d Python 3.9.0rc1 by Łukasz Langa · 5 years ago v3.9.0rc1
  2. a0b57b3 bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718) (GH-21827) by Victor Stinner · 5 years ago
  3. 9c253f4 bpo-41514: Fix buggy IDLE test (GH-21808) by Miss Islington (bot) · 5 years ago
  4. a9fa663 bpo-41468: Improve and test IDLE run error exit (GH-21798) by Miss Islington (bot) · 5 years ago
  5. 462b095 Improve renamed test_run.RecursionLimitTest (GH-21794) by Miss Islington (bot) · 5 years ago
  6. d910643 bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757) by Miss Islington (bot) · 5 years ago
  7. 70e9243 bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-21774) by Steve Dower · 5 years ago
  8. 5e12a5b bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768) by Miss Islington (bot) · 5 years ago
  9. b49b88a bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736) by Miss Islington (bot) · 5 years ago
  10. a132098 bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312) by Miss Islington (bot) · 5 years ago
  11. 1d16229 bpo-41467: Fix asyncio recv_into() on Windows (GH-21720) by Miss Islington (bot) · 5 years ago
  12. fe928b3 [3.9] bpo-40360: Handle PendingDeprecationWarning in test_lib2to3. (GH-21694) (GH-21697) by Karthikeyan Singaravelan · 5 years ago
  13. aa16ac7 [3.9] Improve blake2 comment for Victor (GH-20981) (GH-20982) by Miss Islington (bot) · 5 years ago
  14. 8b05275 bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601) by Miss Islington (bot) · 5 years ago
  15. 6e4975a bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257) by Miss Islington (bot) · 5 years ago
  16. 41d1c04 bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (GH-21553) by Miss Islington (bot) · 5 years ago
  17. 8b7544c bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608) by Miss Islington (bot) · 5 years ago
  18. b74e536 bpo-37309: NEWS for GH-41373 (GH-21612) by Miss Islington (bot) · 5 years ago
  19. fdc91c2 bpo-41314: fixed annotations __future__ version (GH-21616) by Miss Islington (bot) · 5 years ago
  20. 2024d7a bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617) by Berker Peksag · 5 years ago
  21. 15fdbb7 bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597) by Miss Islington (bot) · 5 years ago
  22. 4ff8e5b bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (GH-21595) by Miss Islington (bot) · 5 years ago
  23. 4cf7afc bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594) by Miss Islington (bot) · 5 years ago
  24. 00466db bpo-41364: Reduce import overhead of uuid module (GH-21586) by Miss Islington (bot) · 5 years ago
  25. 8ad7d50 Python 3.9.0b5 by Łukasz Langa · 5 years ago v3.9.0b5
  26. 46634b7 bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312) by Miss Islington (bot) · 5 years ago
  27. 01ab963 bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528) by Miss Islington (bot) · 5 years ago
  28. 27b8110 bpo-39603: Prevent header injection in http methods (GH-18485) by Miss Islington (bot) · 5 years ago
  29. 5a7aa28 bpo-41300: IDLE - save files with non-ascii chars (GH-21512) by Miss Islington (bot) · 5 years ago
  30. 28e93dd bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) by Miss Islington (bot) · 5 years ago
  31. f323229 [3.9] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21482) by Miss Islington (bot) · 5 years ago
  32. 57c984f bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) by Miss Islington (bot) · 5 years ago
  33. fd27fb7 bpo-37765: Add keywords to IDLE tab completions (GH-15138) by Miss Islington (bot) · 5 years ago
  34. c65ee55 bpo-41172: Fix check for compiler in test suite (GH-21400) by Miss Islington (bot) · 5 years ago
  35. e689789 bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542) by Miss Islington (bot) · 5 years ago
  36. 2c82628 bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359) by Miss Islington (bot) · 5 years ago
  37. 6488a4a [3.9] bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357) (GH-21362) by Pablo Galindo · 5 years ago
  38. 4981fe3 bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) by Miss Islington (bot) · 5 years ago
  39. 5a13849 bpo-39168: Remove the __new__ method of typing.Generic (GH-21327) by Miss Islington (bot) · 5 years ago
  40. e1d4fdc bpo-41162: Clear audit hooks later during finalization (GH-21222) by Steve Dower · 5 years ago
  41. b0bb791 Merge tag 'v3.9.0b4' into 3.9 by Łukasz Langa · 5 years ago
  42. 486c256 Improve code organization for the random module (GH-21161) (GH-21163) by Miss Islington (bot) · 5 years ago
  43. bfec674 bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) by Miss Islington (bot) · 5 years ago
  44. 69dec9c Python 3.9.0b4 by Łukasz Langa · 5 years ago v3.9.0b4
  45. 0b4c87e bpo-41193: Ignore OSError in readline write_history() (GH-21279) by Miss Islington (bot) · 5 years ago
  46. ecfecc2 [3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275) by Serhiy Storchaka · 5 years ago
  47. df59293 bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) by Miss Islington (bot) · 5 years ago
  48. fe0175f bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215) by Miss Islington (bot) · 5 years ago
  49. 01638ce bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214) by Miss Islington (bot) · 5 years ago
  50. 9a646aa bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) by Miss Islington (bot) · 5 years ago
  51. 990efe0 [3.9] bpo-41084: Fix test_fstring failure when using the old parser (GH-21212) by Lysandros Nikolaou · 5 years ago
  52. 9e36b6e bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998) by Miss Islington (bot) · 5 years ago
  53. d1e05e7 bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) by Miss Islington (bot) · 5 years ago
  54. 1497bf6 bpo-41144: Fix IDLE open module error (GH-21182) by Miss Islington (bot) · 5 years ago
  55. 2a1ee1d [3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21022) by Guido van Rossum · 5 years ago
  56. 102ca52 [3.9] bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387) (GH-21186) by Pablo Galindo · 5 years ago
  57. cb0dc52 bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084) by Miss Islington (bot) · 5 years ago
  58. f925407 [3.9] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035). (GH-21156) by Serhiy Storchaka · 5 years ago
  59. c4dfcb2 bpo-41112: Fix test_peg_generator on non-UTF-8 locales. (GH-21138) by Miss Islington (bot) · 5 years ago
  60. 086b453 bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) by Miss Islington (bot) · 5 years ago
  61. cd6f911 [3.9] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20947) by Christian Heimes · 5 years ago
  62. fdf6872 bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136) by Miss Islington (bot) · 5 years ago
  63. 0ef6a3f bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) by Miss Islington (bot) · 5 years ago
  64. 29aa808 bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119) by Miss Islington (bot) · 5 years ago
  65. 7329c8c bpo-41094: Fix decoding errors with audit when open files. (GH-21095) by Miss Islington (bot) · 5 years ago
  66. d518ed0 bpo-41005: Fixed perrmission error (GH-20936) (GH-21051) by Miss Islington (bot) · 5 years ago
  67. 4b80cfb Fix typo in dataclasses module (GH-21109) (#21110) by Miss Islington (bot) · 5 years ago
  68. cd69620 Small clean-ups for the random module (GH-21038) (GH-21065) by Miss Islington (bot) · 5 years ago
  69. c916c48 bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040) by Miss Islington (bot) · 5 years ago
  70. 5606d55 bpo-26407: Do not mask errors in csv. (GH-20536) by Miss Islington (bot) · 5 years ago
  71. 353c4ba bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537) by Miss Islington (bot) · 5 years ago
  72. 26f6126 bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010) by Miss Islington (bot) · 5 years ago
  73. 814b07b [3.9] bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002). (GH-21030) by Dong-hee Na · 5 years ago
  74. 71bb921 [3.9] bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020) (GH-21024) by Lysandros Nikolaou · 5 years ago
  75. 9862181 bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995) by Miss Islington (bot) · 5 years ago
  76. 7523886 bpo-41040: Fix test_modulefinder. (GH-20991) by Miss Islington (bot) · 5 years ago
  77. 1529322 bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984) by Miss Islington (bot) · 5 years ago
  78. 83e54de Improve readability of `formataddr` docstring (GH-20963) by Miss Islington (bot) · 5 years ago
  79. a5442b2 [3.9] bpo-40334: Produce better error messages on invalid targets (GH-20106) (GH-20973) by Lysandros Nikolaou · 5 years ago
  80. b1e7361 bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962) by Victor Stinner · 5 years ago
  81. 9a58f03 [3.9] bpo-40637: Do not emit warnings for disabled builtin hashes (GH… (GH-20951) by stratakis · 5 years ago
  82. b39d41b bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) by Victor Stinner · 5 years ago
  83. 7795ae8 bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875) (GH-20919) by Miss Islington (bot) · 5 years ago
  84. 097b8b6 bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888) by Miss Islington (bot) · 5 years ago
  85. bc996c6 bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) by Miss Islington (bot) · 5 years ago
  86. 9a0624a bpo-40448: ensurepip: Do not use cache (GH-19812) by Miss Islington (bot) · 5 years ago
  87. b87453f bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) by Miss Islington (bot) · 5 years ago
  88. 145fa86 [3.9] Include soft keywords in keyword.py (GH-20877). (GH-20880) by Pablo Galindo · 5 years ago
  89. 8a34690 [3.9] bpo-40924: Remove protocol for supplying Traversable objects from loaders (GH-20820) by Jason R. Coombs · 5 years ago
  90. 83cd968 bpo-30064: Fix slow asyncio sock test (GH-20868) by Miss Islington (bot) · 5 years ago
  91. 37c9fc5 Some reformatting (suggested by Black) and minor factoring. (GH-20865) (GH-20866) by Miss Islington (bot) · 5 years ago
  92. 55c1d21 bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (#GH-20862) by Miss Islington (bot) · 5 years ago
  93. f1534d0 Minor code clean-ups (GH-20838) (GH-20858) by Miss Islington (bot) · 5 years ago
  94. 94bb4b7 bpo-40834: Fix truncate when sending str object with channel (GH-20555) by Miss Islington (bot) · 5 years ago
  95. f919179 bpo-40964: disable remote IMAP tests (GH-20836) by Christian Heimes · 5 years ago
  96. 3782497 [3.9] bpo-40939: Fix test_keyword for the old parser (GH-20814) by Pablo Galindo · 5 years ago
  97. dc40105 bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) (GH-20813) by Victor Stinner · 5 years ago
  98. 2f46c65 bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) by Miss Islington (bot) · 5 years ago
  99. 961edf7 bpo-40939: Generate keyword.py using the new parser (GH-20800) by Miss Islington (bot) · 5 years ago
  100. f6428ba Collections module reformatting and minor code refactoring (GH-20772) (GH-20798) by Miss Islington (bot) · 5 years ago