Python 3.8.3rc1
  1. 802eb67 Python 3.8.3rc1 by Łukasz Langa · 5 years ago v3.8.3rc1
  2. d9e9049 bpo-40436: Fix code parsing gdb version (GH-19792) by Miss Islington (bot) · 5 years ago
  3. ca5649c [3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19727) by Zachary Ware · 5 years ago
  4. 714aa83 gdbinit: Use proper define syntax (GH-19557) by Miss Islington (bot) · 5 years ago
  5. 4a6da0b bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480) by Miss Islington (bot) · 5 years ago
  6. b073509 bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654) by Victor Stinner · 5 years ago
  7. 3a55450 bpo-38439: Add 256px IDLE icon (GH-17473) by Miss Islington (bot) · 5 years ago
  8. 9e51aab bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642) by Miss Islington (bot) · 5 years ago
  9. 41660ca bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616) by Miss Islington (bot) · 5 years ago
  10. 887ff8e [3.8] bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) (GH-19625) by Antoine Pitrou · 5 years ago
  11. 020f2aa bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269) by Miss Islington (bot) · 5 years ago
  12. bfda4db [3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-19583) by Serhiy Storchaka · 5 years ago
  13. 9796fe8 bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540) by Miss Islington (bot) · 5 years ago
  14. ccf30e9 bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19554) by Miss Islington (bot) · 5 years ago
  15. 3e72de9 [3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701) by Miss Islington (bot) · 5 years ago
  16. 59047fa bpo-40260: Update modulefinder to use io.open_code() and respect coding comments (GH-19488) by Miss Islington (bot) · 5 years ago
  17. 67b8a1f [3.8] Update libregrtest from master (GH-19516) by Victor Stinner · 5 years ago
  18. 6151148 bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) (GH-19485) by Miss Islington (bot) · 5 years ago
  19. ee249d7 [3.8] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) (GH-19483) by Serhiy Storchaka · 5 years ago
  20. 2714c90 closes bpo-39953: Update OpenSSL error codes table. (GH-19082) by Miss Islington (bot) · 5 years ago
  21. 37a257c bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442) by Victor Stinner · 5 years ago
  22. 6318e45 bpo-40089: Fix threading._after_fork() (GH-19191) (GH-19194) by Miss Islington (bot) · 5 years ago
  23. 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
  24. 37126e7 bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359) by Steve Dower · 5 years ago
  25. 1533772 bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152) by Miss Islington (bot) · 5 years ago
  26. e6685ad bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343) by Miss Islington (bot) · 5 years ago
  27. 1c325c4 bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319) by Miss Islington (bot) · 5 years ago
  28. 1098671 lib2to3: Support named assignment expressions (GH-12702) by Miss Islington (bot) · 5 years ago
  29. ea9e240 bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19296) by Miss Islington (bot) · 5 years ago
  30. 40fff1f bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288) by Miss Islington (bot) · 5 years ago
  31. fc03640 bpo-38527: fix configure script for Solaris (GH-16845) by Miss Islington (bot) · 5 years ago
  32. 4ced9a7 bpo-40019: Skip test_gdb if Python was optimized (GH-19081) by Miss Islington (bot) · 5 years ago
  33. 6a0ee60 bpo-40121: Fixes audit event raised on creating a new socket (GH-19238) by Miss Islington (bot) · 5 years ago
  34. 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
  35. 96686c7 bpo-39879: Update datamodel docs to include dict ordering (GH-19006) by Miss Islington (bot) · 5 years ago
  36. 686d508 bpo-40016: re docstring: Clarify relationship of inline and argument flags (GH-19078) by Miss Islington (bot) · 5 years ago
  37. af6fd1f bpo-40014: Fix os.getgrouplist() (GH-19126) by Miss Islington (bot) · 5 years ago
  38. e97c8b0 bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) (GH-19136) by Victor Stinner · 5 years ago
  39. 21bee0b bpo-40014: Fix os.getgrouplist() on macOS (GH-19118) by Miss Islington (bot) · 5 years ago
  40. c959fa9 bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516) (GH-19110) by Miss Islington (bot) · 5 years ago
  41. 687f592 bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942) by Miss Islington (bot) · 5 years ago
  42. ba26bf3 [3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060) (GH-19090) by Victor Stinner · 5 years ago
  43. ec8a973 bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (GH-18968) by Miss Islington (bot) · 5 years ago
  44. 046255c bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) (GH-19029) by Victor Stinner · 5 years ago
  45. 7f5302f bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH-19009) by Miss Islington (bot) · 5 years ago
  46. f7e32fc bpo-39965: Correctly raise SyntaxError if await is used outside async functions when PyCF_ALLOW_TOP_LEVEL_AWAIT is set (GH-19010) by Miss Islington (bot) · 5 years ago
  47. ff69c9d bpo-38576: Disallow control characters in hostnames in http.client (GH-18995) by Miss Islington (bot) · 5 years ago
  48. a927e91 bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3.6+ (GC-18550) by Miss Islington (bot) · 5 years ago
  49. e634a8a [3.8] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806) (GH-18989) by Mark Dickinson · 5 years ago
  50. f6bdac1 bpo-39915: Ensure await_args_list is updated according to the order in which coroutines were awaited (GH-18927) by Miss Islington (bot) · 5 years ago
  51. 03ac090 bpo-39884: Add method name in "bad call flags" error (GH-18944) (GH-18956) by Victor Stinner · 5 years ago
  52. ab9c729 [3.8] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863). (GH-18954) by Serhiy Storchaka · 5 years ago
  53. 60b1b5a bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780) by Miss Islington (bot) · 5 years ago
  54. cd07b4d bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304) by Miss Islington (bot) · 5 years ago
  55. c228799 bpo-39916: Use os.scandir() as context manager in Path.glob(). (GH-18880) by Miss Islington (bot) · 5 years ago
  56. d01c550 bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918) by Miss Islington (bot) · 5 years ago
  57. 212acf5 bpo-38662: ensurepip invokes pip via runpy (GH-18901) by Miss Islington (bot) · 5 years ago
  58. caec8a0 [3.8] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18894) by Dong-hee Na · 5 years ago
  59. cadfe52 bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871) by Miss Islington (bot) · 5 years ago
  60. 5854d45 bpo-36184: Port python-gdb.py to FreeBSD (GH-18873) by Miss Islington (bot) · 5 years ago
  61. 3ede1bc [3.8] bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) (GH-18876) by Pablo Galindo · 5 years ago
  62. 0687bdf bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699) by Miss Islington (bot) · 5 years ago
  63. b2e8240 bpo-39885: IDLE context menu clears selection (GH-18859) by Miss Islington (bot) · 5 years ago
  64. a5e821c bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801) by Miss Islington (bot) · 5 years ago
  65. 928b4dd bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions (GH-18815) by Miss Islington (bot) · 5 years ago
  66. 92b7278 [3.8] bpo-39889: Fix unparse.py for subscript. (GH-18824). (GH-18826) by Serhiy Storchaka · 5 years ago
  67. 6df0c47 bpo-17422: slightly more precise language (GH-18682) by Miss Islington (bot) · 5 years ago
  68. 0c71770 bpo-39868: Update Language Reference for PEP 572. (GH-18793) by Miss Islington (bot) · 5 years ago
  69. 6b452ff bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (GH-18786) by Miss Islington (bot) · 5 years ago
  70. 6c8cc0d Fix misleading statement about mixed-type numeric comparisons (GH-18615) (#18773) by Miss Islington (bot) · 5 years ago
  71. 5a92f42 bpo-39776: Lock ++interp->tstate_next_unique_id. (GH-18746) (#18746) (#18752) by Stefan Krah · 5 years ago
  72. 0d20364 bpo-38597: Never statically link extension initialization code on Windows (GH-18724) by Miss Islington (bot) · 5 years ago
  73. 9ddcb91 [3.8] bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749) (GH-18756) by Pablo Galindo · 5 years ago
  74. 7ad9982 bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678) by Miss Islington (bot) · 5 years ago
  75. 43932dc bpo-39764: Make Task.get_stack accept ag_frame (GH-18669) by Miss Islington (bot) · 5 years ago
  76. f28b0c7 bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666) by Miss Islington (bot) · 5 years ago
  77. 87a4cd5 bpo-38410: Properly handle PySys_Audit() failures (GH-18658) by Serhiy Storchaka · 5 years ago
  78. a7b8a96 [3.8] bpo-38913: Fix segfault in Py_BuildValue("(sGH-O)", ...) if entered with exception raised. (GH-18656). (GH-18732) by Serhiy Storchaka · 5 years ago
  79. 12b7143 [3.8] bpo-39815: add cached_property to all (GH-18726) (GH-18728) by Pablo Galindo · 5 years ago
  80. ce720d3 bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718) by Gregory P. Smith · 5 years ago
  81. 4d70124 [3.8] bpo-39794: Add --without-decimal-contextvar (GH-18702) by Stefan Krah · 5 years ago
  82. e4686b7 bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338) by Miss Islington (bot) · 5 years ago
  83. 45c4112 bpo-39789: Update Windows release build machines to VS 2019 (GH-18695) by Miss Islington (bot) · 5 years ago
  84. 7f53d87 bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598) by Miss Islington (bot) · 5 years ago
  85. 445152e bpo-13790: Change 'string' to 'specification' in format doc (GH-18690) by Miss Islington (bot) · 5 years ago
  86. 846ca49 bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) by Miss Islington (bot) · 5 years ago
  87. 1bbb81b bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657) by Miss Islington (bot) · 5 years ago
  88. a0e59d3 Merge tag 'v3.8.2' into 3.8 by Łukasz Langa · 5 years ago
  89. daef21c bpo-30566: Fix IndexError when using punycode codec (GH-18632) by Miss Islington (bot) · 5 years ago
  90. 7b3ab59 Python 3.8.2 by Łukasz Langa · 5 years ago v3.8.2
  91. c97fc56 bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry (GH-18531) by Miss Islington (bot) · 5 years ago
  92. 9733484 bpo-39654: Update pyclbr doc to reflect additional information returned (GH-18528) by Miss Islington (bot) · 5 years ago
  93. b19f7ec bpo-39681: Fix C pickle regression with minimal file-like objects (GH-18592) (#18630) by Miss Islington (bot) · 5 years ago
  94. 13951c7 [3.8] bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131) (GH-18133) by Pablo Galindo · 5 years ago
  95. 91ba446 bpo-17422: Language reference should specify restrictions on class namespace (GH-18559) by Miss Islington (bot) · 5 years ago
  96. 0c1827e bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530) by Miss Islington (bot) · 5 years ago
  97. 44c6901 bpo-39572: Document ’total’ flag of TypedDict (GH-18554) by Miss Islington (bot) · 5 years ago
  98. 5bf58ce bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names in distutils (GH-18150) (GH-18546) by Miss Islington (bot) · 6 years ago
  99. e40b7dc Merge tag 'v3.8.2rc2' into 3.8 by Łukasz Langa · 6 years ago
  100. e412cbb [3.8] bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_chars (GH-18337) (GH-18543) by Miss Islington (bot) · 6 years ago