summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-87115: Set `__main__.__spec__` to `None` in pdb (#116141)Tian Gao2024-02-292-0/+13
* gh-71052: Add test exclusions to support running the test suite on Android (#...Malcolm Smith2024-02-2911-27/+57
* gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)Guido van Rossum2024-02-291-7/+17
* gh-72463: Fix ctypes/test_loading.py so that test_find reports skipped (GH-18...Michael Felt2024-02-291-0/+4
* gh-116100: Add `test` arg to `ast.If` and `op` arg to `ast.BoolOp` calls (#11...Kirill Podoprigora2024-02-291-2/+2
* gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission error (G...Petr Viktorin2024-02-291-0/+4
* gh-115816: Generate calls to sym_new_const() etc. without _Py_uop prefix (#11...Guido van Rossum2024-02-291-2/+2
* gh-115859: Fix test_type_inconsistency() when run multiple times (#116079)Guido van Rossum2024-02-281-3/+7
* gh-115821: [Enum] better error message for calling super().__new__() (GH-116063)Ethan Furman2024-02-282-1/+17
* gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)Eric Snow2024-02-289-121/+477
* gh-115859: Re-enable T2 optimizer pass by default (#116062)Guido van Rossum2024-02-281-1/+20
* gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210)Weii Wang2024-02-282-44/+62
* doc: Use super() in subclassed JSONEncoder examples (GH-115565)Jan Max Meyer2024-02-281-1/+1
* gh-114911: Add CPUStopwatch test helper (GH-114912)Petr Viktorin2024-02-283-42/+75
* gh-116030: test_unparse: Add ``ctx`` argument to ``ast.Name`` calls (#116031)Kirill Podoprigora2024-02-281-3/+3
* gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)Pablo Galindo Salgado2024-02-281-0/+84
* gh-115961: Improve tests for compressed file-like objects (GH-115963)Serhiy Storchaka2024-02-285-45/+476
* gh-105858: Improve AST node constructors (#105880)Jelle Zijlstra2024-02-281-25/+76
* gh-112997: Don't log arguments in asyncio unless debugging (#115667)Pierre Ossman (ThinLinc team)2024-02-283-12/+40
* gh-114914: Avoid keeping dead StreamWriter alive (#115661)Pierre Ossman (ThinLinc team)2024-02-282-10/+29
* bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845)Miguel Brito2024-02-272-1/+21
* GH-115816: Assorted naming and formatting changes to improve maintainability....Mark Shannon2024-02-271-6/+6
* GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...Mark Shannon2024-02-272-2/+9
* gh-115720: Show number of leaks in huntrleaks progress reports (GH-115726)Petr Viktorin2024-02-272-14/+37
* bpo-44865: Fix yet one missing translations in argparse (GH-27668)Jérémie Detrey2024-02-261-1/+2
* gh-77956: Add the words 'default' and 'version' help text localizable (GH-12...Emmanuel Arias2024-02-261-2/+4
* gh-113942: Show functions implemented as builtin methods (GH-115306)Serhiy Storchaka2024-02-263-6/+22
* gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descrip...Serhiy Storchaka2024-02-262-13/+29
* Rename tier 2 redundancy eliminator to optimizer (#115888)Guido van Rossum2024-02-261-2/+2
* gh-115823: Calculate correctly error locations when dealing with implicit enc...Pablo Galindo Salgado2024-02-261-0/+1
* gh-115931: Fix `SyntaxWarning`s in `test_unparse` (#115935)Nikita Sobolev2024-02-261-2/+11
* gh-115881: Ensure `ast.parse()` parses conditional context managers even with...Alex Waygood2024-02-262-9/+5
* gh-71052: fix test_concurrent_futures wasi regression. (#115923)Gregory P. Smith2024-02-261-1/+5
* gh-115532: Add kernel density estimation to the statistics module (gh-115863)Raymond Hettinger2024-02-252-1/+227
* gh-72249: Include the module name in the repr of partial object (GH-101910)Furkan Onder2024-02-252-16/+6
* gh-71052: Enable test_concurrent_futures on platforms that lack multiprocessi...Malcolm Smith2024-02-255-21/+14
* bpo-31116: Add Z85 variant to base64 (GH-30598)Matan Perelman2024-02-252-2/+114
* gh-96471: Correct docs for queue shutdown (#115838)Laurie O2024-02-251-7/+5
* bpo-14322: added test case for invalid update to hmac (#26636)Arjun2024-02-251-0/+8
* gh-115886: Handle embedded null characters in shared memory name (GH-115887)Serhiy Storchaka2024-02-251-1/+16
* gh-115323: Add meaningful error message for using bytearray.extend with str (...Jay Ting2024-02-241-0/+7
* GH-114610: Fix `pathlib.PurePath.with_stem('')` handling of file extensions (...Barney Gale2024-02-242-1/+11
* gh-114763: Protect lazy loading modules from attribute access races (GH-114781)Chris Markiewicz2024-02-242-32/+91
* gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741)Serhiy Storchaka2024-02-231-15/+39
* gh-115859: Disable the tier 2 redundancy eliminator by default (GH-115860)Ken Jin2024-02-231-0/+3
* gh-115836: Don't use hardcoded line numbers in test_monitoring (#115837)Brett Simmers2024-02-231-6/+14
* gh-88516: show file proxy icon in IDLE editor windows on macOS (#112894)Ronald Oussoren2024-02-231-1/+10
* gh-115796: fix exception table construction in _testinternalcapi.assemble_cod...Irit Katriel2024-02-221-2/+39
* gh-111140: Improve PyLong_AsNativeBytes API doc example & improve the test (#...Gregory P. Smith2024-02-221-5/+25
* gh-93205: When rotating logs with no namer specified, match whole extension (...Gabriele Catania2024-02-212-19/+61