summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-106752: Sync with zipp 3.16.2 (GH-106757) (#106777)Miss Islington (bot)2023-07-151-0/+5
* [3.12] gh-105235: Prevent reading outside buffer during mmap.find() (GH-10525...Miss Islington (bot)2023-07-151-0/+1
* [3.12] gh-106752: Move zipfile._path into its own package (GH-106753) (#106755)Jason R. Coombs2023-07-141-0/+2
* [3.12] gh-106634: Corrected minor asyncio doc issues (GH-106671) (#106712)Miss Islington (bot)2023-07-141-0/+1
* [3.12] gh-105626: Change the default return value of `HTTPConnection.get_prox...Miss Islington (bot)2023-07-141-0/+3
* [3.12] gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106695)Miss Islington (bot)2023-07-121-0/+1
* [3.12] gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649) (#106680)Miss Islington (bot)2023-07-121-0/+1
* [3.12] gh-103186: In test_tools.freeze, fetch CONFIG_ARGS from original sourc...Miss Islington (bot)2023-07-121-0/+2
* [3.12] gh-106403: Restore weakref support for TypeVar and friends (GH-106418)...Miss Islington (bot)2023-07-111-0/+4
* Merge branch '3.12' of https://github.com/python/cpython into 3.12Thomas Wouters2023-07-111-0/+2
|\
| * [3.12] gh-106498: Revert incorrect colorsys.rgb_to_hls change (GH-106627) (#1...Miss Islington (bot)2023-07-111-0/+2
* | Python 3.12.0b4v3.12.0b4Thomas Wouters2023-07-1132-65/+318
|/
* [3.12] gh-105497: [Enum] Fix flag mask inversion when unnamed flags exist (GH...Miss Islington (bot)2023-07-111-0/+1
* [3.12] gh-102988: Detect email address parsing errors and return empty tuple ...Miss Islington (bot)2023-07-101-0/+4
* [3.12] gh-94777: Fix deadlock in ProcessPoolExecutor (GH-94784) (#106609)Miss Islington (bot)2023-07-101-0/+1
* [3.12] gh-105227: Add PyType_GetDict() (GH-105747) (#106600)Miss Islington (bot)2023-07-101-0/+5
* [3.12] gh-106510: Fix DEBUG output for atomic group (GH-106511) (GH-106548)Miss Islington (bot)2023-07-081-0/+1
* [3.12] gh-106524: Fix a crash in _sre.template() (GH-106525) (GH-106544)Miss Islington (bot)2023-07-081-0/+1
* [3.12] gh-106503: asyncio._SelectorSocketTransport: fix cyclic reference on c...Miss Islington (bot)2023-07-072-0/+3
* [3.12] gh-90876: Restore the ability to import multiprocessing when `sys.exec...Miss Islington (bot)2023-07-061-0/+3
* [3.12] gh-106292: restore checking __dict__ in cached_property.__get__ (GH-10...Miss Islington (bot)2023-07-051-0/+4
* [3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470)Miss Islington (bot)2023-07-051-0/+2
* [3.12] gh-105497: [Enum] Fix Flag inversion when alias/mask members exist. (G...Miss Islington (bot)2023-07-051-0/+1
* [3.12] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105759)Miss Islington (bot)2023-07-051-0/+1
* [3.12] gh-104692: Include commoninstall as a prerequisite for bininstall (GH-...Jeffery To2023-07-051-0/+6
* [3.12] GH-106330: Fix matching of empty path in `pathlib.PurePath.match()` (G...Barney Gale2023-07-041-0/+2
* [3.12] gh-106396: Special-case empty format spec to gen empty JoinedStr node ...Miss Islington (bot)2023-07-041-0/+3
* [3.12] gh-106359: Fix corner case bugs in Argument Clinic converter parser (G...Miss Islington (bot)2023-07-031-0/+2
* [3.12] gh-102541: Fix Helper.help("mod") for non-existent mod (GH-105934) (#1...Miss Islington (bot)2023-07-011-0/+1
* [3.12] gh-106232: Make timeit doc command lines compatible with Windows. (GH-...Miss Islington (bot)2023-07-011-0/+2
* [3.12] gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAl...Miss Islington (bot)2023-07-011-0/+1
* [3.12] gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nod...Miss Islington (bot)2023-07-011-0/+2
* [3.12] GH-106152: Add PY_THROW event to cProfile (GH-106256)Miss Islington (bot)2023-06-291-0/+1
* [3.12] gh-101006: Improve error handling when read marshal data (GH-101007) (...Miss Islington (bot)2023-06-291-0/+1
* [3.12] gh-106118: Add O_CLOEXEC preprocessor guard (GH-106120) (#106199)Miss Islington (bot)2023-06-281-0/+2
* [3.12] gh-101634: regrtest reports decoding error as failed test (GH-106169) ...Miss Islington (bot)2023-06-281-0/+3
* [3.12] Revert "GH-96145: Add AttrDict to JSON module for use with object_hook...Miss Islington (bot)2023-06-261-0/+1
* [3.12] gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (GH-1...Miss Islington (bot)2023-06-262-0/+2
* [3.12] gh-105987: Fix reference counting issue in `_asyncio._swap_cur… (#10...Kumar Aditya2023-06-261-0/+1
* [3.12] gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/...Miss Islington (bot)2023-06-261-0/+1
* [3.12] gh-105974: Revert unintentional behaviour change for protocols with no...Miss Islington (bot)2023-06-231-0/+6
* [3.12] gh-98931: Add custom error messages to invalid import/from with multip...Miss Islington (bot)2023-06-221-0/+2
* Merge branch '3.12' of https://github.com/python/cpython into 3.12Thomas Wouters2023-06-201-0/+1
|\
| * [3.12] gh-105908: fix `barry_as_FLUFL` future import (GH-105909) (#105930)Miss Islington (bot)2023-06-201-0/+1
* | Python 3.12.0b3v3.12.0b3Thomas Wouters2023-06-1941-91/+411
|/
* [3.12] GH-105808: Fix a regression introduced in GH-101251 (GH-105910) (#105920)Miss Islington (bot)2023-06-191-0/+1
* [3.12] GH-105840: Fix assertion failures when specializing calls with too man...Miss Islington (bot)2023-06-161-0/+2
* [3.12] gh-104799: PEP 695 backward compatibility for ast.unparse (GH-105846) ...Miss Islington (bot)2023-06-161-0/+3
* [3.12] GH-105588: Add missing error checks to some obj2ast_* converters (GH-1...Miss Islington (bot)2023-06-151-0/+2
* [3.12] gh-105820: Fix tok_mode expression buffer in file & readline tokenizer...Miss Islington (bot)2023-06-151-0/+3