summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused code that would raise a NameError.Georg Brandl2010-07-141-3/+0
* Remove XXX from text.Georg Brandl2010-07-141-6/+8
* #9258: fix copy-paste errors.Georg Brandl2010-07-141-3/+3
* Woops, test_sndhdr.py contains the same code twice: fix itVictor Stinner2010-07-131-24/+0
* Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.Victor Stinner2010-07-1313-4/+66
* Set sys.modules[name] to None instead of 0 to block module import.Alexander Belopolsky2010-07-131-1/+1
* Fix documentation typo: wprite() -> write().Jeroen Ruigrok van der Werven2010-07-131-1/+1
* Add bytes in literal_eval doc.Georg Brandl2010-07-131-3/+3
* Yield more information on failure in test_struct boolean test.Mark Dickinson2010-07-121-2/+7
* Fix definition of len() and indexing for memoryview objects (part of #7696).Antoine Pitrou2010-07-121-9/+29
* #6026: skip test_get_file_list when zlib is not available.Ezio Melotti2010-07-121-0/+1
* Regenerate Python/graminit.c.Mark Dickinson2010-07-121-18/+82
* Issue #2009: refactor varargslist and typedargslist productions to make them ...Mark Dickinson2010-07-121-6/+6
* Remove mention of execfile from the tutorial.Mark Dickinson2010-07-121-6/+6
* Use raw string literals for regexes containing backlash.Georg Brandl2010-07-121-2/+2
* Take care of duplicate target name warnings.Georg Brandl2010-07-121-5/+3
* Remove myself.Martin v. Löwis2010-07-121-10/+10
* Put my name down for winreg.Brian Curtin2010-07-111-1/+1
* allow byte literalsBenjamin Peterson2010-07-113-1/+4
* Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other m...Mark Dickinson2010-07-112-8/+13
* assertEquals -> assertEqualMark Dickinson2010-07-111-1/+1
* Issue #9137: Fix issue in MutableMapping.update, which incorrectlyMark Dickinson2010-07-113-1/+25
* Improve docstrings for isnan, isinf and isfinite.Mark Dickinson2010-07-111-3/+3
* Issue #8974: fix print calls in msgfmt.py.Martin v. Löwis2010-07-112-3/+3
* Issue #9165: Add math.isfinite and cmath.isfinite.Mark Dickinson2010-07-117-0/+61
* test for set literalsBenjamin Peterson2010-07-111-0/+1
* Issue #7616: Fix copying of overlapping memoryview slices with the IntelAntoine Pitrou2010-07-112-11/+6
* #9223: link to Command class reference, and move Command interface docs neare...Georg Brandl2010-07-112-78/+82
* #7935: cross-reference to ast.literal_eval() from eval() docs.Georg Brandl2010-07-111-0/+3
* Allow set literals in literal_eval().Georg Brandl2010-07-113-3/+10
* #9184: fix default value for "buffering" param of open().Georg Brandl2010-07-112-2/+2
* Fix typo.Georg Brandl2010-07-111-1/+1
* #6774: explain shutdown() behavior varying with platform.Georg Brandl2010-07-111-1/+3
* Fix for issue 9164Ronald Oussoren2010-07-112-2/+3
* #3214 followup: add link to ABC entry.Georg Brandl2010-07-111-3/+3
* Silence makeindex.Georg Brandl2010-07-111-0/+2
* Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested...Senthil Kumaran2010-07-111-9/+2
* remove unneeded error checkBenjamin Peterson2010-07-111-8/+0
* Stricter verification for file based url scheme and reliance on ftp protocol.Senthil Kumaran2010-07-112-1/+5
* ValueError is eventually what we want to move to, I supposeBenjamin Peterson2010-07-101-2/+2
* Add missing docs for re module 'purge' function.R. David Murray2010-07-101-0/+5
* Fix error message for comparing single line strings in unittest.TestCase.asse...Michael Foord2010-07-102-3/+23
* Fix 'refleak' introduced by fnmatch cache purge tests.R. David Murray2010-07-103-2/+18
* #8564: update docs on integrating doctest/unittest with unittest(2) test disc...Georg Brandl2010-07-101-8/+6
* #8456: fix signature of sqlite3.connect().Georg Brandl2010-07-101-1/+1
* #8338: fix outdated class name.Georg Brandl2010-07-101-2/+2
* #1434090: properly append child in expatbuilder doctype handler.Georg Brandl2010-07-101-1/+1
* #3214: improve description of duck-typing in glossary.Georg Brandl2010-07-101-3/+3
* #3071: tell how many values were expected when unpacking too many.Georg Brandl2010-07-102-4/+5
* Emphasize role of count for Pascal string.Georg Brandl2010-07-101-11/+9