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 #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
*
|
merge 3.5.
Senthil Kumaran
2016-04-13
1
-9/+8
|
\
\
|
|
/
|
*
[minor] - Correct the docstring of locale.str. Patch by poleto.
Senthil Kumaran
2016-04-13
1
-9/+8
*
|
Issue #26404: Add context manager to socketserver, by Aviv Palivoda
Martin Panter
2016-04-13
5
-31/+38
*
|
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 #26647: Cleanup modulefinder
Victor Stinner
2016-04-12
1
-5/+5
*
|
Issue #26647: Cleanup opcode
Victor Stinner
2016-04-12
1
-3/+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
2
-9/+37
*
|
Issue #26685: Raise OSError if closing a socket fails
Martin Panter
2016-04-11
2
-1/+11
*
|
Issue #26623: TypeError message for JSON unserializible object now contains
Serhiy Storchaka
2016-04-10
1
-1/+2
*
|
Issue #26719: More efficient formatting of ints and floats in json.
Serhiy Storchaka
2016-04-10
1
-10/+10
|
\
\
|
|
/
|
*
Issue #26719: More efficient formatting of ints and floats in json.
Serhiy Storchaka
2016-04-10
1
-10/+10
*
|
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 #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
|
\
\
|
|
/
[next]