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
*
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
|
*
Issue #23009: Add missing "import sys" in test_selectors
Victor Stinner
2015-01-22
1
-0/+1
*
|
Merge 3.4
Victor Stinner
2015-01-22
1
-0/+2
|
\
\
|
|
/
|
*
Issue #23009: Skip test_selectors.test_empty_select() on Windows
Victor Stinner
2015-01-22
1
-0/+4
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-21
2
-1/+7
|
\
\
|
|
/
|
*
Issue #23095, asyncio: IocpProactor.close() must not cancel pending
Victor Stinner
2015-01-21
1
-0/+6
|
*
asyncio: BaseEventLoop._create_connection_transport() catchs any exception, not
Victor Stinner
2015-01-21
1
-1/+1
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-21
6
-50/+148
|
\
\
|
|
/
|
*
Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel()
Victor Stinner
2015-01-21
1
-34/+134
|
*
asyncio: pyflakes, remove unused import
Victor Stinner
2015-01-21
3
-11/+2
|
*
asyncio: Enhance BaseProactorEventLoop._loop_self_reading()
Victor Stinner
2015-01-21
2
-5/+12
*
|
Add the command line to the AssertionError raised by test.script_helper's
Gregory P. Smith
2015-01-21
2
-2/+38
|
\
\
|
|
/
|
*
Add the command line to the AssertionError raised by test.script_helper's
Gregory P. Smith
2015-01-21
2
-2/+38
*
|
Merge with 3.4 (closes #23280)
Zachary Ware
2015-01-20
1
-1/+3
|
\
\
|
|
/
|
*
Issue #23280: Fix docstrings for binascii.(un)hexlify
Zachary Ware
2015-01-20
1
-1/+3
*
|
Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP ...
Berker Peksag
2015-01-20
1
-30/+0
*
|
Issue #23266: Restore the performance of ipaddress.collapse_addresses() whith
Serhiy Storchaka
2015-01-18
2
-25/+25
*
|
Issue 23261: Clean-up the hack to store the set.pop() search finger in a has...
Raymond Hettinger
2015-01-18
1
-1/+1
*
|
Fixed tests for issue #23133 (pickling of IPv4Network was not tested).
Serhiy Storchaka
2015-01-18
1
-4/+4
*
|
Issue #23133: Pickling of ipaddress objects now produces more compact and
Serhiy Storchaka
2015-01-18
2
-14/+38
*
|
Issue #23266: Much faster implementation of ipaddress.collapse_addresses() wh...
Antoine Pitrou
2015-01-18
2
-7/+12
*
|
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
8
-11/+11
|
\
\
|
|
/
|
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
8
-11/+11
*
|
Issue #23180: merge from 3.4
Ned Deily
2015-01-18
3
-9/+3
|
\
\
|
|
/
|
*
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Ned Deily
2015-01-18
3
-9/+3
|
*
Issue #23211: Fix patch for 3.4 differences.
Ned Deily
2015-01-18
1
-3/+3
*
|
Issue #23211: merge from 3.4
Ned Deily
2015-01-18
1
-2/+2
|
\
\
|
|
/
|
*
Issue #23211: Workaround test_logging failure on some OS X 10.6 systems:
Ned Deily
2015-01-18
1
-2/+2
*
|
Issue #21817: When an exception is raised in a task submitted to a ProcessPoo...
Antoine Pitrou
2015-01-17
2
-2/+50
*
|
Issue #15955: Add an option to limit output size when decompressing LZMA data.
Antoine Pitrou
2015-01-17
1
-0/+91
*
|
Merge with 3.4 (#23256)
Zachary Ware
2015-01-17
1
-1/+1
|
\
\
|
|
/
|
*
Closes #23256: Avoid a crash in test_ctypes
Zachary Ware
2015-01-17
1
-1/+1
*
|
merge 3.4 (#22986)
Benjamin Peterson
2015-01-17
2
-4/+4
|
\
\
|
|
/
|
*
capitialize "HttpOnly" and "Secure" as they appear in the standard and other ...
Benjamin Peterson
2015-01-17
2
-4/+4
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-15
1
-2/+12
|
\
\
|
|
/
[next]