summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-40412: Nullify inittab_copy during finalization (GH-19746)Miss Islington (bot)2020-05-011-0/+1
* [3.8] bpo-39435: Fix docs for pickle.loads (GH-18160) (GH-19843)Antoine Pitrou2020-05-012-0/+2
* [3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (G...Pablo Galindo2020-05-011-0/+3
* Python 3.8.3rc1v3.8.3rc1Ɓukasz Langa2020-04-2988-178/+884
* bpo-40436: Fix code parsing gdb version (GH-19792)Miss Islington (bot)2020-04-291-0/+1
* [3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-1660...Zachary Ware2020-04-271-0/+1
* gdbinit: Use proper define syntax (GH-19557)Miss Islington (bot)2020-04-231-1/+1
* bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)Miss Islington (bot)2020-04-221-0/+1
* bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)Victor Stinner2020-04-221-0/+2
* bpo-38439: Add 256px IDLE icon (GH-17473)Miss Islington (bot)2020-04-221-0/+2
* bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)Miss Islington (bot)2020-04-221-0/+1
* bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)Miss Islington (bot)2020-04-201-0/+2
* [3.8] bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) (GH-19625)Antoine Pitrou2020-04-201-0/+2
* bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)Miss Islington (bot)2020-04-181-0/+2
* [3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-1...Serhiy Storchaka2020-04-181-0/+1
* bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)Miss Islington (bot)2020-04-171-0/+1
* bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19554)Miss Islington (bot)2020-04-161-0/+1
* [3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701)Miss Islington (bot)2020-04-151-0/+1
* bpo-40260: Update modulefinder to use io.open_code() and respect coding comme...Miss Islington (bot)2020-04-141-0/+1
* [3.8] Update libregrtest from master (GH-19516)Victor Stinner2020-04-142-0/+6
* bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser...Miss Islington (bot)2020-04-121-0/+2
* [3.8] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) ...Serhiy Storchaka2020-04-121-0/+3
* closes bpo-39953: Update OpenSSL error codes table. (GH-19082)Miss Islington (bot)2020-04-111-0/+1
* bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442)Victor Stinner2020-04-081-0/+1
* bpo-40089: Fix threading._after_fork() (GH-19191) (GH-19194)Miss Islington (bot)2020-04-071-0/+3
* bpo-40196: Fix a bug in the symtable when reporting inspecting global variabl...Miss Islington (bot)2020-04-061-0/+2
* bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359)Steve Dower2020-04-041-0/+1
* bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)Miss Islington (bot)2020-04-041-0/+2
* bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343)Miss Islington (bot)2020-04-031-0/+1
* bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)Miss Islington (bot)2020-04-031-0/+1
* lib2to3: Support named assignment expressions (GH-12702)Miss Islington (bot)2020-04-021-0/+2
* bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19296)Miss Islington (bot)2020-04-022-0/+8
* bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288)Miss Islington (bot)2020-04-021-0/+1
* bpo-38527: fix configure script for Solaris (GH-16845)Miss Islington (bot)2020-04-011-0/+2
* bpo-40019: Skip test_gdb if Python was optimized (GH-19081)Miss Islington (bot)2020-03-311-0/+2
* bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)Miss Islington (bot)2020-03-311-0/+1
* bpo-1812: Fix newline conversion when doctest.testfile loads from a package w...Miss Islington (bot)2020-03-262-0/+3
* bpo-39879: Update datamodel docs to include dict ordering (GH-19006)Miss Islington (bot)2020-03-262-0/+3
* bpo-40016: re docstring: Clarify relationship of inline and argument flags (G...Miss Islington (bot)2020-03-251-0/+1
* bpo-40014: Fix os.getgrouplist() (GH-19126)Miss Islington (bot)2020-03-241-3/+4
* bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) (GH-19136)Victor Stinner2020-03-241-0/+3
* bpo-40014: Fix os.getgrouplist() on macOS (GH-19118)Miss Islington (bot)2020-03-231-0/+3
* bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516...Miss Islington (bot)2020-03-221-0/+2
* bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ...Miss Islington (bot)2020-03-211-0/+2
* [3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)...Victor Stinner2020-03-201-0/+2
* bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (G...Miss Islington (bot)2020-03-191-0/+2
* bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) (GH-19029)Victor Stinner2020-03-161-0/+2
* bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH...Miss Islington (bot)2020-03-151-0/+4
* bpo-39965: Correctly raise SyntaxError if await is used outside async functio...Miss Islington (bot)2020-03-151-0/+3
* bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)Miss Islington (bot)2020-03-141-0/+1