summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-64490: Fix refcount error when arguments are packed to tuple in argument c...colorfulappl2022-11-241-0/+1
* gh-99708: fix bug where compiler crashes on if expression with an empty body ...Irit Katriel2022-11-241-0/+1
* gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047)SQLPATCH2022-11-241-0/+1
* GH-66285: fix forking in `asyncio` (#99539)Kumar Aditya2022-11-241-0/+1
* gh-96828: Add an `ssl.OP_ENABLE_KTLS` option (GH-96830)Illia Volochii2022-11-241-0/+2
* closes gh-99508: fix `TypeError` in `Lib/importlib/_bootstrap_external.py` (G...Nikita Sobolev2022-11-231-0/+2
* Use faster APIs to calculate paths at startup for Store packaged Python on Wi...Steve Dower2022-11-231-0/+2
* gh-88226: Emit TARGET labels in Python/ceval.c when debugging, even if comput...Skip Montanaro2022-11-221-0/+3
* gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)Charles Machalow2022-11-221-0/+1
* gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (GH-99646)Serhiy Storchaka2022-11-221-0/+3
* gh-88863: Clear ref cycles to resolve leak when asyncio.open_connection raise...Dong Uk, Kang2022-11-221-0/+3
* gh-91053: Add an optional callback that is invoked whenever a function is mod...mpage2022-11-221-0/+4
* gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422)Batuhan Taskaya2022-11-221-0/+2
* GH-92892: Add section about variadic functions to ctypes documentation (#99529)Ronald Oussoren2022-11-221-0/+1
* GH-97001: Release GIL in termios extension (#99503)Ronald Oussoren2022-11-221-0/+1
* gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...Petr Viktorin2022-11-222-5/+49
* gh-99659: Use correct exceptions in sqlite3 bigmem tests (#99660)Łukasz Langa2022-11-211-0/+3
* gh-98629: Fixes sys._git and sys.version creation on Windows (GH-99664)Steve Dower2022-11-211-0/+1
* gh-96002: Add functional test for Argument Clinic (#96178)colorfulappl2022-11-211-0/+1
* gh-99578: Fix refleak in _imp.create_builtin() (#99642)Victor Stinner2022-11-211-0/+3
* gh-99337: Fix compile errors with gcc 12 on macOS (#99470)Ronald Oussoren2022-11-211-0/+1
* gh-90994: Improve error messages upon call arguments syntax errors (GH-96893)Lysandros Nikolaou2022-11-201-0/+4
* gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill...Pablo Galindo Salgado2022-11-201-0/+3
* gh-99201: fix IndexError when initializing sysconfig config variablesFilipe Laíns2022-11-191-0/+2
* gh-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-...Nikita Sobolev2022-11-191-0/+2
* gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (...Irit Katriel2022-11-181-0/+2
* gh-99442: Fix handling in py.exe launcher when argv[0] does not include a fil...Steve Dower2022-11-181-0/+2
* GH-99298: Clean up attribute specializations (GH-99398)Brandt Bucher2022-11-171-0/+3
* GH-98686: Get rid of BINARY_OP_GENERIC and COMPARE_OP_GENERIC (GH-99399)Brandt Bucher2022-11-171-0/+2
* gh-99377: Add audit events for thread creation and clear (GH-99378)Steve Dower2022-11-161-0/+1
* gh-98940: Fix Mac/Extras.install.py File filter bug (#98943)zhangbo2022-11-161-0/+1
* gh-92647: [Enum] use final status to determine lookup or create (GH-99500)Ethan Furman2022-11-151-0/+1
* Merge the 3.12.0a2 release into main.Thomas Wouters2022-11-154-0/+10
|\
| * gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...Steve Dower2022-11-141-0/+2
| * GH-99388: add `loop_factory` parameter to `asyncio.run` (#99462)Kumar Aditya2022-11-141-0/+2
| * gh-99370: Calculate zip path from prefix when in a venv (GH-99371)Kai Zhang2022-11-141-0/+2
| * gh-99289: Add COMPILEALL_OPTS to Makefile (#99291)Victor Stinner2022-11-141-0/+4
* | Python 3.12.0a2v3.12.0a2Thomas Wouters2022-11-14104-264/+1100
|/
* gh-96192: fix os.ismount() to use a path that is str or bytes (#96194)Christoph Anton Mitterer2022-11-141-0/+1
* gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (#99283)Nikita Sobolev2022-11-131-0/+2
* gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an...Ben Kallus2022-11-131-0/+2
* gh-99103: Normalize specialized traceback anchors against the current line (G...Batuhan Taskaya2022-11-121-0/+2
* gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (...Erlend E. Aasland2022-11-121-0/+6
* gh-98762: Fix locations of match sub-patterns (GH-98775)Irit Katriel2022-11-121-0/+1
* GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#9...Kumar Aditya2022-11-121-0/+1
* gh-80448: argparse: Fix IndexError on store_true action (#15656)Hai Shi2022-11-121-0/+1
* gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)Eric Snow2022-11-121-0/+6
* gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)Eric Snow2022-11-111-0/+3
* gh-99305: Speed up secrets.token_hex() ~2x (#99306)NewUserHa2022-11-111-0/+1
* gh-98707: configure --with-system-libmpdec and --with-system-expat no longer ...Miro Hrončok2022-11-111-0/+4