Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug #841757] Exercise handling of Unicode strings | Andrew M. Kuchling | 2004-06-05 | 1 | -0/+2 |
| | |||||
* | [Patch #628208] Test the 'nil' extension | Andrew M. Kuchling | 2003-04-25 | 1 | -0/+8 |
| | |||||
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :) | ||||
* | added tests for long ints and ints where they are > 32 bits. | Skip Montanaro | 2001-10-19 | 1 | -0/+14 |
| | | | | should have been checked in as part of patch #470254. | ||||
* | simple dumps/loads test case for xmlrpclib | Skip Montanaro | 2001-10-01 | 1 | -0/+23 |