| Commit message (Expand) | Author | Age | Files | Lines |
* | More changes of DeprecationWarning to FutureWarning. | Guido van Rossum | 2002-08-14 | 1 | -1/+1 |
|
|
* | Shut up warnings about hex()/oct() that can't be avoided. | Guido van Rossum | 2002-08-12 | 1 | -0/+4 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
|
|
* | Skip Montanaro's patch, SF 559833, exposing xrange type in builtins. | Raymond Hettinger | 2002-06-05 | 1 | -0/+5 |
|
|
* | SF bug 555042: zip() may trigger MemoryError. | Tim Peters | 2002-05-12 | 1 | -1/+11 |
|
|
* | Remove all tests that rely on deprecated-in-2.2 features of xrange objects. | Fred Drake | 2002-05-02 | 1 | -21/+0 |
|
|
* | Added regression tests for xrange object attributes. | Fred Drake | 2002-05-02 | 1 | -0/+23 |
|
|
* | SF patch #523169, by Samuele Pedroni. | Guido van Rossum | 2002-02-26 | 1 | -1/+3 |
|
|
* | SF Patch #494876, test invalid parameters to pow() | Neal Norwitz | 2001-12-29 | 1 | -0/+20 |
|
|
* | Align the number of %s with the number of format arguments. | Finn Bock | 2001-12-07 | 1 | -2/+2 |
|
|
* | New restriction on pow(x, y, z): If z is not None, x and y must be of | Tim Peters | 2001-09-03 | 1 | -8/+19 |
|
|
* | Add tests for getattr() and hasattr() with non-string args | Jeremy Hylton | 2001-07-30 | 1 | -0/+6 |
|
|
* | Rip out tests for xrange() features no longer supported. | Guido van Rossum | 2001-07-05 | 1 | -14/+0 |
|
|
* | Generalize zip() to work with iterators. | Tim Peters | 2001-05-06 | 1 | -2/+2 |
|
|
* | Now that Marc-Andre has retracted unistr(), remove the tests. | Guido van Rossum | 2001-01-19 | 1 | -11/+0 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
|
|
* | This patch adds a new builtin unistr() which behaves like str() | Marc-André Lemburg | 2001-01-17 | 1 | -0/+11 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -98/+98 |
|
|
* | Added test cases to detect regression on SourceForge bug #121965. | Fred Drake | 2000-11-08 | 1 | -0/+14 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -82/+82 |
|
|
* | Added a zip() test where one of the arguments is an instance whose | Barry Warsaw | 2000-10-01 | 1 | -0/+12 |
|
|
* | Fixed the error reporting (raise of TestFailed) for the zip() and | Barry Warsaw | 2000-09-19 | 1 | -2/+2 |
|
|
* | Added testsuite for new zip() builtin. | Barry Warsaw | 2000-08-03 | 1 | -0/+36 |
|
|
* | Revise tests to support str(<long int object>) not appending "L". | Fred Drake | 1999-12-23 | 1 | -1/+1 |
|
|
* | Change the last 4-space indent into a 1-tab indent. | Guido van Rossum | 1998-05-22 | 1 | -1/+1 |
|
|
* | The reload(sys) test no longer works due to changes in the import | Guido van Rossum | 1997-08-02 | 1 | -4/+4 |
|
|
* | Allow oct() result for 64-bit machines. | Guido van Rossum | 1997-06-06 | 1 | -1/+2 |
|
|
* | updated the oct(-100) test since oct() of a signed literal has changed. | Barry Warsaw | 1997-01-13 | 1 | -1/+1 |
|
|
* | test for specific bug in vars() | Guido van Rossum | 1995-08-11 | 1 | -0/+9 |
|
|
* | Test new __import__ module, test reload of built-in module, test | Guido van Rossum | 1994-12-30 | 1 | -2/+2 |
|
|
* | more complete tests of built-in functions | Guido van Rossum | 1994-11-10 | 1 | -2/+42 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -0/+19 |
|
|
* | * test_*.py: new lambda syntax (also affects tests for filter, map, | Guido van Rossum | 1993-11-30 | 1 | -4/+5 |
|
|
* | * string.py: added rindex(), rfind(); changed index() to interpret | Guido van Rossum | 1993-11-08 | 1 | -0/+10 |
|
|
* | * Fix bug in tzparse.py for DST timezone | Guido van Rossum | 1993-03-29 | 1 | -0/+35 |
|
|
* | * os.py: _exit doesn't exist in all variations of posix | Guido van Rossum | 1993-01-26 | 1 | -12/+12 |
|
|
* | Added some new tests and two new files for testing: test_types.py | Guido van Rossum | 1992-11-27 | 1 | -0/+16 |
|
|
* | Initial revision | Guido van Rossum | 1992-01-27 | 1 | -0/+130 |
|
|