summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_strop.py
Commit message (Expand)AuthorAgeFilesLines
* proper overflow checks for mymemreplace (closes #24708)Benjamin Peterson2015-07-251-0/+5
* fix overflow detection of strop.expandtabsBenjamin Peterson2014-03-311-0/+6
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-2/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-39/+39
* Security patches from Apple: prevent int overflow when allocating memoryNeal Norwitz2008-07-311-0/+19
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Tighten up some warning filters, and break some dependencies on theTim Peters2002-04-161-2/+3
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+6
* Migrate the strop test to PyUnit.Fred Drake2001-05-221-81/+118
* Add warnings to the strop module, for to those functions that reallyGuido van Rossum2001-05-151-0/+2
* Guido has Spoken. Restore strop.replace()'s treatment of a 0 count asTim Peters2001-05-101-1/+3
* The strop module and test_strop.py believe replace() with a 0 countTim Peters2001-05-101-1/+1
* 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
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-8/+8
* Added strop.split tests when sep is None.Barry Warsaw1997-12-021-0/+6
* Added tests of strop.replace()Barry Warsaw1997-11-291-0/+9
* Added a couple of strop.join() tests for large lists and long itemsBarry Warsaw1997-01-061-1/+20
* Added tests of all strop module functions, and touching of moduleBarry Warsaw1996-12-091-2/+35
* Removed debugging print statementGuido van Rossum1996-10-081-1/+0
* Simple test module for strop.Guido van Rossum1996-10-081-0/+21