summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #21116: Avoid blowing memory when allocating a multiprocessing sharedAntoine Pitrou2015-04-132-0/+4
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-132-14/+13
* Issue #23726: Don't enable GC for user subclasses of non-GC types that don't ...Antoine Pitrou2015-04-131-0/+3
* Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...Antoine Pitrou2015-04-131-0/+3
|\
| * Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...Antoine Pitrou2015-04-131-0/+3
* | Issue #23309: Avoid a deadlock at shutdown if a daemon thread is abortedAntoine Pitrou2015-04-131-0/+5
|\ \ | |/
| * Issue #23309: Avoid a deadlock at shutdown if a daemon thread is abortedAntoine Pitrou2015-04-131-0/+5
* | Merge with 3.4Zachary Ware2015-04-131-0/+1
|\ \ | |/
| * Attribute Michael Dorman for his initial patch on issue #18402.Zachary Ware2015-04-131-0/+1
* | Fix warning from Sphinx.Zachary Ware2015-04-131-1/+1
* | #23464: remove JoinableQueue that was deprecated in 3.4.4.R David Murray2015-04-121-0/+2
* | Issue #23668: Adds support for os.truncate and os.ftruncate on WindowsSteve Dower2015-03-211-0/+2
* | Issue #23529: Limit the size of decompressed data when reading fromAntoine Pitrou2015-04-101-0/+5
* | Issue #21859: Added Python implementation of io.FileIO.Serhiy Storchaka2015-04-101-0/+2
* | Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-0/+4
|\ \ | |/
| * Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-0/+4
| * Issue #23686: Update Windows build to use OpenSSL 1.0.2a.Zachary Ware2015-04-081-1/+2
* | Issue #23817: FreeBSD now uses "1.0" the the SOVERSION as other operatingVictor Stinner2015-04-091-0/+3
* | Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ...Berker Peksag2015-04-081-0/+3
|\ \ | |/
| * Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ...Berker Peksag2015-04-081-0/+3
* | Addresses Issue #10838: The subprocess now module includesGregory P. Smith2015-04-071-0/+4
* | Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes,Serhiy Storchaka2015-04-071-0/+4
* | (Merge 3.4) Issue #23881: urllib.request.ftpwrapper constructor now closes theVictor Stinner2015-04-071-0/+3
|\ \ | |/
| * Issue #23881: urllib.request.ftpwrapper constructor now closes the socket ifVictor Stinner2015-04-071-0/+3
* | Issue #23853: socket.socket.sendall() does no more reset the socket timeoutVictor Stinner2015-04-061-0/+4
* | Issue #22721: An order of multiline pprint output of set or dict containingSerhiy Storchaka2015-04-061-0/+4
* | Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and alwaysSerhiy Storchaka2015-04-041-0/+4
|\ \ | |/
| * Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and alwaysSerhiy Storchaka2015-04-041-0/+4
* | Issue #10590: xml.sax.parseString() now supports string argument.Serhiy Storchaka2015-04-041-0/+2
* | Issue #23338: Fixed formatting ctypes error messages on Cygwin.Serhiy Storchaka2015-04-042-0/+4
|\ \ | |/
| * Issue #23338: Fixed formatting ctypes error messages on Cygwin.Serhiy Storchaka2015-04-042-0/+4
* | Moved Misc/NEWS entries not included in 3.5.0 alpha 3 to correct section.Serhiy Storchaka2015-04-041-18/+20
* | Issue #23492: Argument Clinic now generates argument parsing code withSerhiy Storchaka2015-04-031-6/+8
* | Issue #23501: Argumen Clinic now generates code into separate files by default.Serhiy Storchaka2015-04-031-0/+2
* | Issue #23500: Argument Clinic is now smarter about generating the "#ifndef"Larry Hastings2015-04-031-0/+5
* | Issue #15582: inspect.getdoc() now follows inheritance chains.Serhiy Storchaka2015-04-031-0/+2
* | Issue #2175: SAX parsers now support a character stream of InputSource object.Serhiy Storchaka2015-04-021-0/+2
* | Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 andSerhiy Storchaka2015-04-021-0/+3
|\ \ | |/
| * Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 andSerhiy Storchaka2015-04-021-0/+3
* | (Merge 3.4) Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type toVictor Stinner2015-04-021-0/+3
|\ \ | |/
| * Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store theVictor Stinner2015-04-021-0/+3
* | Issue #23618: socket.socket.connect() now waits until the connection completesVictor Stinner2015-04-021-0/+6
* | Issue #21526: Fixed support of new boolean type in Tcl 8.5.Serhiy Storchaka2015-04-021-2/+2
|\ \ | |/
| * Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.Serhiy Storchaka2015-04-021-0/+2
* | Issue #22977: Fixed formatting Windows error messages on Wine.Serhiy Storchaka2015-04-021-0/+3
|\ \ | |/
| * Issue #22977: Fixed formatting Windows error messages on Wine.Serhiy Storchaka2015-04-021-0/+3
* | Issue #23836: Fix the faulthandler module to handle reentrant callsVictor Stinner2015-04-011-0/+3
* | Issue #23838: linecache now clears the cache and returns an empty result onSerhiy Storchaka2015-04-011-0/+3
|\ \ | |/
| * Issue #23838: linecache now clears the cache and returns an empty result onSerhiy Storchaka2015-04-011-0/+3
* | Issue #23799: Added test.support.start_threads() for running and cleaning upSerhiy Storchaka2015-04-011-0/+3
|\ \ | |/