| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Issue #23752: When built from an existing file descriptor, io.FileIO() now only | Victor Stinner | 2015-03-30 | 1 | -0/+26 |
|
|
* | | Issue #22117: Fix os.utime(), it now rounds the timestamp towards minus | Victor Stinner | 2015-03-29 | 1 | -0/+3 |
|
|
* | | Issue #22390: test.regrtest now emits a warning if temporary files or | Serhiy Storchaka | 2015-03-29 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #22390: test.regrtest now emits a warning if temporary files or | Serhiy Storchaka | 2015-03-29 | 1 | -0/+3 |
|
|
* | | Issue #14260: The groupindex attribute of regular expression pattern object | Serhiy Storchaka | 2015-03-29 | 1 | -0/+3 |
|
|
* | | merge 3.4 (#23801) | Benjamin Peterson | 2015-03-29 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage | Donald Stufft | 2015-03-29 | 1 | -0/+3 |
|
|
* | | Merge: #23792: Ignore KeyboardInterrupt when the pydoc pager is active. | R David Murray | 2015-03-29 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | #23792: Ignore KeyboardInterrupt when the pydoc pager is active. | R David Murray | 2015-03-29 | 1 | -0/+4 |
|
|
| * | Issue #23803: Fixed str.partition() and str.rpartition() when a separator | Serhiy Storchaka | 2015-03-29 | 1 | -0/+3 |
|
|
* | | Issue #23775: pprint() of OrderedDict now outputs the same representation | Serhiy Storchaka | 2015-03-26 | 1 | -0/+3 |
|
|
* | | Issue #23765: Removed IsBadStringPtr calls in ctypes | Steve Dower | 2015-03-26 | 1 | -0/+2 |
|
|
* | | Issue #22364: Improved some re error messages using regex for hints. | Serhiy Storchaka | 2015-03-25 | 1 | -0/+2 |
|
|
* | | Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. | Serhiy Storchaka | 2015-03-25 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. | Serhiy Storchaka | 2015-03-25 | 1 | -0/+2 |
|
|
* | | Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive | Serhiy Storchaka | 2015-03-25 | 1 | -0/+3 |
|
|
* | | Issue #21802: The reader in BufferedRWPair now is closed even when closing | Serhiy Storchaka | 2015-03-24 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #21802: The reader in BufferedRWPair now is closed even when closing | Serhiy Storchaka | 2015-03-24 | 1 | -0/+3 |
|
|
* | | Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` | Serhiy Storchaka | 2015-03-24 | 1 | -0/+4 |
|
|
* | | Issue #4727: Fixed issue number in Misc/NEWS. | Serhiy Storchaka | 2015-03-24 | 1 | -1/+1 |
|
|
* | | Issue #23671: string.Template now allows to specify the "self" parameter as | Serhiy Storchaka | 2015-03-24 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #23671: string.Template now allows to specify the "self" parameter as | Serhiy Storchaka | 2015-03-24 | 1 | -0/+4 |
|
|
* | | Issue #23573: Increased performance of string search operations (str.find, | Serhiy Storchaka | 2015-03-24 | 1 | -0/+4 |
|
|
* | | Issue #23583: Added tests for standard IO streams in IDLE. | Serhiy Storchaka | 2015-03-24 | 1 | -0/+2 |
|\ \
| |/ |
|