summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Remove a straggling debugging print line.Brett Cannon2007-12-251-1/+0
* Actually execute the tests for the getter/setter/deleter tests on properties.Brett Cannon2007-12-251-7/+12
* Patch #1672 by Joseph Armbruster. Use tempdir() to get a temporary directory.Guido van Rossum2007-12-201-1/+1
* Add tests for the warnings module; specifically formatwarning and showwarning.Brett Cannon2007-12-201-1/+32
* Patch #1549 by Thomas Herve.Guido van Rossum2007-12-191-1/+61
* Patch #1583 by Adam Olsen.Guido van Rossum2007-12-191-1/+48
* Fix issue 1661: Flags argument silently ignored in re functions with compiled...Raymond Hettinger2007-12-191-0/+8
* Beef-up tests for dict literalsRaymond Hettinger2007-12-191-1/+10
* Users demand iterable input for named tuples. The author capitulates.Raymond Hettinger2007-12-181-0/+4
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-181-1/+72
* Add more namedtuple() test cases. Neaten the code and comments.Raymond Hettinger2007-12-181-1/+28
* Fixed #1624: Remove output comparison for test_pep277Christian Heimes2007-12-152-8/+4
* Cleaner method naming conventionRaymond Hettinger2007-12-141-8/+8
* Fixed bug #1620: New @spam.getter property syntax modifies the property in pl...Christian Heimes2007-12-141-0/+98
* Fix issue #1313119: urlparse "caches" parses regardless of encodingAlexandre Vassalotti2007-12-131-0/+10
* Fix bug 1604. deque.__init__() did not clear existing contents like list.__in...Raymond Hettinger2007-12-131-4/+4
* The new float repr causes too much trouble and pain. I'm disabling the featur...Christian Heimes2007-12-111-1/+2
* Backport of r59456:59458 from py3k to trunkChristian Heimes2007-12-102-1/+1037
* Add DocXMLRPCServer test from GHOP task #136, written by Jeff Wheeler.Georg Brandl2007-12-091-0/+152
* correct email addressSkip Montanaro2007-12-081-10/+1
* This is probably what was meant here.Armin Rigo2007-12-071-1/+1
* Increase unit test coverage of SimpleXMLRPCServer.Georg Brandl2007-12-071-4/+132
* Fix Issue 1045.Raymond Hettinger2007-12-061-2/+0
* Error checking was too aggressive (reported by Chris Tismer)Raymond Hettinger2007-12-051-0/+1
* Fixed error in regrtest. I must have missed the spot.Christian Heimes2007-12-051-1/+1
* Patch #1537 from Chad AustinChristian Heimes2007-12-032-5/+18
* Issue #1727780: Support loading pickles of random.Random objects createdMartin v. Löwis2007-12-034-0/+1912
* Implement PEP 366Nick Coghlan2007-12-033-45/+106
* Add test suite for cmd module.Georg Brandl2007-12-011-0/+186
* Issue #1531: Read fileobj from the current offset, do not seek toLars Gustäbel2007-12-011-0/+32
* Feature #1534Christian Heimes2007-12-011-0/+2
* Backport of -r59242:59246 from py3kChristian Heimes2007-11-301-2/+6
* Issue #1521: on 64bit platforms, str.decode fails on very long strings.Amaury Forgeot d'Arc2007-11-301-4/+6
* Issue #1402: PyInterpreterState_Clear() may still invoke user codeAmaury Forgeot d'Arc2007-11-291-0/+34
* I forgot to fix one occurence of new in test_descrChristian Heimes2007-11-271-1/+1
* Patch # 1507 by Mark Dickinson. Make complex(x, -0) retain the sign ofGuido van Rossum2007-11-271-0/+13
* Replaced import of the 'new' module with 'types' module and added a deprecati...Christian Heimes2007-11-276-72/+43
* Issue #1445: Fix a SystemError when accessing the ``cell_contents``Amaury Forgeot d'Arc2007-11-241-0/+12
* Test cases from Cowlishaw, v2.57. All are pased cleanly.Facundo Batista2007-11-23142-160/+510
* Major change in the internal structure of the DecimalFacundo Batista2007-11-231-0/+1
* Fix a bug in the test for using __loader__.get_data().Brett Cannon2007-11-231-0/+1
* Backport of _abccoll.py by Benjamin Arangueren, issue 1383.Guido van Rossum2007-11-225-6/+225
* Add a missing check before deleting a package's __loader__.Brett Cannon2007-11-211-1/+2
* doctest assumed that a package's __loader__.get_data() method used universalBrett Cannon2007-11-211-0/+17
* Remove a unneeded line that had typos.Brett Cannon2007-11-211-2/+0
* The incremental decoder for utf-7 must preserve its state between calls.Amaury Forgeot d'Arc2007-11-201-2/+12
* Another fix for test_shutil. Martin pointed out that it breaks some build botsChristian Heimes2007-11-201-1/+3
* Fixed bug #1470Christian Heimes2007-11-201-5/+2
* Fix the OSX failures in this test -- they were due to /tmp being a symlinkGuido van Rossum2007-11-191-0/+1
* Make this work stand-alone, too.Guido van Rossum2007-11-191-1/+1