summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #22155: Add File Handlers subsection with createfilehandler to TkinterTerry Jan Reedy2015-05-171-0/+6
* Issue #15809: IDLE shell now uses locale encoding instead of Latin1 forSerhiy Storchaka2015-05-171-0/+6
* Issue #15267: HTTPConnection.request() now is compatibile with old-styleSerhiy Storchaka2015-05-161-0/+3
* Issue #20014: array.array() now accepts unicode typecodes. Based on patch bySerhiy Storchaka2015-05-161-0/+3
* Issue #23637: Showing a warning no longer fails with UnicodeErrror.Serhiy Storchaka2015-05-161-0/+4
* Reverted issue #24134 changes.Serhiy Storchaka2015-05-161-0/+2
* Issue #23971: Fix underestimated presizing in dict.fromkeys()Raymond Hettinger2015-05-131-0/+2
* add trailing slashBenjamin Peterson2015-05-111-1/+1
* - Do not italicize punctuation in the python man pagedoko@ubuntu.com2015-05-101-6/+6
* add news section for 2.7.11Benjamin Peterson2015-05-101-0/+12
* bump version to 2.7.10rc1v2.7.10rc1Benjamin Peterson2015-05-101-3/+3
* ensure .keywords is always a dictBenjamin Peterson2015-05-091-0/+2
* Issue #20274: When calling a _sqlite.Connection, it now complains if passedLarry Hastings2015-05-081-0/+6
* Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longerSerhiy Storchaka2015-05-061-0/+3
* Issue #23330: h2py now supports arbitrary filenames in #include.Serhiy Storchaka2015-05-031-0/+2
* Defer deleted item decref until after the deque is restored to a consistent s...Raymond Hettinger2015-05-021-0/+4
* Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq.Raymond Hettinger2015-05-021-0/+3
* update linksBenjamin Peterson2015-04-301-6/+6
* improve phrasingBenjamin Peterson2015-04-291-2/+1
* Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.Serhiy Storchaka2015-04-211-0/+2
* Issue #23842: os.major(), os.minor() and os.makedev() now support ints again.Serhiy Storchaka2015-04-201-0/+2
* Issue #23998: PyImport_ReInitLock() now checks for lock allocation errorChristian Heimes2015-04-191-0/+2
* Issue #23811: Add missing newline to the PyCompileError error message.Berker Peksag2015-04-141-0/+3
* Reword NEWS item a bitAndrew Kuchling2015-04-141-2/+2
* #17898: reset k and v so that the loop doesn't use an old valueAndrew Kuchling2015-04-141-0/+2
* Attribute Michael Dorman for his initial patch on issue #18402.Zachary Ware2015-04-131-0/+1
* 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.2aZachary Ware2015-04-081-1/+2
* Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTPVictor Stinner2015-04-071-0/+3
* Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj andSerhiy Storchaka2015-04-041-0/+5
* Issue #23338: Fixed formatting ctypes error messages on Cygwin.Serhiy Storchaka2015-04-042-0/+4
* Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 andSerhiy Storchaka2015-04-021-0/+3
* Issue #23834: Fix socket.sendto(), use the C long type to store the result ofVictor Stinner2015-04-021-0/+3
* Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.Serhiy Storchaka2015-04-021-0/+2
* Issue #23838: linecache now clears the cache and returns an empty result onSerhiy Storchaka2015-04-011-0/+3
* Issue #23799: Added test.test_support.start_threads() for running andSerhiy Storchaka2015-04-011-0/+3
* Issue #22390: test.regrtest now emits a warning if temporary files orSerhiy Storchaka2015-03-291-0/+3
* Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.Serhiy Storchaka2015-03-251-0/+2
* Issue #21802: The reader in BufferedRWPair now is closed even when closingSerhiy Storchaka2015-03-241-0/+3
* Issue #23671: string.Template now allows to specify the "self" parameter asSerhiy Storchaka2015-03-241-0/+4
* Issue #23583: Fixed writing unicode to standard output stream in IDLE.Serhiy Storchaka2015-03-241-2/+2
* Issue #23583: Fixed writing unicode to standard output stream in IDLE.Serhiy Storchaka2015-03-241-0/+4
* #23512: list non-essential built-in functions after the table. Patch by Carl...Ezio Melotti2015-03-241-0/+1
* #11468: improve unittest basic example. Initial patch by Florian Preinstorfer.Ezio Melotti2015-03-241-0/+1
* Issue #21560: An attempt to write a data of wrong type no longer causeSerhiy Storchaka2015-03-231-0/+3
* #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.R David Murray2015-03-221-0/+2
* #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-222-0/+5
* Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.Ned Deily2015-03-191-1/+1
* Fixed Misc/NEWS entry for issue #23136.Serhiy Storchaka2015-03-191-1/+1
* Issue #23136: _strptime now uniformly handles all days in week 0, includingSerhiy Storchaka2015-03-191-0/+3