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-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17...
Ned Deily
2019-12-11
1
-17/+24
*
bpo-34776: Fix dataclasses to support __future__ "annotations" mode (GH-9518)...
Miss Islington (bot)
2019-12-09
2
-0/+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-38979: fix ContextVar "__class_getitem__" method (GH-17497)
Miss Islington (bot)
2019-12-08
1
-3/+4
*
[3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500)
Miss Islington (bot)
2019-12-07
1
-6/+6
*
bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
Inada Naoki
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-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
Inada Naoki
2019-11-28
1
-8/+11
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
Miss Islington (bot)
2019-11-22
1
-0/+13
*
bpo-22367: Update test_fcntl.py for spawn process mode (GH-17154) (GH-17253)
Miss Islington (bot)
2019-11-22
1
-9/+19
*
bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17...
Miss Islington (bot)
2019-11-21
2
-0/+22
*
bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)
Miss Islington (bot)
2019-11-19
1
-0/+27
*
bpo-38785: Prevent asyncio from crashing (GH-17144)
Miss Islington (bot)
2019-11-13
1
-0/+39
*
[3.7] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode fil...
Benjamin Peterson
2019-11-12
1
-0/+11
*
bpo-22367: Add tests for fcntl.lockf(). (GH-17010)
Miss Islington (bot)
2019-11-09
1
-1/+28
*
bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (G...
Miss Skeleton (bot)
2019-10-29
1
-0/+222
*
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)
Miss Skeleton (bot)
2019-10-27
1
-0/+38
*
[3.7] bpo-38535: Fix positions for AST nodes for calls without arguments in d...
Serhiy Storchaka
2019-10-26
1
-0/+12
*
bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)
Miss Skeleton (bot)
2019-10-21
1
-0/+4
*
bpo-27657: Fix urlparse() with numeric paths (GH-661)
Miss Islington (bot)
2019-10-18
1
-4/+6
*
bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) (GH-16818)
Victor Stinner
2019-10-16
1
-14/+10
*
[3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper...
Abhilash Raj
2019-10-12
2
-9/+1
*
bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)
Miss Islington (bot)
2019-10-12
2
-0/+14
*
[3.7] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16663)
Pablo Galindo
2019-10-11
1
-0/+20
*
bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16691)
Miss Islington (bot)
2019-10-10
1
-6/+2
*
[3.7] bpo-38379: don't claim objects are collected when they aren't (GH-1665...
Pablo Galindo
2019-10-09
1
-0/+71
*
bpo-37531: regrtest ignores output on timeout (GH-16659)
Miss Islington (bot)
2019-10-09
1
-27/+37
*
[3.7] bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-...
Serhiy Storchaka
2019-10-09
1
-7/+21
*
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...
Miss Islington (bot)
2019-10-04
1
-0/+5
*
[3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-1655...
Miss Islington (bot)
2019-10-03
5
-74/+134
*
bpo-38338, test.pythoninfo: add more ssl infos (GH-16539)
Miss Islington (bot)
2019-10-02
1
-0/+31
*
bpo-36670: Multiple regrtest bugfixes (GH-16511)
Miss Islington (bot)
2019-10-01
3
-133/+175
*
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...
Miss Islington (bot)
2019-09-29
1
-0/+27
*
[3.7] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...
Jason R. Coombs
2019-09-28
1
-0/+29
*
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)
Miss Islington (bot)
2019-09-27
1
-0/+16
*
[3.7] bpo-38275: Skip ssl tests for disabled versions (GH-16427)
Christian Heimes
2019-09-26
1
-56/+146
*
bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) (GH-16426)
Victor Stinner
2019-09-26
1
-2/+9
*
bpo-38271: encrypt private key test files with AES256 (GH-16385)
Miss Islington (bot)
2019-09-25
3
-86/+87
*
bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349)
Miss Islington (bot)
2019-09-24
1
-5/+6
*
bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348)
Miss Islington (bot)
2019-09-24
1
-2/+1
*
Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16326)
Miss Islington (bot)
2019-09-22
1
-1/+1
*
bpo-37531: sync regrtest with master branch (GH-16285) (GH-16289)
Victor Stinner
2019-09-19
2
-17/+26
*
[3.7] bpo-38191: Accept arbitrary keyword names in NamedTuple(). (GH-16222) (...
Serhiy Storchaka
2019-09-17
1
-0/+28
*
bpo-38013: make async_generator_athrow object tolerant to throwing exceptions...
Miss Islington (bot)
2019-09-17
1
-0/+22
*
bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16223)
Miss Islington (bot)
2019-09-17
1
-6/+6
*
Fix typo in test_api.py. (GH-16119)
Miss Islington (bot)
2019-09-13
1
-1/+1
*
bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108)...
Miss Islington (bot)
2019-09-13
1
-2/+9
*
[3.7] bpo-12144: Handle cookies with expires attribute in CookieJar.make_coo...
Xtreak
2019-09-13
1
-0/+11
[next]