| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gh-122029: Log call events in sys.setprofile when it's a method with c functi... | Tian Gao | 2024-07-23 | 1 | -0/+14 |
|
|
* | gh-122199: Skip test_slot_wrappers When Checking For Refleaks (gh-122200) | Eric Snow | 2024-07-23 | 1 | -1/+5 |
|
|
* | gh-119180: Add `annotationlib` module to support PEP 649 (#119891) | Jelle Zijlstra | 2024-07-23 | 12 | -508/+1804 |
|
|
* | gh-117657: Skip tests that use threads after fork (#122194) | Sam Gross | 2024-07-23 | 1 | -0/+3 |
|
|
* | gh-117482: Expand Tests for Slot Wrappers of Inherited Slots of Static Builti... | Eric Snow | 2024-07-23 | 2 | -10/+66 |
|
|
* | gh-122129: Improve support of method descriptors and wrappers in the help tit... | Serhiy Storchaka | 2024-07-23 | 2 | -3/+17 |
|
|
* | gh-122163: Add notes for JSON serialization errors (GH-122165) | Serhiy Storchaka | 2024-07-23 | 4 | -61/+115 |
|
|
* | gh-121973: Fix flaky test_pyrepl tests (GH-122140) | Sam Gross | 2024-07-23 | 1 | -4/+4 |
|
|
* | GH-122155: Fix cases generator to correctly compute 'peek' offset for error h... | Mark Shannon | 2024-07-23 | 1 | -0/+51 |
|
|
* | gh-121832: Skip subinterpreter static type check on iOS to restore test suite... | Russell Keith-Magee | 2024-07-23 | 1 | -1/+2 |
|
|
* | gh-122088: Copy the coroutine status of the underlying callable in `@warnings... | Sebastian Rittau | 2024-07-23 | 2 | -0/+28 |
|
|
* | gh-121637: Syntax error for optimized-away incorrect await (#121656) | Jelle Zijlstra | 2024-07-22 | 1 | -25/+45 |
|
|
* | Refactor test_capi.test_long (GH-122113) | Serhiy Storchaka | 2024-07-22 | 1 | -179/+66 |
|
|
* | gh-121795: Improve performance of set membership testing from set arguments (... | HarryLHW | 2024-07-22 | 1 | -0/+10 |
|
|
* | Remove now unused function from itertools tests (#122100) | Bradley Reynolds | 2024-07-22 | 1 | -20/+0 |
|
|
* | gh-119698: deprecate ``symtable.Class.get_methods`` (#121902) | Bénédikt Tran | 2024-07-22 | 2 | -16/+31 |
|
|
* | gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958) | Łukasz Langa | 2024-07-22 | 2 | -0/+7 |
|
|
* | gh-111051: [tests] Wait a second to support filesystems with low-resolution m... | Łukasz Langa | 2024-07-22 | 1 | -0/+4 |
|
|
* | gh-122096: Remove accidentally left debugging prints (#122097) | Kirill Podoprigora | 2024-07-21 | 1 | -2/+0 |
|
|
* | GH-73991: Support preserving metadata in `pathlib.Path.copytree()` (#121438) | Barney Gale | 2024-07-20 | 2 | -2/+36 |
|
|
* | GH-73991: Add `pathlib.Path.rmtree()` (#119060) | Barney Gale | 2024-07-20 | 4 | -0/+410 |
|
|
* | gh-121988: Fix test hang when pyrepl is not available (#121990) | Sam Gross | 2024-07-20 | 1 | -1/+5 |
|
|
* | gh-122026: Fix identification of mismatched parentheses inside f-strings (#12... | Pablo Galindo Salgado | 2024-07-19 | 1 | -0/+1 |
|
|
* | gh-122014: Account for abi_thread in test_sysconfig.test_user_similar (gh-122... | Karolina Surma | 2024-07-19 | 1 | -2/+2 |
|
|
* | gh-118830: Bump pickle.DEFAULT_PROTOCOL to 5 (GH-119340) | Rodrigo Oliveira | 2024-07-19 | 1 | -3/+3 |
|
|
* | gh-121905: Consistently use "floating-point" instead of "floating point" (GH-... | Serhiy Storchaka | 2024-07-19 | 20 | -24/+24 |
|
|
* | gh-82017: Support as_integer_ratio() in the Fraction constructor (GH-120271) | Serhiy Storchaka | 2024-07-19 | 2 | -4/+39 |
|
|
* | gh-120289: Disallow disable() and clear() in external timer to prevent use-af... | Tian Gao | 2024-07-18 | 1 | -0/+37 |
|
|
* | gh-120930: Remove extra blank occuring in wrapped encoded words in email head... | Matthieu Caneill | 2024-07-18 | 2 | -0/+14 |
|
|
* | gh-121657: Additional `yield from` error test using lambda (GH-121722) | Gregor | 2024-07-18 | 1 | -0/+5 |
|
|
* | GH-121784: Generate an error during code gen if a variable is marked `unused`... | Mark Shannon | 2024-07-18 | 1 | -52/+194 |
|
|
* | GH-120024: Use pointer for stack pointer (GH-121923) | Mark Shannon | 2024-07-18 | 1 | -2/+3 |
|
|
* | gh-121921: Make bogus_code_obj.py crash the interpreter (#121922) | Jelle Zijlstra | 2024-07-18 | 1 | -4/+4 |
|
|
* | gh-120678: Guard against stdin.fileno() being unavailable (#121924) | Łukasz Langa | 2024-07-17 | 1 | -6/+14 |
|
|
* | gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904) | Alex Waygood | 2024-07-17 | 4 | -10/+126 |
|
|
* | gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (#121876) | Terry Jan Reedy | 2024-07-17 | 2 | -0/+6 |
|
|
* | gh-119698: fix a special case in `symtable.Class.get_methods` (#121802) | Bénédikt Tran | 2024-07-17 | 2 | -2/+68 |
|
|
* | gh-121863: Immortalize names in code objects to avoid crash (GH-121903) | Petr Viktorin | 2024-07-17 | 1 | -0/+24 |
|
|
* | gh-121849: Fix PyUnicodeWriter_WriteSubstring() crash if len=0 (#121896) | Victor Stinner | 2024-07-17 | 1 | -1/+5 |
|
|
* | Fix Several Typos in Readme & Tests (#121559) | Michael | 2024-07-17 | 2 | -4/+4 |
|
|
* | gh-121842: Improve coverage of `PyBytes_FromStringAndSize` (#121843) | sobolevn | 2024-07-17 | 1 | -0/+2 |
|
|
* | gh-118934: Make PyEval_GetLocals return borrowed reference (#119769) | Tian Gao | 2024-07-16 | 1 | -1/+1 |
|
|
* | gh-121860: Fix crash when materializing managed dict (#121866) | Sam Gross | 2024-07-16 | 1 | -0/+18 |
|
|
* | gh-121130: Fix f-string format specifiers with debug expressions (#121150) | Pablo Galindo Salgado | 2024-07-16 | 2 | -1/+10 |
|
|
* | gh-59022: Added tests for `pkgutil.extend_path` (#59022) (GH-121673) | Andreas Stocker | 2024-07-16 | 1 | -1/+37 |
|
|
* | gh-121160: Add some tests for readline.set_history_length (GH-121326) | Petr Viktorin | 2024-07-16 | 1 | -0/+46 |
|
|
* | gh-120317: Lock around global state in the tokenize module (#120318) | Lysandros Nikolaou | 2024-07-16 | 1 | -0/+57 |
|
|
* | gh-121295: Fix blocked console after interrupting a long paste (GH-121815) | Marta Gómez Macías | 2024-07-15 | 1 | -1/+9 |
|
|
* | gh-121610: pyrepl - handle extending blocks when multi-statement blocks are p... | saucoide | 2024-07-15 | 2 | -11/+123 |
|
|
* | gh-121605: Fix test hang when pyrepl is not available (GH-121820) | Sam Gross | 2024-07-15 | 1 | -1/+1 |
|
|