Python 3.9.0b5
  1. 8ad7d50 Python 3.9.0b5 by Łukasz Langa · 5 years ago v3.9.0b5
  2. 46634b7 bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312) by Miss Islington (bot) · 5 years ago
  3. 01ab963 bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528) by Miss Islington (bot) · 5 years ago
  4. 27b8110 bpo-39603: Prevent header injection in http methods (GH-18485) by Miss Islington (bot) · 5 years ago
  5. 5a7aa28 bpo-41300: IDLE - save files with non-ascii chars (GH-21512) by Miss Islington (bot) · 5 years ago
  6. 28e93dd bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) by Miss Islington (bot) · 5 years ago
  7. f323229 [3.9] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21482) by Miss Islington (bot) · 5 years ago
  8. 57c984f bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) by Miss Islington (bot) · 5 years ago
  9. fd27fb7 bpo-37765: Add keywords to IDLE tab completions (GH-15138) by Miss Islington (bot) · 5 years ago
  10. c65ee55 bpo-41172: Fix check for compiler in test suite (GH-21400) by Miss Islington (bot) · 5 years ago
  11. e689789 bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542) by Miss Islington (bot) · 5 years ago
  12. 2c82628 bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359) by Miss Islington (bot) · 5 years ago
  13. 6488a4a [3.9] bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357) (GH-21362) by Pablo Galindo · 5 years ago
  14. 4981fe3 bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) by Miss Islington (bot) · 5 years ago
  15. 5a13849 bpo-39168: Remove the __new__ method of typing.Generic (GH-21327) by Miss Islington (bot) · 5 years ago
  16. e1d4fdc bpo-41162: Clear audit hooks later during finalization (GH-21222) by Steve Dower · 5 years ago
  17. b0bb791 Merge tag 'v3.9.0b4' into 3.9 by Łukasz Langa · 5 years ago
  18. 486c256 Improve code organization for the random module (GH-21161) (GH-21163) by Miss Islington (bot) · 5 years ago
  19. 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
  20. 69dec9c Python 3.9.0b4 by Łukasz Langa · 5 years ago v3.9.0b4
  21. 0b4c87e bpo-41193: Ignore OSError in readline write_history() (GH-21279) by Miss Islington (bot) · 5 years ago
  22. ecfecc2 [3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275) by Serhiy Storchaka · 5 years ago
  23. df59293 bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) by Miss Islington (bot) · 5 years ago
  24. fe0175f bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215) by Miss Islington (bot) · 5 years ago
  25. 01638ce bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214) by Miss Islington (bot) · 5 years ago
  26. 9a646aa bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) by Miss Islington (bot) · 5 years ago
  27. 990efe0 [3.9] bpo-41084: Fix test_fstring failure when using the old parser (GH-21212) by Lysandros Nikolaou · 5 years ago
  28. 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
  29. d1e05e7 bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) by Miss Islington (bot) · 5 years ago
  30. 1497bf6 bpo-41144: Fix IDLE open module error (GH-21182) by Miss Islington (bot) · 5 years ago
  31. 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
  32. 102ca52 [3.9] bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387) (GH-21186) by Pablo Galindo · 5 years ago
  33. cb0dc52 bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084) by Miss Islington (bot) · 5 years ago
  34. 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
  35. c4dfcb2 bpo-41112: Fix test_peg_generator on non-UTF-8 locales. (GH-21138) by Miss Islington (bot) · 5 years ago
  36. 086b453 bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) by Miss Islington (bot) · 5 years ago
  37. cd6f911 [3.9] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20947) by Christian Heimes · 5 years ago
  38. fdf6872 bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136) by Miss Islington (bot) · 5 years ago
  39. 0ef6a3f bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) by Miss Islington (bot) · 5 years ago
  40. 29aa808 bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119) by Miss Islington (bot) · 5 years ago
  41. 7329c8c bpo-41094: Fix decoding errors with audit when open files. (GH-21095) by Miss Islington (bot) · 5 years ago
  42. d518ed0 bpo-41005: Fixed perrmission error (GH-20936) (GH-21051) by Miss Islington (bot) · 5 years ago
  43. 4b80cfb Fix typo in dataclasses module (GH-21109) (#21110) by Miss Islington (bot) · 5 years ago
  44. cd69620 Small clean-ups for the random module (GH-21038) (GH-21065) by Miss Islington (bot) · 5 years ago
  45. c916c48 bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040) by Miss Islington (bot) · 5 years ago
  46. 5606d55 bpo-26407: Do not mask errors in csv. (GH-20536) by Miss Islington (bot) · 5 years ago
  47. 353c4ba bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537) by Miss Islington (bot) · 5 years ago
  48. 26f6126 bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010) by Miss Islington (bot) · 5 years ago
  49. 814b07b [3.9] bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002). (GH-21030) by Dong-hee Na · 5 years ago
  50. 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
  51. 9862181 bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995) by Miss Islington (bot) · 5 years ago
  52. 7523886 bpo-41040: Fix test_modulefinder. (GH-20991) by Miss Islington (bot) · 5 years ago
  53. 1529322 bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984) by Miss Islington (bot) · 5 years ago
  54. 83e54de Improve readability of `formataddr` docstring (GH-20963) by Miss Islington (bot) · 5 years ago
  55. a5442b2 [3.9] bpo-40334: Produce better error messages on invalid targets (GH-20106) (GH-20973) by Lysandros Nikolaou · 5 years ago
  56. b1e7361 bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962) by Victor Stinner · 5 years ago
  57. 9a58f03 [3.9] bpo-40637: Do not emit warnings for disabled builtin hashes (GH… (GH-20951) by stratakis · 5 years ago
  58. b39d41b bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) by Victor Stinner · 5 years ago
  59. 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
  60. 097b8b6 bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888) by Miss Islington (bot) · 5 years ago
  61. bc996c6 bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) by Miss Islington (bot) · 5 years ago
  62. 9a0624a bpo-40448: ensurepip: Do not use cache (GH-19812) by Miss Islington (bot) · 5 years ago
  63. b87453f bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) by Miss Islington (bot) · 5 years ago
  64. 145fa86 [3.9] Include soft keywords in keyword.py (GH-20877). (GH-20880) by Pablo Galindo · 5 years ago
  65. 8a34690 [3.9] bpo-40924: Remove protocol for supplying Traversable objects from loaders (GH-20820) by Jason R. Coombs · 5 years ago
  66. 83cd968 bpo-30064: Fix slow asyncio sock test (GH-20868) by Miss Islington (bot) · 5 years ago
  67. 37c9fc5 Some reformatting (suggested by Black) and minor factoring. (GH-20865) (GH-20866) by Miss Islington (bot) · 5 years ago
  68. 55c1d21 bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (#GH-20862) by Miss Islington (bot) · 5 years ago
  69. f1534d0 Minor code clean-ups (GH-20838) (GH-20858) by Miss Islington (bot) · 5 years ago
  70. 94bb4b7 bpo-40834: Fix truncate when sending str object with channel (GH-20555) by Miss Islington (bot) · 5 years ago
  71. f919179 bpo-40964: disable remote IMAP tests (GH-20836) by Christian Heimes · 5 years ago
  72. 3782497 [3.9] bpo-40939: Fix test_keyword for the old parser (GH-20814) by Pablo Galindo · 5 years ago
  73. dc40105 bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) (GH-20813) by Victor Stinner · 5 years ago
  74. 2f46c65 bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) by Miss Islington (bot) · 5 years ago
  75. 961edf7 bpo-40939: Generate keyword.py using the new parser (GH-20800) by Miss Islington (bot) · 5 years ago
  76. f6428ba Collections module reformatting and minor code refactoring (GH-20772) (GH-20798) by Miss Islington (bot) · 5 years ago
  77. e3ce3bb bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769) by Miss Islington (bot) · 5 years ago
  78. af69325 bpo-40927: Fix test_binhex when run twice (GH-20764) (GH-20789) by Victor Stinner · 5 years ago
  79. 4a4f660 bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) (GH-20785) by Victor Stinner · 5 years ago
  80. 3b97d1b bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) (GH-20780) by Miss Islington (bot) · 5 years ago
  81. d55ed7b Raise specialised syntax error for invalid lambda parameters (GH-20776) by Miss Islington (bot) · 5 years ago
  82. b484871 Python 3.9.0b3 by Łukasz Langa · 5 years ago v3.9.0b3
  83. ce5e6f0 [3.9] bpo-40924: Revert "bpo-39791 native hooks for importlib.resources.files (GH-20576)" (#20760) by Łukasz Langa · 5 years ago
  84. 8f1f416 Merge tag 'v3.9.0b2' into 3.9 by Łukasz Langa · 5 years ago
  85. 299d3d1 Minor improvement to the namedtuple implementation (GH-20741) (GH-20742) by Miss Islington (bot) · 5 years ago
  86. 0b1a1c8 Python 3.9.0b2 by Łukasz Langa · 5 years ago v3.9.0b2
  87. 8175064 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) (GH-20725) by Victor Stinner · 5 years ago
  88. dedaac0 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723) by Victor Stinner · 5 years ago
  89. 2b33cc3 [3.9] Remove PEG-specific syntax error check in the old parser (GH-20717) by Pablo Galindo · 5 years ago
  90. 8df4f39 bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697) by Miss Islington (bot) · 5 years ago
  91. 3deded9 Deny eval() direct access to builtins (GH-20713) (GH-20714) by Miss Islington (bot) · 5 years ago
  92. 9cf1be4 bpo-39791 native hooks for importlib.resources.files (GH-20576) by Miss Islington (bot) · 5 years ago
  93. 6440911 bpo-40904: Fix segfault in the new parser with f-string containing yield statements with no value (GH-20701) by Miss Islington (bot) · 5 years ago
  94. 71f5016 bpo-39791: Support file systems that cannot support non-ascii filenames (skipping tests in that case). (GH-20681) by Miss Islington (bot) · 5 years ago
  95. 1e4fa91 bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683) by Miss Islington (bot) · 5 years ago
  96. 90ee51f bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649) by Miss Islington (bot) · 5 years ago
  97. d5e7348 bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623) (GH-20664) by Miss Islington (bot) · 5 years ago
  98. a4fa9a9 bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) (GH-20661) by Miss Islington (bot) · 5 years ago
  99. cdc3d9c Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (GH-20655) (#20660) by Miss Islington (bot) · 5 years ago
  100. 3dfe549 bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486) by Miss Islington (bot) · 5 years ago