| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Add pynche's top-level txt files to Windows installer -- I don't believe | Tim Peters | 2001-08-22 | 1 | -1/+7 |
|
|
* | "The usual" post-release fiddling. | Tim Peters | 2001-08-22 | 3 | -5/+23 |
|
|
* | Add an item about Tim's new installer. This didn't make it into the | Barry Warsaw | 2001-08-22 | 1 | -0/+3 |
|
|
* | Merge changes from r22a2-branch back into trunk. Also, change patch | Barry Warsaw | 2001-08-22 | 5 | -18/+36 |
|
|
* | indicate that mktime is platform-dependent. See SF bug 434143. | Skip Montanaro | 2001-08-22 | 1 | -1/+2 |
|
|
* | indicate that the years for which the calendar function will work are | Skip Montanaro | 2001-08-22 | 1 | -1/+2 |
|
|
* | make the gettmarg error message more correct by making it more vague ;-) | Skip Montanaro | 2001-08-22 | 1 | -1/+1 |
|
|
* | More NEWS for 2.2a2. | Barry Warsaw | 2001-08-22 | 1 | -2/+25 |
|
|
* | Added a note about --enable-framework on Mac OS X. | Jack Jansen | 2001-08-21 | 1 | -0/+5 |
|
|
* | These long dead files somehow got revived. Killed them (but for how | Jack Jansen | 2001-08-21 | 4 | -654/+0 |
|
|
* | This file has been dead for aeons. I have no idea how it suddenly | Jack Jansen | 2001-08-21 | 1 | -2/+0 |
|
|
* | Enhancements: | Ka-Ping Yee | 2001-08-21 | 1 | -93/+111 |
|
|
* | This is supposed to help configure better sort out the various libdb | Skip Montanaro | 2001-08-21 | 1 | -1/+7 |
|
|
* | A test of SSL support, using a roundabout method suggested by Guido. | Barry Warsaw | 2001-08-20 | 1 | -0/+13 |
|
|
* | Use test_support.requires() to decide whether additional largefile | Barry Warsaw | 2001-08-20 | 1 | -7/+8 |
|
|
* | Removed --have-resources flag in favor of the more granular -u/--use | Barry Warsaw | 2001-08-20 | 1 | -22/+61 |
|
|
* | use_large_resources => use_resources | Barry Warsaw | 2001-08-20 | 1 | -2/+8 |
|
|
* | SSL_dealloc(): Apply the change suggested in SF bug #425370 which | Barry Warsaw | 2001-08-20 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-08-20 | 2 | -3/+3 |
|
|
* | Test failed because these was no expected-output file, but always printed | Tim Peters | 2001-08-20 | 1 | -5/+8 |
|
|
* | New \grammartoken markup, similar to \token but allowed everywhere. | Fred Drake | 2001-08-20 | 2 | -0/+6 |
|
|
* | Add another name. | Fred Drake | 2001-08-20 | 1 | -0/+1 |
|
|
* | Deal more appropriately with bare ampersands and pointy brackets; this | Fred Drake | 2001-08-20 | 2 | -19/+39 |
|
|
* | Add test case to cover multiple future statements on separate lines of | Jeremy Hylton | 2001-08-20 | 1 | -0/+11 |
|
|
* | Fix SF bug [ #450245 ] Error in parsing future stmts | Jeremy Hylton | 2001-08-20 | 3 | -0/+5 |
|
|
* | Fix SF bug [ #450245 ] Error in parsing future stmts | Jeremy Hylton | 2001-08-20 | 1 | -3/+18 |
|
|