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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
GH-113710: Fix updating of dict version tag and add watched dict stats (GH-11...
Mark Shannon
2024-02-12
6
-23/+22
*
gh-115058: Add ``reset_rare_event_counters`` function in `_testinternalcapi` ...
Kirill Podoprigora
2024-02-12
2
-0/+18
*
Remove outdated comment about py3.6 in `test_typing` (#115318)
Nikita Sobolev
2024-02-12
1
-2/+0
*
Add missing sections to blurbs (#114553)
Hugo van Kemenade
2024-02-12
3
-0/+3
*
gh-89039: Call subclass constructors in datetime.*.replace (GH-114780)
Eugene Toder
2024-02-12
3
-21/+124
*
gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319)
Hugo van Kemenade
2024-02-12
9
-100/+119
*
gh-114785: Remove content from `Porting from Python2` how-to (#114805)
Nikita Sobolev
2024-02-12
3
-420/+19
*
gh-114563: C decimal falls back to pydecimal for unsupported format strings (...
John Belmonte
2024-02-12
3
-122/+88
*
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher
2024-02-12
12
-84/+130
*
gh-87804: Fix error handling and style in `_pystatvfs_fromstructstatfs` (#115...
Nikita Sobolev
2024-02-12
1
-31/+33
*
gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825)
Skip Montanaro
2024-02-11
3
-20/+29
*
gh-115282: Fix direct invocation of `test_traceback.py` (#115283)
Nikita Sobolev
2024-02-11
1
-4/+7
*
gh-97959: Fix rendering of routines in pydoc (GH-113941)
Serhiy Storchaka
2024-02-11
5
-72/+333
*
gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)
Serhiy Storchaka
2024-02-11
5
-84/+91
*
gh-115011: Improve support of __index__() in setters of members with unsigned...
Serhiy Storchaka
2024-02-11
3
-67/+61
*
gh-97928: Partially restore the behavior of tkinter.Text.count() by default (...
Serhiy Storchaka
2024-02-11
5
-28/+59
*
gh-67837, gh-112998: Fix dirs creation in concurrent extraction (GH-115082)
Serhiy Storchaka
2024-02-11
4
-3/+31
*
gh-85984: Add _POSIX_VDISABLE from unistd.h to termios module. (#114985)
Soumendra Ganguly
2024-02-11
2
-3/+5
*
gh-79382: Fix recursive glob() with trailing "**" (GH-115134)
Serhiy Storchaka
2024-02-11
3
-1/+15
*
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka
2024-02-11
14
-153/+150
*
gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164)
Serhiy Storchaka
2024-02-11
2
-22/+38
*
gh-114807: multiprocessing: don't raise ImportError if _multiprocessing is mi...
Hood Chatham
2024-02-11
1
-1/+1
*
gh-101100: Fix dangling refs in bdb.rst (#114983)
Skip Montanaro
2024-02-11
2
-9/+10
*
gh-115274: Fix direct invocation of `testmock/testpatch.py` (#115275)
Nikita Sobolev
2024-02-11
1
-1/+1
*
gh-115249: Fix `test_descr` with `-OO` mode (#115250)
Nikita Sobolev
2024-02-11
1
-1/+5
*
gh-115258: Temporarily disable test on Windows (#115269)
Sam Gross
2024-02-11
1
-0/+3
*
gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (#114786)
Nikita Sobolev
2024-02-10
3
-5/+9
*
gh-115254: Fix `test_property` with `-00` mode (#115255)
Nikita Sobolev
2024-02-10
1
-0/+1
*
gh-114670: Fix `_testbuffer` module initialization (#114672)
Nikita Sobolev
2024-02-10
1
-53/+74
*
gh-115252: Fix `test_enum` with `-OO` mode (GH-115253)
Nikita Sobolev
2024-02-10
1
-3/+14
*
GH-115060: Speed up `pathlib.Path.glob()` by removing redundant regex matchin...
Barney Gale
2024-02-10
4
-28/+76
*
gh-114894: add array.array.clear() method (#114919)
Mike Zimin
2024-02-10
7
-1/+71
*
gh-102840: Fix confused traceback when floordiv or mod operations happens bet...
Kirill Podoprigora
2024-02-10
3
-6/+37
*
gh-115059: Remove debugging code in test_io (GH-115240)
Serhiy Storchaka
2024-02-10
1
-30/+0
*
gh-76763: Make chr() always raising ValueError for out-of-range values (GH-11...
Serhiy Storchaka
2024-02-10
4
-28/+32
*
GH-87804: Fix counter overflow in statvfs on macOS (#99570)
Ronald Oussoren
2024-02-10
2
-0/+102
*
gh-114552: Update `__dir__` method docs: it allows returning an iterable (#11...
Nikita Sobolev
2024-02-10
2
-3/+11
*
gh-96471: Add shutdown() method to queue.Queue (#104750)
Laurie O
2024-02-10
5
-0/+474
*
gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (g...
Donghee Na
2024-02-10
20
-107/+38
*
gh-115165: Fix `typing.Annotated` for immutable types (#115213)
dave-shawley
2024-02-09
3
-1/+28
*
gh-110481: Implement inter-thread queue for biased reference counting (#114824)
Sam Gross
2024-02-09
21
-11/+418
*
gh-112903: Handle non-types in _BaseGenericAlias.__mro_entries__() (#115191)
Carl Meyer
2024-02-09
3
-1/+92
*
Add Peter L to ACKS (GH-115222)
Peter Lazorchak
2024-02-09
1
-0/+1
*
gh-115142: Skip test_optimizer if _testinternalcapi module is not available (...
Kirill Podoprigora
2024-02-09
1
-1/+4
*
gh-115184: Fix refleak tracking issues in free-threaded build (#115188)
Sam Gross
2024-02-09
3
-6/+16
*
Docs: correctly link to code objects (#115214)
Erlend E. Aasland
2024-02-09
1
-2/+3
*
gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH...
Serhiy Storchaka
2024-02-09
3
-0/+63
*
GH-113632: update configure.ac for WebAssembly support tiers (#115192)
Brett Cannon
2024-02-09
4
-6/+11
*
gh-101100: Fix sphinx warnings in `library/enum.rst` (#114696)
Nikita Sobolev
2024-02-09
2
-3/+15
*
gh-115167: Exclude vcruntime140_threads.dll from Windows build output (GH-115...
adang1345
2024-02-08
2
-1/+2
[prev]
[next]