summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Make the timeout longer to give slow machines a chance to pass the testNeal Norwitz2008-03-051-1/+1
* Get this test to pass even when there is no sound card in the system.Neal Norwitz2008-03-051-4/+16
* Issue#2238: some syntax errors from *args or **kwargs expressionsAmaury Forgeot d'Arc2008-03-051-0/+4
* Beef-up docs and tests for itertools. Fix-up end-case for product().Raymond Hettinger2008-03-041-6/+112
* 15 -> 16, the 2ndGeorg Brandl2008-03-031-1/+1
* 15 -> 16Christian Heimes2008-03-031-2/+2
* Since abc._Abstract was replaces by a new type flags the regression test suit...Christian Heimes2008-03-032-4/+8
* Add test_main() functions to various tests where it was simple to do. Done soBrett Cannon2008-03-039-36/+63
* Add a note in the main test class' docstring that the order of execution of theBrett Cannon2008-03-031-2/+9
* Add a note in the main test class' docstring that the order of execution of theBrett Cannon2008-03-031-0/+4
* Move test_largefile over to using 'with' statements for open files.Brett Cannon2008-03-031-28/+18
* Refactor test_logging to use unittest. This should finally solve the flakinessBrett Cannon2008-03-031-2163/+751
* Updated to pysqlite 2.4.1. Documentation additions will come later.Gerhard Häring2008-02-291-3/+3
* Handle the repeat keyword argument for itertools.product().Raymond Hettinger2008-02-291-0/+3
* Add __format__ method to Decimal, to support PEP 3101Mark Dickinson2008-02-291-0/+93
* Add alternate constructor for itertools.chain().Raymond Hettinger2008-02-281-0/+7
* Have itertools.chain() consume its inputs lazily instead of building a tuple ...Raymond Hettinger2008-02-281-2/+2
* Windows fix for signal test - skip it earlierChristian Heimes2008-02-281-5/+6
* Prevent SocketServer.ForkingMixIn from waiting on child processes that itJeffrey Yasskin2008-02-281-10/+26
* Speed test_socketserver up from 28.739s to 0.226s, simplify the logic, and makeJeffrey Yasskin2008-02-281-109/+108
* Move abc._Abstract into object by adding a new flag Py_TPFLAGS_IS_ABSTRACT,Jeffrey Yasskin2008-02-281-0/+1
* Larger test rangeRaymond Hettinger2008-02-271-1/+1
* Add itertools.combinations().Raymond Hettinger2008-02-261-0/+24
* Patch #1691070 from Roger Upole: Speed up PyArg_ParseTupleAndKeywords() and i...Christian Heimes2008-02-261-1/+50
* Speed up this test by about 99%. Remove sleeps and replace with events.Neal Norwitz2008-02-261-65/+42
* Don't use a hard coded port. This test could hang/fail if the port is in use.Neal Norwitz2008-02-261-4/+25
* Make sure the itertools filter functions give the same performance for func=b...Raymond Hettinger2008-02-251-0/+2
* Move .setupterm() output so that we don't try to call endwin() if it failsAndrew M. Kuchling2008-02-251-4/+3
* Fix a minor typo in a docstring.Brett Cannon2008-02-251-1/+1
* Create a db_home directory with a unique name so multiple users canNeal Norwitz2008-02-242-1/+21
* Issue 1742669. Now %d accepts very big float numbers.Facundo Batista2008-02-242-3/+30
* #1627: httplib now ignores negative Content-Length headers.Georg Brandl2008-02-241-0/+7
* #900744: If an invalid chunked-encoding header is sent by a server,Georg Brandl2008-02-241-0/+29
* #1506171: added operator.methodcaller().Georg Brandl2008-02-231-0/+18
* #1826: allow dotted attribute paths in operator.attrgetter.Georg Brandl2008-02-231-0/+20
* Added simple test case. Thanks Benjamin Peterson.Facundo Batista2008-02-231-0/+33
* In test_heapq and test_bisect, test both the Python and the C implementation.Georg Brandl2008-02-232-159/+234
* Followup to r61011: Also avoid the reference cycle when the Thread's targetJeffrey Yasskin2008-02-231-3/+11
* Prevent classes like:Jeffrey Yasskin2008-02-231-0/+20
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-2379-97/+37
* #1433694: minidom's .normalize() failed to set .nextSibling for last element.Andrew M. Kuchling2008-02-231-0/+8
* #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances.Andrew M. Kuchling2008-02-231-47/+8
* #2067: file.__exit__() now calls subclasses' close() method.Georg Brandl2008-02-231-1/+17
* Issue 1089358. Adds the siginterrupt() function, that is just aFacundo Batista2008-02-231-2/+46
* #2165: fix test_logging failure on some machines.Georg Brandl2008-02-231-23/+13
* Patch #1759: Backport of PEP 3129 class decoratorsChristian Heimes2008-02-233-1/+47
* Issue 1781. Now ConfigParser.add_section does not let you add aFacundo Batista2008-02-231-0/+8
* Issue 1776581. Minor corrections to smtplib, and two small tests.Facundo Batista2008-02-231-2/+3
* Issue 1881. Increased the stack limit from 500 to 1500. Also addedFacundo Batista2008-02-231-0/+17
* Added future_builtins, which contains PEP 3127 compatible versions of hex() a...Eric Smith2008-02-231-0/+27