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-39200: Correct the error message for min/max builtin function (GH-17814)
Dong-hee Na
2020-01-10
1
-2/+12
*
bpo-39259: poplib now rejects timeout = 0 (GH-17912)
Dong-hee Na
2020-01-10
1
-5/+7
*
bpo-39166: Fix trace of last iteration of async for loops (#17800)
Pablo Galindo
2020-01-10
1
-0/+76
*
bpo-39235: Check end_lineno and end_col_offset of AST nodes. (GH-17926)
Serhiy Storchaka
2020-01-10
1
-102/+104
*
Fix typo in test's docstring (GH-17856)
Daniel Hahler
2020-01-09
1
-1/+1
*
bpo-25172: Reduce scope of crypt import tests (GH-17881)
Steve Dower
2020-01-09
1
-4/+5
*
Add test cases for dataclasses. (#17909)
Karthikeyan Singaravelan
2020-01-09
1
-0/+19
*
bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)
Dong-hee Na
2020-01-08
1
-2/+2
*
bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203)
Dong-hee Na
2020-01-07
1
-0/+23
*
bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882)
Victor Stinner
2020-01-07
1
-1/+4
*
bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863)
Andrew Svetlov
2020-01-07
1
-2/+6
*
bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860)
Pablo Galindo
2020-01-06
1
-0/+36
*
Organise and clean test_positional_only_arg and add more tests (GH-17842)
Pablo Galindo
2020-01-05
1
-14/+23
*
bpo-39200: Correct the error message for range() empty constructor (GH-17813)
Pablo Galindo
2020-01-05
1
-0/+13
*
Fix constant folding optimization for positional only arguments (GH-17837)
Anthony Sottile
2020-01-05
1
-0/+12
*
bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH...
Serhiy Storchaka
2020-01-05
1
-0/+1
*
bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618)
Serhiy Storchaka
2020-01-05
1
-0/+23
*
bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)
Serhiy Storchaka
2020-01-05
1
-0/+22
*
Fix SystemError when nested function has annotation on positional-only argume...
Anthony Sottile
2020-01-05
1
-0/+7
*
bpo-39158: ast.literal_eval() doesn't support empty sets (GH-17742)
Raymond Hettinger
2020-01-03
1
-0/+1
*
bpo-38870: Throw ValueError on invalid yield from usage (GH-17798)
Batuhan Taşkaya
2020-01-02
1
-0/+2
*
bpo-39114: Fix tracing of except handlers with name binding (GH-17769)
Pablo Galindo
2020-01-02
1
-0/+45
*
bpo-13601: always use line-buffering for sys.stderr (GH-17646)
Jendrik Seipp
2020-01-01
1
-0/+16
*
bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773)
Vinay Sajip
2020-01-01
1
-0/+31
*
bpo-39176: Improve error message for 'named assignment' (GH-17777)
Ned Batchelder
2020-01-01
2
-3/+3
*
bpo-38588: Fix possible crashes in dict and list when calling PyObject_RichCo...
Dong-hee Na
2019-12-31
2
-1/+36
*
bpo-38610: Fix possible crashes in several list methods (GH-17022)
Zackery Spytz
2019-12-30
1
-0/+26
*
bpo-39019: Implement missing __class_getitem__ for SpooledTemporaryFile (GH-1...
Batuhan Taşkaya
2019-12-30
1
-0/+3
*
bpo-39019: Implement missing __class_getitem__ for subprocess classes (GH-17558)
Batuhan Taşkaya
2019-12-30
1
-0/+3
*
bpo-34790: Implement deprecation of passing coroutines to asyncio.wait() (GH-...
Kyle Stanley
2019-12-30
1
-5/+19
*
Fix handling of line numbers around finally-blocks. (#17737)
Mark Shannon
2019-12-30
1
-0/+66
*
bpo-39157: Skip test_pidfd_send_signal if the system does not have enough pri...
Pablo Galindo
2019-12-29
1
-0/+2
*
Fix error when running with -uall in test_unparse (GH-17739)
Pablo Galindo
2019-12-29
1
-7/+7
*
bpo-38870: Run always tests that heavily use grammar features in test_unparse...
Pablo Galindo
2019-12-29
1
-1/+11
*
bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336)
Bar Harel
2019-12-22
1
-0/+8
*
bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652)
Victor Stinner
2019-12-18
1
-3/+11
*
bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645)
Lysandros Nikolaou
2019-12-18
1
-0/+9
*
bpo-38546: multiprocessing tests stop the resource tracker (GH-17641)
Victor Stinner
2019-12-17
2
-21/+2
*
bpo-39041: Add GitHub Actions support (GH-17594)
Steve Dower
2019-12-16
1
-1/+1
*
bpo-38811: Check for presence of os.link method in pathlib (GH-17225)
Toke Høiland-Jørgensen
2019-12-16
1
-0/+10
*
Add tests and design notes for Counter subset/superset operations. (GH-17625)
Raymond Hettinger
2019-12-16
1
-0/+23
*
bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)
Xtreak
2019-12-15
1
-0/+16
*
bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985)
Batuhan Taşkaya
2019-12-15
1
-0/+28
*
Fix elif start column offset when there is an else following (GH-17596)
Lysandros Nikolaou
2019-12-14
1
-0/+9
*
bpo-36406: Handle namespace packages in doctest (GH-12520)
Xtreak
2019-12-13
1
-1/+5
*
bpo-39031: Include elif keyword when producing lineno/col-offset info for if_...
Lysandros Nikolaou
2019-12-12
1
-0/+9
*
Fix warnings in test_asyncio.test_base_events (#17577)
Kyle Stanley
2019-12-12
1
-3/+4
*
bpo-38614: Use support timeout constants (GH-17572)
HEAD
master
Victor Stinner
2019-12-11
5
-36/+67
*
bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)
Victor Stinner
2019-12-11
18
-63/+68
*
bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568)
Jason R. Coombs
2019-12-11
1
-0/+33
[next]