summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #17976: Fixed potential problem with file.write() not detecting IO errorSerhiy Storchaka2013-12-174-1/+18
* | Removed old implementation of ntpath.splitunc() (issue #19912).Serhiy Storchaka2013-12-161-19/+0
* | Issue #19987: Re-write test_alias_fallback in test_winsound to have twoZachary Ware2013-12-162-8/+9
* | Merge headsSerhiy Storchaka2013-12-161-1/+2
|\ \
| * | Issue #19965: Make sure that Python-ast.h is properly taken into account in theCharles-François Natali2013-12-151-1/+2
* | | Issue #19912: Fixed numerous bugs in ntpath.splitunc().Serhiy Storchaka2013-12-163-9/+47
|/ /
* | Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-146-59/+106
* | Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-143-13/+35
* | #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa.Ezio Melotti2013-12-141-2/+2
* | Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.Serhiy Storchaka2013-12-133-7/+4
* | Issue #14432: Generator now clears the borrowed reference to the thread stateVictor Stinner2013-12-134-0/+146
* | Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by theGregory P. Smith2013-12-112-2/+10
* | Issue #18270: Prevent possible IDLE AttributeError on OS X when no initialNed Deily2013-12-112-11/+17
* | Issue #19572: Replace a return that shouldn't have been removed from test_os.Zachary Ware2013-12-101-0/+1
* | Issue #19928: Fix test on WindowsZachary Ware2013-12-101-2/+2
* | Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-1052-447/+425
* | Skip test for #19878 on Windows.Nadeem Vawda2013-12-101-0/+3
* | #19943: fix typo noticed by Jakub Wilk.Ezio Melotti2013-12-101-1/+1
* | Issue #19407: add Python Packaging User Guide notesNick Coghlan2013-12-103-5/+32
* | Issue #19928: Implemented a test for repr() of cell objects.Serhiy Storchaka2013-12-102-2/+11
* | Issue #19481: print() of unicode, str or bytearray subclass instance in IDLESerhiy Storchaka2013-12-102-2/+16
* | Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.Victor Stinner2013-12-102-2/+4
* | 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