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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)
Samet YASLAN
2023-12-30
3
-10/+25
*
gh-103708: Make directory layout in sysconfig implementation configurable (#1...
Ankit Kumar Pandey
2023-12-29
2
-39/+51
*
GH-113528: Remove a couple of expensive pathlib ABC tests (#113534)
Barney Gale
2023-12-28
2
-42/+43
*
GH-113225: Speed up `pathlib._abc.PathBase.glob()` (#113556)
Barney Gale
2023-12-28
2
-5/+12
*
gh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` audit eve...
Nikita Sobolev
2023-12-28
1
-0/+1
*
gh-113299: Move cpp.py into libclinic (#113526)
Erlend E. Aasland
2023-12-27
1
-1/+1
*
gh-113317: Rework Argument Clinic cpp.py error handling (#113525)
Erlend E. Aasland
2023-12-27
1
-2/+2
*
gh-57795: Add news to idlelib/News3.txt (#113522)
Terry Jan Reedy
2023-12-27
1
-0/+4
*
gh-67641: Clarify documentation on bytes vs text with non-seeking tarfile str...
Stanley
2023-12-27
1
-4/+5
*
bpo-26791: Update shutil.move() to provide the same symlink move behavior as ...
Jeffrey Kintscher
2023-12-27
2
-1/+30
*
GH-110109: pathlib ABCs: drop use of `warnings._deprecated()` (#113419)
Barney Gale
2023-12-27
1
-6/+4
*
GH-110109: pathlib ABCs: drop use of `io.text_encoding()` (#113417)
Barney Gale
2023-12-27
2
-3/+18
*
gh-57795: IDLE: Enter the selected text when opening the "Replace" dialog (GH...
Zackery Spytz
2023-12-27
1
-16/+7
*
gh-64020: Deprecate pydoc.ispackage() (GH-20908)
Zackery Spytz
2023-12-27
2
-2/+8
*
gh-111615: Fix regression in QueueHandler configuration. (GH-111638)
Vinay Sajip
2023-12-27
2
-17/+38
*
bpo-36959: Fix error messages for invalid ISO format string in _strptime() (G...
Gordon P. Hemsley
2023-12-26
2
-40/+59
*
gh-113468: Remove the "_new_ suffix from class names in pydocfodder (GH-113469)
Serhiy Storchaka
2023-12-26
1
-8/+8
*
gh-66515: mailbox.MH now supports folders withou the ".mh_sequences" file (GH...
Serhiy Storchaka
2023-12-26
2
-3/+19
*
bpo-21360: mailbox.Maildir now ignores files with a leading dot (GH-11833)
Zackery Spytz
2023-12-25
2
-0/+16
*
gh-113407: Fix import of unittest.mock when CPython is built without docstrin...
Serhiy Storchaka
2023-12-24
1
-5/+11
*
gh-113191: Add support of os.fchmod() on Windows (GH-113192)
Serhiy Storchaka
2023-12-24
2
-3/+11
*
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
2
-4/+27
*
gh-113028: Correctly memoize str in pickle when escapes added (GH-113436)
Jeff Allen
2023-12-24
2
-7/+15
*
gh-112559: Avoid unnecessary conversion attempts to enum_klass in signal.py (...
Yilei Yang
2023-12-24
3
-2/+48
*
gh-112800: Ignore PermissionError on SubprocessTransport.close() in asyncio (...
Allison Karlitskaya
2023-12-24
1
-1/+2
*
gh-113317: Move more formatting helpers into libclinic (#113438)
Erlend E. Aasland
2023-12-23
1
-3/+3
*
Fix trivial typo in test_interpreters (GH-113381)
Jeff Allen
2023-12-23
1
-1/+1
*
gh-113188: Fix shutil.copymode() on Windows (GH-113189)
Serhiy Storchaka
2023-12-23
2
-14/+18
*
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
1
-14/+15
*
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
1
-30/+0
*
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
1
-0/+27
*
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
5
-20/+27
*
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
1
-0/+26
*
gh-113157 gh-89519: Fix method descriptors (gh-113233)
Raymond Hettinger
2023-12-21
1
-0/+15
*
gh-95754: Better AttributeError on partially initialised module (#112577)
Shantanu
2023-12-21
2
-0/+11
*
gh-113174: Sync with importlib_metadata 7.0 (#113175)
Jason R. Coombs
2023-12-21
7
-134/+236
*
gh-113325: Remove a debugging print accidentally left in test_symtable (GH-11...
Serhiy Storchaka
2023-12-21
1
-1/+0
*
gh-87277: Don't look for X11 browsers on macOS in webbrowser (#24480)
Ronald Oussoren
2023-12-21
2
-1/+17
*
GH-111485: Delete the old generator code. (GH-113321)
Mark Shannon
2023-12-21
1
-46/+31
*
gh-113336: Remove the 'version' directive from Argument Clinic (#113341)
Erlend E. Aasland
2023-12-21
1
-65/+0
*
GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (#113334)
Martijn Pieters
2023-12-20
2
-8/+20
*
gh-113255: Clarify docs for `typing.reveal_type` (#113286)
Kir
2023-12-20
1
-2/+2
[next]