| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | (Merge 3.4) Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to | Victor Stinner | 2015-04-02 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the | Victor Stinner | 2015-04-02 | 1 | -0/+3 |
|
|
* | | Issue #23618: socket.socket.connect() now waits until the connection completes | Victor Stinner | 2015-04-02 | 1 | -0/+6 |
|
|
* | | Issue #21526: Fixed support of new boolean type in Tcl 8.5. | Serhiy Storchaka | 2015-04-02 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. | Serhiy Storchaka | 2015-04-02 | 1 | -0/+2 |
|
|
* | | Issue #22977: Fixed formatting Windows error messages on Wine. | Serhiy Storchaka | 2015-04-02 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #22977: Fixed formatting Windows error messages on Wine. | Serhiy Storchaka | 2015-04-02 | 1 | -0/+3 |
|
|
* | | Issue #23836: Fix the faulthandler module to handle reentrant calls | Victor Stinner | 2015-04-01 | 1 | -0/+3 |
|
|
* | | Issue #23838: linecache now clears the cache and returns an empty result on | Serhiy Storchaka | 2015-04-01 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #23838: linecache now clears the cache and returns an empty result on | Serhiy Storchaka | 2015-04-01 | 1 | -0/+3 |
|
|
* | | Issue #23799: Added test.support.start_threads() for running and cleaning up | Serhiy Storchaka | 2015-04-01 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #23799: Added test.support.start_threads() for running and cleaning up | Serhiy Storchaka | 2015-04-01 | 1 | -0/+3 |
|
|
* | | Issue 23793: Add deque support for __add__(), __mul__(), and __imul__(). | Raymond Hettinger | 2015-03-31 | 1 | -0/+1 |
|
|
* | | Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath. | Serhiy Storchaka | 2015-03-31 | 1 | -0/+3 |
|
|
* | | Issue #23611: Serializing more "lookupable" objects (such as unbound methods | Serhiy Storchaka | 2015-03-31 | 1 | -0/+3 |
|
|
* | | Issue #13583: sqlite3.Row now supports slice indexing. | Serhiy Storchaka | 2015-03-31 | 1 | -0/+2 |
|
|
* | | Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. | Serhiy Storchaka | 2015-03-31 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. | Serhiy Storchaka | 2015-03-31 | 1 | -0/+4 |
|
|
* | | Issue #23485: select.select() is now retried automatically with the recomputed | Victor Stinner | 2015-03-30 | 1 | -0/+4 |
|
|
* | | Issue #23466: %c, %o, %x, and %X in bytes formatting now raise TypeError on | Serhiy Storchaka | 2015-03-30 | 1 | -0/+3 |
|
|
* | | Issue #23171: csv.Writer.writerow() now supports arbitrary iterables. | Serhiy Storchaka | 2015-03-30 | 1 | -0/+2 |
|
|
* | | Merge: #23745: handle duplicate MIME parameter names in new parser. | R David Murray | 2015-03-30 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | #23745: handle duplicate MIME parameter names in new parser. | R David Murray | 2015-03-30 | 1 | -0/+3 |
|
|