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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-86943: implement `pathlib.WindowsPath.is_mount()` (GH-31458)
Barney Gale
2022-08-05
1
-4/+5
*
Update the magic number in test_util.py (#95714)
Pablo Galindo Salgado
2022-08-05
1
-1/+1
*
gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668)
Fantix King
2022-08-05
1
-7/+12
*
gh-95573: Fix a mistake in asyncio ssl tests suppressing all logs (#95687)
Fantix King
2022-08-05
1
-1/+11
*
gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)
Eric Snow
2022-08-05
1
-1/+1
*
gh-94619: Remove long deprecated methods module_repr() and load_module() (#94...
Barry Warsaw
2022-08-05
6
-118/+5
*
Fix links to old SF bugs (#95648)
Serhiy Storchaka
2022-08-04
14
-16/+16
*
gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#9...
Petr Viktorin
2022-08-04
1
-1/+63
*
gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)
Petr Viktorin
2022-08-04
1
-0/+29
*
GH-95289: Always call uncancel() when parent cancellation is requested (#95602)
Kumar Aditya
2022-08-04
1
-1/+32
*
gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task ...
Łukasz Langa
2022-08-04
1
-9/+1
*
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
Serhiy Storchaka
2022-08-04
1
-1/+1
*
gh-94675: Add a regression test for rjsmin re slowdown (GH-94685)
Miro Hrončok
2022-08-03
1
-1/+30
*
gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...
Steve Dower
2022-08-03
1
-8/+45
*
gh-95597: Fix typo in Lib directory files (#95599)
Jo, Yunjin
2022-08-03
1
-1/+1
*
GH-92678: Fix tp_dictoffset inheritance. (GH-95596)
Mark Shannon
2022-08-03
1
-0/+19
*
GH-95150: Use position and exception tables for code hashing and equality (GH...
Brandt Bucher
2022-08-01
3
-4/+47
*
gh-91447: Fix findtext to only give an empty string on None (GH-91486)
Eugene Triguba
2022-08-01
1
-0/+14
*
gh-95173: Add a regression test for sorting tuples containing None (#95464)
Jacob Walls
2022-08-01
1
-0/+6
*
gh-77617: Add sqlite3 command-line interface (#95026)
Erlend Egeberg Aasland
2022-08-01
1
-0/+155
*
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ...
Pablo Galindo Salgado
2022-07-31
3
-25/+15
*
gh-95454: Replace truthy/falsy with true/false (GH-95456)
Robert O'Shea
2022-07-30
1
-2/+2
*
gh-94938: Fix test (GH-95396)
Serhiy Storchaka
2022-07-30
1
-5/+0
*
gh-43414: os.get_terminal_size() now uses the actual file descriptor on Windo...
Raghunandan Bhat
2022-07-28
1
-0/+13
*
Fix misused variable that was preventing permutations of classes from being t...
Jingxuan He
2022-07-28
1
-1/+1
*
gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (...
Steve Dower
2022-07-28
1
-1/+1
*
GH-95097: fix `asyncio.run` for tasks without `uncancel` method (#95211)
Kumar Aditya
2022-07-28
1
-2/+49
*
gh-95166: cancel map waited on future on timeout (GH-95169)
Thomas Grainger
2022-07-28
1
-0/+27
*
gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999)
Serhiy Storchaka
2022-07-28
2
-0/+52
*
gh-95174: Add pthread stubs for WASI (GH-95234)
Christian Heimes
2022-07-27
3
-3/+5
*
gh-93963: Remove usage of deprecated interface from importlib.abc. (#95217)
Jason R. Coombs
2022-07-27
2
-2/+2
*
gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)
Christian Heimes
2022-07-27
1
-2/+14
*
gh-95174: WASI: skip missing sockets functions (GH-95179)
Christian Heimes
2022-07-27
1
-0/+13
*
gh-94673: Add Per-Interpreter Storage for Static Builtin Types (#95255)
Eric Snow
2022-07-26
1
-1/+1
*
gh-95285: py.exe launcher fails with short argv0 (GH-95295)
Steve Dower
2022-07-26
1
-3/+15
*
gh-93678: Address stack exhaustion on WASI (GH-95296)
Christian Heimes
2022-07-26
2
-4/+9
*
gh-95291: Use import helper to improve sqlite3 audit tests (#95292)
Erlend Egeberg Aasland
2022-07-26
1
-4/+1
*
gh-95259: add test for traceback with angle-bracketed filename (GH-95260)
Irit Katriel
2022-07-26
1
-0/+15
*
gh-95066: ast: Replace assert with ValueError (GH-95072)
Shantanu
2022-07-26
1
-0/+6
*
Statistics inv_cdf sync with corresponding random module normal distributions...
Raymond Hettinger
2022-07-26
1
-3/+4
*
GH-92678: Expose managed dict clear and visit functions (#95246)
Mark Shannon
2022-07-25
1
-0/+14
*
gh-95077: [Enum] add code-based deprecation warnings for member.member access...
Ethan Furman
2022-07-25
1
-1/+15
*
gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)
Serhiy Storchaka
2022-07-25
2
-23/+55
*
gh-95212: make multiprocessing test case parallel-safe (GH-95213)
Christian Heimes
2022-07-25
1
-1/+1
*
gh-95218: Move tests for importlib.resources into test_importlib.resources. (...
Jason R. Coombs
2022-07-25
32
-9/+9
*
gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...
Thomas Grainger
2022-07-24
1
-0/+24
*
gh-95185: Check recursion depth in the AST constructor (#95186)
Pablo Galindo Salgado
2022-07-24
1
-0/+21
*
gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)
Inada Naoki
2022-07-24
1
-0/+10
*
gh-90385: Add skip_unless_symlink decorator to test_walk_symlink_location (GH...
Christian Heimes
2022-07-23
1
-0/+1
*
gh-90473: Fix more tests on platforms without umask (GH-95164)
Christian Heimes
2022-07-23
2
-0/+13
[prev]
[next]