summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (#18640)Zackery Spytz2022-11-281-0/+3
* bpo-41825: restructure docs for the os.wait*() family (GH-22356)Georg Brandl2022-11-281-0/+3
* gh-51524: Fix bug when calling trace.CoverageResults with valid infile (#99629)Furkan Onder2022-11-281-0/+1
* GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (#...Ronald Oussoren2022-11-271-0/+1
* GH-66285: fix forking in asyncio (#99769)Kumar Aditya2022-11-271-0/+1
* gh-89682: [doc] reword docstring of __contains__ to clarify that it returns a...Ivan Savov2022-11-261-0/+1
* gh-88330: Add more detail about what is a resource. (#99801)Jason R. Coombs2022-11-261-0/+1
* gh-98108: Add limited pickleability to zipfile.Path (GH-98109)Jason R. Coombs2022-11-261-0/+2
* gh-91078: Return None from TarFile.next when the tarfile is empty (GH-91850)Sam Ezeh2022-11-261-0/+1
* gh-98098: Create packages from zipfile and test_zipfile (gh-98103)Jason R. Coombs2022-11-261-0/+2
* gh-97966: Restore prior expectation that uname_result._fields and ._asdict wo...Jason R. Coombs2022-11-261-0/+2
* gh-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declaration warnings i...Sam James2022-11-261-0/+1
* gh-99029: Fix handling of `PureWindowsPath('C:\<blah>').relative_to('C:')` (G...Barney Gale2022-11-251-0/+2
* bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)Zackery Spytz2022-11-251-0/+2
* bpo-38031: Fix a possible assertion failure in _io.FileIO() (#GH-5688)Zackery Spytz2022-11-251-0/+2
* bpo-41260: C impl of datetime.date.strftime() takes different keyword arg (GH...Zackery Spytz2022-11-251-0/+2
* gh-64490: Fix bugs in argument clinic varargs processing (#32092)colorfulappl2022-11-241-0/+7
* GH-66285: Revert "fix forking in asyncio" (#99756)Kumar Aditya2022-11-241-1/+0
* GH-79033: Fix asyncio.Server.wait_closed() (#98582)Guido van Rossum2022-11-241-0/+1
* gh-99240: Fix double-free bug in Argument Clinic str_converter generated code...colorfulappl2022-11-241-0/+2
* 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