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