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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from 3.4
Andrew Kuchling
2015-04-14
1
-2/+2
|
\
|
*
Reword NEWS item a bit
Andrew Kuchling
2015-04-14
1
-2/+2
|
*
#17898: reset k and v so that the loop doesn't use an old value
Andrew Kuchling
2015-04-13
1
-0/+2
*
|
Merge 3.4 (#23310)
Łukasz Langa
2015-04-14
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23310: Fix MagicMock's initializer to work with __methods__.
Łukasz Langa
2015-04-14
2
-0/+4
*
|
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
2
-2/+2
|
\
\
|
|
/
|
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
2
-4/+4
*
|
Issue #23310: Fix MagicMock's initializer to work with __methods__.
Łukasz Langa
2015-04-14
2
-0/+4
*
|
#11754: test contents of string module attributes.
R David Murray
2015-04-14
1
-0/+1
*
|
Issue #20586: Argument Clinic now ensures signatures on functions without doc...
Zachary Ware
2015-04-13
1
-0/+3
*
|
Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.
Larry Hastings
2015-04-13
2
-1/+4
*
|
Issue #21116: Avoid blowing memory when allocating a multiprocessing shared
Antoine Pitrou
2015-04-13
2
-0/+4
*
|
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
2
-14/+13
*
|
Issue #23726: Don't enable GC for user subclasses of non-GC types that don't ...
Antoine Pitrou
2015-04-13
1
-0/+3
*
|
Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...
Antoine Pitrou
2015-04-13
1
-0/+3
|
\
\
|
|
/
|
*
Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...
Antoine Pitrou
2015-04-13
1
-0/+3
*
|
Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
Antoine Pitrou
2015-04-13
1
-0/+5
|
\
\
|
|
/
|
*
Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
Antoine Pitrou
2015-04-13
1
-0/+5
*
|
Merge with 3.4
Zachary Ware
2015-04-13
1
-0/+1
|
\
\
|
|
/
|
*
Attribute Michael Dorman for his initial patch on issue #18402.
Zachary Ware
2015-04-13
1
-0/+1
*
|
Fix warning from Sphinx.
Zachary Ware
2015-04-13
1
-1/+1
*
|
#23464: remove JoinableQueue that was deprecated in 3.4.4.
R David Murray
2015-04-12
1
-0/+2
*
|
Issue #23668: Adds support for os.truncate and os.ftruncate on Windows
Steve Dower
2015-03-21
1
-0/+2
*
|
Issue #23529: Limit the size of decompressed data when reading from
Antoine Pitrou
2015-04-10
1
-0/+5
*
|
Issue #21859: Added Python implementation of io.FileIO.
Serhiy Storchaka
2015-04-10
1
-0/+2
*
|
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-0/+4
|
\
\
|
|
/
|
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-0/+4
|
*
Issue #23686: Update Windows build to use OpenSSL 1.0.2a.
Zachary Ware
2015-04-08
1
-1/+2
*
|
Issue #23817: FreeBSD now uses "1.0" the the SOVERSION as other operating
Victor Stinner
2015-04-09
1
-0/+3
*
|
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ...
Berker Peksag
2015-04-08
1
-0/+3
|
\
\
|
|
/
|
*
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ...
Berker Peksag
2015-04-08
1
-0/+3
*
|
Addresses Issue #10838: The subprocess now module includes
Gregory P. Smith
2015-04-07
1
-0/+4
*
|
Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes,
Serhiy Storchaka
2015-04-07
1
-0/+4
*
|
(Merge 3.4) Issue #23881: urllib.request.ftpwrapper constructor now closes the
Victor Stinner
2015-04-07
1
-0/+3
|
\
\
|
|
/
|
*
Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if
Victor Stinner
2015-04-07
1
-0/+3
*
|
Issue #23853: socket.socket.sendall() does no more reset the socket timeout
Victor Stinner
2015-04-06
1
-0/+4
*
|
Issue #22721: An order of multiline pprint output of set or dict containing
Serhiy Storchaka
2015-04-06
1
-0/+4
*
|
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
Serhiy Storchaka
2015-04-04
1
-0/+4
|
\
\
|
|
/
|
*
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
Serhiy Storchaka
2015-04-04
1
-0/+4
*
|
Issue #10590: xml.sax.parseString() now supports string argument.
Serhiy Storchaka
2015-04-04
1
-0/+2
*
|
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
Serhiy Storchaka
2015-04-04
2
-0/+4
|
\
\
|
|
/
|
*
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
Serhiy Storchaka
2015-04-04
2
-0/+4
*
|
Moved Misc/NEWS entries not included in 3.5.0 alpha 3 to correct section.
Serhiy Storchaka
2015-04-04
1
-18/+20
*
|
Issue #23492: Argument Clinic now generates argument parsing code with
Serhiy Storchaka
2015-04-03
1
-6/+8
*
|
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka
2015-04-03
1
-0/+2
*
|
Issue #23500: Argument Clinic is now smarter about generating the "#ifndef"
Larry Hastings
2015-04-03
1
-0/+5
*
|
Issue #15582: inspect.getdoc() now follows inheritance chains.
Serhiy Storchaka
2015-04-03
1
-0/+2
*
|
Issue #2175: SAX parsers now support a character stream of InputSource object.
Serhiy Storchaka
2015-04-02
1
-0/+2
*
|
Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
Serhiy Storchaka
2015-04-02
1
-0/+3
|
\
\
|
|
/
|
*
Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
Serhiy Storchaka
2015-04-02
1
-0/+3
[next]