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
*
[3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper...
Abhilash Raj
2019-10-14
2
-9/+1
*
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
*
Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003)
Miss Islington (bot)
2019-09-13
1
-3/+4
*
bpo-21872: fix lzma library decompresses data incompletely (GH-14048)
Miss Islington (bot)
2019-09-12
1
-0/+163
*
bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15974)
Miss Islington (bot)
2019-09-11
1
-0/+20
*
bpo-36919: make test_source_encoding.test_issue2301 implementation-independen...
Miss Islington (bot)
2019-09-11
1
-1/+1
*
[3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913)
Miss Islington (bot)
2019-09-11
2
-0/+9
*
[3.7] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15926)
Vinay Sajip
2019-09-11
1
-0/+8
*
bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-...
Miss Islington (bot)
2019-09-11
1
-0/+17
*
bpo-35066: Make trailing percent test more portable. (GH-15907)
Miss Islington (bot)
2019-09-11
1
-4/+9
*
bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)
Miss Islington (bot)
2019-09-11
1
-0/+21
*
[3.7] bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15874)
Victor Stinner
2019-09-10
2
-19/+63
*
bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)
Steve Dower
2019-09-10
2
-45/+63
*
bpo-35941: Fix performance regression in SSL certificate code (GH-12610)
Steve Dower
2019-09-10
1
-2/+2
*
bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) (GH-15789)
Victor Stinner
2019-09-09
1
-0/+5
*
bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)
Miss Islington (bot)
2019-09-09
1
-2/+14
*
bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (GH-13239)
Miss Islington (bot)
2019-09-09
1
-0/+1
*
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
Miss Islington (bot)
2019-09-09
1
-0/+37
*
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
Miss Islington (bot)
2019-09-08
1
-0/+5
*
bpo-37380: subprocess: don't use _active on win (GH-14360) (GH-15706)
Miss Islington (bot)
2019-09-06
1
-9/+25
*
[3.7] bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs ...
Dong-hee Na
2019-09-05
2
-1/+9
*
[3.7] bpo-37764: Fix infinite loop when parsing unstructured email headers. (...
Ashwin Ramaswami
2019-09-03
2
-0/+37
*
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...
Miss Islington (bot)
2019-08-29
1
-9/+18
*
bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-1...
Miss Islington (bot)
2019-08-29
1
-0/+29
*
bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-...
Miss Islington (bot)
2019-08-29
1
-0/+36
*
Fix an invalid assertEqual() call in test_descr.py (GH-15318)
Miss Islington (bot)
2019-08-26
1
-5/+1
*
bpo-36917: Backport basic test for ast.NodeVisitor. (GH-15511)
Serhiy Storchaka
2019-08-26
1
-0/+39
*
bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)
Miss Islington (bot)
2019-08-26
1
-0/+10
*
bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (G...
Miss Islington (bot)
2019-08-25
1
-0/+40
*
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
Miss Islington (bot)
2019-08-23
1
-0/+5
*
[3.7] bpo-37915: Fix comparison between tzinfo objects and timezone objects (...
Pablo Galindo
2019-08-23
1
-0/+5
*
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and im...
Miss Islington (bot)
2019-08-21
1
-3/+17
*
bpo-37482: Fix email address name with encoded words and special chars (GH-14...
Miss Islington (bot)
2019-08-21
1
-0/+24
*
bpo-35518: Skip test that relies on a deceased network service. (GH-15349)
Miss Islington (bot)
2019-08-21
1
-0/+1
[next]