index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add comments to `{typing,_collections_abc}._type_repr` about each other (#102...
Nikita Sobolev
2023-03-16
2
-2/+4
*
gh-102594: PyErr_SetObject adds note to exception raised on normalization err...
Irit Katriel
2023-03-16
1
-0/+20
*
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (#94468)
yonatanp
2023-03-16
2
-0/+33
*
GH-100112: avoid using iterable coroutines in asyncio internally (#100128)
Kumar Aditya
2023-03-16
2
-16/+21
*
gh-102690: Use Edge as fallback in webbrowser instead of IE (#102691)
Jamoo721
2023-03-16
1
-4/+8
*
Fix typo in code comment (#102726)
Martin Breuss
2023-03-15
1
-1/+1
*
gh-102615: Use `list` instead of `tuple` in `repr` of paramspec (#102637)
Nikita Sobolev
2023-03-15
2
-3/+49
*
gh-101377: improving test_locale_calendar_formatweekday of calendar (#101378)
Andre Hora
2023-03-15
1
-2/+6
*
gh-102560 Add docstrings to asyncio.TaskGroup (#102565)
JosephSBoyle
2023-03-15
1
-0/+18
*
gh-102519: Avoid failing tests due to inaccessible volumes (GH-102706)
Steve Dower
2023-03-15
1
-6/+11
*
Rename redundant enum tests so that they run (#102535)
JosephSBoyle
2023-03-14
1
-3/+2
*
gh-102674: Remove _specialization_stats from Lib/opcode.py (#102685)
Dong-hee Na
2023-03-14
2
-10/+1
*
gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506)
Eric Snow
2023-03-14
1
-34/+0
*
GH-102670: Use sumprod() to simplify, speed up, and improve accuracy of stati...
Raymond Hettinger
2023-03-14
2
-13/+25
*
gh-102069: Fix `__weakref__` descriptor generation for custom dataclasses (#1...
Nikita Sobolev
2023-03-13
2
-4/+14
*
gh-98169 dataclasses.astuple support DefaultDict (#98170)
T
2023-03-13
2
-13/+33
*
gh-87092: refactor assemble() to a number of separate functions, which do not...
Irit Katriel
2023-03-13
2
-17/+28
*
Fix broken link to MSDN (#102355)
谭九鼎
2023-03-13
2
-2/+2
*
gh-101100: Fix Sphinx warnings in `turtle` module (#102340)
Hugo van Kemenade
2023-03-13
1
-1/+1
*
GH-101673: Fix pdb bug where local variable changes are lost after longlist (...
gaogaotiantian
2023-03-12
2
-11/+31
*
Optimize fmean() weighted average (#102626)
Raymond Hettinger
2023-03-12
1
-18/+16
*
gh-101821: Test coverage for `ast.main` function (#101822)
Nikita Sobolev
2023-03-11
1
-0/+20
*
gh-79940: skip `TestGetAsyncGenState` on wasm as it requires working sockets ...
Thomas Krennwallner
2023-03-11
1
-1/+3
*
gh-79940: add introspection API for asynchronous generators to `inspect` modu...
Thomas Krennwallner
2023-03-11
2
-0/+157
*
gh-102433: Add tests for how classes with properties interact with `isinstanc...
Alex Waygood
2023-03-11
1
-0/+88
*
GH-90997: Shrink the LOAD_GLOBAL caches (#102569)
Brandt Bucher
2023-03-11
3
-151/+156
*
gh-88071: Update docstrings of dataclass' astuple and asdict (#101806)
Ilya V. Schurov
2023-03-11
1
-2/+2
*
gh-102103: add `module` argument to `dataclasses.make_dataclass` (#102104)
Nikita Sobolev
2023-03-11
2
-1/+53
*
gh-102578: Optimise setting and deleting mutable attributes on non-dataclass ...
Xuehai Pan
2023-03-11
2
-6/+48
*
GH-80486: Fix handling of NTFS alternate data streams in pathlib (GH-102454)
Barney Gale
2023-03-10
2
-4/+32
*
GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)
Paul Ganssle
2023-03-10
1
-1/+8
*
gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH...
Steve Dower
2023-03-10
1
-0/+43
*
gh-102378: don't bother stripping `/` from __text_signature__ (#102379)
David Hewitt
2023-03-09
2
-56/+24
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
1
-3/+5
*
gh-102507 Remove invisible pagebreak characters (#102531)
JosephSBoyle
2023-03-08
14
-35/+2
*
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood
2023-03-08
33
-41/+8
*
Remove or update bitbucket links (GH-101963)
sblondon
2023-03-08
1
-1/+1
*
GH-102397: Fix segfault from race condition in signal handling (#102399)
Kumar Aditya
2023-03-08
1
-0/+15
*
Merge in the release of Python 3.12.0a6.
Thomas Wouters
2023-03-08
1
-2/+50
|
\
|
*
gh-102381: don't call watcher callback with dead object (#102382)
Carl Meyer
2023-03-08
1
-2/+50
*
|
Python 3.12.0a6
v3.12.0a6
Thomas Wouters
2023-03-07
1
-55/+40
|
/
*
gh-102493: fix normalization in PyErr_SetObject (#102502)
Irit Katriel
2023-03-07
1
-0/+28
*
Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (#...
Kumar Aditya
2023-03-07
1
-6/+2
*
Remove unused import of `warnings` from `unittest.loader` (#102479)
JosephSBoyle
2023-03-06
1
-1/+0
*
GH-101362: Optimise PurePath(PurePath(...)) (GH-101667)
Barney Gale
2023-03-05
2
-25/+38
*
GH-101362: Check pathlib.Path flavour compatibility at import time (GH-101664)
Barney Gale
2023-03-05
1
-5/+11
*
GH-101362: Call join() only when >1 argument supplied to pathlib.PurePath() (...
Barney Gale
2023-03-05
1
-1/+4
*
gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#102445)
Alex Waygood
2023-03-05
1
-19/+2
*
GH-102341: Improve the test function for pow (#102342)
Partha P. Mukherjee
2023-03-05
1
-6/+5
*
Fix unused classes in a typing test (GH-102437)
JosephSBoyle
2023-03-05
1
-2/+2
[next]