summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* itertools.count() no longer limited to sys.maxint.Raymond Hettinger2007-10-041-1/+6
* Made the various is_* operations return booleans. This was discussedFacundo Batista2007-10-022-13/+2145
* Patch # 188 by Philip Jenvey.Guido van Rossum2007-09-221-0/+7
* Issue #1772851. Optimization of __hash__ to behave better for big bigFacundo Batista2007-09-191-0/+32
* Fix obvious typo in threaded test.Thomas Wouters2007-09-191-1/+1
* Issue #1772851. Alters long.__hash__ from being *almost* completelyFacundo Batista2007-09-191-0/+11
* Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people c...Raymond Hettinger2007-09-181-0/+6
* The methods always return Decimal classes, even if they'reFacundo Batista2007-09-171-0/+15
* Sync-up named tuples with the latest version of the ASPN recipe.Raymond Hettinger2007-09-171-0/+7
* use binary mode when reading files for testAsyncore to make Windows happyBill Janssen2007-09-161-1/+1
* Add support for asyncore server-side SSL support. This requiresBill Janssen2007-09-162-105/+271
* Merged the decimal-branch (revisions 54886 to 58140). Decimal is nowFacundo Batista2007-09-13148-2335/+57695
* Bug #1153: repr.repr() now doesn't require set and dictionary itemsGeorg Brandl2007-09-121-0/+10
* root certificate for https://svn.python.org/, used in test_sslBill Janssen2007-09-121-0/+26
* Generators had their throw() method allowing string exceptions. That's aBrett Cannon2007-09-111-1/+1
* Always use the -E flag when spawning subprocesses in test_cmd_line (Issue 1056)Nick Coghlan2007-09-111-5/+2
* Make sure test_ssl doesn't reference the ssl module in aBill Janssen2007-09-111-1/+4
* A better way of finding an open port to test with.Bill Janssen2007-09-101-3/+26
* Patch # 1026 by Benjamin Aranguren (with Alex Martelli):Guido van Rossum2007-09-102-0/+219
* Patch # 1140 (my code, approved by Effbot).Guido van Rossum2007-09-101-0/+25
* More work on SSL support.Bill Janssen2007-09-106-215/+620
* Fix a possible segfault from recursing too deep to get the repr of a list.Brett Cannon2007-09-101-0/+5
* tr a-z A-Z does not work on Solaris (would requireMartin v. Löwis2007-09-101-3/+6
* Change socket.error to inherit from IOError rather than being a standGregory P. Smith2007-09-091-9/+7
* email address updateGregory P. Smith2007-09-091-1/+1
* Fix a crasher where Python code managed to infinitely recurse in C code withoutBrett Cannon2007-09-075-39/+17
* Make uuid1 and uuid4 tests conditional on whether ctypes can be imported;Brett Cannon2007-09-071-0/+12
* PyDict_GetItem() returns a borrowed reference.Armin Rigo2007-09-061-0/+28
* PyDict_GetItem() returns a borrowed reference.Armin Rigo2007-09-051-0/+14
* SSL certificate distinguished names should be represented by tuplesBill Janssen2007-09-051-8/+5
* Patch #1031213: Decode source line in SyntaxErrors back to its originalMartin v. Löwis2007-09-041-0/+26
* One more fix to consider missing SSL support.Thomas Wouters2007-08-301-2/+3
* Bug #1709599: Run test_1565150 only if the file system is NTFS.Martin v. Löwis2007-08-301-4/+14
* * Skip test_pipes on non-POSIX.Georg Brandl2007-08-302-3/+5
* Patch #1680959: add test suite for pipes module.Georg Brandl2007-08-303-1/+185
* This contains a number of things:Bill Janssen2007-08-291-2/+2
* Ignore test failures caused by 'resource temporarily unavailable'Facundo Batista2007-08-291-9/+15
* Fix test output.Walter Dörwald2007-08-281-1/+1
* fixes 813986Skip Montanaro2007-08-281-0/+11
* Add a crasher for the thread-unsafety of file objects.Georg Brandl2007-08-281-0/+8
* Improve extended slicing support in builtin types and classes. Specifically:Thomas Wouters2007-08-287-2/+146
* TarFile.__init__() no longer fails if no name argument is passed andLars Gustäbel2007-08-281-1/+15
* > Regardless, building a fixed test certificate and checking it in sounds likeGuido van Rossum2007-08-272-8/+42
* Ignore test failures caused by 'resource temporarily unavailable'Facundo Batista2007-08-271-12/+43
* If we can't create a certificate, print a warning, but don't fail the test.Neal Norwitz2007-08-271-13/+16
* Make a utility function for handling (printing) an errorNeal Norwitz2007-08-271-16/+14
* Stop using string.join (from the module) to ease upgrade to py3kNeal Norwitz2007-08-271-10/+10
* Another patch from Bill Janssen that:Neal Norwitz2007-08-261-6/+16
* Catch IOError for when the device file doesn't exist or the user doesn't haveNeal Norwitz2007-08-261-1/+1
* Get the test passing by commenting out some writes (should they be removed?)Neal Norwitz2007-08-261-2/+2