summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-94808: Cover `PyEval_GetFuncName` (#98246)Nikita Sobolev2022-10-151-0/+15
* gh-95731: Fix module docstring extraction in pygettext (#95732)Jakub Kuczys2022-10-151-0/+20
* gh-95971: Turn @writes_bytecode_files to skip when not running (#95972)Jeong YunWon2022-10-151-1/+1
* gh-85455: Add missing doc strings and improve docs (#21573)Joannah Nanjekye2022-10-151-9/+14
* gh-85525: Indicate supported sound header formats (#21575)Joannah Nanjekye2022-10-151-0/+8
* gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip whe...Steve Dower2022-10-142-13/+23
* Bpo-41246: IOCP Proactor avoid callback code duplication (#21399)Tony Solomonik2022-10-131-65/+17
* bpo-46364: Use sockets for stdin of asyncio only on AIX (#30596)Christoph Hamsen2022-10-132-4/+23
* gh-97982: Factorize PyUnicode_Count() and unicode_count() code (#98025)Nikita Sobolev2022-10-121-0/+10
* gh-97669: Fix test_tools reference leak (#98216)Victor Stinner2022-10-123-8/+14
* gh-97669: Create Tools/patchcheck/ directory (#98186)Victor Stinner2022-10-121-2/+2
* gh-97669: Remove outdated example scripts (#97675) (#98167)Victor Stinner2022-10-114-253/+2
* gh-94808: Add coverage for bytesarray_setitem (#95802)Michael Droettboom2022-10-101-41/+70
* bpo-43564: preserve original exception in args of FTP URLError (#24938)Carl Meyer2022-10-101-1/+1
* GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChil...Kumar Aditya2022-10-085-38/+62
* gh-97922: Run the GC only on eval breaker (#97920)Pablo Galindo Salgado2022-10-081-1/+1
* gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)Carl Meyer2022-10-081-16/+44
* GH-98023: Change default child watcher to PidfdChildWatcher on supported syst...Kumar Aditya2022-10-082-2/+28
* GH-94182: Run the PidfdChildWatcher on the running loop (#94184)Thomas Grainger2022-10-082-42/+56
* gh-92886: make test_ast pass with -O (assertions off) (GH-98058)Irit Katriel2022-10-071-1/+1
* gh-92886: make test_coroutines pass with -O (assertions off) (GH-98060)Irit Katriel2022-10-071-1/+1
* gh-57179: Add note on symlinks for os.walk (#94799)Stanley2022-10-071-1/+2
* gh-94808: Fix regex on exotic platforms (#98036)Jelle Zijlstra2022-10-071-2/+2
* gh-90085: Remove vestigial -t and -c timeit options (#94941)Shantanu2022-10-071-3/+2
* GH-83901: Improve Signature.bind error message for missing keyword-only param...Frazer McLean2022-10-072-3/+8
* gh-92886: [clinic.py] raise exception on invalid input instead of assertion (...Irit Katriel2022-10-071-1/+1
* GH-88968: Reject socket that is already used as a transport (#98010)Guido van Rossum2022-10-072-0/+7
* gh-96346: Use double caching for re._compile() (#96347)Serhiy Storchaka2022-10-071-21/+46
* gh-97646: Change `.js` and `.mjs` files mimetype to conform to RFC 9239 (#97934)Noam Cohen2022-10-071-2/+2
* GH-96073: Fix wild replacement in inspect.formatannotation (#96074)Anh71me2022-10-074-1/+25
* gh-65496: Correct wording on csv's skipinitialspace argument (#96170)Stanley2022-10-071-0/+5
* gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)Nikita Sobolev2022-10-071-0/+13
* gh-64373: Convert `_functools` to Argument Clinic (#96640)Nikita Sobolev2022-10-071-0/+12
* gh-96415: Remove `types._cell_factory` from a module namespace (#96416)Nikita Sobolev2022-10-071-1/+1
* Add more syslog tests (GH-97953)Serhiy Storchaka2022-10-073-7/+94
* Add note on capture_output arg to subprocess.run() docstring (#98012)andrei kulakov2022-10-071-1/+2
* gh-94808: Cover `%p` in `PyUnicode_FromFormat` (#96677)Nikita Sobolev2022-10-071-0/+19
* Fix memory leaks in test_capi (#98017)Carl Meyer2022-10-071-0/+3
* gh-97983: Revert "Lay the foundation for further work in asyncio.test_streams...Oleg Iarygin2022-10-071-129/+197
* gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_e...Barry Warsaw2022-10-072-0/+161
* gh-82874: Convert remaining importlib format uses to f-str. (#98005)Gregory P. Smith2022-10-074-27/+23
* gh-97850: Remove deprecated functions from `importlib.utils` (#97898)Nikita Sobolev2022-10-074-320/+1
* GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)Guido van Rossum2022-10-074-68/+9
* bpo-35540 dataclasses.asdict now supports defaultdict fields (gh-32056)Tiger2022-10-072-2/+27
* GH-91052: Add C API for watching dictionaries (GH-31787)Carl Meyer2022-10-071-0/+132
* bpo-38693: Use f-strings instead of str.format() within importlib (#17058)Gregory P. Smith2022-10-061-26/+23
* GH-97002: Prevent `_PyInterpreterFrame`s from backing more than one `PyFrameO...Brandt Bucher2022-10-061-0/+65
* gh-65961: Do not rely solely on `__cached__` (GH-97990)Brett Cannon2022-10-067-33/+108
* gh-97781: Apply changes from importlib_metadata 5. (GH-97785)Jason R. Coombs2022-10-063-267/+10
* gh-94808: Coverage: Test that maximum indentation level is handled (#95926)Michael Droettboom2022-10-061-1/+21