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 3.4 (asyncio doc)
Victor Stinner
2015-01-30
1
-0/+11
|
\
|
*
asyncio doc: document the new ResourceWarning warnings
Victor Stinner
2015-01-30
1
-0/+11
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-30
2
-20/+3
|
\
\
|
|
/
|
*
Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if the
Victor Stinner
2015-01-30
2
-20/+3
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-01-29
1
-0/+37
|
\
\
|
|
/
|
*
asyncio doc: add a section about task cancellation
Victor Stinner
2015-01-29
1
-0/+37
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-01-29
1
-0/+23
|
\
\
|
|
/
|
*
Issue #21962, asyncio doc: Suggest the usage of wait_for() to replace
Victor Stinner
2015-01-29
1
-0/+23
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-29
4
-4/+4
|
\
\
|
|
/
|
*
Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private
Victor Stinner
2015-01-29
4
-4/+4
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-29
1
-0/+2
|
\
\
|
|
/
|
*
asyncio: Fix ResourceWarning in test_subprocess.test_proc_exit()
Victor Stinner
2015-01-29
1
-0/+2
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-29
6
-104/+166
|
\
\
|
|
/
|
*
asyncio: sync with Tulip
Victor Stinner
2015-01-29
6
-104/+166
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-29
10
-10/+104
|
\
\
|
|
/
|
*
Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport
Victor Stinner
2015-01-29
10
-10/+104
*
|
Issue #22668: Merge from 3.4.
Stefan Krah
2015-01-29
1
-1/+3
|
\
\
|
|
/
|
*
Issue #22668: Remove endianness assumption in test.
Stefan Krah
2015-01-29
1
-3/+5
*
|
Whitespace.
Stefan Krah
2015-01-29
1
-2/+2
*
|
Closes #22668: Merge from 3.4.
Stefan Krah
2015-01-29
5
-9/+78
|
\
\
|
|
/
|
*
Issue #22668: Ensure that format strings survive slicing after casting.
Stefan Krah
2015-01-29
3
-6/+73
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-29
5
-44/+85
|
\
\
|
|
/
|
*
asyncio: sync with Tulip
Victor Stinner
2015-01-29
5
-44/+85
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-01-29
2
-0/+13
|
\
\
|
|
/
|
*
asyncio doc: document Protocol state machine
Victor Stinner
2015-01-29
2
-0/+13
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-29
2
-4/+24
|
\
\
|
|
/
|
*
asyncio: sync with Tulip
Victor Stinner
2015-01-29
2
-4/+24
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-29
1
-0/+3
|
\
\
|
|
/
|
*
asyncio: BaseSubprocessTransport._kill_wait() now also call close()
Victor Stinner
2015-01-29
1
-0/+3
*
|
Always #define _PyLong_FromDev as we always need it to compile rather than
Gregory P. Smith
2015-01-29
1
-8/+8
|
\
\
|
|
/
|
*
Always #define _PyLong_FromDev as we always need it to compile rather than
Gregory P. Smith
2015-01-29
1
-8/+8
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-28
6
-36/+77
|
\
\
|
|
/
|
*
asyncio: Fix _SelectorSocketTransport constructor
Victor Stinner
2015-01-28
2
-6/+14
|
*
asyncio: SSL transports now clear their reference to the waiter
Victor Stinner
2015-01-28
4
-21/+32
|
*
asyncio: Fix SSLProtocol.eof_received()
Victor Stinner
2015-01-28
2
-11/+33
*
|
Merge 3.4 into default - Upgrade setuptools to 12.0.5 and pip to 6.0.7
Donald Stufft
2015-01-28
3
-2/+2
|
\
\
|
|
/
|
*
Update setuptools to 12.0.5 and pip to 6.0.7
Donald Stufft
2015-01-28
3
-2/+2
*
|
ifdef our way to compatibility with old openssl (closes #23335)
Benjamin Peterson
2015-01-28
1
-1/+1
*
|
Fixed memory leak in marshal.
Serhiy Storchaka
2015-01-28
1
-1/+3
|
\
\
|
|
/
|
*
Fixed memory leak in marshal.
Serhiy Storchaka
2015-01-28
1
-1/+3
*
|
Issue #22079: PyType_Ready() now checks that statically allocated type has
Serhiy Storchaka
2015-01-28
2
-0/+17
|
\
\
|
|
/
|
*
Issue #22079: PyType_Ready() now checks that statically allocated type has
Serhiy Storchaka
2015-01-28
2
-0/+21
*
|
Merged documentation update from 3.4.
Vinay Sajip
2015-01-28
1
-0/+55
|
\
\
|
|
/
|
*
Added a logging cookbook entry on customized exception formatting.
Vinay Sajip
2015-01-28
1
-0/+55
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-27
3
-2/+7
|
\
\
|
|
/
|
*
asyncio: sync with Tulip
Victor Stinner
2015-01-27
3
-2/+7
*
|
disable ALPN on LibreSSL, which has a large version number, but not ALPN supp...
Benjamin Peterson
2015-01-27
1
-1/+1
*
|
Revert unintended part of the commit (the key==dummy test wasn't supposed to ...
Raymond Hettinger
2015-01-27
1
-6/+2
*
|
Remove unneeded dummy test from the set search loop (when the hashes match we...
Raymond Hettinger
2015-01-27
2
-5/+15
*
|
Issue #23269: Tighten search_loop in set_insert_clean()
Raymond Hettinger
2015-01-27
1
-6/+17
[next]