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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 #16329: Add .webm to mimetypes.types_map
Berker Peksag
2016-04-09
1
-0/+1
|
\
\
|
|
/
|
*
Issue #16329: Add .webm to mimetypes.types_map
Berker Peksag
2016-04-09
1
-0/+1
*
|
Issue #13952: Add .csv to mimetypes.types_map
Berker Peksag
2016-04-09
1
-0/+1
|
\
\
|
|
/
|
*
Issue #13952: Add .csv to mimetypes.types_map
Berker Peksag
2016-04-09
1
-0/+1
*
|
Issue #26587: Allow .pth files to specify file paths as well as
Brett Cannon
2016-04-08
2
-10/+10
*
|
Issue #26668: Remove the redundant Lib/test/test_importlib/regrtest.py
Brett Cannon
2016-04-08
1
-17/+0
*
|
Normalize whitespace
Brett Cannon
2016-04-08
1
-1/+1
*
|
Issue #25609: Introduce contextlib.AbstractContextManager and
Brett Cannon
2016-04-08
4
-11/+89
*
|
Issue #26709: Fixed Y2038 problem in loading binary PLists.
Serhiy Storchaka
2016-04-08
2
-1/+10
|
\
\
|
|
/
|
*
Issue #26709: Fixed Y2038 problem in loading binary PLists.
Serhiy Storchaka
2016-04-08
2
-1/+10
*
|
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 typing.py 3.5->3.6 (Text, ItemsView).
Guido van Rossum
2016-04-05
1
-1/+6
|
\
\
|
|
/
|
*
Add Text=str. Make ItemsView derive from AbstractSet, not Set (which is the c...
Guido van Rossum
2016-04-05
1
-1/+6
*
|
Merge upstream typing.py changes from 3.5 branch.
Guido van Rossum
2016-04-05
2
-179/+371
|
\
\
|
|
/
|
*
Many changes from the upstream repo (https://github.com/python/typing).
Guido van Rossum
2016-04-05
2
-179/+371
*
|
Merge typo fixes from 3.5
Martin Panter
2016-04-05
3
-7/+7
|
\
\
|
|
/
|
*
Fix typos in documentation and comments
Martin Panter
2016-04-05
3
-7/+7
*
|
Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987.
Guido van Rossum
2016-04-04
3
-6/+50
*
|
Issue #25951: Fix SSLSocket.sendall() to return None, by Aviv Palivoda
Martin Panter
2016-04-03
2
-7/+10
*
|
Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang Zhang
Martin Panter
2016-04-03
2
-16/+14
*
|
Issue #26586: Merge excessive HTTP header handling from 3.5
Martin Panter
2016-04-03
2
-0/+14
|
\
\
|
|
/
|
*
Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang
Martin Panter
2016-04-03
2
-0/+14
*
|
Merge 3.5 (asyncio)
Victor Stinner
2016-04-01
5
-5/+10
|
\
\
|
|
/
|
*
asyncio: Don't log ConnectionAbortedError
Victor Stinner
2016-04-01
5
-5/+10
*
|
Merge 3.5 (asyncio)
Victor Stinner
2016-04-01
2
-6/+24
|
\
\
|
|
/
|
*
asyncio: allow None as wait timeout
Victor Stinner
2016-04-01
2
-6/+24
*
|
Issue #26676: Add missing XMLPullParser to ElementTree.__all__
Martin Panter
2016-04-01
2
-3/+5
*
|
Revert back to 3.6.0, buildbots do not want chocolate for 04-01
Ned Deily
2016-03-31
2
-2207/+0
*
|
Python 8: no pep8, no chocolate!
Victor Stinner
2016-03-31
2
-0/+2207
*
|
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
*
|
Issue #22854: Skip pipe seekable() tests on Windows
Martin Panter
2016-03-31
1
-1/+6
*
|
Issue #22854: Merge UnsupportedOperation fixes from 3.5
Martin Panter
2016-03-31
2
-20/+114
|
\
\
|
|
/
|
*
Issue #22854: Clarify documentation about UnsupportedOperation and add tests
Martin Panter
2016-03-31
2
-20/+114
*
|
Issue #26492: Exhausted iterator of array.array now conforms with the behavior
Serhiy Storchaka
2016-03-30
1
-2/+19
*
|
Issue #26492: Added additional tests for exhausted iterators of mutable seque...
Serhiy Storchaka
2016-03-30
3
-0/+24
|
\
\
|
|
/
|
*
Issue #26492: Added additional tests for exhausted iterators of mutable seque...
Serhiy Storchaka
2016-03-30
3
-0/+24
*
|
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
9
-0/+55
|
\
\
|
|
/
|
*
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
9
-0/+55
[next]