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-39386: Prevent double awaiting of async iterator (GH-18081)
Miss Islington (bot)
2020-01-20
1
-0/+36
*
[3.8] bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)...
Karthikeyan Singaravelan
2020-01-14
1
-0/+16
*
bpo-38293: Allow shallow and deep copying of property objects (GH-16438)
Miss Islington (bot)
2020-01-12
1
-2/+2
*
[3.8] Add test cases for dataclasses. (GH-17909) (GH-17919)
Miss Islington (bot)
2020-01-10
1
-0/+19
*
Fix typo in test's docstring (GH-17856) (GH-17923)
Miss Islington (bot)
2020-01-09
1
-1/+1
*
bpo-25172: Reduce scope of crypt import tests (GH-17881)
Miss Islington (bot)
2020-01-09
1
-4/+5
*
bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)
Miss Islington (bot)
2020-01-08
1
-2/+2
*
[3.8] bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863) (#17894)
Andrew Svetlov
2020-01-07
1
-2/+6
*
bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860)
Miss Islington (bot)
2020-01-06
1
-0/+36
*
Fix constant folding optimization for positional only arguments (GH-17837)
Miss Islington (bot)
2020-01-05
1
-0/+12
*
bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH...
Miss Islington (bot)
2020-01-05
1
-0/+1
*
bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618)
Miss Islington (bot)
2020-01-05
1
-0/+23
*
bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)
Miss Islington (bot)
2020-01-05
1
-0/+22
*
Fix SystemError when nested function has annotation on positional-only argume...
Miss Islington (bot)
2020-01-05
1
-0/+7
*
bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-1777...
Miss Islington (bot)
2020-01-01
1
-0/+31
*
bpo-39176: Improve error message for 'named assignment' (GH-17777) (GH-17778)
Miss Islington (bot)
2020-01-01
2
-3/+3
*
[3.8] bpo-38588: Fix possible crashes in dict and list when calling P… (GH-...
Dong-hee Na
2019-12-31
2
-1/+36
*
bpo-38610: Fix possible crashes in several list methods (GH-17022)
Miss Islington (bot)
2019-12-30
1
-0/+26
*
[3.8] bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336) (GH-17684)
Bar Harel
2019-12-23
1
-0/+8
*
bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652...
Victor Stinner
2019-12-18
1
-3/+11
*
bpo-38546: multiprocessing tests stop the resource tracker (GH-17641) (GH-17647)
Victor Stinner
2019-12-18
2
-21/+2
*
[3.8] bpo-39080: Starred Expression's column offset fix when inside a CALL (G...
Pablo Galindo
2019-12-18
1
-0/+9
*
bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Cat...
Ned Deily
2019-12-17
1
-1/+1
*
Fix warnings in test_asyncio.test_base_events (GH-17577) (GH-17579)
Miss Islington (bot)
2019-12-17
1
-3/+4
*
bpo-38811: Check for presence of os.link method in pathlib (GH-17225)
Miss Islington (bot)
2019-12-16
1
-0/+10
*
Fix elif start column offset when there is an else following (GH-17596) (GH-1...
Miss Islington (bot)
2019-12-14
1
-0/+9
*
bpo-36406: Handle namespace packages in doctest (GH-12520) (GH-17591)
Miss Islington (bot)
2019-12-13
1
-1/+5
*
bpo-39031: Include elif keyword when producing lineno/col-offset info for if_...
Miss Islington (bot)
2019-12-13
1
-0/+9
*
bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568) (GH-17569)
Miss Islington (bot)
2019-12-11
1
-0/+33
*
bpo-39002: Fix simple typo: tranlation -> translation (GH-17517) (GH-17538)
Miss Islington (bot)
2019-12-10
1
-2/+2
*
bpo-39007: Add auditing events to functions in winreg (GH-17541)
Miss Islington (bot)
2019-12-09
2
-0/+37
*
bpo-38992: avoid fsum test failure from constant-folding (GH-17513) (GH-17530)
Miss Islington (bot)
2019-12-09
1
-1/+7
*
bpo-34776: Fix dataclasses to support __future__ "annotations" mode (GH-9518)...
Miss Islington (bot)
2019-12-09
2
-0/+24
*
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17...
Miss Islington (bot)
2019-12-09
1
-17/+24
*
bpo-38547: Fix test_pty if the process is the session leader (GH-17519)
Miss Islington (bot)
2019-12-09
1
-3/+16
*
bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504)
Miss Islington (bot)
2019-12-09
1
-0/+6
*
bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503)
Miss Islington (bot)
2019-12-09
1
-3/+37
*
bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)
Miss Islington (bot)
2019-12-08
1
-3/+4
*
[3.8] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17499)
Miss Islington (bot)
2019-12-07
1
-6/+6
*
bpo-38529: Fix asyncio stream warning (GH-17474)
Miss Islington (bot)
2019-12-07
1
-53/+0
*
bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277)
Miss Islington (bot)
2019-12-05
1
-0/+6
*
[3.8] bpo-38270: Fix indentation of test_hmac assertions (GH-17446) (GH-17450)
Miss Islington (bot)
2019-12-05
1
-2/+2
*
bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
Miss Islington (bot)
2019-12-04
1
-3/+18
*
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...
Miss Islington (bot)
2019-12-02
1
-0/+9
*
bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437)
Miss Islington (bot)
2019-12-02
1
-2/+8
*
bpo-38449: Add URL delimiters test cases (GH-16729)
Miss Islington (bot)
2019-12-01
1
-0/+15
*
bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisablehook are...
Steve Dower
2019-11-28
2
-14/+79
*
bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
Miss Islington (bot)
2019-11-28
1
-11/+14
*
[3.8] bpo-38688, shutil.copytree: consume iterator and create list of entries...
Bruno P. Kinoshita
2019-11-27
1
-0/+12
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
Miss Islington (bot)
2019-11-22
1
-0/+13
[next]