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-96272: Replace `test_source_encoding`'s `test_pep263` with `test_import_en...
Michael Droettboom
2022-08-25
2
-15/+10
*
gh-92445 Improve interaction between nargs="*" and choices() (GH-92565)
Harry
2022-08-25
1
-0/+7
*
gh-76728: Coerce DictReader and DictWriter fieldnames argument to a list (GH-...
Sam Ezeh
2022-08-25
1
-0/+28
*
gh-95243: Mitigate the race condition in testSockName (#96173)
Ross Burton
2022-08-25
1
-2/+13
*
GH-93503: Add thread-specific APIs to set profiling and tracing functions in ...
Pablo Galindo Salgado
2022-08-24
1
-0/+59
*
gh-96021: Explicitly close the IsolatedAsyncioTestCase runner in tests (GH-96...
Serhiy Storchaka
2022-08-24
1
-2/+7
*
gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler op...
Irit Katriel
2022-08-24
2
-1/+170
*
GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)
Raymond Hettinger
2022-08-23
2
-0/+146
*
gh-96189: Fix test_invalid_utf8 on a number of build bots (GH-96190)
Michael Droettboom
2022-08-23
1
-43/+43
*
gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (#...
Kevin Kirsche
2022-08-23
1
-1/+15
*
gh-96197: Add `del sys.breakpointhook` behavior test (gh-96198)
Jeong YunWon
2022-08-23
1
-0/+5
*
GH-96071: add regression test for #96071 (GH-96137)
Kumar Aditya
2022-08-22
1
-0/+15
*
gh-96076: Change test_launcher to use non-admin location for py.ini (GH-96091)
Terry Jan Reedy
2022-08-22
1
-3/+5
*
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126)
Christian Heimes
2022-08-19
1
-0/+8
*
GH-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)
Brandt Bucher
2022-08-19
1
-6/+11
*
GH-95861: Add support for Spearman's rank correlation coefficient (GH-95863)
Raymond Hettinger
2022-08-18
1
-0/+16
*
gh-95813: Improve HTMLParser from the view of inheritance (#95874)
Dong-hee Na
2022-08-18
1
-0/+14
*
gh-95913: make the new internal classes pdb.ModuleTarget/ScriptTarget private...
Irit Katriel
2022-08-18
1
-1/+1
*
GH-95589: Dont crash when subclassing extension classes with multiple inherit...
Mark Shannon
2022-08-17
1
-11/+33
*
gh-95991: Add some infrastructure for testing Limited API in _testcapi (GH-95...
Petr Viktorin
2022-08-17
2
-4/+12
*
gh-96005: FreeBSD has ENOTCAPABLE, too (GH-96034)
Christian Heimes
2022-08-17
1
-2/+4
*
GH-95704: Don't suppress errors from tasks when TG is cancelled (#95761)
Guido van Rossum
2022-08-17
1
-24/+30
*
gh-94823: Improve coverage in tokenizer.c:valid_utf8 (GH-94856)
Michael Droettboom
2022-08-16
1
-0/+61
*
GH-95736: fix IsolatedAsyncioTestCase to initialize Runner before calling set...
Kumar Aditya
2022-08-16
1
-0/+15
*
GH-95245: Move weakreflist into the pre-header. (GH-95996)
Mark Shannon
2022-08-16
1
-0/+31
*
GH-94808: Test __build_class__ inside non-dict __builtins__ (GH-95932)
Michael Droettboom
2022-08-15
1
-5/+9
*
GH-95899: fix asyncio.Runner to call set_event_loop only once (#95900)
Kumar Aditya
2022-08-15
1
-0/+14
*
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
Mark Shannon
2022-08-15
2
-1/+25
*
gh-95853: Address wasm build and test issues (GH-95985)
Christian Heimes
2022-08-15
1
-1/+2
*
gh-95853: Add script to automate WASM build (GH-95828)
Christian Heimes
2022-08-13
2
-1/+13
*
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland
2022-08-13
1
-432/+192
*
gh-94909: fix joining of absolute and relative Windows paths in pathlib (GH-...
Barney Gale
2022-08-12
1
-0/+4
*
gh-94996: Disallow lambda pos only params with feature_version < (3, 8) (GH-9...
Shantanu
2022-08-12
1
-0/+7
*
gh-94996: Disallow parsing pos only params with feature_version < (3, 8) (GH-...
Shantanu
2022-08-12
2
-2/+10
*
gh-95724: Clarify taskgroups.py license. (#95847)
Yury Selivanov
2022-08-11
1
-1/+2
*
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...
Eric Snow
2022-08-11
1
-48/+840
*
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886)
Mark Shannon
2022-08-11
1
-0/+22
*
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...
Mark Dickinson
2022-08-10
1
-0/+4
*
gh-95804: Respect MemoryHandler.flushOnClose in logging shutdown. (GH-95857)
David Bonner
2022-08-10
1
-0/+29
*
gh-95349: Hide a Distutils Warning Filter for test_check_c_globals (GH-95837)
Eric Snow
2022-08-09
1
-1/+6
*
Disable Limited API tests with Py_TRACE_REFS (GH-95796)
Petr Viktorin
2022-08-09
1
-0/+4
*
gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-9...
Serhiy Storchaka
2022-08-08
1
-13/+10
*
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Petr Viktorin
2022-08-08
2
-0/+7
*
gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650)
Serhiy Storchaka
2022-08-08
1
-1/+1
*
gh-95388: Suppress deprecation warning in test_immutable_type_with_mutable_ba...
Erlend E. Aasland
2022-08-08
1
-0/+1
*
gh-88339: enable fast seeking of uncompressed unencrypted zipfile.ZipExtFile ...
JuniorJPDJ
2022-08-06
1
-0/+2
*
gh-95376: Add test for names containing null (#GH-5394)
Sion Kang
2022-08-06
1
-0/+2
*
gh-95395: Add argument type error test (GH-95412)
Sion Kang
2022-08-06
1
-1/+3
*
Fix typo in test_dataclasses.py (gh-95735)
da-woods
2022-08-06
1
-2/+2
*
gh-93243: Make smtpd private before porting its users (GH-93246)
Oleg Iarygin
2022-08-06
5
-1023/+881
[next]