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-47089: Avoid test_compileall failures on Windows (GH-32037)
Miss Islington (bot)
2022-04-01
1
-48/+36
*
bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH...
Miss Islington (bot)
2022-03-23
1
-47/+18
*
[3.10] bpo-47101: list only activated algorithms in hashlib.algorithms_availa...
Christian Heimes
2022-03-23
1
-0/+4
*
bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
Miss Islington (bot)
2022-03-22
1
-0/+16
*
bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578)
Jeremy Kloth
2022-03-22
2
-185/+117
*
[3.10] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (#32047)
Miss Islington (bot)
2022-03-22
1
-0/+26
*
[3.10] bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013)
Gregory P. Smith
2022-03-20
1
-1/+9
*
bpo-39394: Improve warning message in the re module (GH-31988)
Miss Islington (bot)
2022-03-19
1
-3/+6
*
[3.10] bpo-40296: Fix supporting generic aliases in pydoc (GH-30253). (GH-31976)
Serhiy Storchaka
2022-03-18
2
-1/+78
*
bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)
Miss Islington (bot)
2022-03-18
1
-0/+11
*
bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
Miss Islington (bot)
2022-03-17
1
-1/+1
*
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCa...
Miss Islington (bot)
2022-03-17
2
-26/+24
*
bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-3...
Miss Islington (bot)
2022-03-16
3
-313/+270
*
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
Miss Islington (bot)
2022-03-15
1
-0/+8
*
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.gues...
Miss Islington (bot)
2022-03-15
1
-0/+7
*
[3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857)
Jason R. Coombs
2022-03-13
1
-0/+10
*
[3.10] bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-3106...
Matt Bogosian
2022-03-11
1
-0/+21
*
[3.10] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (G...
Jelle Zijlstra
2022-03-10
9
-14/+7
*
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
Miss Islington (bot)
2022-03-08
1
-0/+9
*
[3.10] bpo-46940: Don't override existing AttributeError suggestion informati...
Pablo Galindo Salgado
2022-03-07
1
-0/+18
*
bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
Miss Islington (bot)
2022-03-07
1
-0/+8
*
bpo-14156: Make argparse.FileType work correctly for binary file modes when a...
Miss Islington (bot)
2022-03-06
1
-13/+102
*
[3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (...
Victor Stinner
2022-03-04
1
-8/+26
*
bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)
Miss Islington (bot)
2022-03-03
1
-0/+12
*
[3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634)
Victor Stinner
2022-03-02
14
-49/+109
*
bpo-46756: Fix authorization check in urllib.request (GH-31353)
Miss Islington (bot)
2022-02-25
1
-4/+21
*
bpo-46820: Refactor tests for ambiguous end of numerical literal (GH-31494)
Miss Islington (bot)
2022-02-25
1
-89/+25
*
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (G...
Miss Islington (bot)
2022-02-23
1
-0/+1
*
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
Miss Islington (bot)
2022-02-22
1
-0/+18
*
bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31...
Miss Islington (bot)
2022-02-22
1
-0/+9
*
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31472)
Miss Islington (bot)
2022-02-21
2
-8/+15
*
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)...
Miss Islington (bot)
2022-02-20
1
-0/+14
*
bpo-46603: improve coverage of `typing._strip_annotations` (GH-31063)
Miss Islington (bot)
2022-02-19
1
-0/+9
*
Fix mistake in barry_as_FLUFL test (GH-31392)
Miss Islington (bot)
2022-02-18
1
-1/+1
*
[3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379)
Miss Islington (bot)
2022-02-17
1
-0/+12
*
[3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-...
Mark Shannon
2022-02-16
1
-2/+2
*
bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...
Miss Islington (bot)
2022-02-16
1
-0/+2
*
bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLPars...
Miss Islington (bot)
2022-02-12
1
-0/+9
*
bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
Miss Islington (bot)
2022-02-11
1
-0/+186
*
[3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-3069...
Petr Viktorin
2022-02-11
1
-0/+16
*
bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)
Miss Islington (bot)
2022-02-11
1
-0/+5
*
[3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252...
Pablo Galindo Salgado
2022-02-10
1
-1/+1
*
[3.10] Fix warning: asyncio.events._event_loop_policy was modified by test_as...
Andrew Svetlov
2022-02-10
6
-4/+28
*
[3.10] bpo-46707: Avoid potential exponential backtracking in some syntax err...
Pablo Galindo Salgado
2022-02-10
1
-0/+8
*
bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
Miss Islington (bot)
2022-02-09
1
-0/+55
*
bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)
Miss Islington (bot)
2022-02-09
1
-0/+4
*
bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py...
Miss Islington (bot)
2022-02-08
1
-1/+2
*
[3.10] bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-3120...
Gregory Beauregard
2022-02-08
1
-0/+8
*
[3.10] bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP se...
Miss Islington (bot)
2022-02-07
2
-18/+18
*
[3.10] bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156). ...
Gregory Beauregard
2022-02-07
1
-0/+5
[next]