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-96710: Make the test timing more lenient for the int/str DoS regression te...
Miss Islington (bot)
2022-09-09
1
-6/+8
*
GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705)
Miss Islington (bot)
2022-09-08
1
-0/+19
*
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-...
Miss Islington (bot)
2022-09-08
1
-0/+5
*
gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)
Miss Islington (bot)
2022-09-06
1
-0/+12
*
gh-92986: Fix ast.unparse when ImportFrom.level is None (GH-92992)
Miss Islington (bot)
2022-09-05
1
-0/+6
*
[3.10] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) (#9...
Gregory P. Smith
2022-09-04
1
-0/+82
*
gh-68163: Correct conversion of Rational instances to float (GH-25619) (GH-96...
Miss Islington (bot)
2022-09-04
1
-0/+28
*
[3.10] gh-90195: Unset logger disabled flag when configuring it. (GH-96530) (...
Vinay Sajip
2022-09-03
1
-2/+32
*
[3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)
Gregory P. Smith
2022-09-02
9
-2/+224
*
gh-95950: Add a test for both `csv.Dialect` and `kwargs` (GH-95951)
Miss Islington (bot)
2022-08-29
1
-0/+28
*
[3.10] gh-89047: Fix msecs computation so you never end up with 1000 msecs. (...
Miss Islington (bot)
2022-08-27
1
-0/+8
*
gh-95243: Mitigate the race condition in testSockName (GH-96173)
Miss Islington (bot)
2022-08-25
1
-2/+13
*
[3.10] GH-96071: add regression test for GH-96071 (GH-96137) (#96205)
Kumar Aditya
2022-08-23
1
-0/+14
*
gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (G...
Miss Islington (bot)
2022-08-23
1
-1/+15
*
[3.10] GH--93592: Fix frame chain when throwing exceptions into coroutines (G...
Kristján Valur Jónsson
2022-08-23
1
-0/+24
*
[3.10] gh-94996: Disallow lambda pos only params with feature_version < (3, 8...
Shantanu
2022-08-12
1
-0/+7
*
[3.10] gh-94996: Disallow parsing pos only params with feature_version < (3, ...
Shantanu
2022-08-12
2
-2/+10
*
gh-95349: Hide a Distutils Warning Filter for test_check_c_globals (GH-95837)
Miss Islington (bot)
2022-08-11
1
-1/+6
*
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...
Miss Islington (bot)
2022-08-10
1
-0/+4
*
[3.10] gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650). ...
Serhiy Storchaka
2022-08-08
1
-1/+1
*
gh-95376: Add test for names containing null (GH-GH-5394) (GH-95747)
Miss Islington (bot)
2022-08-06
1
-0/+2
*
gh-95395: Add argument type error test (GH-95412) (GH-95745)
Miss Islington (bot)
2022-08-06
1
-1/+3
*
Fix typo in test_dataclasses.py (gh-95735)
Miss Islington (bot)
2022-08-06
1
-2/+2
*
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
Miss Islington (bot)
2022-08-04
1
-1/+1
*
gh-95597: Fix typo in Lib directory files (GH-95599)
Miss Islington (bot)
2022-08-03
1
-1/+1
*
gh-94938: Fix test (GH-95396)
Miss Islington (bot)
2022-07-30
1
-5/+0
*
[3.10] gh-95166: cancel map waited on future on timeout (GH-95169) (GH-95375)
Łukasz Langa
2022-07-29
1
-0/+27
*
[3.10] gh-94938: Fix errror detection of unexpected keyword arguments (GH-949...
Serhiy Storchaka
2022-07-28
2
-0/+52
*
gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)
Miss Islington (bot)
2022-07-27
1
-2/+14
*
gh-95291: Use import helper to improve sqlite3 audit tests (GH-95292)
Miss Islington (bot)
2022-07-26
1
-4/+1
*
gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)
Miss Islington (bot)
2022-07-25
2
-23/+55
*
gh-95212: make multiprocessing test case parallel-safe (GH-95213)
Miss Islington (bot)
2022-07-25
1
-1/+1
*
gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)
Miss Islington (bot)
2022-07-24
1
-0/+10
*
[3.10] gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-...
Miss Islington (bot)
2022-07-19
1
-3/+13
*
[3.10] gh-94998: Remove incorrectly backported Lib/test/test_sqlite3 director...
Erlend Egeberg Aasland
2022-07-19
1
-1892/+0
*
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...
Miss Islington (bot)
2022-07-19
1
-0/+17
*
[3.10] gh-94949: Disallow parsing parenthesised ctx mgr with old feature_vers...
Shantanu
2022-07-19
1
-0/+8
*
test_concurrent_futures: Fix unneeded/confusing format call (GH-93119)
Miss Islington (bot)
2022-07-19
1
-1/+1
*
[3.10] gh-94947: Disallow parsing walrus with feature_version < (3, 8) (GH-94...
Shantanu
2022-07-18
1
-0/+5
*
gh-94821: Fix autobind of empty unix domain address (GH-94826)
Miss Islington (bot)
2022-07-17
1
-0/+19
*
gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902)
Miss Islington (bot)
2022-07-17
1
-0/+13
*
gh-94869: Fix the location in some expressions for multi-line f-string ast no...
Miss Islington (bot)
2022-07-16
1
-2/+31
*
[3.10] GH-94736: mark SemLock test as linux only (GH-94750) (#94753)
Miss Islington (bot)
2022-07-11
1
-0/+1
*
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ...
Miss Islington (bot)
2022-07-11
1
-1/+30
*
GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738)
Miss Islington (bot)
2022-07-11
1
-0/+11
*
[3.10] GH-94329: Don't raise on excessive stack consumption (GH-94421) (#94448)
Mark Shannon
2022-07-11
1
-0/+6
*
[3.10] gh-94430: Allow params named `module` or `self` with custom C names in...
Erlend Egeberg Aasland
2022-07-07
1
-0/+41
*
[3.10] gh-94510: Raise on re-entrant calls to sys.setprofile and syssettrace ...
Pablo Galindo Salgado
2022-07-05
2
-0/+78
*
[3.10] gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-944...
Łukasz Langa
2022-07-05
1
-0/+109
*
[3.10] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-9...
Vinay Sajip
2022-07-05
1
-1/+3
[next]