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 (#23844)
Benjamin Peterson
2015-04-02
3
-10/+8
|
\
\
|
|
/
|
*
replace 512 bit dh key with a 2014 bit one (closes #23844)
Benjamin Peterson
2015-04-02
3
-10/+8
*
|
Issue #23834: Fix sock_call(), set deadline_initialized to recompute the timeout
Victor Stinner
2015-04-02
1
-0/+1
*
|
Issue #23834: Modify socket.sendall() to reuse sock_call() with
Victor Stinner
2015-04-01
1
-29/+21
*
|
Issue #23834: Add sock_call() helper function
Victor Stinner
2015-04-01
1
-256/+323
*
|
Issue #23836: Fix the faulthandler module to handle reentrant calls
Victor Stinner
2015-04-01
2
-40/+48
*
|
Issue #23836: Use _Py_write_noraise() to retry on EINTR in _Py_DumpTraceback()
Victor Stinner
2015-04-01
1
-8/+20
*
|
Issue #23836: Use _Py_write_noraise() to retry on EINTR in child_exec() of
Victor Stinner
2015-04-01
1
-9/+10
*
|
Issue #23836: Use _Py_write_noraise() to retry on EINTR in trip_signal() of
Victor Stinner
2015-04-01
1
-3/+4
*
|
Issue #23836: Document functions releasing the GIL in fileutils.c
Victor Stinner
2015-04-01
1
-3/+5
*
|
Issue #23836: Add _Py_write_noraise() function
Victor Stinner
2015-04-01
2
-48/+88
*
|
merge 3.4
Benjamin Peterson
2015-04-01
1
-1/+2
|
\
\
|
|
/
|
*
remove assignment in conditional
Benjamin Peterson
2015-04-01
1
-1/+2
*
|
Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and
Victor Stinner
2015-04-01
3
-17/+123
*
|
Check deques against common sequence tests (except for slicing).
Raymond Hettinger
2015-04-01
1
-0/+16
*
|
What's New in Python 3.5: mention signal.set_wakeup_fd() enhancement on Windows
Victor Stinner
2015-04-01
1
-0/+3
*
|
Issue #23821: Fixed test_pdb failure under -O.
Serhiy Storchaka
2015-04-01
1
-11/+15
|
\
\
|
|
/
|
*
Issue #23821: Fixed test_pdb failure under -O.
Serhiy Storchaka
2015-04-01
1
-11/+15
*
|
Issue #23838: linecache now clears the cache and returns an empty result on
Serhiy Storchaka
2015-04-01
3
-7/+25
|
\
\
|
|
/
|
*
Issue #23838: linecache now clears the cache and returns an empty result on
Serhiy Storchaka
2015-04-01
3
-4/+24
*
|
It wasn't a typo, it is the mnemonic (AT=@).
R David Murray
2015-04-01
1
-1/+1
*
|
Issue #23799: Added test.support.start_threads() for running and cleaning up
Serhiy Storchaka
2015-04-01
9
-78/+75
|
\
\
|
|
/
|
*
Issue #23799: Added test.support.start_threads() for running and cleaning up
Serhiy Storchaka
2015-04-01
9
-80/+77
*
|
Issue #23618: Fix EINTR handling on Windows
Victor Stinner
2015-04-01
1
-2/+2
*
|
merge 3.4 (#12855)
Benjamin Peterson
2015-04-01
1
-4/+36
|
\
\
|
|
/
|
*
document what exactly str.splitlines() splits on (closes #12855)
Benjamin Peterson
2015-04-01
1
-4/+36
*
|
Issue #23618: Enhance EINTR handling in socket.connect()
Victor Stinner
2015-03-31
1
-35/+37
*
|
Issue #23618: Fix EINTR handling in socket.connect()
Victor Stinner
2015-03-31
1
-10/+8
*
|
Issue #23618: Cleanup internal_connect() in socketmodule.c
Victor Stinner
2015-03-31
1
-3/+1
*
|
Issue 23793: Add deque support for __add__(), __mul__(), and __imul__().
Raymond Hettinger
2015-03-31
4
-10/+204
*
|
Issue #23618: Refactor internal_connect()
Victor Stinner
2015-03-31
1
-79/+30
*
|
Issue #23618: Refactor internal_connect()
Victor Stinner
2015-03-31
1
-35/+57
*
|
Issue #22117: Fix integer overflow check in socket_parse_timeout() on Windows
Victor Stinner
2015-03-31
1
-3/+6
*
|
Issue #23611: Fixed enums pickling tests. Now all picklings work with all
Serhiy Storchaka
2015-03-31
1
-15/+7
*
|
Issue #18473: Fixed pickle compatibility tests for optional modules.
Serhiy Storchaka
2015-03-31
2
-10/+32
|
\
\
|
|
/
|
*
Issue #18473: Fixed pickle compatibility tests for optional modules.
Serhiy Storchaka
2015-03-31
2
-10/+32
*
|
Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath.
Serhiy Storchaka
2015-03-31
7
-5/+255
*
|
Issue #23618: Fix internal_connect_select()
Victor Stinner
2015-03-31
1
-1/+1
*
|
Issue #23618: internal_connect_select() now waits also for error events
Victor Stinner
2015-03-31
1
-6/+15
*
|
Issue #23618: Refactor internal_select() to prepare socket.connect() for EINTR
Victor Stinner
2015-03-31
1
-13/+23
*
|
Issue #23618: Refactor the _socket module
Victor Stinner
2015-03-31
1
-17/+11
*
|
What's New in Python 3.5, PEP 475: mention modified signal functions
Victor Stinner
2015-03-31
2
-2/+3
*
|
Issue #23611: Serializing more "lookupable" objects (such as unbound methods
Serhiy Storchaka
2015-03-31
5
-66/+114
*
|
Issue #13583: sqlite3.Row now supports slice indexing.
Serhiy Storchaka
2015-03-31
4
-2/+24
*
|
Merge heads
Serhiy Storchaka
2015-03-31
7
-69/+181
|
\
\
|
*
|
Issue #23485: Enhance and update selectors doc and test_selectors
Victor Stinner
2015-03-31
2
-3/+40
|
*
|
Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-31
5
-49/+85
|
*
|
Issue #23485: select.kqueue.control() is now retried when interrupted by a si...
Victor Stinner
2015-03-31
5
-18/+57
*
|
|
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
Serhiy Storchaka
2015-03-31
6
-30/+326
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
Serhiy Storchaka
2015-03-31
6
-30/+326
[prev]
[next]