Python 3.9.2rc1
  1. 4064156 Python 3.9.2rc1 by Łukasz Langa · 4 years, 6 months ago v3.9.2rc1
  2. 85fd9f4 bpo-42819, readline: Disable bracketed paste (GH-24108) (GH-24545) by Miss Islington (bot) · 4 years, 6 months ago
  3. 9cc70bc [3.9] Minor improvements to the convolve() recipe (GH-24520) by Pablo Galindo · 4 years, 6 months ago
  4. c9f0781 [3.9] bpo-42967: only use '&' as a query string separator (GH-24297) (#24528) by Senthil Kumaran · 4 years, 6 months ago
  5. 242f6c9 bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505) by Miss Islington (bot) · 4 years, 6 months ago
  6. df2197f bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-24507) by Miss Islington (bot) · 4 years, 6 months ago
  7. 68d6bc7 bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498) by Miss Islington (bot) · 4 years, 6 months ago
  8. 917eca7 bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24493) by Ken Jin · 4 years, 6 months ago
  9. 863eb71 bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446) by Miss Islington (bot) · 4 years, 6 months ago
  10. 39aeb9f Simple typo fix (GH-24448) by Miss Islington (bot) · 4 years, 6 months ago
  11. c8b4375 bpo-43132: Fix incorrect handling of PyObject_RichCompareBool() in _zoneinfo (GH-24450) (GH-24457) by Miss Islington (bot) · 4 years, 6 months ago
  12. b0b0181 bpo-35295: Remove outdated comment. (GH-24453) by Miss Islington (bot) · 4 years, 6 months ago
  13. 29584aa bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439) (GH-24452) by Miss Islington (bot) · 4 years, 7 months ago
  14. 48d16b4 build(deps): bump actions/upload-artifact from v2.2.1 to v2.2.2 (GH-24411) by Miss Islington (bot) · 4 years, 7 months ago
  15. 0898dcb bpo-42773: fix tests not being run on pushes (GH-24004) by Miss Islington (bot) · 4 years, 7 months ago
  16. 2603d77 Fix typo (GH-23019) by Miss Islington (bot) · 4 years, 7 months ago
  17. 12bfc59 bpo-43108: Fix a reference leak in the curses module (GH-24420) by Miss Islington (bot) · 4 years, 7 months ago
  18. f02ef7a bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394) (GH-24427) by Miss Islington (bot) · 4 years, 7 months ago
  19. 3b94526 Add link to Microsoft docs for limitations in Windows Store package (GH-24422) by Miss Islington (bot) · 4 years, 7 months ago
  20. 0874491 bpo-41748: Handles unquoted attributes with commas (GH-24072) by Miss Islington (bot) · 4 years, 7 months ago
  21. 304f9d2 bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24407) by Miss Islington (bot) · 4 years, 7 months ago
  22. 7e72997 bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868) (GH-23888) by Miss Islington (bot) · 4 years, 7 months ago
  23. d6675fe bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341) (GH-24410) by Miss Islington (bot) · 4 years, 7 months ago
  24. 3c8d693 [3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr when set_panel_usertpr fails (GH-21933). (GH-24403) by Serhiy Storchaka · 4 years, 7 months ago
  25. e9d4960 [3.9] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399) by Serhiy Storchaka · 4 years, 7 months ago
  26. 8a833a6 bpo-43083: Fix error handling in _sqlite3 (GH-24395) by Miss Islington (bot) · 4 years, 7 months ago
  27. 995a6c0 bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350) by Miss Islington (bot) · 4 years, 7 months ago
  28. 926ca51 bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364) by Miss Islington (bot) · 4 years, 7 months ago
  29. 08867a0 [doc] Document VIRTUAL_ENV environment variable (GH-21970) by Miss Islington (bot) · 4 years, 7 months ago
  30. d34be1e Fixing typos in turtle.rst (GH-24376) by Miss Islington (bot) · 4 years, 7 months ago
  31. 44cd244 Fixed typo in turtle.rst (GH-24371) by Miss Islington (bot) · 4 years, 7 months ago
  32. bf782b2 bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374) by Miss Islington (bot) · 4 years, 7 months ago
  33. 6d87dec bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) by Miss Islington (bot) · 4 years, 7 months ago
  34. e9c6c26 bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23937) by Miss Islington (bot) · 4 years, 7 months ago
  35. 895591c bpo-42979: _zoneinfo exec function checks for PyDateTime_IMPORT failure (GH-24333) (GH-24351) by Miss Islington (bot) · 4 years, 7 months ago
  36. cb77c5e bpo-43033: Fix the handling of PyObject_SetAttrString() in _zoneinfo.c (GH-24345) (GH-24349) by Miss Islington (bot) · 4 years, 7 months ago
  37. 68102fb bpo-43008: Make IDLE respect sys.excepthook (GH-24302) by Miss Islington (bot) · 4 years, 7 months ago
  38. fd668bc [3.9] bpo-41841: Prepare IDLE NEWS for 3.9.2 (#GH-4343) by Terry Jan Reedy · 4 years, 7 months ago
  39. f8cfe54 [3.9] bpo-42383: pdb: do not fail to restart the target if the current directory changed (GH-23412) (#24322) by Andrey Bienkowski · 4 years, 7 months ago
  40. f2df795 [3.9] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24321) by Andrey Bienkowski · 4 years, 7 months ago
  41. 26af2fa bpo-43013: Fix old tkinter module names in idlelib (GH-24326) by Miss Islington (bot) · 4 years, 7 months ago
  42. 3d5434d [3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578). (GH-24318) by Serhiy Storchaka · 4 years, 7 months ago
  43. ff06957 bpo-43013: Update idlelib code to 3.x (GH-24315) by Miss Islington (bot) · 4 years, 7 months ago
  44. 00e24cd closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305) by Miss Islington (bot) · 4 years, 7 months ago
  45. 98e1f5c bpo-40304: Correct type(name, bases, dict) doc (GH-19553) by Miss Islington (bot) · 4 years, 7 months ago
  46. 6893523 bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (GH-24278) by cptpcrd · 4 years, 7 months ago
  47. 0654c4c bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643) by Miss Islington (bot) · 4 years, 7 months ago
  48. 50938b6 bpo-41995: Handle allocation failure in _tracemalloc and _zoneinfo (GH-22635) by Miss Islington (bot) · 4 years, 7 months ago
  49. c347cbe closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24247) by Miss Islington (bot) · 4 years, 7 months ago
  50. a90539f bpo-42944 Fix Random.sample when counts is not None (GH-24235) (GH-24243) by Miss Islington (bot) · 4 years, 7 months ago
  51. 799722c [3.9] bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but processor) (GH-23010) (#24232) by Jason R. Coombs · 4 years, 7 months ago
  52. 17c1f0c bpo-42931: randbytes missing from random.__all__ (GH-24219) (GH-24225) by Miss Islington (bot) · 4 years, 7 months ago
  53. ddc0fa3 Docs: Remove stray semicolon in init.rst (GH-23974) by Miss Islington (bot) · 4 years, 7 months ago
  54. 799f848 bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183) by Miss Islington (bot) · 4 years, 7 months ago
  55. 9ab4dd4 [3.9] bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154) (GH-24155) by Ethan Furman · 4 years, 7 months ago
  56. 8c3914a [3.9] bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent (GH-24100) (GH-24149) by Yair Frid · 4 years, 7 months ago
  57. 49c150f bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159) by Vladimir · 4 years, 7 months ago
  58. faf4957 bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) by Miss Islington (bot) · 4 years, 7 months ago
  59. a3ca674 bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716) by Miss Islington (bot) · 4 years, 8 months ago
  60. 77d5471 bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675) by Steve Dower · 4 years, 8 months ago
  61. c833393 bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125) by Steve Dower · 4 years, 8 months ago
  62. e9a71da [3.9] bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674) (GH-24130) by Erlend Egeberg Aasland · 4 years, 8 months ago
  63. 6e72ab9 [3.9] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (GH-24005) by Miss Islington (bot) · 4 years, 8 months ago
  64. 9b3a53a [3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24089) (GH-24113) by Serhiy Storchaka · 4 years, 8 months ago
  65. d82392f [3.9] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491) by Terry Jan Reedy · 4 years, 8 months ago
  66. 30e9ee3 Fix broken NEWS markup (GH-24110) by Miss Islington (bot) · 4 years, 8 months ago
  67. 80e5732 bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530) by Miss Islington (bot) · 4 years, 8 months ago
  68. def7dc3 Do not remove x bit from published directories (GH-24101) by Miss Islington (bot) · 4 years, 8 months ago
  69. e6d0107 Revert "[3.9] [doc] Fix erroneous backslashes in signatures and names (GH-23658)" (GH-24092) by Julien Palard · 4 years, 8 months ago
  70. eedeaef bpo-42692: fix __builtin_available check on older compilers (GH-23873) (GH-24090) by Miss Islington (bot) · 4 years, 8 months ago
  71. 76489dd bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (GH-24083) by Miss Islington (bot) · 4 years, 8 months ago
  72. fd235de Update Sphinx version for macOS installer build. (GH-24082) (GH-24087) by Miss Islington (bot) · 4 years, 8 months ago
  73. cb882f9 bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081) by Miss Islington (bot) · 4 years, 8 months ago
  74. b0ee2b4 [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077) by Serhiy Storchaka · 4 years, 8 months ago
  75. 0303008 [3.9] bpo-42789: Don't skip curses tests on non-tty. (GH-24009) (GH-24076) by Serhiy Storchaka · 4 years, 8 months ago
  76. bfc413c [3.9] bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067) (GH-24069) by Pablo Galindo · 4 years, 8 months ago
  77. 9a608ac [3.9] bpo-40631: Disallow single parenthesized star target (GH-24027) (GH-24068) by Lysandros Nikolaou · 4 years, 8 months ago
  78. 39a7578 bpo-42809: Improve pickle tests for recursive data. (GH-24060) by Miss Islington (bot) · 4 years, 8 months ago
  79. 7695d83 [3.9] bpo-42425: Fix possible leak in initialization of errmap for OSError (GH-23446). (GH-24057) by Serhiy Storchaka · 4 years, 8 months ago
  80. 6912061 [3.9] bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969) (GH-24050) by Ross · 4 years, 8 months ago
  81. 0d6e407 bpo-39068: Fix race condition in base64 (GH-17627) by Miss Islington (bot) · 4 years, 8 months ago
  82. fa12749 Bring Python into the new year. (GH-24036) by Miss Islington (bot) · 4 years, 8 months ago
  83. b20d5e5 bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) by Miss Islington (bot) · 4 years, 8 months ago
  84. 8333d42 bpo-42781: Document the mechanics of cached_property from a user viewpoint (GH-24031) (#24035) by Miss Islington (bot) · 4 years, 8 months ago
  85. 55fadff Fixes a typo in importlib.metadata. (GH-23921) (#24029) by Miss Islington (bot) · 4 years, 8 months ago
  86. 7a7f3e0 [3.9] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24017) by Andre Delfino · 4 years, 8 months ago
  87. 3966e2e bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762) by Miss Islington (bot) · 4 years, 8 months ago
  88. cc7f745 bpo-42700: Swap descriptions in pyexpat.errors (GH-23876) by Miss Islington (bot) · 4 years, 8 months ago
  89. df79440 Allow / character in username,password fields in _PROXY envvars. (GH-23973) by Miss Islington (bot) · 4 years, 8 months ago
  90. 1ceb097 [doc] Fix missing commas in signatures (GH-23693) by Miss Islington (bot) · 4 years, 8 months ago
  91. 71d7390 bpo-16396: fix BPO number in changelog (GH-23951) (GH-23956) by Miss Islington (bot) · 4 years, 8 months ago
  92. 578caaf bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) by Miss Islington (bot) · 4 years, 8 months ago
  93. 7bdb3e0 bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966) by Miss Islington (bot) · 4 years, 8 months ago
  94. 0b43778 bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982) by Miss Islington (bot) · 4 years, 8 months ago
  95. 03e571f bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963) by Miss Islington (bot) · 4 years, 8 months ago
  96. 9f6a37c bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965) by Miss Islington (bot) · 4 years, 8 months ago
  97. dda12ad bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked with Tk >= 8.5 (GH-23955) by Miss Islington (bot) · 4 years, 8 months ago
  98. ed48e9e Add convolve() to the itertools recipes (GH-23928) (GH-23949) by Miss Islington (bot) · 4 years, 8 months ago
  99. 486e70c Rename Tkinter tests for widget options (GH-23944) by Miss Islington (bot) · 4 years, 8 months ago
  100. fbffda2 bpo-42727: [Enum] use super() and include **kwds (GH-23927) by Miss Islington (bot) · 4 years, 8 months ago