Python 3.8.7rc1
  1. e320109 Python 3.8.7rc1 by Łukasz Langa · 4 years, 9 months ago v3.8.7rc1
  2. a4e7d5f bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633) by Miss Islington (bot) · 4 years, 9 months ago
  3. 3b14f18 bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630) by Miss Islington (bot) · 4 years, 9 months ago
  4. 8e8f82d bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637) by Miss Islington (bot) · 4 years, 9 months ago
  5. 930d537 bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) by Miss Islington (bot) · 4 years, 9 months ago
  6. 1cc5c94 bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531) by Miss Islington (bot) · 4 years, 9 months ago
  7. b1c48e5 bpo-42406: Fix whichmodule() with multiprocessing (GH-23403) by Miss Islington (bot) · 4 years, 9 months ago
  8. 4498e98 bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) (#23540) by Miss Islington (bot) · 4 years, 9 months ago
  9. bda2e68 bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409) by Miss Islington (bot) · 4 years, 9 months ago
  10. ad49526 bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) by Miss Islington (bot) · 4 years, 9 months ago
  11. 28b40d7 bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) by Miss Islington (bot) · 4 years, 9 months ago
  12. 6e66542 bpo-38443: Check that the specified universal architectures work (GH-22910) by Miss Islington (bot) · 4 years, 9 months ago
  13. 97136d7 bpo-40791: Make compare_digest more constant-time. (GH-20444) by Miss Islington (bot) · 4 years, 9 months ago
  14. c076d48 bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) by Miss Islington (bot) · 4 years, 9 months ago
  15. 66dd533 bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367) by Miss Islington (bot) · 4 years, 9 months ago
  16. 73e02ff bpo-41561: skip test_min_max_version_mismatch (GH-22308) by Miss Islington (bot) · 4 years, 9 months ago
  17. a702bd4 bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) (GH-23349) by Victor Stinner · 4 years, 9 months ago
  18. 4f54ca0 bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326) by Miss Islington (bot) · 4 years, 9 months ago
  19. 85a8a19 bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297) by Miss Islington (bot) · 4 years, 9 months ago
  20. 8a45572 bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271) by Miss Islington (bot) · 4 years, 9 months ago
  21. f37628e [3.8] bpo-42237: Fix os.sendfile() on illumos (GH-23154). (GH-23246) by Jakub Stasiak · 4 years, 9 months ago
  22. c745b36 bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585) by Miss Islington (bot) · 4 years, 10 months ago
  23. 109c173 bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-23020) by Miss Islington (bot) · 4 years, 10 months ago
  24. db087f6 bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075) (GH-23198) by Miss Islington (bot) · 4 years, 10 months ago
  25. a12f459 [3.8] bpo-35455: Fix thread_time for Solaris OS (GH-11118). (GH-23145) by Jakub Kulík · 4 years, 10 months ago
  26. ac70175 bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121) by Miss Skeleton (bot) · 4 years, 10 months ago
  27. 547d2bc [3.8] bpo-42103: Improve validation of Plist files. (GH-22882) (GH-23116) by Serhiy Storchaka · 4 years, 10 months ago
  28. 1341582 bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910) by Miss Skeleton (bot) · 4 years, 10 months ago
  29. 39a56e5 [3.8] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (GH-23059) (GH-23070) by Miss Skeleton (bot) · 4 years, 10 months ago
  30. 9ede1b0 bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953) by Miss Skeleton (bot) · 4 years, 10 months ago
  31. a053a7e bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) by Miss Skeleton (bot) · 4 years, 10 months ago
  32. f6255a2 bpo-39871: Fix an error in a news entry (GH-21749) by Zackery Spytz · 4 years, 10 months ago
  33. 8485d3b bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942) by Miss Skeleton (bot) · 4 years, 10 months ago
  34. 60bef61 bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272) by Miss Skeleton (bot) · 4 years, 10 months ago
  35. 8b4842b [3.8] bpo-40592: shutil.which will not return None anymore if ; is the last char in PATHEXT (GH-20088) (GH-22913) by Miss Skeleton (bot) · 4 years, 10 months ago
  36. b2b3803 bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874) (#22877) by Miss Skeleton (bot) · 4 years, 10 months ago
  37. 89fac4c [3.8] bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) (GH-22861) by Miss Skeleton (bot) · 4 years, 10 months ago
  38. e866f33 bpo-41316: Make tarfile follow specs for FNAME (GH-21511) by Miss Skeleton (bot) · 4 years, 10 months ago
  39. d84e411 bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648) by Miss Skeleton (bot) · 4 years, 10 months ago
  40. 333782a bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clover (GH-22817) by Miss Skeleton (bot) · 4 years, 10 months ago
  41. 4cde523 bpo-38324: Fix test__locale.py Windows failures (GH-20529) by Miss Skeleton (bot) · 4 years, 10 months ago
  42. d1eb755 bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH-22764) (GH-22807) by Miss Skeleton (bot) · 4 years, 10 months ago
  43. e7c5a43 bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (GH-22762) (GH-22774) by Miss Skeleton (bot) · 4 years, 10 months ago
  44. 65894ca bpo-42051: Reject XML entity declarations in plist files (GH-22760) by Miss Skeleton (bot) · 4 years, 10 months ago
  45. 3faef63 bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691) by Miss Skeleton (bot) · 4 years, 10 months ago
  46. 371146a bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18074) by Miss Skeleton (bot) · 4 years, 10 months ago
  47. 6e998fa bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394) by Miss Skeleton (bot) · 4 years, 10 months ago
  48. 1c5a657 bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910) by Anthony Sottile · 4 years, 10 months ago
  49. 1a3f7c0 [3.8] bpo-32498: Improve exception message on passing bytes to urllib.parse.unquote (GH-22746) by Irit Katriel · 4 years, 10 months ago
  50. 1040299 bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22748) by Miss Skeleton (bot) · 4 years, 10 months ago
  51. 400175a bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940) by Miss Skeleton (bot) · 4 years, 10 months ago
  52. 967fdda [3.8] bpo-41855: Fix duplicate results in FastPath.zip_children() (#22404) by Jason R. Coombs · 4 years, 10 months ago
  53. aeb66c1 bpo-41984: GC track all user classes (GH-22701/GH-22707) by Miss Skeleton (bot) · 4 years, 10 months ago
  54. 47ca679 bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466) by Miss Skeleton (bot) · 4 years, 10 months ago
  55. 76b1913 [3.8] bpo-32793: Fix a duplicate debug message in smtplib (GH-15341) (GH-22683) by Dong-hee Na · 4 years, 10 months ago
  56. 33057c7 bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655) (GH-22656) (GH-22662) by Miss Skeleton (bot) · 4 years, 11 months ago
  57. ff6870f bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API (GH-22621) by Miss Skeleton (bot) · 4 years, 11 months ago
  58. f8ebb7b bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355) by Miss Skeleton (bot) · 4 years, 11 months ago
  59. 30a7889 bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960) by Miss Skeleton (bot) · 4 years, 11 months ago
  60. 6ceb523 [3.8] bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598). (GH-22600) by Pablo Galindo · 4 years, 11 months ago
  61. 3d103e0 bpo-41306: Allow scale value to not be rounded (GH-21715) by Miss Skeleton (bot) · 4 years, 11 months ago
  62. 6c6c256 bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566) (GH-22577) by Miss Skeleton (bot) · 4 years, 11 months ago
  63. 78bddc7 bpo-41939: Fix test_site.test_license_exists_at_url() (GH-22559) by Miss Skeleton (bot) · 4 years, 11 months ago
  64. a859680 bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959) by Miss Skeleton (bot) · 4 years, 11 months ago
  65. 09a7b3b [3.8] bpo-41909: Enable previously disabled recursion checks. (GH-22536) (GH-22551) by Serhiy Storchaka · 4 years, 11 months ago
  66. fd22823 [3.8] bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391). (GH-22529) by Pablo Galindo · 4 years, 11 months ago
  67. cfed534 bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. (GH-22474) (GH-22508) by Miss Skeleton (bot) · 5 years ago
  68. d50a070 bpo-41774: Add programming FAQ entry (GH-22402) by Miss Islington (bot) · 5 years ago
  69. e400840 bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337) by Miss Islington (bot) · 5 years ago
  70. 18e59f5 bpo-41775: Make 'IDLE Shell' the shell title (GH-22399) by Miss Islington (bot) · 5 years ago
  71. ae46229 [3.8] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (GH-21956) (#22398) by Thomas Grainger · 5 years ago
  72. db45529 Python 3.8.6 by Łukasz Langa · 5 years ago v3.8.6
  73. 5acc1b5 bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22369) by Miss Islington (bot) · 5 years ago
  74. 2466a7a bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363) by Miss Islington (bot) · 5 years ago
  75. 6d372ef fix `EventType` bases by Miss Islington (bot) · 5 years ago
  76. 7bcbb53 bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350) by Miss Islington (bot) · 5 years ago
  77. ca2d99d bpo-41815: SQLite: segfault if backup called on closed database (GH-22322) by Miss Islington (bot) · 5 years ago
  78. b7cdea8 bpo-35293: Remove RemovedInSphinx40Warning (GH-22198) by Miss Islington (bot) · 5 years ago
  79. 038688a [3.8] Remove duplicated words words (GH-20413). (GH-22297) by Serhiy Storchaka · 5 years ago
  80. 5efb1a7 [3.8] bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) (GH-22283) by Ethan Furman · 5 years ago
  81. 3f40121 bpo-41517: do not allow Enums to be extended (GH-22271) by Miss Islington (bot) · 5 years ago
  82. 929112e bpo-41789: honor object overrides in Enum classes (GH-22250) by Miss Islington (bot) · 5 years ago
  83. 8f8ebcc bpo-39587: Enum - use correct mixed-in data type (GH-22263) by Miss Islington (bot) · 5 years ago
  84. b007a9b bpo-41744: Package python.props with correct name in NuGet package (GH-22154) by Miss Islington (bot) · 5 years ago
  85. 38c8d39 [3.8] bpo-37479: Enum - use correct __format__ (GH-14545) by Ethan Furman · 5 years ago
  86. 530d110 bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197) by Miss Islington (bot) · 5 years ago
  87. 77901dc bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206) by Miss Islington (bot) · 5 years ago
  88. 8a30bdd bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188) (#22193) by Miss Islington (bot) · 5 years ago
  89. 9171dc2 bpo-41525: Make the Python program help ASCII-only (GH-21836) by Miss Islington (bot) · 5 years ago
  90. 7c6dc85 Merge tag 'v3.8.6rc1' into 3.8 by Łukasz Langa · 5 years ago
  91. ebef6c0 bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092) by Miss Islington (bot) · 5 years ago
  92. 08bd63d Python 3.8.6rc1 by Łukasz Langa · 5 years ago v3.8.6rc1
  93. 66e9c2a [3.8] closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847) (GH-22015) by Miss Islington (bot) · 5 years ago
  94. 1f5f127 bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22072) by Miss Islington (bot) · 5 years ago
  95. a986b06 bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22035) by Miss Islington (bot) · 5 years ago
  96. 9fef7c5 bpo-39883: Use BSD0 license for code in docs (GH-17635) (GH-22074) by Miss Islington (bot) · 5 years ago
  97. 77f4000 [3.8] [3.9] bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020) (GH-22046) by Pablo Galindo · 5 years ago
  98. 38e3287 bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) (GH-22019) by Miss Islington (bot) · 5 years ago
  99. 85ca9c0 bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-22016) by Miss Islington (bot) · 5 years ago
  100. 838316d [3.8] bpo-41624: fix documentation of typing.Coroutine (GH-21952). (#21983) by Karthikeyan Singaravelan · 5 years ago