Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved test set for int() and long() string conversions. | Guido van Rossum | 1998-06-30 | 1 | -0/+59 |
| | |||||
* | With the recent change that makes numbers compare smaller than anything, | Guido van Rossum | 1998-06-11 | 1 | -3/+3 |
| | | | | the outcome of the test for max has changed. | ||||
* | Added tests of the new builtin functions issubclass() and isinstance() | Barry Warsaw | 1997-08-22 | 1 | -0/+36 |
| | |||||
* | Fix hex tests for 64-bit machines. | Guido van Rossum | 1997-05-14 | 1 | -1/+3 |
| | |||||
* | Added test of complex() (that catches a bug in 1.4!). | Guido van Rossum | 1997-03-31 | 1 | -0/+39 |
| | | | | | Added test that ensures that int() and long() truncate float numbers towards zero. | ||||
* | updated the hex(-16) test since hex() of a signed literal has changed. | Barry Warsaw | 1997-01-13 | 1 | -1/+1 |
| | |||||
* | avoid math, don't abort when overflow check fails | Guido van Rossum | 1995-03-04 | 1 | -1/+5 |
| | |||||
* | * Lib/test/test_b1.py: test eval() and execfile() with globals, | Guido van Rossum | 1995-01-02 | 1 | -0/+13 |
| | | | | locals arguments | ||||
* | Test new __import__ module, test reload of built-in module, test | Guido van Rossum | 1994-12-30 | 1 | -0/+8 |
| | | | | has_key() on empty dictionary | ||||
* | more complete tests of built-in functions | Guido van Rossum | 1994-11-10 | 1 | -0/+44 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -0/+24 |
| | |||||
* | * test_*.py: new lambda syntax (also affects tests for filter, map, | Guido van Rossum | 1993-11-30 | 1 | -13/+8 |
| | | | | | | | | | | reduce) * ftplib.py: added default callback for retrlines; added dir() method * ftplib.py: don't return self in self.connect(); added hack so that if 'CDUP' is not understood, 'CWD ..' is tried. * ftplib.py: second method called init() should have been called connect(); if __init__ sees more than one argument, it will also try to login(). | ||||
* | * string.py: added rindex(), rfind(); changed index() to interpret | Guido van Rossum | 1993-11-08 | 1 | -0/+39 |
| | | | | | | | | | | | negative start indices starting from the right. * ftplib.py: debug() -> set_debuglevel(); change demo to use __init__(). * os.py: added execl, execlp, and execvp. * lambda.py: removed (now that we have built-in map, reduce, bagof, lambda) * test_b{1,2}.py, testall.out: added tests for bagof, lambda, map, reduce * commands.py: use os, not posix * test_grammar.py: make it easy to disable non-portable int overflow tests * dis.py: don't abuse range() | ||||
* | added builtin b/w compat module. | Guido van Rossum | 1993-10-22 | 1 | -9/+1 |
| | | | | changed testing of exec. | ||||
* | * os.py: _exit doesn't exist in all variations of posix | Guido van Rossum | 1993-01-26 | 1 | -6/+10 |
| | | | | * Added fcmp() to test_support.py and use it in test*.py | ||||
* | Added some new tests and two new files for testing: test_types.py | Guido van Rossum | 1992-11-27 | 1 | -0/+23 |
| | | | | | (testing operations on built-in types) and autotest.py (automatic regression testing). | ||||
* | Initial revision | Guido van Rossum | 1992-01-27 | 1 | -0/+127 |