| Commit message (Expand) | Author | Age | Files | Lines |
* | Extended socket.htonl and ntohl to accept longs. | Jeremy Hylton | 2002-07-25 | 1 | -0/+11 |
|
|
* | Remove test that was none too picky about whether attributes exist. | Jeremy Hylton | 2002-07-25 | 1 | -41/+0 |
|
|
* | Oops, missed an import of test_support. | Barry Warsaw | 2002-07-23 | 2 | -2/+2 |
|
|
* | A few updates about how/where to import test_support from. | Barry Warsaw | 2002-07-23 | 1 | -4/+5 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 192 | -1381/+192 |
|
|
* | New test "+sort", tacking 10 random floats on to the end of a sorted | Tim Peters | 2002-07-21 | 1 | -6/+9 |
|
|
* | Get popen test to work even if python is not in the path | Neal Norwitz | 2002-07-20 | 1 | -1/+1 |
|
|
* | Added new test "3sort". This is sorted data but with 3 random exchanges. | Tim Peters | 2002-07-20 | 1 | -1/+9 |
|
|
* | Move the setting of os.environ['LANGUAGE'] to setup(), and reset it to | Guido van Rossum | 2002-07-20 | 1 | -1/+2 |
|
|
* | Shut the test up and add a missing import | Barry Warsaw | 2002-07-19 | 2 | -2/+4 |
|
|
* | The email package's tests live much better in a subpackage | Barry Warsaw | 2002-07-19 | 2 | -2045/+4 |
|
|
* | Follow PyXML: Remove all prints from successful tests. This means we can | Fred Drake | 2002-07-19 | 2 | -241/+14 |
|
|
* | Remove a few lines that aren't used and cause problems on platforms | Guido van Rossum | 2002-07-19 | 1 | -6/+0 |
|
|
* | Pure Python strptime implementation by Brett Cannon. See SF patch 474274. | Guido van Rossum | 2002-07-19 | 2 | -0/+291 |
|
|
* | A few days ago, Guido said (in the thread "[Python-Dev] Python | Michael W. Hudson | 2002-07-19 | 1 | -0/+14 |
|
|
* | Add test for previous core dump when sending on closed socket with | Guido van Rossum | 2002-07-19 | 1 | -1/+10 |
|
|
* | Add default timeout functionality. This adds setdefaulttimeout() and | Guido van Rossum | 2002-07-18 | 1 | -0/+30 |
|
|
* | Gave this a facelift: "/" vs "//", whrandom vs random, etc. Boosted | Tim Peters | 2002-07-18 | 1 | -35/+46 |
|
|
* | Gave hotshot.LogReader a close() method, to allow users to close the | Tim Peters | 2002-07-18 | 1 | -4/+1 |
|
|
* | test_hotshot fails on Windows now. Added XXX comment explaining why, | Tim Peters | 2002-07-17 | 1 | -0/+4 |
|
|
* | Add a test for the 'closed' attribute on the C-profiler object. | Guido van Rossum | 2002-07-17 | 1 | -0/+3 |
|
|
* | Add missing comma. | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 |
|
|
* | Add a rather generous set of tests allowed to be skipped on sunos5. | Guido van Rossum | 2002-07-17 | 1 | -0/+23 |
|
|
* | Use sys.executable to run Python, as suggested by Neal Norwitz. | Tim Peters | 2002-07-17 | 1 | -2/+3 |
|
|
* | Bunch of tests to make sure that StopIteration is a sink state. | Guido van Rossum | 2002-07-16 | 1 | -0/+76 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-07-16 | 7 | -34/+32 |
|
|
* | The atexit module effectively turned itself off if sys.exitfunc already | Tim Peters | 2002-07-16 | 2 | -15/+48 |
|
|
* | Tim_one's change to aggressively overallocate nodes when adding child | Andrew MacIntyre | 2002-07-15 | 1 | -9/+2 |
|
|
* | Remove httplib from tested modules. | Jeremy Hylton | 2002-07-12 | 1 | -15/+0 |
|
|
* | Change _begin() back to begin(). | Jeremy Hylton | 2002-07-12 | 1 | -3/+3 |
|
|
* | test_trashcan() and supporting class Ouch(): Jeremy noted that this test | Tim Peters | 2002-07-11 | 1 | -3/+9 |
|
|
* | subtype_resurrection(): Removed unused import. | Tim Peters | 2002-07-11 | 1 | -1/+0 |
|
|
* | Extend function() to support an optional closure argument. | Jeremy Hylton | 2002-07-11 | 1 | -0/+24 |
|
|
* | subtype_resurrection(): The test suite with -l properly reported the | Tim Peters | 2002-07-11 | 1 | -2/+13 |
|
|
* | Repaired optimistic comment in new test. | Tim Peters | 2002-07-11 | 1 | -4/+3 |
|
|
* | Added a test that provokes the hypothesized (in my last checkin comment) | Tim Peters | 2002-07-11 | 1 | -0/+20 |
|
|
* | assertHasattr(): Made failure msg better than useless. | Tim Peters | 2002-07-10 | 1 | -1/+4 |
|
|
* | ndiffAssertEqual(): Stringify the arguments before running | Barry Warsaw | 2002-07-09 | 1 | -4/+16 |
|
|
* | Fix SF Bug 564931: compile() traceback must include filename. | Thomas Heller | 2002-07-09 | 1 | -0/+9 |
|
|
* | TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib doesn't have an | Barry Warsaw | 2002-07-09 | 1 | -32/+186 |
|
|
* | New files which test the corners of multipart/message and | Barry Warsaw | 2002-07-09 | 2 | -0/+48 |
|
|
* | Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem. | Jack Jansen | 2002-07-08 | 2 | -6/+1 |
|
|
* | Fix for SF bug #432621: httplib: multiple Set-Cookie headers | Jeremy Hylton | 2002-07-07 | 2 | -2/+23 |
|
|
* | printlist(): Replaced the guts with a call to textwrap. Yay! | Tim Peters | 2002-07-04 | 1 | -30/+19 |
|
|
* | Implement the encoding argument for toxml and toprettyxml. | Martin v. Löwis | 2002-06-30 | 2 | -0/+11 |
|
|
* | Another test of long headers. | Barry Warsaw | 2002-06-29 | 2 | -0/+19 |
|
|
* | Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 | Barry Warsaw | 2002-06-29 | 2 | -1/+34 |
|
|
* | test_multilingual(): Test for Header.__unicode__(). | Barry Warsaw | 2002-06-29 | 1 | -0/+22 |
|
|
* | Track change of begin() to _begin(). | Jeremy Hylton | 2002-06-28 | 1 | -2/+2 |
|
|
* | Lots of new and updated tests to check for proper ascii header | Barry Warsaw | 2002-06-28 | 2 | -42/+187 |
|
|