summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* bpo-40447: accept all path-like objects in compileall.compile_file (GH-19883)Miss Islington (bot)2022-12-231-0/+2
* [3.10] gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (G...Miss Islington (bot)2022-12-231-0/+3
* gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)Miss Islington (bot)2022-12-211-0/+1
* [3.10] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...colorfulappl2022-12-211-0/+2
* [3.10] gh-85267: Improvements to inspect.signature __text_signature__ handlin...Shantanu2022-12-211-0/+6
* [3.10] gh-99240: Fix double-free bug in Argument Clinic str_converter generat...colorfulappl2022-12-201-0/+2
* [3.10] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100232)colorfulappl2022-12-171-0/+1
* bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error ...Miss Islington (bot)2022-12-091-0/+3
* [3.10] bpo-44817: Ignore additional errors in ntpath.realpath (GH-27574) (GH-...Miss Islington (bot)2022-12-081-0/+2
* gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)Miss Islington (bot)2022-12-081-0/+2
* gh-83035: handle decorator with nested parens in inspect.getsource (GH-99654)Miss Islington (bot)2022-12-071-0/+1
* [3.10] gh-100050: Fix an assertion error when raising unclosed parenthesis er...Pablo Galindo Salgado2022-12-071-0/+2
* Python 3.10.9v3.10.9Pablo Galindo2022-12-0664-139/+656
* [3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...Łukasz Langa2022-12-061-0/+3
* gh-100001: Also escape \s in http.server log messages. (GH-100038)Miss Islington (bot)2022-12-051-0/+5
* gh-100001: Omit control characters in http.server stderr logs. (GH-100002)Miss Islington (bot)2022-12-051-0/+6
* gh-99892: test_unicodedata: skip test on download failure (GH-100011)Miss Islington (bot)2022-12-051-0/+2
* gh-98458: unittest: bugfix for infinite loop while handling chained exception...Miss Islington (bot)2022-12-041-0/+1
* bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)Luke Garland2022-12-021-0/+2
* [3.10] GH-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (#99...Sam James2022-12-011-0/+1
* [3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99...Kumar Aditya2022-11-281-0/+3
* gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99...Miss Islington (bot)2022-11-281-0/+1
* gh-97966: Restore prior expectation that uname_result._fields and ._asdict wo...Miss Islington (bot)2022-11-261-0/+2
* bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688)Miss Islington (bot)2022-11-251-0/+2
* Use faster APIs to calculate paths at startup for Store packaged Python on Wi...Miss Islington (bot)2022-11-231-0/+2
* [3.10] gh-88863: Clear ref cycles to resolve leak when asyncio.open_connectio...Dong Uk, Kang2022-11-231-0/+3
* GH-92892: Add section about variadic functions to ctypes documentation (GH-99...Miss Islington (bot)2022-11-221-0/+1
* [3.10] gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (G...Serhiy Storchaka2022-11-221-0/+3
* [3.10] GH-97001: Release GIL in termios extension (GH-99503) (#99680)Ronald Oussoren2022-11-221-0/+1
* gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422)Miss Islington (bot)2022-11-221-0/+2
* gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)Miss Islington (bot)2022-11-211-0/+3
* [3.10] gh-99581: Fix a buffer overflow in the tokenizer when copying lines th...Pablo Galindo Salgado2022-11-201-0/+3
* [3.10] gh-98086: Now ``patch.dict`` can decorate async functions (GH-98095) (...Miss Islington (bot)2022-11-201-0/+1
* [3.10] Remove trailing space to fix azure failures (#99611)Stanley2022-11-201-2/+2
* gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...Miss Islington (bot)2022-11-151-0/+2
* [3.10] gh-92119: ctypes: Print exception class name instead of its representa...Kamil Turek2022-11-131-0/+2
* gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)Miss Islington (bot)2022-11-131-0/+2
* bpo-34272: Reorganize C API tests. (GH-8551)Miss Islington (bot)2022-11-121-0/+1
* gh-80448: argparse: Fix IndexError on store_true action (GH-15656)Miss Islington (bot)2022-11-121-0/+1
* [3.10] gh-99130: Apply bugfixes from importlib_metadata 4.11.4. (#99132)Jason R. Coombs2022-11-101-0/+7
* gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)Miss Islington (bot)2022-11-101-0/+1
* [3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222)Miss Islington (bot)2022-11-081-0/+6
* bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937)Miss Islington (bot)2022-11-071-0/+2
* [3.10] [ GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH-991...Miss Islington (bot)2022-11-071-0/+1
* gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)Miss Islington (bot)2022-11-071-0/+2
* [3.10] gh-99086: Fix implicit int compiler warning in configure check for PTH...Erlend E. Aasland2022-11-061-0/+1
* gh-83004: Clean up refleak in _pickle initialisation (GH-98841)Miss Islington (bot)2022-11-061-0/+1
* gh-83004: Clean up refleak in _zoneinfo initialisation (GH-98842)Miss Islington (bot)2022-11-061-0/+1
* gh-99134: Update bundled pip to 22.3.1 (gh-99135)Miss Islington (bot)2022-11-051-0/+1
* gh-83004: Clean up refleak in _io initialisation (GH-98840)Miss Islington (bot)2022-11-031-0/+1