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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-40/+45
*
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
*
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
1
-0/+38
*
|
Issue #23618: Fix EINTR handling on Windows
Victor Stinner
2015-04-01
1
-2/+2
*
|
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
1
-10/+123
*
|
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 #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
*
|
Issue #23611: Serializing more "lookupable" objects (such as unbound methods
Serhiy Storchaka
2015-03-31
1
-47/+71
*
|
Issue #13583: sqlite3.Row now supports slice indexing.
Serhiy Storchaka
2015-03-31
1
-2/+1
*
|
Merge heads
Serhiy Storchaka
2015-03-31
1
-54/+97
|
\
\
|
*
|
Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-31
1
-43/+63
|
*
|
Issue #23485: select.kqueue.control() is now retried when interrupted by a si...
Victor Stinner
2015-03-31
1
-11/+34
*
|
|
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
Serhiy Storchaka
2015-03-31
1
-12/+14
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
Serhiy Storchaka
2015-03-31
1
-12/+14
*
|
Issue #23485: select.epoll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-30
1
-18/+51
*
|
Issue #23485: select.poll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-30
1
-50/+83
*
|
PEP 475: on EINTR, retry the function even if the timeout is equals to zero
Victor Stinner
2015-03-30
3
-3/+3
*
|
Issue #23485: select.select() is now retried automatically with the recomputed
Victor Stinner
2015-03-30
1
-14/+39
*
|
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Victor Stinner
2015-03-30
5
-29/+24
*
|
Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances.
Serhiy Storchaka
2015-03-30
1
-6/+2
|
\
\
|
|
/
|
*
Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances.
Serhiy Storchaka
2015-03-30
1
-6/+2
*
|
Issue #23171: csv.Writer.writerow() now supports arbitrary iterables.
Serhiy Storchaka
2015-03-30
1
-40/+39
*
|
Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods
Victor Stinner
2015-03-30
1
-2/+1
*
|
Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING
Victor Stinner
2015-03-30
6
-18/+22
*
|
Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps
Victor Stinner
2015-03-30
1
-1/+1
*
|
Issue #23752: When built from an existing file descriptor, io.FileIO() now only
Victor Stinner
2015-03-30
1
-24/+0
*
|
Issue #22117: Fix usage of _PyTime_AsTimeval()
Victor Stinner
2015-03-30
4
-17/+5
*
|
Issue #23694: Fix usage of _Py_open() in the _posixsubprocess module
Victor Stinner
2015-03-30
1
-2/+1
*
|
Issue #22117: Fix rounding of fromtimestamp() methods of datetime.datetime and
Victor Stinner
2015-03-29
1
-2/+3
*
|
Issue #22117: Fix os.utime(), it now rounds the timestamp towards minus
Victor Stinner
2015-03-29
1
-2/+2
*
|
Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructor
Victor Stinner
2015-03-29
2
-5/+15
*
|
Issue #14260: The groupindex attribute of regular expression pattern object
Serhiy Storchaka
2015-03-29
1
-1/+14
*
|
Removed unintentional trailing spaces in text files.
Serhiy Storchaka
2015-03-29
1
-1/+1
*
|
Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime
Victor Stinner
2015-03-28
2
-3/+4
*
|
Issue #22117: Use the _PyTime_t API for time.clock_settime()
Victor Stinner
2015-03-28
1
-5/+5
*
|
Issue #22117: Use the new _PyTime_t API in the select module
Victor Stinner
2015-03-28
1
-39/+20
[next]