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-113903: Fix an IDLE configdialog test (#113973)
Terry Jan Reedy
2024-01-12
3
-16/+16
*
gh-111968: Explicit handling for finalized freelist (gh-113929)
Donghee Na
2024-01-12
2
-19/+7
*
Improve kde graph with better caption and number formatting (gh-113967)
Raymond Hettinger
2024-01-12
1
-0/+0
*
GH-107678: Improve Unicode handling clarity in ``library/re.rst`` (#107679)
Adam Turner
2024-01-11
1
-92/+145
*
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
Zackery Spytz
2024-01-11
5
-25/+23
*
Update KDE recipe to match the standard use of the h parameter (gh-#113958)
Raymond Hettinger
2024-01-11
1
-7/+5
*
gh-111968: Use per-thread freelists for tuple in free-threading (gh-113921)
Donghee Na
2024-01-11
8
-70/+45
*
gh-113845: Fix a compiler warning in Python/suggestions.c (GH-113949)
Serhiy Storchaka
2024-01-11
1
-2/+0
*
GH-113853: Guarantee forward progress in executors (GH-113854)
Mark Shannon
2024-01-11
5
-74/+121
*
gh-107901: jump leaving an exception handler doesn't need an eval break check...
Irit Katriel
2024-01-11
3
-3/+4
*
gh-91960: Remove Cirrus CI configuration (#113938)
Victor Stinner
2024-01-11
1
-29/+0
*
gh-113932: assert ``SyntaxWarning`` in test_compile.TestSpecifics.test_… (#...
Kirill Podoprigora
2024-01-11
1
-1/+2
*
gh-112419: Document removal of sys.meta_path's 'find_module' fallback (#112421)
AN Long
2024-01-11
1
-4/+7
*
gh-112640: Add `kwdefaults` parameter to `types.FunctionType.__new__` (#112641)
Nikita Sobolev
2024-01-11
8
-13/+76
*
gh-89811: Check for valid tp_version_tag in specializer (GH-113558)
Peter Lazorchak
2024-01-11
4
-3/+243
*
gh-111968: Unify naming scheme for freelist (gh-113919)
Donghee Na
2024-01-10
2
-3/+3
*
gh-113896: Fix test_builtin.BuiltinTest.test___ne__() (#113897)
Kirill Podoprigora
2024-01-10
1
-2/+2
*
gh-87868: Skip `test_one_environment_variable` in `test_subprocess` when the ...
AN Long
2024-01-10
1
-3/+12
*
gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817)
Victor Stinner
2024-01-10
5
-6/+68
*
gh-112302: Point core developers to SBOM devguide on errors (#113490)
Seth Michael Larson
2024-01-10
1
-9/+44
*
gh-113753: Clear finalized bit when putting PyAsyncGenASend back into free li...
Sam Gross
2024-01-10
4
-0/+16
*
gh-113625: Align object addresses in the Descriptor HowTo Guide (#113894)
Raymond Hettinger
2024-01-10
1
-1/+1
*
Add @requires_zlib() decorator for gh-109858 tests (GH-113918)
Serhiy Storchaka
2024-01-10
1
-0/+2
*
gh-111968: Use per-thread freelists for float in free-threading (gh-113886)
Donghee Na
2024-01-10
9
-59/+43
*
GH-113860: All executors are now defined in terms of micro ops. Convert count...
Mark Shannon
2024-01-10
9
-139/+125
*
gh-111139: Optimize math.gcd(int, int) (#113887)
Victor Stinner
2024-01-10
1
-5/+9
*
gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016)
Serhiy Storchaka
2024-01-10
3
-0/+73
*
gh-111789: Use PyDict_GetItemRef() in Modules/_zoneinfo.c (GH-112078)
Serhiy Storchaka
2024-01-10
1
-14/+5
*
gh-66515: Fix locking of an MH mailbox without ".mh_sequences" file (GH-113482)
Serhiy Storchaka
2024-01-10
2
-2/+26
*
gh-89850: Add default C implementations of persistent_id() and persistent_loa...
Serhiy Storchaka
2024-01-10
5
-214/+190
*
gh-58032: Do not use argparse.FileType in module CLIs and scripts (GH-113649)
Serhiy Storchaka
2024-01-10
7
-41/+56
*
gh-113664: Improve style of Big O notation (GH-113695)
Serhiy Storchaka
2024-01-10
16
-27/+27
*
gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730)
Serhiy Storchaka
2024-01-10
3
-0/+48
*
gh-70835: Clarify error message for CSV file opened with wrong newline (GH-11...
Serhiy Storchaka
2024-01-10
2
-8/+14
*
gh-96037: Always insert TimeoutError when exit an expired asyncio.timeout() b...
Serhiy Storchaka
2024-01-10
3
-13/+133
*
gh-113879: Fix ResourceWarning in test_asyncio.test_server (GH-113881)
Serhiy Storchaka
2024-01-10
1
-14/+14
*
gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-113900)
Serhiy Storchaka
2024-01-10
3
-0/+15
*
GH-113858: GitHub Actions config: Only save ccache on pushes (GH-113859)
Petr Viktorin
2024-01-10
2
-0/+10
*
gh-112182: Replace StopIteration with RuntimeError for future (#113220)
Jamie Phan
2024-01-10
4
-12/+49
*
pathlib ABCs: Require one or more initialiser arguments (#113885)
Barney Gale
2024-01-10
2
-32/+26
*
GH-113528: Deoptimise `pathlib._abc.PurePathBase` (#113559)
Barney Gale
2024-01-09
4
-140/+195
*
gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584)
Donghee Na
2024-01-09
17
-50/+171
*
GH-113528: Deoptimise `pathlib._abc.PurePathBase.relative_to()` (again) (#113...
Barney Gale
2024-01-09
2
-15/+42
*
GH-113528: Deoptimise `pathlib._abc.PurePathBase.parts` (#113883)
Barney Gale
2024-01-09
2
-4/+13
*
gh-66060: Use actual class name in _io type's __repr__ (#30824)
AN Long
2024-01-09
7
-20/+59
*
GH-113528: Deoptimise `pathlib._abc.PathBase.resolve()` (#113782)
Barney Gale
2024-01-09
1
-25/+40
*
GH-113661: unittest runner: Don't exit 5 if tests were skipped (#113856)
Stefano Rivera
2024-01-09
5
-3/+18
*
gh-113781: Silence AttributeError in warning module during Python finalizatio...
Serhiy Storchaka
2024-01-09
2
-3/+6
*
gh-113848: Handle CancelledError subclasses in asyncio TaskGroup() and timeou...
Serhiy Storchaka
2024-01-09
3
-7/+13
*
gh-113848: Use PyErr_GivenExceptionMatches() for check for CancelledError (GH...
Serhiy Storchaka
2024-01-09
1
-15/+1
[prev]
[next]