| Commit message (Expand) | Author | Age | Files | Lines |
* | Close SF bug 563740. complex() now finds __complex__() in new style classes. | Raymond Hettinger | 2002-06-06 | 1 | -0/+11 |
|
|
* | Closes: #556025 seg fault when doing list(xrange(1e9)) | Neal Norwitz | 2002-05-22 | 1 | -0/+11 |
|
|
* | SF bug 543840: complex(string) accepts strings with \0 | Tim Peters | 2002-04-14 | 1 | -0/+13 |
|
|
* | SF patch #523169, by Samuele Pedroni. | Guido van Rossum | 2002-02-26 | 1 | -0/+10 |
|
|
* | SF Patch #494874 add tests for int()/long() invalid parameters | Neal Norwitz | 2001-12-29 | 1 | -0/+23 |
|
|
* | Ensure that complex() only accepts a string argument as the first arg, | Fred Drake | 2001-12-13 | 1 | -0/+8 |
|
|
* | Additional coverage tests by Neil Norwitz. | Guido van Rossum | 2001-12-11 | 1 | -0/+12 |
|
|
* | The first batch of changes recommended by the fixdiv tool. These are | Guido van Rossum | 2001-09-04 | 1 | -1/+1 |
|
|
* | Use raw-unicode-escape for the tests that require it. | Martin v. Löwis | 2001-08-17 | 1 | -2/+2 |
|
|
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -37/+55 |
|
|
* | Add tests for getattr() and hasattr() with non-string args | Jeremy Hylton | 2001-07-30 | 1 | -0/+18 |
|
|
* | SF bug #444510: int() should guarantee truncation. | Tim Peters | 2001-07-26 | 1 | -0/+13 |
|
|
* | SF bug 434186: 0x80000000/2 != 0x80000000>>1 | Tim Peters | 2001-06-18 | 1 | -0/+7 |
|
|
* | OK, changed my mind once more on this. The comparison hierarchy is | Guido van Rossum | 2001-01-22 | 1 | -1/+1 |
|
|
* | Numeric-smelling objects now once again compare smaller than | Guido van Rossum | 2001-01-22 | 1 | -1/+1 |
|
|
* | Add test that ensures hash([]) and hash({}) raise TypeError. | Guido van Rossum | 2001-01-18 | 1 | -0/+6 |
|
|
* | When a PyCFunction that takes only positional parameters is called with | Fred Drake | 2001-01-04 | 1 | -0/+11 |
|
|
* | Numbers no longer compare smaller than all other types. Fix the only | Neil Schemenauer | 2001-01-04 | 1 | -1/+2 |
|
|
* | Actually call the object with an __call__ method, instead of just | Jeremy Hylton | 2001-01-03 | 1 | -0/+1 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -127/+127 |
|
|
* | This patch adds a new Python C API called PyString_AsStringAndSize() | Marc-André Lemburg | 2000-09-19 | 1 | -0/+12 |
|
|
* | Applying patch #100994 to allow JPython to use more of the standard | Barry Warsaw | 2000-09-01 | 1 | -1/+1 |
|
|
* | style nits | Jeremy Hylton | 2000-08-23 | 1 | -4/+8 |
|
|
* | Break the cycles after testing cmp() on cyclic objects. | Vladimir Marangozov | 2000-07-14 | 1 | -0/+2 |
|
|
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 1 | -1/+1 |
|
|
* | Fix PR#7 comparisons of recursive objects | Jeremy Hylton | 2000-04-14 | 1 | -0/+9 |
|
|
* | Marc-Andre's third try at this bulk patch seems to work (except that | Guido van Rossum | 2000-04-05 | 1 | -2/+35 |
|
|
* | Add tests for float() and complex() with string args (Nick/Stephanie | Guido van Rossum | 1999-03-25 | 1 | -0/+2 |
|
|
* | Added a new test for old filter() memory leak | Barry Warsaw | 1999-01-28 | 1 | -0/+17 |
|
|
* | Nannified, and re-indented with 4 spaces. | Guido van Rossum | 1998-08-10 | 1 | -88/+88 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Test new __import__ module, test reload of built-in module, test | Guido van Rossum | 1994-12-30 | 1 | -0/+8 |
|
|
* | 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 |
|
|
* | * string.py: added rindex(), rfind(); changed index() to interpret | Guido van Rossum | 1993-11-08 | 1 | -0/+39 |
|
|
* | added builtin b/w compat module. | Guido van Rossum | 1993-10-22 | 1 | -9/+1 |
|
|
* | * os.py: _exit doesn't exist in all variations of posix | Guido van Rossum | 1993-01-26 | 1 | -6/+10 |
|
|
* | Added some new tests and two new files for testing: test_types.py | Guido van Rossum | 1992-11-27 | 1 | -0/+23 |
|
|
* | Initial revision | Guido van Rossum | 1992-01-27 | 1 | -0/+127 |
|
|