Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 |
| | | | | | | | | imports of test modules now import from the test package. Other related oddities are also fixed (like DeprecationWarning filters that weren't specifying the full import part, etc.). Also did a general code cleanup to remove all "from test.test_support import *"'s. Other from...import *'s weren't changed. | ||
* | Whitespace normalization. | Tim Peters | 2002-05-23 |
| | |||
* | easy --disable-unicode proofing. | Michael W. Hudson | 2002-05-20 |
| | |||
* | Add test case for SF bug 534347. | Guido van Rossum | 2002-04-04 |
| | |||
* | Whitespace normalization. | Tim Peters | 2001-10-18 |
| | |||
* | Add test of hexlify on Unicode strings | Jeremy Hylton | 2001-10-11 |
| | |||
* | The first batch of changes recommended by the fixdiv tool. These are | Guido van Rossum | 2001-09-04 |
| | | | | | mostly changes of / operators into //. Once or twice I did more or less than recommended. | ||
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 |
| | | | | | | | and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum. | ||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 |
| | | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects. | ||
* | tests for binascii.b2a_hex() and binascii.a2b_hex(). | Barry Warsaw | 2000-08-15 |
| | |||
* | Added test for new crc32() function. | Guido van Rossum | 2000-02-16 |
| | |||
* | Rewritten -- this now tests the binascii *except* for the binhex | Guido van Rossum | 1999-10-19 |
| | | | | module, which is tested by test_binhex.py. | ||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 |
| | |||
* | Minor output message change | Roger E. Masse | 1997-01-16 |
| | |||
* | test script for the binascii C module. | Roger E. Masse | 1997-01-16 |