summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.11] GH-87390: Add remaining tests for PEP 646 (GH-98267) (#98667)Jelle Zijlstra2022-10-261-0/+1
* gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640)Miss Islington (bot)2022-10-251-0/+1
* gh-93696: Locate frozen module source with __file__ (GH-93697)Miss Islington (bot)2022-10-251-0/+1
* gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639)Miss Islington (bot)2022-10-251-0/+1
* [3.11] GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572) (...Miss Islington (bot)2022-10-251-0/+1
* [3.11] Fix v3.11.0 release merge problems (GH-98622)Pablo Galindo Salgado2022-10-2422-70/+0
* Merge tag 'v3.11.0' into 3.11Pablo Galindo2022-10-241-0/+255
|\
| * Python 3.11.0v3.11.0Pablo Galindo2022-10-2424-71/+255
| * GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999)Miss Islington (bot)2022-10-241-0/+1
| * gh-95027: Fix regrtest stdout encoding on Windows (GH-98492)Miss Islington (bot)2022-10-241-0/+4
| * gh-90989: Clarify some installer text (GH-97668)Steve Dower2022-10-241-0/+1
| * gh-97616: list_resize() checks for integer overflow (GH-97617)Miss Islington (bot)2022-10-241-0/+3
| * gh-97545: Make Semaphore run faster. (GH-97549)Miss Islington (bot)2022-10-241-0/+1
| * gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (GH-93222)Miss Islington (bot)2022-10-241-0/+1
| * gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)Miss Islington (bot)2022-10-221-0/+3
| * gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96927)Miss Islington (bot)2022-10-221-0/+1
| * gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)Miss Islington (bot)2022-10-221-0/+3
| * gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matchi...Miss Islington (bot)2022-10-221-0/+2
| * [3.11] gh-96587: Raise `SyntaxError` for PEP654 on older `feature_version` (G...Nikita Sobolev2022-10-221-0/+2
| * [3.11] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (...Miss Islington (bot)2022-10-221-0/+6
| * gh-96865: [Enum] fix Flag to use CONFORM boundary (GH-97528)Miss Islington (bot)2022-10-221-0/+9
| * [3.11] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98400)Miss Islington (bot)2022-10-221-0/+1
| * gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...Miss Islington (bot)2022-10-221-0/+3
| * [3.11] GH-97752: Clear the previous member of newly-created generator/corouti...Miss Islington (bot)2022-10-221-0/+2
| * gh-98360: multiprocessing now spawns children on Windows with correct argv[0]...Miss Islington (bot)2022-10-221-0/+4
| * [3.11] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-985...Miss Islington (bot)2022-10-221-0/+15
| * [3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFr...Miss Islington (bot)2022-10-221-0/+3
| * GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97018)Miss Islington (bot)2022-10-221-0/+2
| * [3.11] Use SyntaxError invalid range in tutorial introduction example (GH-930...Miss Islington (bot)2022-10-221-0/+1
| * gh-97740: Fix bang in Sphinx C domain ref target syntax (GH-97741)Miss Islington (bot)2022-10-221-0/+2
| * Adjust stable ABI internal documentation (GH-96896)Miss Islington (bot)2022-10-221-7/+14
| * [3.11] gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (...Miss Islington (bot)2022-10-221-1/+1
| * [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>...Łukasz Langa2022-10-223-3/+3
| * gh-86482: Document assignment expression need for ()s (GH-23291)Miss Islington (bot)2022-10-221-0/+1
* | gh-95027: Fix regrtest stdout encoding on Windows (GH-98492)Miss Islington (bot)2022-10-211-0/+4
* | [3.11] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-985...Miss Islington (bot)2022-10-201-0/+15
* | gh-96035: Make urllib.parse.urlparse reject non-numeric ports (GH-98273)Miss Islington (bot)2022-10-201-0/+3
* | gh-98360: multiprocessing now spawns children on Windows with correct argv[0]...Miss Islington (bot)2022-10-201-0/+4
* | [3.11] gh-98374: Suppress ImportError for invalid query for help() co… (gh-...Dong-hee Na2022-10-201-0/+2
* | gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...Miss Islington (bot)2022-10-191-0/+3
* | gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-...Miss Islington (bot)2022-10-191-0/+2
* | [3.11] gh-93858: Prevent error when activating venv in nested fish instances ...Miss Islington (bot)2022-10-181-0/+1
* | [3.11] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98400)Miss Islington (bot)2022-10-181-0/+1
* | [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)C.A.M. Gerlach2022-10-171-1/+1
* | gh-85525: Remove extra row in doc (GH-98337)Miss Islington (bot)2022-10-171-0/+1
* | [3.11] gh-98307: Add docstring and documentation for SysLogHandler.cr… (GH-...Vinay Sajip2022-10-161-0/+2
* | gh-97527: IDLE - fix buggy macosx patch (GH-98313)Miss Islington (bot)2022-10-161-0/+3
* | [3.11] gh-95731: Fix module docstring extraction in pygettext (GH-95732) (#98...Miss Islington (bot)2022-10-161-0/+1
* | gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip whe...Miss Islington (bot)2022-10-141-0/+2
* | bpo-46364: Use sockets for stdin of asyncio only on AIX (GH-30596)Miss Islington (bot)2022-10-131-0/+1