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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-113868: Add a number of MAP_* flags from macOS to module mmap (#113869)
Ronald Oussoren
2024-01-12
1
-0/+33
*
gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)
Steve Dower
2024-01-12
1
-6/+10
*
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
Zackery Spytz
2024-01-11
1
-19/+15
*
gh-89811: Check for valid tp_version_tag in specializer (GH-113558)
Peter Lazorchak
2024-01-11
1
-0/+29
*
gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817)
Victor Stinner
2024-01-10
2
-4/+4
*
gh-111139: Optimize math.gcd(int, int) (#113887)
Victor Stinner
2024-01-10
1
-5/+9
*
gh-111789: Use PyDict_GetItemRef() in Modules/_zoneinfo.c (GH-112078)
Serhiy Storchaka
2024-01-10
1
-14/+5
*
gh-89850: Add default C implementations of persistent_id() and persistent_loa...
Serhiy Storchaka
2024-01-10
2
-211/+151
*
gh-70835: Clarify error message for CSV file opened with wrong newline (GH-11...
Serhiy Storchaka
2024-01-10
1
-1/+2
*
gh-112182: Replace StopIteration with RuntimeError for future (#113220)
Jamie Phan
2024-01-10
1
-5/+20
*
gh-66060: Use actual class name in _io type's __repr__ (#30824)
AN Long
2024-01-09
3
-20/+29
*
gh-113848: Use PyErr_GivenExceptionMatches() for check for CancelledError (GH...
Serhiy Storchaka
2024-01-09
1
-15/+1
*
gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)
AN Long
2024-01-09
1
-4/+155
*
gh-113791: Expose CLOCK_MONOTONIC_RAW_APPROX and CLOCK_UPTIME_RAW_APROX on ma...
Ronald Oussoren
2024-01-08
1
-6/+10
*
gh-113755: Fully adapt gcmodule.c to Argument Clinic (#113756)
Erlend E. Aasland
2024-01-08
2
-27/+174
*
gh-113787: Fix refleaks in test_capi (gh-113816)
neonene
2024-01-08
2
-3/+2
*
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display t...
Pablo Galindo Salgado
2024-01-08
3
-0/+105
*
gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (G...
Zackery Spytz
2024-01-08
1
-4/+8
*
gh-89532: Remove LibreSSL workarounds (#28728)
Rami
2024-01-06
2
-6326/+3
*
gh-113750: Fix object resurrection in free-threaded builds (gh-113751)
Sam Gross
2024-01-06
1
-3/+1
*
gh-113688: Split up gcmodule.c (gh-113715)
Sam Gross
2024-01-05
1
-1959/+32
*
gh-111178: Avoid calling functions from incompatible pointer types in _tkinte...
Christopher Chavez
2024-01-02
1
-18/+26
*
GH-113633: Use module state structure for _testcapi. (GH-113634)
Neil Schemenauer
2024-01-01
1
-51/+64
*
gh-113536: Expose `os.waitid` on macOS (#113542)
Ronald Oussoren
2024-01-01
2
-10/+10
*
gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13374)
Jeffrey Kintscher
2024-01-01
2
-6/+6
*
gh-103092: Make ``pyexpat`` module importable in sub-interpreters (#113555)
Kirill Podoprigora
2023-12-29
1
-3/+1
*
bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH...
Zackery Spytz
2023-12-28
1
-4/+5
*
gh-103092: Make `_elementtree` module importable in sub-interpreters (#113434)
Kirill Podoprigora
2023-12-28
1
-3/+1
*
gh-113332: Simplify calls to SSL_(CTX_)set_verify in _ssl.c (#113333)
David Benjamin
2023-12-26
1
-7/+2
*
gh-113191: Add support of os.fchmod() on Windows (GH-113192)
Serhiy Storchaka
2023-12-24
2
-27/+59
*
gh-111784: Fix two segfaults in the elementtree module (GH-113405)
Kirill Podoprigora
2023-12-24
1
-2/+14
*
gh-112205: Support docstring for `@getter` (#113160)
Donghee Na
2023-12-20
4
-49/+204
*
gh-113119: Fix the macOS framework installer build (#113268)
Gregory P. Smith
2023-12-19
1
-1/+10
*
gh-113039: Avoid using leading dots in the include path for frozen getpath.py...
Itamar Oren
2023-12-18
1
-1/+1
*
gh-113117: Support posix_spawn in subprocess.Popen with close_fds=True (#113118)
Jakub Kulík
2023-12-17
1
-0/+24
*
gh-113149: Improve error message when JSON has trailing comma (GH-113227)
Carson Radtke
2023-12-17
1
-0/+14
*
gh-113119 fix environment handling in subprocess.Popen when posix_spawn is us...
Jakub Kulík
2023-12-17
1
-6/+10
*
gh-113202: Add a strict option to itertools.batched() (gh-113203)
Raymond Hettinger
2023-12-16
2
-21/+40
*
gh-111964: Add _PyRWMutex a "readers-writer" lock (gh-112859)
Sam Gross
2023-12-16
1
-0/+99
*
gh-113172: Fix compiler warnings in Modules/_xxinterpqueuesmodule.c (GH-113173)
Serhiy Storchaka
2023-12-15
1
-1/+3
*
bpo-36796: Clean the error handling in _testcapimodule.c (GH-13085)
Zackery Spytz
2023-12-14
2
-14/+50
*
gh-86179: Avoid making case-only changes when calculating realpath() during i...
Steve Dower
2023-12-14
1
-2/+11
*
gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (...
Serhiy Storchaka
2023-12-14
2
-23/+71
*
gh-112205: Update textio module to use `@getter` as possible. (gh-113095)
Donghee Na
2023-12-14
2
-49/+125
*
gh-111049: Fix crash during garbage collection of the BytesIO buffer object (...
Serhiy Storchaka
2023-12-14
1
-10/+4
*
gh-86179: Implement realpath() on Windows for getpath.py calculations (GH-113...
Steve Dower
2023-12-13
1
-0/+39
*
gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959)
Diego Russo
2023-12-13
2
-59/+124
*
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
Steve Dower
2023-12-13
12
-24/+0
*
gh-112205: Support `@setter` annotation from AC (gh-112922)
Donghee Na
2023-12-13
6
-52/+113
*
gh-112723: Call `PyThreadState_Clear()` from the correct interpreter (#112776)
Sam Gross
2023-12-13
1
-0/+2
[next]