Python 3.8.3
  1. 6f8c832 Python 3.8.3 by Łukasz Langa · 5 years ago v3.8.3
  2. a63c611 bpo-40561: Add docstrings for webbrowser open functions (GH-19999) by Miss Islington (bot) · 5 years ago
  3. 546f643 Make the first dataclass example more useful (GH-19994) (GH-19997) by Miss Islington (bot) · 5 years ago
  4. 0e4a5e9 [3.8] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990) by Miss Islington (bot) · 5 years ago
  5. bce4dda bpo-40527: Fix command line argument parsing (GH-19955) by Miss Islington (bot) · 5 years ago
  6. a32587a [3.8] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) (GH-19934) by Robert Rouhani · 5 years ago
  7. 2a3b876 bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nodes (GH-19868) by Miss Islington (bot) · 5 years ago
  8. a6a116c bpo-40458: Increase reserved stack space to prevent overflow crash on Windows (GH-19845) by Miss Islington (bot) · 5 years ago
  9. efc782d bpo-40459: Fix NameError in platform.py (GH-19855) by Miss Islington (bot) · 5 years ago
  10. 70fe95c bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892) by Miss Islington (bot) · 5 years ago
  11. 9609460 Remove outdated and confusing advice about setting maxsize (GH-19889) (GH-19890) by Miss Islington (bot) · 5 years ago
  12. 108e455 Fix missing space in docs(GH-19866) (GH-19872) by Miss Islington (bot) · 5 years ago
  13. 399b9a4 bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752) by Miss Islington (bot) · 5 years ago
  14. a629d4c [3.8] bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720) (GH-19857) by Serhiy Storchaka · 5 years ago
  15. 1205afb bpo-40412: Nullify inittab_copy during finalization (GH-19746) by Miss Islington (bot) · 5 years ago
  16. e058280 [3.8] bpo-39435: Fix docs for pickle.loads (GH-18160) (GH-19843) by Antoine Pitrou · 5 years ago
  17. c9d7d32 bpo-39691: Clarify io.open_code behavior (GH-19824) by Miss Islington (bot) · 5 years ago
  18. 71e6122 bpo-39562: Correctly updated the version section in the what's new document (GH-19838) by Pablo Galindo · 5 years ago
  19. 5055c27 [3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (GH-19835) by Pablo Galindo · 5 years ago
  20. 95e208d bpo-40443: Remove unused imports in idlelib (GH-19801) by Miss Islington (bot) · 5 years ago
  21. e07fb66 Post 3.8.3rc1 by Łukasz Langa · 5 years ago
  22. 802eb67 Python 3.8.3rc1 by Łukasz Langa · 5 years ago v3.8.3rc1
  23. d9e9049 bpo-40436: Fix code parsing gdb version (GH-19792) by Miss Islington (bot) · 5 years ago
  24. cc011b5 [3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777) (#19784) by Kyle Stanley · 5 years ago
  25. 9412f4d bpo-40348: Fix typos in the programming FAQ (GH-19729) by Miss Islington (bot) · 5 years ago
  26. ca5649c [3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19727) by Zachary Ware · 5 years ago
  27. 179f22c bpo-40387: Improve queue join() example. (GH-19724) (GH-19726) by Miss Islington (bot) · 5 years ago
  28. 882a7f4 bpo-40279: Add some error-handling to the module initialisation docs example (GH-19705) (GH-19710) by Miss Islington (bot) · 5 years ago
  29. c7b55e9 Expand the implementation comments (GH-19699) (GH-19701) by Miss Islington (bot) · 5 years ago
  30. d9df63d bpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691) (GH-19698) by Victor Stinner · 5 years ago
  31. 3340b2a bpo-39983: Add test.support.print_warning() (GH-19683) (GH-19687) by Victor Stinner · 5 years ago
  32. 714aa83 gdbinit: Use proper define syntax (GH-19557) by Miss Islington (bot) · 5 years ago
  33. 22a4849 Minor modernization and readability improvement to the tokenizer example (GH-19558) (GH-19661) by Miss Islington (bot) · 5 years ago
  34. fc45cb4 bpo-40260: Remove unnecessary newline in compile() call (GH-19641) by Miss Islington (bot) · 5 years ago
  35. 4a6da0b bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480) by Miss Islington (bot) · 5 years ago
  36. b073509 bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654) by Victor Stinner · 5 years ago
  37. 3a55450 bpo-38439: Add 256px IDLE icon (GH-17473) by Miss Islington (bot) · 5 years ago
  38. 9e51aab bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642) by Miss Islington (bot) · 5 years ago
  39. 7d65c04 Small improvements to the recipes and examples. (GH-19635) (GH-19638) by Miss Islington (bot) · 5 years ago
  40. 41660ca bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616) by Miss Islington (bot) · 5 years ago
  41. 887ff8e [3.8] bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) (GH-19625) by Antoine Pitrou · 5 years ago
  42. 81de3c2 bpo-40260: Revert breaking changes made in modulefinder (GH-19595) by Miss Islington (bot) · 5 years ago
  43. 984a567 Fix typo in Lib/tracepack.py (GH-19605) by Miss Islington (bot) · 5 years ago
  44. 8c07343 bpo-39285: Clarify example for PurePath.match (GH-19458) by Miss Islington (bot) · 5 years ago
  45. 020f2aa bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269) by Miss Islington (bot) · 5 years ago
  46. bfda4db [3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-19583) by Serhiy Storchaka · 5 years ago
  47. 904dd06 Fix two typos in multiprocessing (GH-19571) (GH-19578) by Miss Islington (bot) · 5 years ago
  48. 9796fe8 bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540) by Miss Islington (bot) · 5 years ago
  49. 6b0ca0a bpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (GH-19542) by Miss Islington (bot) · 5 years ago
  50. 08b640f Fix parameter names in assertIn() docs (GH-18829) by Miss Islington (bot) · 5 years ago
  51. ccf30e9 bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19554) by Miss Islington (bot) · 5 years ago
  52. 3e72de9 [3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701) by Miss Islington (bot) · 5 years ago
  53. 59047fa bpo-40260: Update modulefinder to use io.open_code() and respect coding comments (GH-19488) by Miss Islington (bot) · 5 years ago
  54. 1e1dbdf bpo-32033: Fix test_pwd failures on Android (GH-19502) by Miss Islington (bot) · 5 years ago
  55. 67b8a1f [3.8] Update libregrtest from master (GH-19516) by Victor Stinner · 5 years ago
  56. c496e29 closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against old OpenSSL. (GH-19506) by Miss Islington (bot) · 5 years ago
  57. ee691b0 [3.8] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19495) by Miss Islington (bot) · 5 years ago
  58. f35e7d3 closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490) by Miss Islington (bot) · 5 years ago
  59. 6151148 bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) (GH-19485) by Miss Islington (bot) · 5 years ago
  60. ee249d7 [3.8] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) (GH-19483) by Serhiy Storchaka · 5 years ago
  61. 2714c90 closes bpo-39953: Update OpenSSL error codes table. (GH-19082) by Miss Islington (bot) · 5 years ago
  62. ceba064 bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466) by Miss Islington (bot) · 5 years ago
  63. 1bf7dee bpo-40197: Better describe the benchmark results table (GH-19386) by Miss Islington (bot) · 5 years ago
  64. 10dabbf Remove extraneous ')' in abstract.h (GH-19146) (#19451) by Miss Islington (bot) · 5 years ago
  65. cd8e1da bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is xlc on AIX (GH-19225) (GH-19444) by Victor Stinner · 5 years ago
  66. c83f003 bpo-40214: Temporarily disable a ctypes test (GH-19404) by Miss Islington (bot) · 5 years ago
  67. 37a257c bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442) by Victor Stinner · 5 years ago
  68. 6318e45 bpo-40089: Fix threading._after_fork() (GH-19191) (GH-19194) by Miss Islington (bot) · 5 years ago
  69. 8bd84e7 bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391) (GH-19394) by Miss Islington (bot) · 5 years ago
  70. f7b0259 Fix misinformation about NaN != NaN comparison (GH-19357) (GH-19383) by Miss Islington (bot) · 5 years ago
  71. 4115550 [3.8] closes bpo-40184: Only define pysiphash if the hash algorithm is SIPHASH24. (GH-19373) by Benjamin Peterson · 5 years ago
  72. 0d1d7c8 bpo-36320: Use the deprecated-removed directive for _field_types (GH-19370) by Serhiy Storchaka · 5 years ago
  73. 37126e7 bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359) by Steve Dower · 5 years ago
  74. 1533772 bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152) by Miss Islington (bot) · 5 years ago
  75. e6685ad bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343) by Miss Islington (bot) · 5 years ago
  76. e678398 bpo-40131: Fix source and target order in zipapp example (GH-19290) (GH-19339) by Miss Islington (bot) · 5 years ago
  77. 77c623b bpo-40122: Updated documentation for dis.findlabels() (GH-19274) by Miss Islington (bot) · 5 years ago
  78. f2296ef bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320) by Miss Islington (bot) · 5 years ago
  79. 1c325c4 bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319) by Miss Islington (bot) · 5 years ago
  80. 745bd91 bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) (GH-19316) by Victor Stinner · 5 years ago
  81. 1098671 lib2to3: Support named assignment expressions (GH-12702) by Miss Islington (bot) · 5 years ago
  82. b7345c2 bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) by Miss Islington (bot) · 5 years ago
  83. ea9e240 bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19296) by Miss Islington (bot) · 5 years ago
  84. 40fff1f bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288) by Miss Islington (bot) · 5 years ago
  85. 267afc2 bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) (GH-19277) by Miss Islington (bot) · 5 years ago
  86. fc03640 bpo-38527: fix configure script for Solaris (GH-16845) by Miss Islington (bot) · 5 years ago
  87. f971c8c bpo-40121: Fix exception type in test (GH-19267) by Miss Islington (bot) · 5 years ago
  88. 6acafee Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270) by Miss Islington (bot) · 5 years ago
  89. 40e1b04 Document most common signals (GH-19245) (GH-19257) by Victor Stinner · 5 years ago
  90. 4ced9a7 bpo-40019: Skip test_gdb if Python was optimized (GH-19081) by Miss Islington (bot) · 5 years ago
  91. fb6e04b closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248) by Miss Islington (bot) · 5 years ago
  92. 572ef74 bpo-39689: Do not use native packing for format "?" with standard size (GH-18969) by Miss Islington (bot) · 5 years ago
  93. 6a0ee60 bpo-40121: Fixes audit event raised on creating a new socket (GH-19238) by Miss Islington (bot) · 5 years ago
  94. 6c9a2a8 fix comma location in various places (GH-19233) by Miss Islington (bot) · 5 years ago
  95. 8c3ab18 bpo-38002: Use False/True for IDLE pyshell bools (GH-19203) by Miss Islington (bot) · 5 years ago
  96. bb85226 bpo-40045: Make "dunder" method documentation easier to locate (GH-19153) (GH-19198) by Miss Islington (bot) · 5 years ago
  97. 9c5c497 bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171) by Miss Islington (bot) · 5 years ago
  98. 8dad09a bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) (#19164) by Miss Islington (bot) · 5 years ago
  99. b05fbe9 bpo-1812: Fix newline conversion when doctest.testfile loads from a package whose loader has a get_data method (GH-17385) by Miss Islington (bot) · 5 years ago
  100. 96686c7 bpo-39879: Update datamodel docs to include dict ordering (GH-19006) by Miss Islington (bot) · 5 years ago