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
...
*
bpo-21360: mailbox.Maildir now ignores files with a leading dot (GH-11833)
Zackery Spytz
2023-12-25
5
-0/+23
*
fix bullet-list in `LOAD_SUPER_ATTR` documentation on `dis` page (#113461)
denballakh
2023-12-24
1
-3/+4
*
GH-111485: Fix handling of FOR_ITER in Tier 2 (GH-113394)
Mark Shannon
2023-12-24
1
-12/+5
*
gh-113407: Fix import of unittest.mock when CPython is built without docstrin...
Serhiy Storchaka
2023-12-24
2
-5/+12
*
Add codeowners for `Lib/ensurepip/` (#112805)
Alex Waygood
2023-12-24
1
-0/+2
*
gh-113191: Add support of os.fchmod() on Windows (GH-113192)
Serhiy Storchaka
2023-12-24
7
-32/+82
*
gh-113440: Ignore the "ver" command failure with exit code 0xc0000142 (GH-113...
Serhiy Storchaka
2023-12-24
1
-0/+2
*
gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423)
Xu Song
2023-12-24
3
-4/+28
*
gh-113028: Correctly memoize str in pickle when escapes added (GH-113436)
Jeff Allen
2023-12-24
3
-7/+21
*
gh-111784: Fix two segfaults in the elementtree module (GH-113405)
Kirill Podoprigora
2023-12-24
2
-2/+19
*
gh-112559: Avoid unnecessary conversion attempts to enum_klass in signal.py (...
Yilei Yang
2023-12-24
4
-2/+51
*
gh-112800: Ignore PermissionError on SubprocessTransport.close() in asyncio (...
Allison Karlitskaya
2023-12-24
2
-1/+4
*
gh-113317: Move more formatting helpers into libclinic (#113438)
Erlend E. Aasland
2023-12-23
4
-159/+160
*
Fix trivial typo in test_interpreters (GH-113381)
Jeff Allen
2023-12-23
1
-1/+1
*
gh-74573: document that ndbm can silently corrupt databases on macOS (#113354)
Ronald Oussoren
2023-12-23
3
-0/+13
*
gh-113188: Fix shutil.copymode() on Windows (GH-113189)
Serhiy Storchaka
2023-12-23
3
-14/+24
*
gh-112925: Fix error in example of `datetime.time.fromisoformat` and add doct...
F-park
2023-12-23
1
-1/+3
*
gh-81682: Fix test failures when CPython is built without docstrings (GH-113410)
Serhiy Storchaka
2023-12-23
12
-21/+55
*
gh-113317: Clean up Argument Clinic global namespace (#113414)
Erlend E. Aasland
2023-12-23
4
-135/+185
*
gh-113317: Remove TextAccumulator type alias from clinic.py (#113413)
Erlend E. Aasland
2023-12-22
1
-8/+5
*
GH-110109: Adjust `test_pathlib_abc` imports to ease backporting (#113411)
Barney Gale
2023-12-22
1
-12/+13
*
gh-113317: Argument Clinic: tear out internal text accumulator APIs (#113402)
Erlend E. Aasland
2023-12-22
2
-188/+89
*
GH-110109: pathlib ABCs: do not vary path syntax by host OS. (#113219)
Barney Gale
2023-12-22
4
-60/+87
*
GH-112855: Slightly improve tests for `pathlib.PurePath` pickling (#113243)
Barney Gale
2023-12-22
2
-16/+10
*
gh-113212: Improve error message & document zero-arg super inside nested func...
Yan Yanchii
2023-12-22
4
-3/+51
*
GH-110109: Fix misleading `pathlib._abc.PurePathBase` repr (#113376)
Barney Gale
2023-12-22
4
-15/+16
*
GH-112215: Increase C recursion limit for non debug builds (GH-113397)
Mark Shannon
2023-12-22
7
-21/+33
*
gh-109989: Fix test_c_locale_coercion when PYTHONIOENCODING is set (#113378)
Ronald Oussoren
2023-12-22
1
-5/+49
*
gh-113384: Skip test_freeze for framework builds on macOS (#113390)
Ronald Oussoren
2023-12-22
1
-0/+2
*
gh-113297: Fix segfault in compiler for with statement with 19 context manage...
Irit Katriel
2023-12-22
3
-1/+29
*
gh-112027: Don't print mimalloc warning after mmap() call (gh-113372)
Sam Gross
2023-12-22
1
-2/+2
*
Bump mypy to 1.8.0 (#113385)
Alex Waygood
2023-12-21
2
-2/+2
*
gh-113157 gh-89519: Fix method descriptors (gh-113233)
Raymond Hettinger
2023-12-21
2
-0/+23
*
gh-113313: Note that slice support is not required for all sequences. (gh-113...
Raymond Hettinger
2023-12-21
1
-3/+3
*
gh-113370: Add missing obmalloc.o dependencies on mimalloc (#113371)
Sam Gross
2023-12-21
1
-2/+5
*
gh-95754: Better AttributeError on partially initialised module (#112577)
Shantanu
2023-12-21
4
-2/+34
*
gh-113174: Sync with importlib_metadata 7.0 (#113175)
Jason R. Coombs
2023-12-21
10
-144/+265
*
gh-113343: Fix error check on mmap(2) (#113342)
Namhyung Kim
2023-12-21
1
-1/+1
*
gh-113325: Remove a debugging print accidentally left in test_symtable (GH-11...
Serhiy Storchaka
2023-12-21
1
-1/+0
*
gh-65701: document that freeze doesn't work with framework builds on macOS (#...
Ronald Oussoren
2023-12-21
3
-0/+12
*
gh-110383: Improve accuracy of str.split() and str.rsplit() docstrings (#113355)
Erlend E. Aasland
2023-12-21
2
-5/+9
*
gh-87277: Don't look for X11 browsers on macOS in webbrowser (#24480)
Ronald Oussoren
2023-12-21
3
-1/+20
*
GH-111485: Delete the old generator code. (GH-113321)
Mark Shannon
2023-12-21
18
-3723/+210
*
gh-113336: Remove the 'version' directive from Argument Clinic (#113341)
Erlend E. Aasland
2023-12-21
2
-117/+0
*
Docs: update URL in Argument Clinic CLI help text (#113351)
Erlend E. Aasland
2023-12-21
1
-1/+1
*
Docs: OpenSSL wording ambiguity (#113296)
Jan Brasna
2023-12-21
1
-1/+1
*
gh-112305: Fix check-clean-src to detect frozen_modules .h files. (#113344)
Gregory P. Smith
2023-12-21
2
-2/+7
*
gh-111375: Use `NULL` rather than `None` in the exception stack to indicate t...
Carey Metcalfe
2023-12-21
6
-7/+9
*
GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (#113334)
Martijn Pieters
2023-12-20
3
-8/+21
*
gh-113330: Fix mimalloc headers reference (#113331)
Sam Gross
2023-12-20
1
-1/+1
[prev]
[next]