summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [3.10] gh-98740: Fix validation of conditional expressions in RE (GH-98764) (...Serhiy Storchaka2022-11-031-0/+3
* [3.10] gh-97731: Specify the full path to the docs for `make docclean` (GH-98...Miss Islington (bot)2022-11-021-0/+2
* gh-98415: Fix uuid.getnode() ifconfig implementation (GH-98423)Miss Islington (bot)2022-11-021-0/+1
* gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)Miss Islington (bot)2022-11-011-0/+2
* [3.10] gh-98852: Fix subscription of types.GenericAlias instances (GH-98920) ...Serhiy Storchaka2022-11-011-0/+3
* GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)Miss Islington (bot)2022-11-011-0/+1
* [3.10] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98890)Charlie Zhao2022-10-311-0/+1
* [3.10] gh-96151: Use a private name for passing builtins to dataclass. This n...Miss Islington (bot)2022-10-311-0/+1
* [3.10] gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640) (#9...Erlend E. Aasland2022-10-281-0/+1
* [3.10] gh-98624 Add mutex to unittest.mock.NonCallableMock (GH-98688) (#98798)Miss Islington (bot)2022-10-281-0/+2
* [3.10] GH-98671: bpo-46670: Fix #ifdef in sha3module.c (GH-90828) (#98677)samypr1002022-10-281-0/+3
* 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.10] Change links to label refs (GH-98454) (#98726)Stanley2022-10-261-2/+1
* gh-93696: Locate frozen module source with __file__ (GH-93697)Miss Islington (bot)2022-10-251-0/+1
* [3.10] gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639) (#98...Erlend E. Aasland2022-10-251-0/+1
* GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572)Miss Islington (bot)2022-10-241-0/+1
* [3.10] gh-98517: Fix buffer overflows in _sha3 module (#98519)Theo Buehler2022-10-211-0/+1
* [3.10] 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-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-...Miss Islington (bot)2022-10-191-0/+2
* [3.10] gh-93858: Prevent error when activating venv in nested fish instances ...Miss Islington (bot)2022-10-181-0/+1
* [3.10] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98399)Miss Islington (bot)2022-10-181-0/+1
* gh-97527: IDLE - fix buggy macosx patch (GH-98313)Miss Islington (bot)2022-10-161-0/+3
* gh-95731: Fix module docstring extraction in pygettext (GH-95732)Miss Islington (bot)2022-10-151-0/+1
* gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip whe...Miss Islington (bot)2022-10-141-0/+2