Python 3.9.4
  1. 1f2e308 Python 3.9.4 by Łukasz Langa · 4 years, 5 months ago v3.9.4
  2. c7b0fec [3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#25179) by Gregory P. Smith · 4 years, 5 months ago
  3. de0b2b1 bpo-43325: Add FAQ entry for identity tests (GH-25168) (GH-25178) by Miss Islington (bot) · 4 years, 5 months ago
  4. cbfa09b Replace broken example code with correct simpler code. (GH-25162) (GH-25166) by Miss Islington (bot) · 4 years, 5 months ago
  5. f12ae0b Add more tests for the descriptor tutorial (GH-25164) (#25165) by Miss Islington (bot) · 4 years, 5 months ago
  6. 63c6944 bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153) by Miss Islington (bot) · 4 years, 5 months ago
  7. 9350cc0 Post 3.9.3 by Łukasz Langa · 4 years, 5 months ago
  8. fbd4e58 Merge tag 'v3.9.3' into 3.9 by Łukasz Langa · 4 years, 5 months ago
  9. 7ad56e2 [3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149) by Irit Katriel · 4 years, 5 months ago
  10. e723086 Python 3.9.3 by Łukasz Langa · 4 years, 5 months ago v3.9.3
  11. a217e0a bpo-43700: Replace Zulip badge with Discourse badge (GH-25141) by Miss Islington (bot) · 4 years, 5 months ago
  12. d104a78 bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (GH-25123) (#25140) by Miss Islington (bot) · 4 years, 5 months ago
  13. 244fa23 Doc: io: Remove "In-memory streams" section (GH-24927) by Miss Islington (bot) · 4 years, 5 months ago
  14. b3c1e2c bpo-42840: Document providing kwargs to type. (GH-24173) by Miss Islington (bot) · 4 years, 5 months ago
  15. fabdd25 bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25112) by Miss Islington (bot) · 4 years, 5 months ago
  16. 84694c3 bpo-42225: IDLE - document two unix-related problems. (GH-25078) by Miss Islington (bot) · 4 years, 5 months ago
  17. b500bd8 bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751) by Miss Islington (bot) · 4 years, 5 months ago
  18. cd82d59 [3.9] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25088) by Christian Heimes · 4 years, 5 months ago
  19. f79577d bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038) by Miss Islington (bot) · 4 years, 5 months ago
  20. 05429c9 bpo-33164: blake2: Fix Coverity scan (GH-25060) by Miss Islington (bot) · 4 years, 5 months ago
  21. ff4715a bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075) (GH-25083) by Miss Islington (bot) · 4 years, 5 months ago
  22. acb5849 bpo-43562: fix test_ssl to skip on unreachable network (GH-24937) (GH-25046) by Miss Islington (bot) · 4 years, 5 months ago
  23. f1d53bc bpo-43659: Fix test_curses on AIX (GH-25074) by Miss Islington (bot) · 4 years, 5 months ago
  24. d914813 bpo-35930: Raising an exception raised in a "future" instance will create reference cycles (GH-24995) (#25070) by Miss Islington (bot) · 4 years, 5 months ago
  25. 5334605 bpo-43433: Preserve query and fragment in the URL of the server in ServerProxy. (GH-25057) by Miss Islington (bot) · 4 years, 5 months ago
  26. ed753d9 bpo-42988: Remove the pydoc getfile feature (GH-25015) by Miss Islington (bot) · 4 years, 5 months ago
  27. 9a8e078 bpo-31907: [doc] clarify that str.format() does not support arbitrary expressions (GH-25053) (GH-25055) by Miss Islington (bot) · 4 years, 5 months ago
  28. 138e039 bpo-43644: Add docs for importlib.resources.as_file. (GH-25048) by Miss Islington (bot) · 4 years, 5 months ago
  29. 064bc07 [3.9] bpo-43617: Check autoconf-archive package in configure.ac (GH-25016) (GH-25034) by Christian Heimes · 4 years, 5 months ago
  30. 7990072 bpo-39231: correct tutorial annotations section (GH-25029) by Miss Islington (bot) · 4 years, 5 months ago
  31. c84e769 bpo-39616: clarify SSLContext.check_hostname effect (GH-18484) by Miss Islington (bot) · 4 years, 5 months ago
  32. f311290 bpo-43620: Remove reference to os.sep from os.path.join() doc (GH-25025) (#25027) by Miss Islington (bot) · 4 years, 5 months ago
  33. 2d1cbe4 [3.9] Clarify attribute docs on types.ModuleType (GH-24974) (#24994) by Brett Cannon · 4 years, 5 months ago
  34. 10e17bc Clarify attribute docs on types.ModuleType (GH-24974) by Miss Islington (bot) · 4 years, 5 months ago
  35. 994a519 bpo-43555: Report the column offset for invalid line continuation character (GH-24939) (#24975) by Miss Islington (bot) · 4 years, 5 months ago
  36. c145c03 bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24957) by Miss Islington (bot) · 4 years, 5 months ago
  37. 107cf07 [3.9] bpo-43517 (followup): Install additional test directory (GH-24950) (GH-24951) by Antoine Pitrou · 4 years, 5 months ago
  38. ac17ed6 [3.9] bpo-43517: Fix false positive in detection of circular imports (GH-24895) (GH-24948) by Antoine Pitrou · 4 years, 5 months ago
  39. e8e3419 bpo-43521: Allow ast.unparse with empty sets and NaN (GH-24897) by Miss Islington (bot) · 4 years, 5 months ago
  40. 3365e68 bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915) by Miss Islington (bot) · 4 years, 5 months ago
  41. 4cc9e23 Add a warning block around the get_referrers() documentation (GH-24511) by Miss Islington (bot) · 4 years, 5 months ago
  42. aa967ec bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) by Miss Islington (bot) · 4 years, 5 months ago
  43. db73376 [3.9] bpo-43499: Restrict co_code to be under INT_MAX in codeobject (GH-20628) (GH-24896) by Ammar Askar · 4 years, 5 months ago
  44. 1f0cde6 bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387) (GH-24894) by Miss Islington (bot) · 4 years, 5 months ago
  45. 651fc30 bpo-43499: Silence compiler warnings about using legacy C API on Windows (GH-24873) by Serhiy Storchaka · 4 years, 5 months ago
  46. a838e47 bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885) by Miss Islington (bot) · 4 years, 5 months ago
  47. d0312ce [3.9] bpo-43285: Add a What's New entry for 3.9.3. (GH-24888) by Gregory P. Smith · 4 years, 5 months ago
  48. 7dcb4ba bpo-43285 Make ftplib not trust the PASV response. (GH-24838) by Miss Islington (bot) · 4 years, 5 months ago
  49. 83f6760 Fix typo in the word "spaghetti" (GH-24866) by Miss Islington (bot) · 4 years, 5 months ago
  50. 2fe4084 [3.9] [doc] Document logging.basicConfig default format (GH-23710) (GH-24835) by Miss Islington (bot) · 4 years, 5 months ago
  51. c3f0333 bpo-43199: Briefly explain why no goto (GH-24852) by Miss Islington (bot) · 4 years, 5 months ago
  52. cf8d6ef bpo-39943: Fix MSVC warnings in sre extension (GH-20508) by Miss Islington (bot) · 4 years, 5 months ago
  53. e6bf1e1 [3.9] bpo-43439: Wrapt the tuple in the audit events for the gc module (GH-24836) (GH-24855) by Pablo Galindo · 4 years, 5 months ago
  54. 45d9c8c bpo-43427: Separte the method overview from the static method specifics. (GH-24787) (GH-24849) by Miss Islington (bot) · 4 years, 5 months ago
  55. bb46c13 Fix typos in unittest documentation (GH-24194) by Miss Islington (bot) · 4 years, 5 months ago
  56. 53ab4af Update client.py (GH-24827) by Miss Islington (bot) · 4 years, 5 months ago
  57. 5c674e4 Update link to Django's Context class. (GH-24805) (#24841) by Miss Islington (bot) · 4 years, 5 months ago
  58. 32717b9 bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24832) by Miss Islington (bot) · 4 years, 5 months ago
  59. 4d7f11e [3.9] bpo-43353: Document that logging.getLevelName() accepts string representation of logging level. (GH-24693) (GH-24826) by Mariusz Felisiak · 4 years, 5 months ago
  60. ad83fde bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777) by Miss Islington (bot) · 4 years, 5 months ago
  61. 531f2eb bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815) (GH-24817) by Miss Islington (bot) · 4 years, 5 months ago
  62. f814675 [3.9] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24811) by Pablo Galindo · 4 years, 5 months ago
  63. da60256 bpo-43446: Fix markup in sqlite3 footnote (GH-24806) by Miss Islington (bot) · 4 years, 5 months ago
  64. ea46c7b bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795) by Miss Islington (bot) · 4 years, 5 months ago
  65. fb3b031 bpo-43415: Fix typo on dataclasses.rst (GH-24789) (GH-24790) by Miss Islington (bot) · 4 years, 5 months ago
  66. c6e7cf1 bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780) by Miss Islington (bot) · 4 years, 5 months ago
  67. 2c0a0b0 Put contextvars docs into the concurrency category (GH-24760) by Miss Islington (bot) · 4 years, 6 months ago
  68. 1385f83 [3.9] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to execute a non-Python signal handler (GH-24756) (GH-24761) by Miss Islington (bot) · 4 years, 6 months ago
  69. 65f3a0d bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757) by Miss Islington (bot) · 4 years, 6 months ago
  70. 0dd4cb9 bpo-43400: Remove "easy to use" from mock docs (GH-24752) (GH-24758) by Miss Islington (bot) · 4 years, 6 months ago
  71. 374ee44 bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746) by Miss Islington (bot) · 4 years, 6 months ago
  72. 0e76157 [3.9] bpo-37193: Remove thread objects which finished process its request (GH-23127) (GH-24750) by Miss Islington (bot) · 4 years, 6 months ago
  73. ff6a021 Add an attribution to the Green Tree Snakes in the AST docs (GH-24727) by Miss Islington (bot) · 4 years, 6 months ago
  74. bf56684 [3.9] bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001) (#24725) by Senthil Kumaran · 4 years, 6 months ago
  75. 024325d Pin test runner to Ubuntu 18 to un-break CI (GH-24715) by Miss Islington (bot) · 4 years, 6 months ago
  76. 8b795ab bpo-42500: Fix recursion in or after except (GH-23568) (#24501) by Mark Shannon · 4 years, 6 months ago
  77. f836e5f Doc: Improve library/json document. (GH-24390) by Miss Islington (bot) · 4 years, 6 months ago
  78. ff887f3 Fixed linenumber missing when audit hook has an error (GH-24692) by Miss Islington (bot) · 4 years, 6 months ago
  79. 4f9eb3f Fix grammar in enum documentation. (GH-24689) by Miss Islington (bot) · 4 years, 6 months ago
  80. 982e8ec bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677) by Miss Islington (bot) · 4 years, 6 months ago
  81. 132e31f bpo-43335: Update macro to check gcc version (GH-24662) by Miss Islington (bot) · 4 years, 6 months ago
  82. 6c4c117 bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650) by Miss Islington (bot) · 4 years, 6 months ago
  83. 540749e bpo-43316: gzip: Fix sys.exit() usage. (GH-24652) by Miss Islington (bot) · 4 years, 6 months ago
  84. adea9b8 bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647) by Miss Islington (bot) · 4 years, 6 months ago
  85. f82578a bpo-43293: Doc: move note about GIL to top of threading module (GH-24622) by Miss Islington (bot) · 4 years, 6 months ago
  86. d81a204 [3.9] bpo-41841: revise header (GH-24634) by Terry Jan Reedy · 4 years, 6 months ago
  87. e202f1e bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) by Miss Islington (bot) · 4 years, 6 months ago
  88. 93853b7 bpo-36346: Document removal schedule of deprecate APIs (GH-20879) by Miss Islington (bot) · 4 years, 6 months ago
  89. 30fe3ee bpo-23882: Doc: Clarify unittest discovery document (GH-21560) by Miss Islington (bot) · 4 years, 6 months ago
  90. d51436f bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592) by Inada Naoki · 4 years, 6 months ago
  91. 44fe320 [3.9] bpo-43288: Fix bug in test_importlib test. (GH-24616) by Neil Schemenauer · 4 years, 6 months ago
  92. 693aeac bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604) by Miss Islington (bot) · 4 years, 6 months ago
  93. 7cc5889 bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595) by Miss Islington (bot) · 4 years, 6 months ago
  94. 216cb14 Fix typo in dis module doc (GH-24509) by Miss Islington (bot) · 4 years, 6 months ago
  95. f9d1bf2 [3.9] bpo-43272: Fix old parser test failures for backported grammar constructs (GH-24591) by Pablo Galindo · 4 years, 6 months ago
  96. a67fd01 bpo-43042: Augment tutorial sentence (GH-24514) by Miss Islington (bot) · 4 years, 6 months ago
  97. 1cfed3d closes bpo-43266: Improve array formatting. (GH-24573) by Miss Islington (bot) · 4 years, 6 months ago
  98. 8cc6e27 Post 3.9.2 by Łukasz Langa · 4 years, 6 months ago
  99. 1a79785 Python 3.9.2 by Łukasz Langa · 4 years, 6 months ago v3.9.2
  100. 1384887 closes bpo-43254: Fix *snprintf() man page refs. (GH-24563) by Miss Islington (bot) · 4 years, 6 months ago