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-46852: Restore test_getformat() test (GH-31601)
Victor Stinner
2022-02-27
1
-3/+11
*
bpo-46857: Fix refleak in OSError INIT_ALIAS() (GH-31594)
Victor Stinner
2022-02-26
1
-6/+2
*
Taskgroup tweaks (GH-31559)
Tin Tvrtković
2022-02-26
1
-7/+19
*
bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)
Charlie Zhao
2022-02-26
2
-0/+50
*
bpo-46852: Remove the float.__set_format__() method (GH-31585)
Victor Stinner
2022-02-25
1
-70/+0
*
bpo-46857: Fix test_embed.test_no_memleak() on Windows (GH-31589)
Victor Stinner
2022-02-25
1
-4/+10
*
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
Brandt Bucher
2022-02-25
3
-107/+109
*
bpo-46756: Fix authorization check in urllib.request (GH-31353)
Serhiy Storchaka
2022-02-25
1
-4/+21
*
bpo-46820: Refactor tests for ambiguous end of numerical literal (GH-31494)
Serhiy Storchaka
2022-02-25
1
-89/+25
*
bpo-46623: Skip two test_zlib tests on s390x (GH-31096)
Victor Stinner
2022-02-24
1
-0/+32
*
bpo-1635741: test_embed cheks that Python does not leak (GH-31555)
Victor Stinner
2022-02-24
2
-1/+22
*
bpo-46757: Add a test to verify dataclass's __post_init__ isn't being automat...
Eric V. Smith
2022-02-23
1
-0/+59
*
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (#...
Andrew Svetlov
2022-02-22
1
-0/+1
*
bpo-46659: Deprecate locale.getdefaultlocale() (GH-31206)
Victor Stinner
2022-02-22
1
-1/+2
*
bpo-46659: Fix the MBCS codec alias on Windows (GH-31218)
Victor Stinner
2022-02-22
1
-7/+10
*
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
Thomas Grainger
2022-02-22
1
-0/+18
*
bpo-46729: add number of sub-exceptions in str() of BaseExceptionGroup (GH-31...
Irit Katriel
2022-02-22
2
-28/+93
*
bpo-46725: Document starred expressions in for statements (GH-31481)
Pablo Galindo Salgado
2022-02-22
1
-0/+6
*
bpo-46822: Increase timeout for test_create_server_ssl_over_ssl to match unde...
Steve Dower
2022-02-22
1
-1/+1
*
bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31...
Serhiy Storchaka
2022-02-22
1
-0/+9
*
bpo-45390: Propagate CancelledError's message from cancelled task to its awai...
Andrew Svetlov
2022-02-21
1
-16/+50
*
bpo-46329: Streamline calling sequence a bit. (GH-31465)
Mark Shannon
2022-02-21
1
-19/+19
*
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)
Sebastian Pipping
2022-02-21
2
-8/+15
*
bpo-46796: Simplify handling of removed parameter "loop" in asyncio (GH-31431)
Serhiy Storchaka
2022-02-21
1
-2/+2
*
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)
Nikita Sobolev
2022-02-20
1
-0/+14
*
bpo-46066: Check DeprecationWarning in test_typing (GH-31428)
Jelle Zijlstra
2022-02-20
1
-4/+5
*
Use raw string to avoid deprecation warning (GH-31427)
Dennis Sweeney
2022-02-19
1
-1/+1
*
bpo-46685: improve test coverage of `Self` and `Never` in `typing` (GH-31222)
Nikita Sobolev
2022-02-19
1
-1/+48
*
bpo-46603: improve coverage of `typing._strip_annotations` (GH-31063)
Nikita Sobolev
2022-02-19
1
-0/+9
*
bpo-46571: improve `typing.no_type_check` to skip foreign objects (GH-31042)
Nikita Sobolev
2022-02-19
2
-0/+111
*
Reduce flakiness of taskgroups test 13 (GH-31411)
Guido van Rossum
2022-02-18
1
-1/+1
*
bpo-46329: Change calling sequence (again) (GH-31373)
Mark Shannon
2022-02-18
3
-183/+206
*
bpo-46724: Fix dis support for overflow args (GH-31285)
Saul Shanabrook
2022-02-18
1
-5/+28
*
bpo-46752: Slight improvements to TaskGroup API (GH-31398)
Guido van Rossum
2022-02-18
1
-6/+13
*
Fix mistake in barry_as_FLUFL test (GH-31392)
Patrick Reader
2022-02-18
1
-1/+1
*
bpo-41086: Add exception for uninstantiated interpolation (configparser) (GH-...
Brian Faherty
2022-02-17
1
-0/+8
*
bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)
aha79
2022-02-17
1
-0/+12
*
bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)
97littleleaf11
2022-02-17
1
-4/+6
*
bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for ca...
Hakan Çelik
2022-02-16
1
-3/+43
*
Remove offsets from expected output in test.test_dis (GH-31369)
Mark Shannon
2022-02-16
1
-308/+360
*
bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...
Eric V. Smith
2022-02-16
1
-0/+2
*
bpo-46730: Add more info to @property AttributeError messages (GH-31311)
Alex-Blade
2022-02-16
1
-5/+5
*
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum
2022-02-15
2
-0/+739
*
bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360)
Zackery Spytz
2022-02-15
1
-0/+4
*
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya
2022-02-15
4
-60/+1755
*
bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326)
Mark Shannon
2022-02-15
1
-0/+10
*
bpo-46333: include `module` in `ForwardRef.__repr__` (#31283)
aha79
2022-02-12
1
-0/+2
*
bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLPars...
Jacob Walls
2022-02-12
1
-0/+9
*
bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
Dennis Sweeney
2022-02-11
1
-0/+186
*
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin
2022-02-11
1
-2/+2
[next]