summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Doctest results return a named tuple for readabilityRaymond Hettinger2008-01-111-58/+58
* Run doctests on the collections moduleRaymond Hettinger2008-01-111-2/+4
* Closing issue1761.Amaury Forgeot d'Arc2008-01-101-0/+12
* Fixed #1776. __import__() no longer imports modules by file nameChristian Heimes2008-01-091-1/+11
* Added __enter__ and __exit__ functions to HKEY objectChristian Heimes2008-01-081-20/+25
* Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objectsAndrew M. Kuchling2008-01-081-2/+128
* Issue #1757: The hash of a Decimal instance is no longer affectedFacundo Batista2008-01-081-0/+17
* It's verbose, not debugChristian Heimes2008-01-081-1/+1
* Fixed indention problem that caused the second TIPC test to run on systems wi...Christian Heimes2008-01-071-1/+1
* #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.Georg Brandl2008-01-071-0/+56
* Issue #1646: Make socket support TIPC. The socket module now has supportChristian Heimes2008-01-071-0/+82
* Fix issue 1747: allow classic classes to be checked for being subclasses ofJeffrey Yasskin2008-01-071-4/+11
* #1325: Add docs and tests for zipimporter.archive and zipimporter.prefix.Georg Brandl2008-01-061-0/+5
* #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir.Georg Brandl2008-01-062-0/+2
* Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'.Guido van Rossum2008-01-051-0/+5
* Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.Georg Brandl2008-01-051-1/+1
* Fix comment typoAndrew M. Kuchling2008-01-051-1/+1
* Continue rolling back pep-3141 changes that changed behavior from 2.5. ThisJeffrey Yasskin2008-01-053-20/+16
* clean up a commentFred Drake2008-01-051-2/+2
* Add error-checking to namedtuple's _replace() method.Raymond Hettinger2008-01-051-0/+7
* Improve namedtuple's _cast() method with a docstring, new name, and error-che...Raymond Hettinger2008-01-051-4/+7
* Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py.Guido van Rossum2008-01-051-0/+18
* Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000Guido van Rossum2008-01-052-0/+13
* socket.ioctl is only available on WindowsChristian Heimes2008-01-041-0/+10
* Issue #1735: TarFile.extractall() now correctly setsLars Gustäbel2008-01-041-0/+17
* Make math.{floor,ceil}({int,long}) return float again for backwardsJeffrey Yasskin2008-01-041-0/+8
* Minor fix-ups to named tuples:Raymond Hettinger2008-01-041-8/+1
* Added _struct._clearcache() for regression testsChristian Heimes2008-01-041-0/+1
* Fixed refleak tests for _struct changesChristian Heimes2008-01-041-1/+0
* Bug #1481296: Fixed long(float('nan'))!=0L.Christian Heimes2008-01-041-0/+4
* Added copysign(x, y) function to the math moduleChristian Heimes2008-01-031-0/+7
* Added math.isinf() and math.isnan()Christian Heimes2008-01-031-0/+16
* Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh:Guido van Rossum2008-01-031-0/+30
* Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (justJeffrey Yasskin2008-01-035-3/+187
* Change docstrings to comments so test output will display normally.Kurt B. Kaiser2008-01-021-3/+3
* Issue1177Kurt B. Kaiser2008-01-021-0/+13
* 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