summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Issue #19099: The struct module now supports Unicode format strings.Serhiy Storchaka2013-12-083-4/+33
| * Closes #19878: Fix segfault in bz2 module.Nadeem Vawda2013-12-083-7/+25
| * Issue #16373: Prevent infinite recursion for ABC Set class comparisons.Serhiy Storchaka2013-12-063-2/+33
| * Added minor clarification in logging HOWTO.Vinay Sajip2013-12-061-1/+2
| * Issue #18840: Introduce the json module in the tutorial, and deemphasize the ...Antoine Pitrou2013-12-052-30/+50
| * Issue #7105: weak dict iterators are fragile because of unpredictable GC runsKristján Valur Jónsson2013-12-054-35/+235
| * Fudge - http.client doesn't exist in 2.7. Use Queue.Empty instead.Tim Peters2013-12-041-6/+6
| * Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.Tim Peters2013-12-043-4/+60
| * Issue #19814: Clarify argparse's docs w.r.t prefix matchingEli Bendersky2013-12-021-3/+11
| * Fixed JSON tests on wide build when ran from *.pyc files (issue #11489).Serhiy Storchaka2013-12-011-2/+3
| * Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle.Alexandre Vassalotti2013-12-016-100/+4
| * Merge heads.Alexandre Vassalotti2013-12-011-2/+4
| |\
| | * Issue #19789: Clarified documentation for logging.disable.Vinay Sajip2013-11-301-2/+4
| * | Issue #6477: Added pickling support for singletons and their types.Alexandre Vassalotti2013-12-016-4/+100
| |/
| * 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-303-19/+28
| * Issue #19595: Re-enable a long-disabled test in test_winsoundZachary Ware2013-11-282-12/+10
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-2921-45/+50
| * Fix indentation from previous commitEli Bendersky2013-11-281-2/+2
| * Issue #19815: Fix segfault when parsing empty namespace declaration.Eli Bendersky2013-11-282-3/+13
| * Skip test_find_mac on Windows (issue #19804).Serhiy Storchaka2013-11-271-0/+1
| * Merge headsZachary Ware2013-11-264-2/+34
| |\
| | * Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment withSerhiy Storchaka2013-11-264-2/+34
| * | Issue #19588: Fixed tests in test_random that were silently skipped mostZachary Ware2013-11-263-6/+10
| |/
| * Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-264-57/+84
| * Fix misuse of the bigmemtest decoratorAntoine Pitrou2013-11-261-4/+2
| * Issue #19638: Skip large digit string tests on 32-bit platforms.Mark Dickinson2013-11-261-0/+3
| * Issue #19638: Raise ValueError instead of crashing when converting billion ch...Mark Dickinson2013-11-263-17/+82
| * Issue #19794: Improved markup for True/False constants.Serhiy Storchaka2013-11-261-11/+11
| * Issue #19691: remove outdated mention about RuntimeErrorAntoine Pitrou2013-11-251-2/+1
| * Fix suspicious markup and sort ignorelist.Georg Brandl2013-11-252-19/+20
| * Fix test_fcntl to run properly on systems that do not support the flagsGregory P. Smith2013-11-251-0/+3
| * fix docstring. extra \.Gregory P. Smith2013-11-251-1/+1
| * Fix test.test_support.bind_port() to not cause an error when Python wasGregory P. Smith2013-11-252-3/+13
| * #19620: Fix typo in docstring (noticed by Christopher Welborn).Ezio Melotti2013-11-252-3/+3
| * Document that @property can incorporate a docstring from the getter method. ...Raymond Hettinger2013-11-241-5/+9
| * Fixed merging error in changeset 3912934e99ba (issue #19733).Serhiy Storchaka2013-11-241-5/+0
| * Doc/Makefile: also do "make suspicious" during daily autobuildGeorg Brandl2013-11-241-0/+1
| * Add 2.7.7 uuids.Martin v. Löwis2013-11-101-0/+2
| * Issue #19308: fix the gdb plugin on gdbs linked with Python 3Antoine Pitrou2013-11-232-30/+63
| * Issue #19733: Temporary disable test_image on MacOSX.Serhiy Storchaka2013-11-232-0/+12
| * Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).Serhiy Storchaka2013-11-213-2/+10
| * Issue #19599: Use a separate pool for test_terminate().Richard Oudkerk2013-11-211-12/+4
| * Issue #19633: Fixed writing not compressed 16- and 32-bit wave files onSerhiy Storchaka2013-11-214-3/+21
| * Print Tk patchlevel in test_tcl in verbose mode (issue19654).Serhiy Storchaka2013-11-201-0/+6
| * #19449: Handle non-string keys when generating 'fieldnames' error.R David Murray2013-11-193-2/+22
| * - Update config.{guess,sub} for new ports.doko@ubuntu.com2013-11-192-84/+108
| * Issue #19603: Use specific asserts in test_decr.Serhiy Storchaka2013-11-171-159/+174
| * Fix buildbot failureAntoine Pitrou2013-11-171-1/+1
| * Fix indentation in doc example.Ezio Melotti2013-11-171-5/+5