summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Add encoding declaration.Martin v. Löwis2002-08-042-1/+2
* I don't know what's going on with this test, but the last change fromTim Peters2002-08-041-1/+1
* revert to version 1.2Piers Lauder2002-08-031-5/+6
* Added new heapreplace(heap, item) function, to pop (and return) theTim Peters2002-08-031-3/+2
* Remove cut 'n paste silliness.Tim Peters2002-08-031-2/+0
* Minor fiddling, including a simple class to implement a heap iteratorTim Peters2002-08-031-5/+18
* Hmm! I thought I checked this in before! Oh well.Tim Peters2002-08-021-1/+19
* check_invariant(): Use the same child->parent "formula" used by heapq.py.Tim Peters2002-08-021-2/+2
* Don't use true division where int division was intended. For that matter,Tim Peters2002-08-021-1/+1
* Adding the heap queue algorithm, per discussion in python-dev lastGuido van Rossum2002-08-021-0/+48
* regression test for the whichdb moduleSkip Montanaro2002-08-021-0/+63
* testGetServByName shouldn't check for getservbyname - the socket moduleSkip Montanaro2002-08-021-18/+17
* New test %sort. This takes a sorted list, picks 1% of the list positionsTim Peters2002-08-021-1/+7
* modify testGetServByName so it tries a few different protocols. In this daySkip Montanaro2002-08-021-5/+17
* SF patch 588728 (Nathan Srebro).Guido van Rossum2002-08-011-4/+11
* New test for sorting sanity. Note that this will fail in earlier Pythons,Tim Peters2002-08-011-0/+124
* Reverting this to rev 1.3. It's apparently broken everywhere at revTim Peters2002-07-311-5/+5
* Enable test_socket again, if only to prevent mistakes like JeremyGuido van Rossum2002-07-311-2/+2
* Repair testNtoH for large long arguments.Jeremy Hylton2002-07-311-9/+8
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-3045-56/+77
* Fix SF 588452: debug build crashes on marshal.dumps([128] * 1000).Thomas Heller2002-07-301-0/+3
* Fix forMichael W. Hudson2002-07-292-0/+6
* Fix the problem of not raising a TypeError exception when doing:Neal Norwitz2002-07-281-1/+7
* remove redundant importPiers Lauder2002-07-271-1/+0
* remove redundant codePiers Lauder2002-07-271-1/+1
* remove o/s dependancy from testPiers Lauder2002-07-271-4/+5
* Reorganized so the test is skipped if os.popen() doesn't exist (in stead of f...Jack Jansen2002-07-261-4/+4
* Remove duplicate checks of the Node.allnodes variable.Fred Drake2002-07-251-3/+0
* Extended socket.htonl and ntohl to accept longs.Jeremy Hylton2002-07-251-0/+11
* Remove test that was none too picky about whether attributes exist.Jeremy Hylton2002-07-251-41/+0
* Oops, missed an import of test_support.Barry Warsaw2002-07-232-2/+2
* A few updates about how/where to import test_support from.Barry Warsaw2002-07-231-4/+5
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23192-1381/+192
* New test "+sort", tacking 10 random floats on to the end of a sortedTim Peters2002-07-211-6/+9
* Get popen test to work even if python is not in the pathNeal Norwitz2002-07-201-1/+1
* Added new test "3sort". This is sorted data but with 3 random exchanges.Tim Peters2002-07-201-1/+9
* Move the setting of os.environ['LANGUAGE'] to setup(), and reset it toGuido van Rossum2002-07-201-1/+2
* Shut the test up and add a missing importBarry Warsaw2002-07-192-2/+4
* The email package's tests live much better in a subpackageBarry Warsaw2002-07-192-2045/+4
* Follow PyXML: Remove all prints from successful tests. This means we canFred Drake2002-07-192-241/+14
* Remove a few lines that aren't used and cause problems on platformsGuido van Rossum2002-07-191-6/+0
* Pure Python strptime implementation by Brett Cannon. See SF patch 474274.Guido van Rossum2002-07-192-0/+291
* A few days ago, Guido said (in the thread "[Python-Dev] PythonMichael W. Hudson2002-07-191-0/+14
* Add test for previous core dump when sending on closed socket withGuido van Rossum2002-07-191-1/+10
* Add default timeout functionality. This adds setdefaulttimeout() andGuido van Rossum2002-07-181-0/+30
* Gave this a facelift: "/" vs "//", whrandom vs random, etc. BoostedTim Peters2002-07-181-35/+46
* Gave hotshot.LogReader a close() method, to allow users to close theTim Peters2002-07-181-4/+1
* test_hotshot fails on Windows now. Added XXX comment explaining why,Tim Peters2002-07-171-0/+4
* Add a test for the 'closed' attribute on the C-profiler object.Guido van Rossum2002-07-171-0/+3
* Add missing comma.Jeremy Hylton2002-07-171-1/+1