summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_array.py
Commit message (Expand)AuthorAgeFilesLines
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Verify that str(a) and repr(a) don't blow up (part of SF patch 102068).Tim Peters2000-11-141-0/+5
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-161/+160
* arraymodule: Fix SF bug 113960.Tim Peters2000-09-161-2/+12
* added count, extend, index, pop and remove to arraymodulePeter Schneider-Kamp2000-07-311-0/+40
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-281-2/+54
* Add tests for array self-assigns. (This one has no relevance to JPython.)Guido van Rossum1998-07-161-1/+28
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-38/+38
* Use `...` around binary strings.Guido van Rossum1997-10-071-1/+1
* Use TESTFN instead of /etc/passwd and /dev/null as test files.Guido van Rossum1997-04-091-5/+12
* Many scripts, but small changes. Update the way the scripts obtain theRoger E. Masse1996-12-201-13/+25
* module to test the arraymodule created and added to testall.pyRoger E. Masse1996-12-091-0/+40