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-121596: Fix Sharing Interpreter Channels (gh-121597)
Eric Snow
2024-07-10
1
-0/+18
*
gh-120198: Stop the world when setting __class__ on free-threaded build (GH-1...
Ken Jin
2024-07-10
1
-1/+1
*
gh-107851: Fix spurious failures in fcntl eintr tests (#121556)
Sam Gross
2024-07-10
1
-17/+20
*
gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead (#12...
sobolevn
2024-07-10
2
-2/+2
*
Improve zipimport tests (GH-121535)
Serhiy Storchaka
2024-07-10
1
-158/+138
*
gh-117657: Skip test when running under TSan (GH-121549)
Sam Gross
2024-07-09
2
-0/+4
*
GH-118926: Better distinguish between pointer and arrays in interpreter gener...
Mark Shannon
2024-07-09
1
-1/+43
*
gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-121503)
Eric Snow
2024-07-08
1
-7/+0
*
GH-119169: Simplify `os.walk()` exception handling (#121435)
Barney Gale
2024-07-08
1
-50/+34
*
GH-121012: Set index to -1 when list iterators become exhausted in tier 2 (GH...
Mark Shannon
2024-07-08
1
-0/+9
*
gh-108297: Update crashers README for test_crashers removal (#121475)
Alyssa Coghlan
2024-07-08
1
-4/+0
*
GH-73991: Fix "Operation not supported" on Fedora buildbot. (#121444)
Barney Gale
2024-07-07
1
-4/+9
*
gh-121351: Skip test_not_wiping_history_file() if no readline (#121422)
Sergey B Kirpichev
2024-07-06
1
-0/+4
*
gh-119909: Fix ``NameError`` in ``asyncio`` REPL (#121341)
Kirill Podoprigora
2024-07-06
1
-1/+1
*
GH-73991: Support preserving metadata in `pathlib.Path.copy()` (#120806)
Barney Gale
2024-07-06
4
-5/+181
*
gh-121359: Run test_pyrepl in isolated mode (#121414)
Victor Stinner
2024-07-05
1
-1/+4
*
gh-121288: Make error message for index() methods consistent (GH-121395)
Serhiy Storchaka
2024-07-05
1
-1/+1
*
gh-121149: improve accuracy of builtin sum() for complex inputs (gh-121176)
Sergey B Kirpichev
2024-07-05
1
-0/+9
*
gh-59110: Fix a debug output for implicit directories (GH-121375)
Serhiy Storchaka
2024-07-05
1
-2/+4
*
gh-121084: Fix test_typing random leaks (#121360)
Victor Stinner
2024-07-04
1
-0/+6
*
gh-59110: zipimport: support namespace packages when no directory entry exist...
Serhiy Storchaka
2024-07-04
3
-30/+138
*
gh-120754: Reduce system calls in full-file FileIO.readall() case (#120755)
Cody Maloney
2024-07-04
1
-8/+14
*
gh-121141: add support for `copy.replace` to AST nodes (#121162)
Bénédikt Tran
2024-07-04
1
-0/+272
*
gh-117983: Defer import of threading for lazy module loading (#120233)
Chris Markiewicz
2024-07-03
1
-1/+3
*
gh-118714: Make the pdb post-mortem restart/quit behavior more reasonable (#1...
Tian Gao
2024-07-03
2
-3/+23
*
gh-121300: Add `replace` to `copy.__all__` (#121302)
Max Muoto
2024-07-03
2
-3/+8
*
gh-121245: a regression test for site.register_readline() (#121259)
Sergey B Kirpichev
2024-07-03
1
-0/+27
*
gh-61103: Support float and long double complex types in ctypes module (#121248)
Sergey B Kirpichev
2024-07-03
3
-4/+24
*
gh-121027: Make the functools.partial object a method descriptor (GH-121089)
Serhiy Storchaka
2024-07-03
3
-32/+20
*
GH-73991: Support copying directory symlinks on older Windows (#120807)
Barney Gale
2024-07-03
5
-24/+40
*
gh-121210: handle nodes with missing attributes/fields in `ast.compare` (#121...
Bénédikt Tran
2024-07-02
2
-4/+34
*
gh-121245: Amend d611c4c8e9 (correct import) (#121255)
Sergey B Kirpichev
2024-07-02
1
-2/+1
*
Move get_signal_name() to test.support (#121251)
Victor Stinner
2024-07-02
6
-58/+65
*
gh-121110: Temporarily Skip test_basic_multiple_interpreters_reset_each (gh-1...
Eric Snow
2024-07-01
1
-0/+7
*
gh-121200: Fix test_expanduser_pwd2() of test_posixpath (#121228)
Victor Stinner
2024-07-01
1
-3/+8
*
gh-121220: Mark test_threaded_weak_value_dict_copy() as CPU-heavy (#121221)
Kirill Podoprigora
2024-07-01
1
-0/+2
*
gh-121200: Log pwd entry in test_expanduser_pwd2() (#121207)
Victor Stinner
2024-07-01
1
-6/+7
*
gh-121084: Call _abc_registry_clear() when checking refleaks (#121191)
Victor Stinner
2024-07-01
1
-3/+7
*
gh-61103: Support double complex (_Complex) type in ctypes (#120894)
Sergey B Kirpichev
2024-07-01
3
-12/+91
*
gh-121188: Sanitize invalid XML characters in regrtest (#121195)
Victor Stinner
2024-07-01
3
-5/+88
*
gh-87744: fix waitpid race while calling send_signal in asyncio (#121126)
Kumar Aditya
2024-07-01
2
-9/+41
*
gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter(...
Kirill Podoprigora
2024-06-30
2
-41/+42
*
gh-119372: Recover inf's and zeros in _Py_c_quot (GH-119457)
Sergey B Kirpichev
2024-06-29
1
-0/+31
*
gh-120713: Normalize year with century for datetime.strftime (GH-120820)
blhsing
2024-06-29
2
-12/+39
*
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
Steve Dower
2024-06-28
1
-2/+9
*
gh-121018: Fix more cases of exiting in argparse when exit_on_error=False (GH...
Serhiy Storchaka
2024-06-28
2
-14/+56
*
Check for compiler warnings in test_cext on Windows (#121088)
Victor Stinner
2024-06-28
4
-4/+16
*
gh-120804: remove `is_active` method from internal child watchers implementat...
Kumar Aditya
2024-06-28
1
-6/+0
*
gh-121065: Temporarily skip flaky test on free-threaded build (#121100)
Sam Gross
2024-06-27
1
-0/+1
*
gh-105623 Fix performance degradation in logging RotatingFileHandler (GH-105887)
Craig Robson
2024-06-27
1
-3/+3
[prev]
[next]