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-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe ...
Dino Viehland
2024-04-19
2
-0/+239
*
gh-118079: Fix ``requires_singlephase_init`` helper (#118081)
Kirill Podoprigora
2024-04-19
1
-3/+2
*
gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#1...
Alex Waygood
2024-04-19
3
-9/+74
*
gh-116931: Add fileobj parameter check for Tarfile.addfile (GH-117988)
lyc8503
2024-04-19
2
-6/+17
*
gh-117535: Change unknown filename of warnings from `sys` to `<sys>` (#118018)
Tian Gao
2024-04-19
2
-4/+4
*
gh-102402: Fix logging test_relativeCreated_has_higher_precision() leak (#117...
Victor Stinner
2024-04-18
1
-17/+15
*
gh-117503: Fix test for posixpath.expanduser() when pw_dir ends with / (GH-11...
Serhiy Storchaka
2024-04-18
1
-0/+1
*
gh-87969: Align docs and docstrings with implementation for ctypes' [w]string...
Shreyan Avigyan
2024-04-18
1
-4/+4
*
gh-117641: Improve the perfornance of posixpath.commonpath() (#117652)
Nice Zombies
2024-04-18
1
-1/+1
*
gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982)
Serhiy Storchaka
2024-04-17
1
-0/+104
*
gh-117613: Argument Clinic: disallow defining class parameter at module level...
neonene
2024-04-17
1
-0/+9
*
gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994)
Serhiy Storchaka
2024-04-17
2
-1/+16
*
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
Irit Katriel
2024-04-17
4
-75/+124
*
GH-100242: bring functools.py partial implementation more in line with C code...
CF Bolz-Tereick
2024-04-17
2
-1/+14
*
Test: Get the smtp test server using os.getenv() (#117979)
Diego Russo
2024-04-17
1
-2/+5
*
gh-117975: Ensure flush level is checked when configuring a logging MemoryHan...
Vinay Sajip
2024-04-17
2
-12/+43
*
bpo-40944: Fix IndexError when parse emails with truncated Message-ID, addres...
Ivan Savin
2024-04-17
2
-5/+50
*
gh-65824: Add "Help on ..." to the "less" prompt in pydoc (GH-116183)
Serhiy Storchaka
2024-04-17
1
-15/+22
*
gh-117313: Fix re-folding email messages containing non-standard line separat...
Serhiy Storchaka
2024-04-17
2
-2/+52
*
gh-117394: Speed up os.path.ismount() on Posix (GH-117447)
Serhiy Storchaka
2024-04-17
1
-3/+6
*
gh-117503: Fix support of non-ASCII user names in posixpath.expanduser() (GH-...
Serhiy Storchaka
2024-04-17
2
-1/+12
*
gh-117907: Fix test_inspect for the build with enabled tracing references (GH...
Serhiy Storchaka
2024-04-17
1
-0/+2
*
gh-117879: Fix test_httpservers for the build with profiling (GH-117932)
Serhiy Storchaka
2024-04-17
1
-0/+3
*
gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH-117934)
Serhiy Storchaka
2024-04-17
2
-0/+30
*
gh-75171: Fix parsing invalid email address headers starting or ending with a...
tsufeki
2024-04-17
3
-5/+60
*
gh-117923: Catch ``test_webbrowser.test_parse_args_error`` stderr output (#11...
Kirill Podoprigora
2024-04-17
1
-3/+15
*
gh-71966: Move the module docstring from _pydecimal to decimal (GH-117919)
Serhiy Storchaka
2024-04-17
2
-100/+100
*
linecache: Fix docstring location (#117948)
Jelle Zijlstra
2024-04-16
1
-6/+5
*
gh-117645: Increase WASI stack size from 512 KiB to 8 MiB (#117674)
Victor Stinner
2024-04-16
1
-2/+1
*
gh-117755: Remove tests on huge memory allocations (#117938)
Victor Stinner
2024-04-16
2
-97/+2
*
gh-117376: Make code objects use deferred reference counting (#117823)
Sam Gross
2024-04-16
2
-2/+6
*
gh-117683: Fix test_free_different_thread failures with GIL disabled (#117685)
Sam Gross
2024-04-16
1
-2/+6
*
gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecation warn...
Alex Waygood
2024-04-16
2
-1/+26
*
gh-117613: Argument Clinic: ensure that 'defining_class' params are positiona...
neonene
2024-04-16
1
-0/+10
*
gh-102402: Fix floating point math issue by using `time.time_ns()` in `loggin...
Douglas Thor
2024-04-16
2
-6/+50
*
gh-117797: Improve `test_descr.test_not_implemented` (#117798)
Nikita Sobolev
2024-04-16
1
-8/+17
*
gh-117613: Enhance test_clinic @defining_class tests (#117896)
Victor Stinner
2024-04-16
1
-4/+28
*
gh-77102: site: try utf-8 and fallback to locale encoding when reading .pth f...
Inada Naoki
2024-04-16
1
-26/+35
*
gh-76785: Fix Windows Refleak in test_interpreters (gh-117913)
Eric Snow
2024-04-16
2
-6/+7
*
gh-117688: Fix deadlock in test_no_stale_references with GIL disabled (#117720)
Sam Gross
2024-04-15
1
-11/+21
*
gh-117657: Add TSAN suppressions for the free-threaded build (#117736)
mpage
2024-04-15
1
-3/+9
*
gh-115532: Minor tweaks to kde() (gh-117897)
Raymond Hettinger
2024-04-15
1
-11/+23
*
gh-112278: Improve error handling in wmi module and tests (GH-117818)
Steve Dower
2024-04-15
1
-2/+4
*
gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to...
Steve Dower
2024-04-15
3
-2/+95
*
gh-117889: Fix PGO test in test_peg_generator (#117893)
Victor Stinner
2024-04-15
2
-3/+2
*
GH-117750: When clearing object's dict, clear inline values but leave dict at...
Mark Shannon
2024-04-15
1
-0/+10
*
Add 'The Python 2.3 Method Resolution Order' (#116435)
Hugo van Kemenade
2024-04-15
2
-2/+2
*
gh-117694: Improve tests for PyEval_EvalCodeEx() (GH-117695)
Serhiy Storchaka
2024-04-15
1
-11/+81
*
gh-117755: Skip test_io.test_constructor() on s390x (#117801)
Victor Stinner
2024-04-15
1
-1/+11
*
gh-117636: Remove redundant type check in `os.path.join()` (#117638)
Nice Zombies
2024-04-14
3
-6/+4
[next]