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-43352: Add a Barrier object in asyncio lib (GH-24903)
Duprat
2022-03-25
1
-2/+576
*
bpo-47118: Fix asyncio.Runner tests error (32117)
Andrew Svetlov
2022-03-25
1
-1/+1
*
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
Andrew Svetlov
2022-03-24
1
-0/+133
*
bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH...
Andrew Svetlov
2022-03-23
1
-47/+18
*
bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH...
Christian Heimes
2022-03-23
1
-0/+4
*
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel()...
Andrew Svetlov
2022-03-23
3
-15/+59
*
bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
Daniël van Noord
2022-03-22
1
-0/+16
*
bpo-45150: Fix testing under FIPS mode (GH-32046)
Christian Heimes
2022-03-22
1
-0/+5
*
bpo-42885: Optimize search for regular expressions starting with "\A" or "^" ...
Serhiy Storchaka
2022-03-22
1
-0/+15
*
bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910)
Andrew Svetlov
2022-03-22
1
-0/+25
*
bpo-47076: Make asyncio.Queue stable on slow test boxes (GH-32040)
Andrew Svetlov
2022-03-22
1
-21/+11
*
bpo-47084: Clear Unicode cached representations on finalization (GH-32032)
Jeremy Kloth
2022-03-22
1
-18/+23
*
bpo-46838: Syntax error improvements for function definitions (GH-31590)
Pablo Galindo Salgado
2022-03-22
1
-0/+204
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
42
-17/+139
*
bpo-28080: Add support for the fallback encoding in ZIP files (GH-32007)
Serhiy Storchaka
2022-03-22
1
-2/+138
*
bpo-47081: Replace "qualifiers" with "quantifiers" in the re module documenta...
Serhiy Storchaka
2022-03-22
1
-5/+5
*
bpo-45150: Add hashlib.file_digest() for efficient file hashing (GH-31930)
Christian Heimes
2022-03-22
1
-0/+54
*
bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578)
Jeremy Kloth
2022-03-22
2
-185/+117
*
bpo-47080: Use atomic groups to simplify fnmatch (GH-32029)
Tim Peters
2022-03-21
1
-10/+2
*
bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)
Serhiy Storchaka
2022-03-21
1
-58/+236
*
bpo-46841: Quicken code in-place (GH-31888)
Brandt Bucher
2022-03-21
1
-2/+1
*
bpo-38256: Fix binascii.crc32() when inputs are 4+GiB (GH-32000)
Gregory P. Smith
2022-03-20
1
-1/+9
*
bpo-47015: Update test_os from asyncore to asyncio (GH-31876)
Oleg Iarygin
2022-03-20
1
-157/+79
*
bpo-46382 dataclass(slots=True) now takes inherited slots into account (GH-31...
Arie Bovenberg
2022-03-19
1
-8/+43
*
bpo-47066: Convert a warning about flags not at the start of the regular expr...
Serhiy Storchaka
2022-03-19
1
-56/+12
*
bpo-39394: Improve warning message in the re module (GH-31988)
Serhiy Storchaka
2022-03-19
1
-3/+6
*
bpo-43224: Add TypeVarTuple.__name__ (GH-31954)
Jelle Zijlstra
2022-03-18
1
-9/+6
*
bpo-47037: Don't test for strftime('%4Y') on Windows (GH-31945)
Christian Heimes
2022-03-18
1
-4/+7
*
bpo-45413: Define "posix_venv", "nt_venv" and "venv" sysconfig installation s...
Miro Hrončok
2022-03-18
2
-1/+81
*
bpo-40296: Fix supporting generic aliases in pydoc (GH-30253)
Serhiy Storchaka
2022-03-18
2
-0/+70
*
bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)
Bader Zaidan
2022-03-17
1
-0/+11
*
bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)
Andrew Svetlov
2022-03-17
1
-48/+7
*
bpo-47042: Fix testing the HTML output in test_pydoc (GH-31959)
Serhiy Storchaka
2022-03-17
1
-6/+10
*
Use low bit of LOAD_GLOBAL's oparg to indicate whether it should push an addi...
Mark Shannon
2022-03-17
1
-185/+170
*
bpo-40280: Skip more tests on Emscripten (GH-31947)
Christian Heimes
2022-03-17
14
-7/+58
*
bpo-46996: Remove support of Tcl/Tk < 8.5.12 (GH-31839)
Serhiy Storchaka
2022-03-17
1
-48/+24
*
Do not run test_gdb when gdb embeds Python 2. (GH-31956)
Inada Naoki
2022-03-17
1
-0/+3
*
bpo-46981: Remove typing._TypingEmpty (GH-31836)
Serhiy Storchaka
2022-03-17
1
-5/+3
*
bpo-44859: Raise more accurate exceptions in `sqlite3` (GH-27695)
Erlend Egeberg Aasland
2022-03-17
3
-9/+28
*
bpo-46480: add typing.assert_type (GH-30843)
Jelle Zijlstra
2022-03-17
1
-1/+17
*
bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
Andrew Svetlov
2022-03-17
1
-1/+1
*
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCa...
Andrew Svetlov
2022-03-16
2
-26/+24
*
bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-3...
Andrew Svetlov
2022-03-16
3
-313/+270
*
Rewrite asyncio.Queue tests with IsolatedAsyncioTestCace (#31935)
Andrew Svetlov
2022-03-16
1
-324/+179
*
bpo-40280: Detect presence of time.tzset and thread_time clock (GH-31898)
Christian Heimes
2022-03-15
3
-1/+8
*
bpo-40280: Skip wakeup_fd pipe tests on Emscripten (GH-31909)
Christian Heimes
2022-03-15
1
-0/+5
*
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
Maximilian Hils
2022-03-15
1
-0/+8
*
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.gues...
Kumar Aditya
2022-03-15
1
-0/+7
*
bpo-46587: Skip tests if strftime does not support glibc extension (GH-31873)
Christian Heimes
2022-03-15
4
-21/+36
*
bpo-40280: select: Use NULL for empty fdset (GH-31865)
Christian Heimes
2022-03-14
1
-1/+1
[next]