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 #15984: Merge PyUnicode doc from 3.5
Martin Panter
2016-04-15
5
-6/+6
|
\
|
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
5
-6/+6
*
|
Fix missing parens.
Steven D'Aprano
2016-04-15
1
-2/+2
*
|
Improve tests with more modern assert* methods and subTests.
Steven D'Aprano
2016-04-15
1
-22/+25
*
|
Add secrets module and tests.
Steven D'Aprano
2016-04-14
1
-0/+120
*
|
Issue26748: Enum classes should evaluate as True
Ethan Furman
2016-04-14
1
-0/+13
|
\
\
|
|
/
|
*
Issue26748: Enum classes should evaluate as True
Ethan Furman
2016-04-14
1
-0/+13
|
|
\
|
|
*
Issue26748: Enum classes should evaluate as True
Ethan Furman
2016-04-14
1
-0/+13
*
|
|
Issue #26718: super.__init__ no longer leaks memory if called multiple times.
Serhiy Storchaka
2016-04-13
1
-0/+9
|
\
\
\
|
|
/
/
|
*
|
Issue #26718: super.__init__ no longer leaks memory if called multiple times.
Serhiy Storchaka
2016-04-13
1
-0/+9
*
|
|
Issue #26404: Add context manager to socketserver, by Aviv Palivoda
Martin Panter
2016-04-13
1
-1/+6
*
|
|
Merge 3.5
Victor Stinner
2016-04-12
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #26647: Fix typo in test_grammar
Victor Stinner
2016-04-12
1
-1/+1
*
|
|
Issue #26733: Fixed formatting line numbers in test_dis.
Serhiy Storchaka
2016-04-12
1
-11/+11
|
\
\
\
|
|
/
/
|
*
|
Issue #26733: Fixed formatting line numbers in test_dis.
Serhiy Storchaka
2016-04-12
1
-11/+11
*
|
|
Issue #26585: Eliminate _quote_html() and use html.escape(quote=False)
Martin Panter
2016-04-11
1
-1/+29
*
|
|
Issue #26685: Raise OSError if closing a socket fails
Martin Panter
2016-04-11
2
-1/+11
*
|
|
Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
Serhiy Storchaka
2016-04-10
1
-4/+23
|
\
\
\
|
|
/
/
|
*
|
Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
Serhiy Storchaka
2016-04-10
1
-4/+23
*
|
|
Issue #26712: Merge string_tests cleanup from 3.5
Martin Panter
2016-04-10
3
-129/+35
|
\
\
\
|
|
/
/
|
*
|
Remove relics of str8 (became bytes) and buffer (bytearray) type tests
Martin Panter
2016-04-10
1
-33/+0
|
*
|
Issue #26712: Unify (r)split, (l/r)strip tests into string_tests
Martin Panter
2016-04-10
3
-96/+35
*
|
|
Issue #21069: Merge test_fileno() from 3.5
Martin Panter
2016-04-09
2
-11/+41
|
\
\
\
|
|
/
/
|
*
|
Issue #21069: Move test_fileno() from test_urllibnet and rewrite it
Martin Panter
2016-04-09
2
-11/+41
*
|
|
Issue #26609: Merge HTTP tests from 3.5
Martin Panter
2016-04-09
1
-12/+29
|
\
\
\
|
|
/
/
|
*
|
Issue #26609: Fix HTTP server tests to request an absolute URL path
Martin Panter
2016-04-09
1
-12/+29
*
|
|
Issue #26587: Allow .pth files to specify file paths as well as
Brett Cannon
2016-04-08
1
-1/+1
*
|
|
Issue #26668: Remove the redundant Lib/test/test_importlib/regrtest.py
Brett Cannon
2016-04-08
1
-17/+0
*
|
|
Issue #25609: Introduce contextlib.AbstractContextManager and
Brett Cannon
2016-04-08
2
-0/+51
*
|
|
Issue #26709: Fixed Y2038 problem in loading binary PLists.
Serhiy Storchaka
2016-04-08
1
-0/+9
|
\
\
\
|
|
/
/
|
*
|
Issue #26709: Fixed Y2038 problem in loading binary PLists.
Serhiy Storchaka
2016-04-08
1
-0/+9
*
|
|
Issue #26671: Fixed tests for changed error messages.
Serhiy Storchaka
2016-04-08
1
-3/+3
*
|
|
Issue #26257: Merge buffer_tests cleanup from 3.5
Martin Panter
2016-04-08
4
-229/+54
|
\
\
\
|
|
/
/
|
*
|
Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest
Martin Panter
2016-04-06
4
-229/+54
*
|
|
Merge upstream typing.py changes from 3.5 branch.
Guido van Rossum
2016-04-05
1
-27/+129
|
\
\
\
|
|
/
/
|
*
|
Many changes from the upstream repo (https://github.com/python/typing).
Guido van Rossum
2016-04-05
1
-27/+129
*
|
|
Merge typo fixes from 3.5
Martin Panter
2016-04-05
1
-5/+5
|
\
\
\
|
|
/
/
|
*
|
Fix typos in documentation and comments
Martin Panter
2016-04-05
1
-5/+5
*
|
|
Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987.
Guido van Rossum
2016-04-04
2
-4/+29
*
|
|
Issue #25951: Fix SSLSocket.sendall() to return None, by Aviv Palivoda
Martin Panter
2016-04-03
1
-6/+10
*
|
|
Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang Zhang
Martin Panter
2016-04-03
1
-1/+1
*
|
|
Issue #26586: Merge excessive HTTP header handling from 3.5
Martin Panter
2016-04-03
1
-0/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang
Martin Panter
2016-04-03
1
-0/+7
*
|
|
Merge 3.5 (asyncio)
Victor Stinner
2016-04-01
1
-0/+16
|
\
\
\
|
|
/
/
|
*
|
asyncio: allow None as wait timeout
Victor Stinner
2016-04-01
1
-0/+16
*
|
|
Issue #26676: Add missing XMLPullParser to ElementTree.__all__
Martin Panter
2016-04-01
1
-2/+4
*
|
|
Issue #22854: Merge test fix from 3.5
Martin Panter
2016-03-31
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #22854: Fix logic for skipping test
Martin Panter
2016-03-31
1
-1/+1
*
|
|
Issue #22854: Merge Windows pipe skipping from 3.5
Martin Panter
2016-03-31
1
-7/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #22854: Skip pipe seek tests on Windows
Martin Panter
2016-03-31
1
-2/+7
[next]