| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-123048: Fix missing source location in pattern matching code (#123167) | Irit Katriel | 2024-08-20 | 1 | -0/+19 |
|
|
* | gh-122909: Pass ftp error strings to URLError constructor (#122913) | Jeremy Hylton | 2024-08-20 | 1 | -1/+22 |
|
|
* | gh-123123: Fix display of syntax errors covering multiple lines (#123131) | Pablo Galindo Salgado | 2024-08-19 | 1 | -4/+36 |
|
|
* | gh-121804: Always show error location for SyntaxError's in new repl (#121886) | Sergey B Kirpichev | 2024-08-19 | 1 | -0/+14 |
|
|
* | gh-123049: configparser: Allow to create the unnamed section from scratch. (#... | Pedro Lacerda | 2024-08-18 | 1 | -0/+13 |
|
|
* | gh-116789: Add more tests for `inspect.getmembers` (#116802) | sobolevn | 2024-08-18 | 1 | -0/+50 |
|
|
* | gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062) | CF Bolz-Tereick | 2024-08-18 | 1 | -1/+33 |
|
|
* | gh-123022: Fix crash with `Py_Initialize` in background thread (#123052) | Sam Gross | 2024-08-17 | 1 | -1/+8 |
|
|
* | gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with ba... | Serhiy Storchaka | 2024-08-17 | 1 | -0/+38 |
|
|
* | gh-123087: ``Lib/test/test_unittest/testmock/testasync.py``: Replace usage of... | Kirill Podoprigora | 2024-08-17 | 1 | -19/+15 |
|
|
* | GH-120754: Disable buffering in Path.read_bytes (#122111) | Cody Maloney | 2024-08-16 | 1 | -1/+1 |
|
|
* | gh-118658: Return consistent types from `get_un/verified_chain` in `SSLObject... | Mateusz Nowak | 2024-08-16 | 2 | -0/+69 |
|
|
* | gh-123046: Fix regexp to catch cases where the module name is omitted from th... | Kirill Podoprigora | 2024-08-16 | 1 | -12/+19 |
|
|
* | gh-116622: Add Android test script (#121595) | Malcolm Smith | 2024-08-16 | 2 | -6/+11 |
|
|
* | gh-116608: Apply style and compatibility changes from importlib_metadata. (#1... | Jason R. Coombs | 2024-08-15 | 1 | -31/+49 |
|
|
* | gh-113190: Reenable non-debug interned string cleanup (GH-113601) | Eddie Elizondo | 2024-08-15 | 1 | -22/+18 |
|
|
* | GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968) | Mark Shannon | 2024-08-14 | 1 | -3/+1 |
|
|
* | GH-121723: Skip test_config_queue_handler_multiprocessing_context in emulated... | Bénédikt Tran | 2024-08-13 | 1 | -1/+1 |
|
|
* | gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316) | Jonathan Protzenko | 2024-08-13 | 1 | -0/+11 |
|
|
* | GH-85633: Fix pathlib test failures on filesystems without world-write. (#122... | Barney Gale | 2024-08-13 | 1 | -8/+12 |
|
|
* | gh-122873: Allow "python -m json" to work (#122884) | Trey Hunner | 2024-08-13 | 1 | -17/+23 |
|
|
* | GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942) | Mark Shannon | 2024-08-13 | 2 | -108/+108 |
|
|
* | GH-122821: Simplify compilation of while statements to ensure consistency of ... | Mark Shannon | 2024-08-13 | 3 | -83/+116 |
|
|
* | gh-117482: Make the Slot Wrapper Inheritance Tests Much More Thorough (gh-122... | Eric Snow | 2024-08-12 | 3 | -54/+205 |
|
|
* | gh-122888: Fix crash on certain calls to str() (#122889) | Jelle Zijlstra | 2024-08-12 | 1 | -11/+32 |
|
|
* | gh-122688: Add more tests for var-positional parameters in Argument Clinic (G... | Serhiy Storchaka | 2024-08-12 | 1 | -65/+98 |
|
|
* | Fix typos in comments and test code (#122846) | Xie Yanbo | 2024-08-12 | 12 | -18/+18 |
|
|
* | Remove "print >>obj" exception hint for Python 2 (#122853) | Victor Stinner | 2024-08-12 | 1 | -32/+0 |
|
|
* | gh-122903: Honor directories in zipfile.Path.glob. (#122908) | Jason R. Coombs | 2024-08-12 | 1 | -5/+24 |
|
|
* | gh-122905: Sanitize names in zipfile.Path. (#122906) | Jason R. Coombs | 2024-08-11 | 1 | -0/+17 |
|
|
* | gh-119180: annotationlib: Fix __all__, formatting (#122365) | Jelle Zijlstra | 2024-08-11 | 1 | -23/+44 |
|
|
* | gh-119180: Improvements to ForwardRef.evaluate (#122210) | Jelle Zijlstra | 2024-08-11 | 1 | -1/+41 |
|
|
* | GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369) | Barney Gale | 2024-08-11 | 2 | -56/+57 |
|
|
* | gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875) | Wulian | 2024-08-11 | 3 | -3/+6 |
|
|
* | gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814) | Nico Mexis | 2024-08-10 | 1 | -0/+20 |
|
|
* | gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122... | Serhiy Storchaka | 2024-08-09 | 2 | -17/+91 |
|
|
* | gh-122835: Fix module name in ``test_typing`` (#122836) | Kirill Podoprigora | 2024-08-08 | 1 | -1/+1 |
|
|
* | gh-111495: Add more tests on PyEval C APIs (#122789) | Victor Stinner | 2024-08-08 | 2 | -43/+103 |
|
|
* | gh-122744: test_venv: ignore pip's complaint about missing ssl (GH-122776) | Petr Viktorin | 2024-08-08 | 1 | -0/+8 |
|
|
* | gh-122255: Add black box tests in test_warnings (GH-122227) | Serhiy Storchaka | 2024-08-08 | 1 | -0/+91 |
|
|
* | gh-116263: Do not rollover empty files in RotatingFileHandler (GH-122788) | Serhiy Storchaka | 2024-08-08 | 1 | -3/+51 |
|
|
* | gh-120782: Update datetime test for static type immutability (#122800) | neonene | 2024-08-08 | 1 | -7/+22 |
|
|
* | gh-122247: Move instruction instrumentation sanity check after tracing check ... | Tian Gao | 2024-08-08 | 1 | -0/+15 |
|
|
* | gh-105201: Add PyIter_NextItem() (#122331) | Erlend E. Aasland | 2024-08-07 | 2 | -0/+41 |
|
|
* | gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122... | Serhiy Storchaka | 2024-08-07 | 2 | -5/+70 |
|
|
* | gh-122478: Remove internal frames from tracebacks in REPL (GH-122528) | Serhiy Storchaka | 2024-08-07 | 1 | -8/+117 |
|
|
* | gh-122798: Make tests for warnings in the re module more strict (GH-122799) | Serhiy Storchaka | 2024-08-07 | 1 | -11/+40 |
|
|
* | gh-121151: argparse: Fix wrapping of long usage text of arguments inside a mu... | Ali Hamdan | 2024-08-07 | 1 | -4/+22 |
|
|
* | Fix typos in comments and docstring (#122720) | Xie Yanbo | 2024-08-07 | 3 | -4/+4 |
|
|
* | GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368) | Barney Gale | 2024-08-07 | 2 | -98/+70 |
|
|