summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_b1.py
Commit message (Expand)AuthorAgeFilesLines
* OK, changed my mind once more on this. The comparison hierarchy isGuido van Rossum2001-01-221-1/+1
* Numeric-smelling objects now once again compare smaller thanGuido van Rossum2001-01-221-1/+1
* Add test that ensures hash([]) and hash({}) raise TypeError.Guido van Rossum2001-01-181-0/+6
* When a PyCFunction that takes only positional parameters is called withFred Drake2001-01-041-0/+11
* Numbers no longer compare smaller than all other types. Fix the onlyNeil Schemenauer2001-01-041-1/+2
* Actually call the object with an __call__ method, instead of justJeremy Hylton2001-01-031-0/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-127/+127
* This patch adds a new Python C API called PyString_AsStringAndSize()Marc-André Lemburg2000-09-191-0/+12
* Applying patch #100994 to allow JPython to use more of the standardBarry Warsaw2000-09-011-1/+1
* style nitsJeremy Hylton2000-08-231-4/+8
* Break the cycles after testing cmp() on cyclic objects.Vladimir Marangozov2000-07-141-0/+2
* typos fixed by Rob HooftJeremy Hylton2000-06-281-1/+1
* Fix PR#7 comparisons of recursive objectsJeremy Hylton2000-04-141-0/+9
* Marc-Andre's third try at this bulk patch seems to work (except thatGuido van Rossum2000-04-051-2/+35
* Add tests for float() and complex() with string args (Nick/StephanieGuido van Rossum1999-03-251-0/+2
* Added a new test for old filter() memory leakBarry Warsaw1999-01-281-0/+17
* Nannified, and re-indented with 4 spaces.Guido van Rossum1998-08-101-88/+88
* Improved test set for int() and long() string conversions.Guido van Rossum1998-06-301-0/+59
* With the recent change that makes numbers compare smaller than anything,Guido van Rossum1998-06-111-3/+3
* Added tests of the new builtin functions issubclass() and isinstance()Barry Warsaw1997-08-221-0/+36
* Fix hex tests for 64-bit machines.Guido van Rossum1997-05-141-1/+3
* Added test of complex() (that catches a bug in 1.4!).Guido van Rossum1997-03-311-0/+39
* updated the hex(-16) test since hex() of a signed literal has changed.Barry Warsaw1997-01-131-1/+1
* avoid math, don't abort when overflow check failsGuido van Rossum1995-03-041-1/+5
* * Lib/test/test_b1.py: test eval() and execfile() with globals,Guido van Rossum1995-01-021-0/+13
* Test new __import__ module, test reload of built-in module, testGuido van Rossum1994-12-301-0/+8
* more complete tests of built-in functionsGuido van Rossum1994-11-101-0/+44
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-0/+24
* * test_*.py: new lambda syntax (also affects tests for filter, map,Guido van Rossum1993-11-301-13/+8
* * string.py: added rindex(), rfind(); changed index() to interpretGuido van Rossum1993-11-081-0/+39
* added builtin b/w compat module.Guido van Rossum1993-10-221-9/+1
* * os.py: _exit doesn't exist in all variations of posixGuido van Rossum1993-01-261-6/+10
* Added some new tests and two new files for testing: test_types.pyGuido van Rossum1992-11-271-0/+23
* Initial revisionGuido van Rossum1992-01-271-0/+127