summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...Miss Islington (bot)2022-10-311-0/+2
* [3.11] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98889)Charlie Zhao2022-10-311-0/+1
* [3.11] gh-96151: Use a private name for passing builtins to dataclass. This n...Miss Islington (bot)2022-10-311-0/+1
* [3.11] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98874)Miss Islington (bot)2022-10-302-0/+7
* [3.11] gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Eq...Dennis Sweeney2022-10-301-0/+2
* [3.11] gh-98744: Prevent column-level decoding crashes on traceback module (#...Batuhan Taskaya2022-10-291-0/+2
* [3.11] gh-98624 Add mutex to unittest.mock.NonCallableMock (GH-98688) (#98797)Miss Islington (bot)2022-10-281-0/+2
* gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on reques...Miss Islington (bot)2022-10-281-0/+1
* gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742)Miss Islington (bot)2022-10-271-0/+1
* gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple ...Miss Islington (bot)2022-10-271-0/+2
* [3.11] Change links to label refs (GH-98454) (#98725)Stanley2022-10-261-2/+1
* gh-98713: Use `@cpython_only` for a test that fails on PyPy (GH-98714)Miss Islington (bot)2022-10-261-0/+3
* [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