aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_binascii.py
Commit message (Collapse)AuthorAge
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-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 Peters2002-05-23
|
* easy --disable-unicode proofing.Michael W. Hudson2002-05-20
|
* Add test case for SF bug 534347.Guido van Rossum2002-04-04
|
* Whitespace normalization.Tim Peters2001-10-18
|
* Add test of hexlify on Unicode stringsJeremy Hylton2001-10-11
|
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-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 suiteMarc-André Lemburg2001-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 Drake2000-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 Warsaw2000-08-15
|
* Added test for new crc32() function.Guido van Rossum2000-02-16
|
* Rewritten -- this now tests the binascii *except* for the binhexGuido van Rossum1999-10-19
| | | | module, which is tested by test_binhex.py.
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
|
* Minor output message changeRoger E. Masse1997-01-16
|
* test script for the binascii C module.Roger E. Masse1997-01-16