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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge: #23215: note that time.sleep affects the current thread only.
R David Murray
2015-01-25
1
-6/+7
|
\
\
\
|
|
/
/
|
*
|
#23215: reflow paragraph.
R David Murray
2015-01-25
1
-6/+6
|
*
|
#23251: Note that time.sleep affects the calling thread only.
R David Murray
2015-01-25
1
-1/+2
*
|
|
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
*
|
|
Closes #23253: Delay-load ShellExecute
Steve Dower
2015-01-24
3
-4/+50
*
|
|
Issue20284: Implement PEP461
Ethan Furman
2015-01-24
10
-158/+1185
*
|
|
prefer server alpn ordering over the client's
Benjamin Peterson
2015-01-23
3
-16/+24
*
|
|
add support for ALPN (closes #20188)
Benjamin Peterson
2015-01-23
5
-29/+231
*
|
|
Closes #23305: Merged documentation fix from 3.4.
Vinay Sajip
2015-01-23
1
-9/+10
|
\
\
\
|
|
/
/
|
*
|
Issue #23305: clarified RotatingFileHandler documentation.
Vinay Sajip
2015-01-23
1
-9/+10
*
|
|
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
*
|
|
Closes #23202: pyvenv documentation updated to match its behavior.
Vinay Sajip
2015-01-23
1
-2/+5
|
\
\
\
|
|
/
/
|
*
|
Updated pyvenv documentation to match its current behaviour.
Vinay Sajip
2015-01-23
1
-2/+5
*
|
|
http.client: disable Nagle's algorithm (closes #23302)
Benjamin Peterson
2015-01-23
3
-43/+11
*
|
|
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
2
-26/+19
|
\
\
\
|
|
/
/
|
*
|
asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe()
Victor Stinner
2015-01-22
2
-26/+19
*
|
|
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
2
-113/+55
|
\
\
\
|
|
/
/
|
*
|
Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe()
Victor Stinner
2015-01-22
2
-110/+48
|
*
|
asyncio: IocpProactor.close() doesn't cancel anymore futures which are already
Victor Stinner
2015-01-22
1
-3/+7
*
|
|
Null merge 3.4
Victor Stinner
2015-01-22
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
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
7
-50/+173
|
\
\
\
|
|
/
/
|
*
|
Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel()
Victor Stinner
2015-01-21
2
-34/+159
|
*
|
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
3
-6/+103
|
\
\
\
|
|
/
/
|
*
|
Issue #23280: Fix docstrings for binascii.(un)hexlify
Zachary Ware
2015-01-20
3
-6/+103
*
|
|
Issue #20898: Enum names are only available in the http.client module as cons...
Berker Peksag
2015-01-20
1
-4/+3
*
|
|
Issue #22317: Document the action parameter in ArgumentParser.add_subparsers(...
Berker Peksag
2015-01-20
1
-3/+6
|
\
\
\
|
|
/
/
|
*
|
Issue #22317: Document the action parameter in ArgumentParser.add_subparsers(...
Berker Peksag
2015-01-20
1
-3/+6
*
|
|
Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP ...
Berker Peksag
2015-01-20
3
-322/+80
*
|
|
A hybrid of and-masking and a conditional-set-to-zero produce even faster sea...
Raymond Hettinger
2015-01-19
1
-1/+2
*
|
|
Update copyright for 2015 updates.
Raymond Hettinger
2015-01-19
1
-1/+1
[prev]
[next]