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 #22445: PyBuffer_IsContiguous() now implements precise contiguity
Stefan Krah
2015-02-01
1
-0/+13
*
Merge heads
Serhiy Storchaka
2015-01-31
1
-0/+109
|
\
|
*
Merge 3.4 (generator)
Victor Stinner
2015-01-31
1
-0/+109
|
|
\
|
|
*
Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx().
Victor Stinner
2015-01-31
1
-0/+109
*
|
|
Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
Serhiy Storchaka
2015-01-31
19
-104/+0
|
/
/
*
|
Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output.
Serhiy Storchaka
2015-01-31
1
-0/+19
|
\
\
|
|
/
|
*
Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output.
Serhiy Storchaka
2015-01-31
1
-0/+19
*
|
allow changing __class__ between a heaptype and non-heaptype in some cases (c...
Benjamin Peterson
2015-01-30
1
-0/+16
*
|
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)
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
2
-1/+20
|
\
\
|
|
/
|
*
Issue #22668: Ensure that format strings survive slicing after casting.
Stefan Krah
2015-01-29
1
-0/+19
*
|
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
1
-0/+5
|
\
\
|
|
/
|
*
asyncio doc: document Protocol state machine
Victor Stinner
2015-01-29
1
-0/+5
*
|
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
*
|
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
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-27
3
-2/+7
|
\
\
|
|
/
|
*
asyncio: sync with Tulip
Victor Stinner
2015-01-27
3
-2/+7
*
|
Issue #22286, #23321: Fix failing test on Windows code page 932
Victor Stinner
2015-01-26
1
-1/+1
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-01-26
1
-27/+30
|
\
\
|
|
/
|
*
asyncio, Tulip issue 204: Fix IocpProactor.recv()
Victor Stinner
2015-01-26
1
-7/+13
|
*
Issue #23095, asyncio: Fix _WaitHandleFuture.cancel()
Victor Stinner
2015-01-26
1
-20/+17
*
|
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
[next]