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
*
Merge 3.4 (asyncio)
Victor Stinner
2015-01-26
3
-22/+46
|
\
|
*
Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutine
Victor Stinner
2015-01-26
2
-21/+31
|
*
asyncio: PipeHandle.fileno() now raises an exception if the pipe is closed
Victor Stinner
2015-01-26
1
-0/+2
|
*
asyncio: Fix ProactorEventLoop.start_serving_pipe()
Victor Stinner
2015-01-26
1
-1/+13
|
*
Issue #14099: Backout changeset e5bb3044402b (except adapted tests).
Serhiy Storchaka
2015-01-26
2
-125/+94
|
*
Merge heads
Serhiy Storchaka
2015-01-26
2
-15/+41
|
|
\
*
|
|
Issue #14099: Restored support of writing ZIP files to tellable but
Serhiy Storchaka
2015-01-26
2
-3/+41
*
|
|
Issue #14099: Writing to ZipFile and reading multiple ZipExtFiles is
Serhiy Storchaka
2015-01-26
1
-198/+209
*
|
|
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
Serhiy Storchaka
2015-01-26
6
-71/+95
*
|
|
Merge heads
Serhiy Storchaka
2015-01-26
2
-15/+41
|
\
\
\
|
*
\
\
Merge 3.4 (asyncio)
Victor Stinner
2015-01-26
2
-15/+41
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #23208, asyncio: Add BaseEventLoop._current_handle
Victor Stinner
2015-01-26
1
-6/+19
|
|
*
|
Issue #23293, asyncio: Cleanup IocpProactor.close()
Victor Stinner
2015-01-26
1
-6/+1
|
|
*
|
asyncio: Close transports on error
Victor Stinner
2015-01-26
1
-3/+21
*
|
|
|
Issue #18518: timeit now rejects statements which can't be compiled outside
Serhiy Storchaka
2015-01-26
2
-0/+18
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #18518: timeit now rejects statements which can't be compiled outside
Serhiy Storchaka
2015-01-26
2
-0/+18
|
|
/
*
|
Issue #23094: Fixed readline with frames in Python implementation of pickle.
Serhiy Storchaka
2015-01-26
2
-1/+9
|
\
\
|
|
/
|
*
Issue #23094: Fixed readline with frames in Python implementation of pickle.
Serhiy Storchaka
2015-01-26
2
-1/+9
*
|
Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the
Serhiy Storchaka
2015-01-26
2
-4/+5
|
\
\
|
|
/
|
*
Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the
Serhiy Storchaka
2015-01-26
2
-4/+5
*
|
Issue #23268: Fixed bugs in the comparison of ipaddress classes.
Serhiy Storchaka
2015-01-26
2
-45/+49
|
\
\
|
|
/
|
*
Issue #23268: Fixed bugs in the comparison of ipaddress classes.
Serhiy Storchaka
2015-01-26
2
-45/+49
*
|
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
Serhiy Storchaka
2015-01-26
9
-45/+63
|
\
\
|
|
/
|
*
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
Serhiy Storchaka
2015-01-26
9
-45/+63
*
|
Don't use deprecated assertEquals.
Serhiy Storchaka
2015-01-26
1
-4/+4
*
|
merge 3.4 (#19996)
Benjamin Peterson
2015-01-26
3
-1/+26
|
\
\
|
|
/
|
*
handle headers with no key (closes #19996)
Benjamin Peterson
2015-01-26
3
-1/+26
*
|
Issue #23119: Simplify setobject by inlining the special case for unicode eq...
Raymond Hettinger
2015-01-26
1
-1/+1
*
|
Issue #22286: The "backslashreplace" error handlers now works with
Serhiy Storchaka
2015-01-25
3
-14/+77
*
|
merge from 3.4
Senthil Kumaran
2015-01-25
1
-25/+42
|
\
\
|
|
/
|
*
Increase http.client.HTTPConnection test coverage.
Senthil Kumaran
2015-01-25
1
-25/+42
*
|
Issue20284: Implement PEP461
Ethan Furman
2015-01-24
2
-141/+288
*
|
prefer server alpn ordering over the client's
Benjamin Peterson
2015-01-23
1
-2/+2
*
|
add support for ALPN (closes #20188)
Benjamin Peterson
2015-01-23
2
-5/+86
*
|
Closes #23207: logging.basicConfig() now does additional validation of its ar...
Vinay Sajip
2015-01-23
1
-8/+11
|
\
\
|
|
/
|
*
Issue #23207: logging.basicConfig() now does additional validation of its arg...
Vinay Sajip
2015-01-23
1
-8/+11
*
|
http.client: disable Nagle's algorithm (closes #23302)
Benjamin Peterson
2015-01-23
2
-43/+7
*
|
revert 7b833bd1f509. I misread the side effect that the code was triggering.
Gregory P. Smith
2015-01-23
1
-2/+4
|
\
\
|
|
/
|
*
revert 7b833bd1f509. I misread the side effect that the code was triggering.
Gregory P. Smith
2015-01-23
1
-2/+4
*
|
Remove the unimplemented but ignored without='-E' parameters being passed to
Gregory P. Smith
2015-01-23
1
-4/+2
|
\
\
|
|
/
|
*
Remove the unimplemented but ignored without='-E' parameters being passed to
Gregory P. Smith
2015-01-23
1
-4/+2
*
|
Only pass -E to the child interpreter if our interpreter was running in that
Gregory P. Smith
2015-01-23
1
-7/+15
|
\
\
|
|
/
|
*
Only pass -E to the child interpreter if our interpreter was running in that
Gregory P. Smith
2015-01-23
1
-7/+15
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-22
1
-24/+17
|
\
\
|
|
/
|
*
asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe()
Victor Stinner
2015-01-22
1
-24/+17
*
|
Break up TestCommandLine.test_env_var into four distinct tests.
Gregory P. Smith
2015-01-22
1
-3/+5
|
\
\
|
|
/
|
*
Break up TestCommandLine.test_env_var into four distinct tests.
Gregory P. Smith
2015-01-22
1
-3/+5
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-22
1
-20/+33
|
\
\
|
|
/
|
*
Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe()
Victor Stinner
2015-01-22
1
-17/+26
|
*
asyncio: IocpProactor.close() doesn't cancel anymore futures which are already
Victor Stinner
2015-01-22
1
-3/+7
[next]