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-103092: Test _ctypes type hierarchy and features (#113727)
AN Long
2024-01-09
9
-5/+130
*
gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)
AN Long
2024-01-09
3
-4/+194
*
gh-113842: Add missing error check for PyIter_Next() in Python/symtable.c (GH...
Yan Yanchii
2024-01-09
1
-0/+6
*
gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations (#113752)
Hugo van Kemenade
2024-01-09
2
-81/+75
*
gh-113692: skip a test if multiprocessing isn't available. (GH-113704)
Vinay Sajip
2024-01-09
1
-1/+3
*
Docs: Link tokens in the format string grammars (#108184)
William Andrea
2024-01-09
3
-8/+12
*
gh-112087: Update list.{pop,clear,reverse,remove} to use CS (gh-113764)
Donghee Na
2024-01-09
2
-9/+46
*
gh-112808: Fix mimalloc build on Solaris (#112809)
Jakub Kulík
2024-01-08
1
-1/+1
*
gh-112806: Remove unused function warnings during mimalloc build on Solaris (...
Jakub Kulík
2024-01-08
1
-2/+2
*
readme: fix displaying issue of command (#113719)
mara004
2024-01-08
1
-2/+2
*
gh-113027: Fix test_variable_tzname in test_email (#113821)
Serhiy Storchaka
2024-01-08
1
-2/+2
*
gh-113827: Move Windows frozen modules directory to allow PGO builds (GH-113828)
Steve Dower
2024-01-08
1
-1/+1
*
GH-111693: Propagate correct asyncio.CancelledError instance out of asyncio.C...
Kristján Valur Jónsson
2024-01-08
4
-25/+153
*
gh-113791: Expose CLOCK_MONOTONIC_RAW_APPROX and CLOCK_UPTIME_RAW_APROX on ma...
Ronald Oussoren
2024-01-08
3
-6/+30
*
GH-113528: Speed up pathlib ABC tests. (#113788)
Barney Gale
2024-01-08
2
-6/+20
*
gh-113688: fix dtrace build on Solaris (#113814)
Jakub Kulík
2024-01-08
1
-2/+2
*
GH-113528: Move a few misplaced pathlib tests (#113527)
Barney Gale
2024-01-08
2
-86/+86
*
Minor algebraic simplification for the totient() recipe (gh-113822)
Raymond Hettinger
2024-01-08
1
-1/+1
*
gh-113755: Fully adapt gcmodule.c to Argument Clinic (#113756)
Erlend E. Aasland
2024-01-08
3
-28/+175
*
gh-113787: Fix refleaks in test_capi (gh-113816)
neonene
2024-01-08
2
-3/+2
*
gh-113391: fix outdated PyObject_HasAttr docs (#113420)
Sergey B Kirpichev
2024-01-08
1
-3/+2
*
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display t...
Pablo Galindo Salgado
2024-01-08
12
-225/+117
*
gh-74678: Increase base64 test coverage (GH-21913)
Zackery Spytz
2024-01-08
1
-0/+3
*
gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (G...
Zackery Spytz
2024-01-08
4
-8/+24
*
gh-73965: Move PYTHON_HISTORY into the correct usage section (#113798)
Hugo van Kemenade
2024-01-08
1
-1/+1
*
gh-73965: New environment variable PYTHON_HISTORY (#13208)
Zackery Spytz
2024-01-07
7
-3/+50
*
gh-112795: Allow `/` folder in a zipfile (#112932)
AN Long
2024-01-07
3
-1/+16
*
gh-89532: Remove LibreSSL workarounds (#28728)
Rami
2024-01-06
6
-6330/+7
*
GH-113528: Deoptimise `pathlib._abc.PurePathBase.relative_to()` (#113529)
Barney Gale
2024-01-06
2
-2/+5
*
GH-113528: Deoptimise `pathlib._abc.PurePathBase.parent` (#113530)
Barney Gale
2024-01-06
2
-42/+63
*
GH-113528: Deoptimise `pathlib._abc.PurePathBase.name` (#113531)
Barney Gale
2024-01-06
2
-7/+25
*
GH-113528: Slightly improve `pathlib.Path.glob()` tests for symlink loop hand...
Barney Gale
2024-01-06
1
-9/+14
*
GH-113528: Split up pathlib tests for invalid basenames. (#113776)
Barney Gale
2024-01-06
1
-4/+31
*
GH-113528: pathlib ABC tests: add repr to dummy path classes. (#113777)
Barney Gale
2024-01-06
1
-0/+6
*
gh-107901: synthetic jumps which are not at end of loop no longer check the e...
Irit Katriel
2024-01-06
7
-53/+108
*
gh-111488: Changed error message in case of no 'in' keyword after 'for' in cm...
Grigoriev Semyon
2024-01-06
5
-1592/+1820
*
gh-113537: support loads str in plistlib.loads (#113582)
AN Long
2024-01-06
4
-3/+24
*
gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11.7 (#113...
Ronald Oussoren
2024-01-06
5
-20/+26
*
gh-113750: Fix object resurrection in free-threaded builds (gh-113751)
Sam Gross
2024-01-06
3
-6/+14
*
GH-113568: Stop raising deprecation warnings from pathlib ABCs (#113757)
Barney Gale
2024-01-05
5
-24/+46
*
gh-113360: Fix the documentation of module's attribute __test__ (GH-113393)
Serhiy Storchaka
2024-01-05
1
-3/+3
*
gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-113618)
Serhiy Storchaka
2024-01-05
3
-13/+30
*
GH-113568: Stop raising auditing events from pathlib ABCs (#113571)
Barney Gale
2024-01-05
5
-35/+64
*
gh-113688: Split up gcmodule.c (gh-113715)
Sam Gross
2024-01-05
9
-1960/+2031
*
gh-112532: Tag mimalloc heaps and pages (#113742)
Sam Gross
2024-01-05
7
-16/+35
*
gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (#113739)
Hugo van Kemenade
2024-01-05
3
-50/+58
*
gh-80532: Do not set ipv6type when cross-compiling (#17956)
Zackery Spytz
2024-01-05
3
-2/+3
*
gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725)
Hugo van Kemenade
2024-01-05
8
-57/+57
*
gh-113703: Correctly identify incomplete f-strings in the codeop module (#113...
Pablo Galindo Salgado
2024-01-05
3
-2/+11
*
GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to class...
Mark Shannon
2024-01-05
6
-28/+64
[next]