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
*
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...
Steve Dower
2016-09-10
1
-1/+1
|
\
|
*
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...
Steve Dower
2016-09-10
1
-1/+1
*
|
Merge: #14977: Make mailcap respect the order of the lines in the mailcap file.
R David Murray
2016-09-10
2
-24/+47
|
\
\
|
|
/
|
*
#14977: Make mailcap respect the order of the lines in the mailcap file.
R David Murray
2016-09-10
2
-24/+47
*
|
Rename test_strlit -> test_string_literals
Zachary Ware
2016-09-09
1
-0/+0
*
|
merge
Raymond Hettinger
2016-09-09
2
-1/+69
|
\
\
|
|
/
|
*
Merge asyncio upstream.
Guido van Rossum
2016-09-09
2
-1/+69
*
|
#20476: add a message_factory policy attribute to email.
R David Murray
2016-09-09
2
-46/+87
*
|
Merge heads
Serhiy Storchaka
2016-09-09
7
-8/+181
|
\
\
|
*
|
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon
2016-09-09
7
-8/+181
*
|
|
Issue #433028: Added support of modifier spans in regular expressions.
Serhiy Storchaka
2016-09-09
1
-4/+36
|
/
/
*
|
Rename test_pep####.py files
Zachary Ware
2016-09-09
9
-5/+6
*
|
Fix running test_tokenize directly
Zachary Ware
2016-09-09
1
-2/+2
*
|
Rework CALL_FUNCTION* opcodes
Victor Stinner
2016-09-09
3
-28/+27
*
|
Merge with 3.5
Steve Dower
2016-09-09
2
-3/+32
|
\
\
|
|
/
|
*
#28047: Fix calculation of base64 line length.
R David Murray
2016-09-09
2
-3/+32
|
*
Issue #26020: Fix evaluation order for set literals
Raymond Hettinger
2016-09-08
1
-0/+15
*
|
Issue #27576: Fix call order in OrderedDict.__init__().
Eric Snow
2016-09-09
1
-0/+13
*
|
Remove Lib/test/test_pep247.py
Zachary Ware
2016-09-09
1
-66/+0
*
|
tests: use subTest in test_unparse.test_files
Yury Selivanov
2016-09-09
1
-2/+3
*
|
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
Yury Selivanov
2016-09-09
9
-62/+311
*
|
Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal.
Guido van Rossum
2016-09-09
1
-1/+17
*
|
Fixes expected error when getting encoding while shutting down.
Steve Dower
2016-09-09
1
-1/+1
*
|
Issue #28038: Remove Tools/parser/com2ann.py and its unit test.
Guido van Rossum
2016-09-09
1
-260/+0
*
|
Issue #27106: Add test for configparser.__all__
Martin Panter
2016-09-09
1
-0/+6
*
|
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-09
6
-10/+861
*
|
regrtest: log FS and locale encodings
Victor Stinner
2016-09-09
1
-1/+5
*
|
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov
2016-09-09
13
-3/+743
*
|
Issue #24254: Drop cls.__definition_order__.
Eric Snow
2016-09-08
5
-229/+6
*
|
Merge
Raymond Hettinger
2016-09-08
1
-0/+15
*
|
More lenient skipping of console tests.
Steve Dower
2016-09-08
1
-3/+15
*
|
Skips console open_fd tests when we don't have real consoles.
Steve Dower
2016-09-08
1
-18/+21
*
|
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Steve Dower
2016-08-31
2
-1/+73
*
|
Add a new private version to the builtin dict type
Victor Stinner
2016-09-08
3
-4/+190
*
|
#27364: Deprecate invalid escape strings in str/byutes.
R David Murray
2016-09-08
2
-11/+31
*
|
Issue #28026: Raise ImportError when exec_module() exists but create_module()...
Eric Snow
2016-09-08
1
-7/+1
*
|
Fixes tests broken by issue #27781.
Steve Dower
2016-09-08
4
-6/+10
*
|
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
34
-184/+184
*
|
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower
2016-09-08
1
-91/+22
*
|
Implement compact dict
Victor Stinner
2016-09-08
5
-15/+44
*
|
Issue #27445: Merge from 3.5
Berker Peksag
2016-09-08
1
-1/+4
|
\
\
|
|
/
|
*
Issue #27445: Don't pass str(_charset) to MIMEText.set_payload()
Berker Peksag
2016-09-08
1
-1/+4
*
|
more PY_LONG_LONG to long long
Benjamin Peterson
2016-09-08
1
-5/+0
*
|
Remove old typo.
Serhiy Storchaka
2016-09-08
1
-1/+1
*
|
[merge from 3.5] Issue11551 - Increase the test coverage of _dummy_thread mod...
Senthil Kumaran
2016-09-08
1
-41/+115
|
\
\
|
|
/
|
*
Issue11551 - Increase the test coverage of _dummy_thread module to 100%.
Senthil Kumaran
2016-09-08
1
-41/+115
*
|
Issue 26798: fetch OSError and HTTPException like other tests that use open_u...
Christian Heimes
2016-09-08
1
-2/+8
*
|
Issue #26667: Add path-like object support to importlib.util.
Brett Cannon
2016-09-08
2
-0/+25
*
|
Issue #17211: Yield a namedtuple in pkgutil.
Eric Snow
2016-09-08
2
-7/+9
*
|
#24277: The new email API is no longer provisional.
R David Murray
2016-09-08
1
-0/+20
[next]