| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the local 'getset' class -- this is now a built-in type with | Guido van Rossum | 2001-08-24 | 1 | -18/+0 |
|
|
* | getset_init(): the function name in the PyArg_ParseTuple() format | Guido van Rossum | 2001-08-24 | 1 | -1/+1 |
|
|
* | Improve the error message issued when an unbound method is called with | Guido van Rossum | 2001-08-24 | 1 | -3/+49 |
|
|
* | Rip the import repr truncation test out of here and put it in test_repr.py | Barry Warsaw | 2001-08-24 | 1 | -35/+0 |
|
|
* | Added lots of tests for reprs of "simple" objects, such as file, | Barry Warsaw | 2001-08-24 | 1 | -0/+156 |
|
|
* | PyErr_Format(): Factor out most of this code into | Barry Warsaw | 2001-08-24 | 1 | -114/+1 |
|
|
* | repr's converted to using PyString_FromFormat() instead of sprintf'ing | Barry Warsaw | 2001-08-24 | 11 | -136/+95 |
|
|
* | PyString_FromFormat() and PyString_FromFormatV(): Largely ripped from | Barry Warsaw | 2001-08-24 | 2 | -0/+159 |
|
|
* | Repair repr of future-features (wasn't updated to include the new | Tim Peters | 2001-08-24 | 1 | -2/+3 |
|
|
* | supers(): typo -- "if verify" should be "if verbose". | Guido van Rossum | 2001-08-24 | 1 | -1/+1 |
|
|
* | Add test suite for super(). | Guido van Rossum | 2001-08-24 | 1 | -0/+32 |
|
|
* | Add 'super' builtin type. | Guido van Rossum | 2001-08-24 | 1 | -0/+3 |
|
|
* | Add decl of PySuper_Type; fixup comments for the two other types. | Guido van Rossum | 2001-08-24 | 1 | -2/+3 |
|
|
* | Add 'super', another new object type with magical properties. | Guido van Rossum | 2001-08-24 | 1 | -0/+155 |
|
|
* | Add a test for the new getset type. | Guido van Rossum | 2001-08-24 | 1 | -0/+24 |
|
|
* | Change the getset type to take an optional third function argument: | Guido van Rossum | 2001-08-24 | 1 | -9/+21 |
|
|
* | SF patch #454553 by Walter Dörwald: add content-type to FTP URLs, like | Guido van Rossum | 2001-08-24 | 1 | -4/+7 |
|
|
* | getset_descr_set(): guard against deletion (indicated by a set call | Guido van Rossum | 2001-08-24 | 1 | -1/+4 |
|
|
* | slot_tp_descr_get(): guard against NULL obj or type (bug reported by | Guido van Rossum | 2001-08-24 | 1 | -2/+11 |
|
|
* | getset_init(): make the arguments optional. | Guido van Rossum | 2001-08-24 | 1 | -3/+11 |
|
|
* | Last renamed module that wasn't removed yet. | Jack Jansen | 2001-08-24 | 1 | -1168/+0 |
|
|
* | Back out trying to use the C values for CO_xxx. | Tim Peters | 2001-08-24 | 2 | -41/+12 |
|
|
* | Looks like someone forgot the change the expected output file. | Tim Peters | 2001-08-24 | 1 | -14/+14 |
|
|
* | Add a test for the new // operator too. | Tim Peters | 2001-08-23 | 1 | -0/+4 |
|
|
* | SF bug [#454456] int overflow code needs tests. | Tim Peters | 2001-08-23 | 1 | -0/+61 |
|
|
* | float_pow: Put *all* of the burden on the libm pow in normal | Tim Peters | 2001-08-23 | 1 | -45/+16 |
|
|
* | Add new built-in type 'getset' (PyGetSet_Type). | Guido van Rossum | 2001-08-23 | 3 | -0/+141 |
|
|
* | err_ovf(): only raise OverflowError when OverflowWarning was raised. | Guido van Rossum | 2001-08-23 | 1 | -1/+2 |
|
|
* | int_pow(): Repair typo when passing on to float pow (the 2nd argument was | Tim Peters | 2001-08-23 | 1 | -1/+1 |
|
|
* | Patch #449054 to implement PEP 250. The standard install directory for | Greg Ward | 2001-08-23 | 2 | -8/+22 |
|
|
* | Remove test_long's expected-output file. | Tim Peters | 2001-08-23 | 2 | -9/+8 |
|
|
* | untabification | Fredrik Lundh | 2001-08-23 | 1 | -5/+5 |
|
|
* | updated to current PythonWare version (1.0b3). fixed type checks in | Fredrik Lundh | 2001-08-23 | 1 | -9/+15 |
|
|
* | Committing and closing SF patch #441348 to help Jython to pass this test. | Finn Bock | 2001-08-23 | 1 | -1/+1 |
|
|
* | Bump to version 1.3. Also document the new behavior of the chip widgets. | Barry Warsaw | 2001-08-23 | 1 | -8/+17 |
|
|
* | Bump to version 1.3 | Barry Warsaw | 2001-08-23 | 1 | -1/+1 |
|
|
* | Implement some suggestions by Laura Creighton. | Barry Warsaw | 2001-08-23 | 1 | -6/+28 |
|
|
* | Wrapper modules underound the toolbox modules, which now have an _ prepended. | Jack Jansen | 2001-08-23 | 23 | -0/+23 |
|
|
* | Renamed. | Jack Jansen | 2001-08-23 | 22 | -40152/+0 |
|
|
* | Renamed the Mac toolbox modules to have an initial _ in their name. | Jack Jansen | 2001-08-23 | 23 | -0/+41479 |
|
|
* | Mac toolbox modules have gotten an _ prepended to their name. | Jack Jansen | 2001-08-23 | 1 | -58/+58 |
|
|
* | The MacOS toolbox modules have acquired an _ in front of their name. Normal u... | Jack Jansen | 2001-08-23 | 26 | -172/+178 |
|
|
* | SF patch #454553 by Walter Dörwald: auto-guess content-type header for | Guido van Rossum | 2001-08-23 | 2 | -6/+9 |
|
|
* | Don't make even the _slightest_ modification between test and checkin, | Jack Jansen | 2001-08-23 | 1 | -1/+1 |
|
|
* | The MacOS module may be available on Mac OS X, but it doesn't have a SchedPar... | Jack Jansen | 2001-08-23 | 1 | -1/+1 |
|
|
* | Turn OverflowWarning into an error locally, in order to make the | Guido van Rossum | 2001-08-23 | 1 | -0/+3 |
|
|
* | Ignore OverflowWarning by default. To enable the warning, use | Guido van Rossum | 2001-08-23 | 1 | -0/+1 |
|
|
* | Change all case where we used to raise OverflowError to issue a | Guido van Rossum | 2001-08-23 | 1 | -56/+88 |
|
|
* | When an inlined operation on two small ints causes overflow, don't | Guido van Rossum | 2001-08-23 | 1 | -32/+24 |
|
|
* | Introduce OverflowWarning -- to be issued when short int operations | Guido van Rossum | 2001-08-23 | 2 | -0/+8 |
|
|