summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Add comments to `{typing,_collections_abc}._type_repr` about each other (#102...Nikita Sobolev2023-03-162-2/+4
* gh-102594: PyErr_SetObject adds note to exception raised on normalization err...Irit Katriel2023-03-161-0/+20
* gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (#94468)yonatanp2023-03-162-0/+33
* GH-100112: avoid using iterable coroutines in asyncio internally (#100128)Kumar Aditya2023-03-162-16/+21
* gh-102690: Use Edge as fallback in webbrowser instead of IE (#102691)Jamoo7212023-03-161-4/+8
* Fix typo in code comment (#102726)Martin Breuss2023-03-151-1/+1
* gh-102615: Use `list` instead of `tuple` in `repr` of paramspec (#102637)Nikita Sobolev2023-03-152-3/+49
* gh-101377: improving test_locale_calendar_formatweekday of calendar (#101378)Andre Hora2023-03-151-2/+6
* gh-102560 Add docstrings to asyncio.TaskGroup (#102565)JosephSBoyle2023-03-151-0/+18
* gh-102519: Avoid failing tests due to inaccessible volumes (GH-102706)Steve Dower2023-03-151-6/+11
* Rename redundant enum tests so that they run (#102535)JosephSBoyle2023-03-141-3/+2
* gh-102674: Remove _specialization_stats from Lib/opcode.py (#102685)Dong-hee Na2023-03-142-10/+1
* gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506)Eric Snow2023-03-141-34/+0
* GH-102670: Use sumprod() to simplify, speed up, and improve accuracy of stati...Raymond Hettinger2023-03-142-13/+25
* gh-102069: Fix `__weakref__` descriptor generation for custom dataclasses (#1...Nikita Sobolev2023-03-132-4/+14
* gh-98169 dataclasses.astuple support DefaultDict (#98170)T2023-03-132-13/+33
* gh-87092: refactor assemble() to a number of separate functions, which do not...Irit Katriel2023-03-132-17/+28
* Fix broken link to MSDN (#102355)谭九鼎2023-03-132-2/+2
* gh-101100: Fix Sphinx warnings in `turtle` module (#102340)Hugo van Kemenade2023-03-131-1/+1
* GH-101673: Fix pdb bug where local variable changes are lost after longlist (...gaogaotiantian2023-03-122-11/+31
* Optimize fmean() weighted average (#102626)Raymond Hettinger2023-03-121-18/+16
* gh-101821: Test coverage for `ast.main` function (#101822)Nikita Sobolev2023-03-111-0/+20
* gh-79940: skip `TestGetAsyncGenState` on wasm as it requires working sockets ...Thomas Krennwallner2023-03-111-1/+3
* gh-79940: add introspection API for asynchronous generators to `inspect` modu...Thomas Krennwallner2023-03-112-0/+157
* gh-102433: Add tests for how classes with properties interact with `isinstanc...Alex Waygood2023-03-111-0/+88
* GH-90997: Shrink the LOAD_GLOBAL caches (#102569)Brandt Bucher2023-03-113-151/+156
* gh-88071: Update docstrings of dataclass' astuple and asdict (#101806)Ilya V. Schurov2023-03-111-2/+2
* gh-102103: add `module` argument to `dataclasses.make_dataclass` (#102104)Nikita Sobolev2023-03-112-1/+53
* gh-102578: Optimise setting and deleting mutable attributes on non-dataclass ...Xuehai Pan2023-03-112-6/+48
* GH-80486: Fix handling of NTFS alternate data streams in pathlib (GH-102454)Barney Gale2023-03-102-4/+32
* GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)Paul Ganssle2023-03-101-1/+8
* gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH...Steve Dower2023-03-101-0/+43
* gh-102378: don't bother stripping `/` from __text_signature__ (#102379)David Hewitt2023-03-092-56/+24
* gh-102255: Improve build support for Windows API partitions (GH-102256)Max Bachmann2023-03-091-3/+5
* gh-102507 Remove invisible pagebreak characters (#102531)JosephSBoyle2023-03-0814-35/+2
* gh-102515: Remove unused imports in the `Lib/` directory (#102516)Alex Waygood2023-03-0833-41/+8
* Remove or update bitbucket links (GH-101963)sblondon2023-03-081-1/+1
* GH-102397: Fix segfault from race condition in signal handling (#102399)Kumar Aditya2023-03-081-0/+15
* Merge in the release of Python 3.12.0a6.Thomas Wouters2023-03-081-2/+50
|\
| * gh-102381: don't call watcher callback with dead object (#102382)Carl Meyer2023-03-081-2/+50
* | Python 3.12.0a6v3.12.0a6Thomas Wouters2023-03-071-55/+40
|/
* gh-102493: fix normalization in PyErr_SetObject (#102502)Irit Katriel2023-03-071-0/+28
* Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (#...Kumar Aditya2023-03-071-6/+2
* Remove unused import of `warnings` from `unittest.loader` (#102479)JosephSBoyle2023-03-061-1/+0
* GH-101362: Optimise PurePath(PurePath(...)) (GH-101667)Barney Gale2023-03-052-25/+38
* GH-101362: Check pathlib.Path flavour compatibility at import time (GH-101664)Barney Gale2023-03-051-5/+11
* GH-101362: Call join() only when >1 argument supplied to pathlib.PurePath() (...Barney Gale2023-03-051-1/+4
* gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#102445)Alex Waygood2023-03-051-19/+2
* GH-102341: Improve the test function for pow (#102342)Partha P. Mukherjee2023-03-051-6/+5
* Fix unused classes in a typing test (GH-102437)JosephSBoyle2023-03-051-2/+2