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
*
[3.10] bpo-23556: [doc] Fix inaccuracy in documentation for raise without arg...
Miss Islington (bot)
2022-01-27
1
-3/+19
*
bpo-46529: increase coverage of `typing.Union.__repr__` method (GH-30911)
Miss Islington (bot)
2022-01-26
1
-0/+9
*
[3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines...
Pablo Galindo Salgado
2022-01-25
3
-3/+32
*
[3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891)
Victor Stinner
2022-01-25
1
-0/+42
*
bpo-41682: fixed flaky test test_sendfile_close_peer_in_the_middle_of_receivi...
Miss Islington (bot)
2022-01-25
1
-5/+7
*
[3.10] bpo-46445, bpo-46519: Re-import typing.NewType (GH-30886)
Ken Jin
2022-01-25
1
-0/+1
*
bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864)
Miss Islington (bot)
2022-01-25
1
-0/+8
*
bpo-46503: Prevent an assert from firing when parsing some invalid \N sequenc...
Miss Islington (bot)
2022-01-25
1
-0/+4
*
[3.10] bpo-46416: Allow direct invocation of `Lib/test/test_typing.py` (GH-30...
Nikita Sobolev
2022-01-24
1
-3/+3
*
Improve grouper() recipe to demonstrate all forms of zip() (GH-30837) (GH-30840)
Miss Islington (bot)
2022-01-23
1
-6/+29
*
[3.10] bpo-46240: Correct the error for unclosed parentheses when the tokeniz...
Pablo Galindo Salgado
2022-01-23
2
-1/+4
*
bpo-46266: Add calendar day of week constants to __all__ (GH-30412) (GH-30424)
Miss Islington (bot)
2022-01-23
1
-2/+1
*
bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801) (GH...
Miss Islington (bot)
2022-01-23
1
-0/+2
*
bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-...
Miss Islington (bot)
2022-01-22
2
-0/+22
*
bpo-46425: fix direct invocation of `asyncio` tests (GH-30725) (#30782)
Miss Islington (bot)
2022-01-22
6
-2/+25
*
[3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)...
Miss Islington (bot)
2022-01-22
3
-3/+19
*
bpo-46442: improve and rename testExceptionCleanupNames (GH-30758)
Miss Islington (bot)
2022-01-22
1
-2/+14
*
bpo-46445: Cover multiple inheritance of `TypedDict` in `test_typing` (GH-30719)
Miss Islington (bot)
2022-01-21
1
-1/+87
*
bpo-46434: Handle missing docstrings in pdb help (GH-30705)
Miss Islington (bot)
2022-01-21
1
-0/+21
*
bpo-46426: Improve tests for the dir_fd argument (GH-30668) (GH-30739)
Miss Islington (bot)
2022-01-21
3
-230/+208
*
bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)
Miss Islington (bot)
2022-01-21
1
-0/+19
*
bpo-46080: fix argparse help generation exception in edge case (GH-30111)
Miss Islington (bot)
2022-01-20
1
-2/+5
*
[3.10] bpo-46339: Fix crash in the parser when computing error text for multi...
Miss Islington (bot)
2022-01-20
1
-0/+6
*
[3.10] bpo-46425: Fix direct invocation of multiple test modules (GH-30666) (...
Nikita Sobolev
2022-01-20
4
-7/+6
*
bpo-46437: remove useless `hasattr` from `test_typing` (GH-30704)
Miss Islington (bot)
2022-01-19
1
-9/+7
*
[3.10] bpo-46413: properly test `__{r}or__` code paths in `_SpecialGenericAli...
Miss Islington (bot)
2022-01-19
1
-0/+8
*
bpo-46424: [typing] cover `Annotation[arg]` invalid usage in tests (GH-30663)
Miss Islington (bot)
2022-01-19
1
-0/+4
*
bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638)
Miss Islington (bot)
2022-01-18
6
-16/+14
*
bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631)
Miss Islington (bot)
2022-01-17
1
-2/+14
*
Define Py_BUILD_CORE_MODULE
Miss Islington (bot)
2022-01-13
6
-15/+16
*
bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535)
Miss Islington (bot)
2022-01-13
1
-0/+6
*
bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)
Miss Islington (bot)
2022-01-11
1
-0/+12
*
bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)
Miss Islington (bot)
2022-01-11
1
-8/+10
*
bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471)
Miss Islington (bot)
2022-01-08
1
-4/+4
*
[3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468)
Miss Islington (bot)
2022-01-07
1
-4/+14
*
bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440)
Miss Islington (bot)
2022-01-06
1
-1/+5
*
bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (G...
Miss Islington (bot)
2022-01-06
1
-2/+7
*
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-...
Miss Islington (bot)
2022-01-04
1
-0/+8
*
bpo-42918: Improve built-in function compile() in mode 'single' (GH-29934) (G...
Miss Islington (bot)
2021-12-27
1
-0/+2
*
[3.10] bpo-46032: Check types in singledispatch's register() at declaration t...
Serhiy Storchaka
2021-12-25
1
-0/+68
*
bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser...
Miss Islington (bot)
2021-12-24
1
-5/+13
*
Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244)
Miss Islington (bot)
2021-12-24
1
-1/+1
*
[3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG pa...
Pablo Galindo Salgado
2021-12-20
1
-0/+8
*
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213)
Miss Islington (bot)
2021-12-20
10
-63/+102
*
[3.10] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (G...
Andrew Svetlov
2021-12-19
1
-252/+214
*
bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140) (GH-30183)
Miss Islington (bot)
2021-12-18
1
-5/+6
*
bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)
Miss Islington (bot)
2021-12-17
1
-1/+5
*
bpo-45755: [typing] Reveal class attributes of generic in generic aliases in ...
Miss Islington (bot)
2021-12-17
1
-0/+11
*
Fix a typo in the message from make_ssl_certs. (GH-30152) (GH-30161)
Miss Islington (bot)
2021-12-17
1
-1/+1
*
bpo-46105: Honor spec when generating requirement specs with urls and extras....
Miss Islington (bot)
2021-12-16
1
-0/+2
[next]