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
*
- Modules/Setup.dist: remove time extension duplicate, introduced by the fix...
doko@ubuntu.com
2015-04-11
1
-2/+1
*
Issue #21859: Corrected FileIO docstrings.
Serhiy Storchaka
2015-04-10
1
-15/+18
|
\
|
*
Issue #21859: Corrected FileIO docstrings.
Serhiy Storchaka
2015-04-10
1
-15/+18
*
|
Replaced "string" with "bytes object" in docstrings of binary I/O objects.
Serhiy Storchaka
2015-04-09
2
-13/+13
|
\
\
|
|
/
|
*
Replaced "string" with "bytes object" in docstrings of binary I/O objects.
Serhiy Storchaka
2015-04-09
2
-13/+13
*
|
Issue #23618: Fix internal_select() for negative timeout (blocking socket) when
Victor Stinner
2015-04-09
1
-4/+9
*
|
Issue #23834: Fix the default socket timeout
Victor Stinner
2015-04-09
1
-1/+2
*
|
Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each
Victor Stinner
2015-04-06
1
-17/+65
*
|
Issue #22117: Fix sock_call_ex() for non-blocking socket
Victor Stinner
2015-04-06
1
-1/+1
*
|
Issue #23853: socket.socket.sendall() does no more reset the socket timeout
Victor Stinner
2015-04-06
1
-16/+41
*
|
Issue #23834: Fix initial value of the socket timeout
Victor Stinner
2015-04-06
1
-2/+2
*
|
merge 3.4 (#23875)
Benjamin Peterson
2015-04-06
1
-2/+2
|
\
\
|
|
/
|
*
remove extra arguments in arg parsing format codes (closes #23875)
Benjamin Peterson
2015-04-06
1
-2/+2
*
|
Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on...
Serhiy Storchaka
2015-04-04
1
-2/+2
*
|
fix refleak in deque_concat
Benjamin Peterson
2015-04-04
1
-2/+8
*
|
Fixed the array module broken in issue #23492.
Serhiy Storchaka
2015-04-04
1
-15/+4
*
|
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
Serhiy Storchaka
2015-04-04
1
-9/+14
|
\
\
|
|
/
|
*
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
Serhiy Storchaka
2015-04-04
1
-9/+14
*
|
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
Serhiy Storchaka
2015-04-04
1
-2/+2
|
\
\
|
|
/
|
*
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
Serhiy Storchaka
2015-04-04
1
-2/+2
*
|
Issue #23492: Argument Clinic now generates argument parsing code with
Serhiy Storchaka
2015-04-03
11
-236/+236
*
|
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka
2015-04-03
41
-6724/+7224
*
|
Issue #23500: Argument Clinic is now smarter about generating the "#ifndef"
Larry Hastings
2015-04-03
3
-27/+11
*
|
Removed trailing whitespaces in miscalenous files.
Serhiy Storchaka
2015-04-03
1
-3/+3
*
|
Issue #23853: Cleanup _ssl.c
Victor Stinner
2015-04-02
1
-45/+50
*
|
Issue #23834: Simplify timeout handling
Victor Stinner
2015-04-03
1
-27/+13
*
|
Issue #22117: Add a new _PyTime_FromSeconds() function
Victor Stinner
2015-04-03
2
-1/+14
*
|
Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
Serhiy Storchaka
2015-04-02
1
-16/+193
|
\
\
|
|
/
|
*
Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
Serhiy Storchaka
2015-04-02
1
-16/+206
|
*
Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the
Victor Stinner
2015-04-02
1
-1/+2
*
|
Merge 3.4 (_posixsubprocess)
Victor Stinner
2015-04-02
1
-6/+6
|
\
\
|
|
/
|
*
Issue #23851: close() must not be retried when it fails with EINTR
Victor Stinner
2015-04-02
1
-6/+6
*
|
Issue #23618: Ooops, remove abort() added for debug purpose
Victor Stinner
2015-04-02
1
-1/+0
*
|
Issue #23618: Fix sock_connect_impl(), set the socket error code
Victor Stinner
2015-04-02
1
-1/+7
*
|
Issue #23618: socket.socket.connect() now waits until the connection completes
Victor Stinner
2015-04-02
1
-124/+178
*
|
Issue #23618: Don't declare recvmsg/sendmsg helper functions on Windows
Victor Stinner
2015-04-02
1
-7/+6
*
|
Issue #21526: Fixed support of new boolean type in Tcl 8.5.
Serhiy Storchaka
2015-04-02
1
-4/+19
|
\
\
|
|
/
|
*
Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
Serhiy Storchaka
2015-04-02
1
-15/+34
*
|
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
[next]