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 #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari
Steve Dower
2015-04-15
1
-0/+10
*
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings
2015-04-14
28
-225/+387
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
3
-3/+3
|
\
|
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
3
-3/+3
*
|
Issue #20586: Argument Clinic now ensures signatures on functions without doc...
Zachary Ware
2015-04-13
3
-15/+37
*
|
Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.
Larry Hastings
2015-04-13
1
-0/+3
*
|
- merge 3.4
doko@ubuntu.com
2015-04-13
1
-1/+1
|
\
\
|
|
/
|
*
- Use PLATDIR for the platform directory everywhere (refactoring only)
doko@ubuntu.com
2015-04-13
1
-1/+1
*
|
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
2
-18/+4
*
|
Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...
Antoine Pitrou
2015-04-13
1
-4/+21
|
\
\
|
|
/
|
*
Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...
Antoine Pitrou
2015-04-13
1
-4/+21
|
*
Merge
Antoine Pitrou
2015-04-13
1
-111/+111
|
|
\
*
|
\
Merge
Antoine Pitrou
2015-04-13
1
-111/+111
|
\
\
\
|
*
\
\
Closes #17202: Merge with 3.4
Zachary Ware
2015-04-13
1
-111/+111
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #17202: Add .bat to .hgeol to force them to CRLF.
Zachary Ware
2015-04-13
1
-111/+111
*
|
|
|
Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
Antoine Pitrou
2015-04-13
1
-1/+22
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
Antoine Pitrou
2015-04-13
1
-1/+22
|
|
/
*
|
make DirEntryType and ScandirIteratorType static (closes #23918)
Benjamin Peterson
2015-04-12
1
-2/+2
*
|
Issue #23668: Regenerates posixmodule.c.h for new ifdefs
Steve Dower
2015-04-12
1
-5/+5
*
|
Issue #23668: Suppresses invalid parameter handler around chsize calls.
Steve Dower
2015-04-12
2
-0/+6
*
|
Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i...
Steve Dower
2015-04-12
3
-12/+62
*
|
Issue #23668: Adds support for os.truncate and os.ftruncate on Windows
Steve Dower
2015-03-21
2
-59/+40
*
|
- 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
|
\
\
|
|
/
[next]