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
...
*
bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29095)
Miss Islington (bot)
2021-10-20
2
-23/+18
*
bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-2...
Miss Islington (bot)
2021-10-19
1
-0/+42
*
[3.10] bpo-45494: Fix parser crash when reporting errors involving invalid co...
Łukasz Langa
2021-10-19
1
-0/+4
*
[3.10] bpo-45500: Rewrite test_dbm (GH-29002) (GH-29069)
Łukasz Langa
2021-10-19
1
-64/+50
*
bpo-45229: Make test_http_cookiejar discoverable (GH-29004)
Miss Islington (bot)
2021-10-17
1
-10/+1
*
bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)
Miss Islington (bot)
2021-10-16
1
-0/+10
*
[3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode...
Serhiy Storchaka
2021-10-14
1
-1/+34
*
[3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc...
Miss Islington (bot)
2021-10-14
1
-4/+46
*
bpo-24444: fix an error in argparse help when help for an option is blank (GH...
Miss Islington (bot)
2021-10-13
1
-0/+36
*
[3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-2...
Łukasz Langa
2021-10-13
1
-0/+1
*
bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927)
Miss Islington (bot)
2021-10-13
3
-32/+479
*
bpo-45453: Fix test_embed.StdPrinterTests (GH-28916) (GH-28917)
Miss Islington (bot)
2021-10-13
1
-7/+4
*
bpo-45401: Fix a resource warning in test_logging (GH-28864) (GH-28872)
Miss Islington (bot)
2021-10-12
1
-0/+1
*
bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-...
Miss Islington (bot)
2021-10-11
1
-0/+15
*
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
Miss Islington (bot)
2021-10-10
1
-11/+55
*
Fix dataclassses spelling (GH-28837) (GH-28841)
Miss Islington (bot)
2021-10-09
1
-1/+1
*
bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
Miss Islington (bot)
2021-10-09
1
-1/+30
*
[3.10] bpo-45408: Don't override previous tokenizer errors in the second pars...
Pablo Galindo Salgado
2021-10-07
2
-1/+9
*
bpo-45337: Use the realpath of the new executable when creating a venv on Win...
Miss Islington (bot)
2021-10-07
1
-2/+8
*
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
Christian Clauss
2021-10-07
33
-43/+43
*
bpo-45400: Fix suggestion test of test_exceptions (GH-28783)
Miss Islington (bot)
2021-10-07
1
-1/+1
*
bpo-44050: Extension modules can share state when they don't support sub-inte...
Miss Islington (bot)
2021-10-05
1
-0/+31
*
bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712)
Miss Islington (bot)
2021-10-05
1
-4/+7
*
[3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH...
John Belmonte
2021-10-05
2
-0/+69
*
[3.10] Remove trailing spaces (GH-28709)
Serhiy Storchaka
2021-10-03
2
-3/+3
*
bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (G...
Miss Islington (bot)
2021-10-02
1
-1/+1
*
bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)
Miss Islington (bot)
2021-10-01
1
-31/+104
*
bpo-45310: Fix parrallel shared memory tests (GH-28661)
Miss Islington (bot)
2021-10-01
1
-16/+24
*
bpo-45229: Make datetime tests discoverable (GH-28615)
Miss Islington (bot)
2021-10-01
1
-47/+45
*
[3.10] bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28...
Serhiy Storchaka
2021-09-30
3
-52/+30
*
[3.10] bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27...
Łukasz Langa
2021-09-29
1
-0/+14
*
bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540) (GH-28609)
Miss Islington (bot)
2021-09-28
1
-0/+9
*
bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595)
Miss Islington (bot)
2021-09-28
1
-6/+12
*
bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)
Miss Islington (bot)
2021-09-27
1
-0/+33
*
bpo-45249: Ensure the traceback module prints correctly syntax errors with ra...
Miss Islington (bot)
2021-09-27
1
-0/+13
*
bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator e...
Miss Islington (bot)
2021-09-27
1
-1/+12
*
bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559) (GH-28...
Miss Islington (bot)
2021-09-26
1
-0/+13
*
bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279) (GH-28560)
Miss Islington (bot)
2021-09-25
3
-1/+34
*
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
Łukasz Langa
2021-09-21
4
-5/+5
*
[tests] Add missing assert against expected tracebacks in test_exceptions.py ...
Miss Islington (bot)
2021-09-21
1
-0/+1
*
bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in ...
Miss Islington (bot)
2021-09-21
1
-0/+40
*
bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28...
Miss Islington (bot)
2021-09-21
1
-0/+7
*
[3.10] bpo-45021: Fix a hang in forked children (GH-28007) (GH-28480)
Miss Islington (bot)
2021-09-20
1
-0/+14
*
bpo-45229: Make pickle tests discoverable (GH-28467) (GH-28478)
Miss Islington (bot)
2021-09-20
3
-47/+36
*
bpo-40413: test_embed tests calling Py_RunMain() multiple times (GH-28466)
Miss Islington (bot)
2021-09-20
1
-0/+8
*
Docs: Clarify the before_and_after() example (GH-28458) (#28464)
Miss Islington (bot)
2021-09-20
1
-3/+4
*
bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)
Miss Islington (bot)
2021-09-19
1
-3/+4
*
[3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455)
Serhiy Storchaka
2021-09-19
59
-476/+204
*
bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420...
Miss Islington (bot)
2021-09-18
1
-0/+6
*
[3.10] bpo-45183: don't raise an exception when calling zipimport.zipimporter...
Brett Cannon
2021-09-18
1
-1/+2
[prev]
[next]