summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #18270: Prevent possible IDLE AttributeError on OS X when no initialNed Deily2013-12-111-0/+3
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-1/+1
* Issue #19928: Implemented a test for repr() of cell objects.Serhiy Storchaka2013-12-101-0/+2
* Issue #19481: print() of unicode, str or bytearray subclass instance in IDLESerhiy Storchaka2013-12-101-0/+6
* Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.Victor Stinner2013-12-101-0/+2
* Issue #19099: The struct module now supports Unicode format strings.Serhiy Storchaka2013-12-081-0/+2
* Closes #19878: Fix segfault in bz2 module.Nadeem Vawda2013-12-081-0/+3
* Issue #16373: Prevent infinite recursion for ABC Set class comparisons.Serhiy Storchaka2013-12-061-0/+2
* Issue #18840: Introduce the json module in the tutorial, and deemphasize the ...Antoine Pitrou2013-12-051-0/+3
* Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.Tim Peters2013-12-041-0/+4
* Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle.Alexandre Vassalotti2013-12-011-3/+0
* Issue #6477: Added pickling support for singletons and their types.Alexandre Vassalotti2013-12-011-0/+3
* Fix typo in Misc/NEWS.Alexandre Vassalotti2013-11-301-2/+2
* Issue #16231: Allow false values other than None to be used as persistent IDs.Alexandre Vassalotti2013-11-301-0/+5
* Issue #19595: Re-enable a long-disabled test in test_winsoundZachary Ware2013-11-281-0/+2
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-0/+5
* Merge headsZachary Ware2013-11-262-0/+4
|\
| * Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment withSerhiy Storchaka2013-11-262-0/+4
* | Issue #19588: Fixed tests in test_random that were silently skipped mostZachary Ware2013-11-262-0/+4
|/
* Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-261-0/+2
* Issue #19638: Raise ValueError instead of crashing when converting billion ch...Mark Dickinson2013-11-261-0/+3
* Fix test.test_support.bind_port() to not cause an error when Python wasGregory P. Smith2013-11-251-0/+4
* Issue #19633: Fixed writing not compressed 16- and 32-bit wave files onSerhiy Storchaka2013-11-211-0/+3
* #19449: Handle non-string keys when generating 'fieldnames' error.R David Murray2013-11-191-0/+3
* Issue #12853: Correct NameError in distutils upload command.Jason R. Coombs2013-11-161-0/+2
* Issue #19523: Closed FileHandler leak which occurred when delay was set.Vinay Sajip2013-11-151-0/+2
* merge 2.7.6 release branchBenjamin Peterson2013-11-102-2/+2
|\
| * 2.7.6 finalv2.7.6Benjamin Peterson2013-11-102-2/+2
| * Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6.Ned Deily2013-11-051-0/+8
* | Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.Serhiy Storchaka2013-11-091-0/+2
* | #19480: HTMLParser now accepts all valid start-tag names as defined by the HT...Ezio Melotti2013-11-071-1/+4
* | Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6.Ned Deily2013-11-051-0/+8
* | Remove merge artifact from Misc/NEWSNick Coghlan2013-11-041-1/+0
* | Close #17827: Document codecs.encode & codecs.decodeNick Coghlan2013-11-041-0/+4
* | Issue #17883: Tweak test_tcl testLoadWithUNC to skip the test in theZachary Ware2013-11-041-0/+4
* | Issue #17883: Backport test.test_support._is_gui_available()Zachary Ware2013-11-041-0/+3
* | Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-0/+2
* | Issue #6157: Fixed Tkinter.Text.debug(). Original patch by Guilherme Polo.Serhiy Storchaka2013-11-031-0/+2
* | Issue #6160: The bbox() method of Tkinter.Spinbox now returns a tuple ofSerhiy Storchaka2013-11-031-0/+3
* | Update NEWSJason R. Coombs2013-11-021-0/+3
* | Issue #19085: Added basic tests for all tkinter widget options.Serhiy Storchaka2013-11-021-0/+2
* | merge 2.7.6 release branchBenjamin Peterson2013-11-011-3/+6
|\ \ | |/
| * fix xmlcharrefreplace tests on wide build when tests are loaded from .py[co] ...Benjamin Peterson2013-11-011-0/+6
* | Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests areSerhiy Storchaka2013-10-311-0/+6
* | merge 2.7.6 release branchBenjamin Peterson2013-10-301-0/+5
|\ \ | |/
| * use the collapsed path in the run_cgi method (closes #19435)Benjamin Peterson2013-10-301-0/+5
* | merge 2.7.6 release branchBenjamin Peterson2013-10-291-0/+6
|\ \ | |/
| * backport #19426Benjamin Peterson2013-10-291-0/+11
* | Issue #19426: Fixed the opening of Python source file with specified encoding.Serhiy Storchaka2013-10-291-0/+5
* | add 2.7.7 news headerBenjamin Peterson2013-10-261-0/+12
|/