| Commit message (Expand) | Author | Age | Files | Lines |
* | dded cvsignores. | Jack Jansen | 2002-11-20 | 4 | -2/+12 |
|
|
* | Minimal instructions on building a MacPython-OSX addon for Apple's | Jack Jansen | 2002-11-20 | 1 | -0/+62 |
|
|
* | Build PythonLauncher for MacPython-OSX 2.2 as well. | Jack Jansen | 2002-11-20 | 2 | -5/+28 |
|
|
* | This file is now generated dynamically. | Jack Jansen | 2002-11-20 | 1 | -2/+0 |
|
|
* | Add change to int() and OverflowError | Andrew M. Kuchling | 2002-11-20 | 1 | -9/+19 |
|
|
* | removed a redundant .strip(); made a doc string more or less tell the truth | Just van Rossum | 2002-11-19 | 1 | -3/+5 |
|
|
* | No need to import __builtin__, spotted by Skip. | Just van Rossum | 2002-11-19 | 1 | -4/+4 |
|
|
* | Pure Python implementation of a plist generator/parser. | Just van Rossum | 2002-11-19 | 1 | -0/+433 |
|
|
* | Document additional error handling names available through PEP 293. | Walter Dörwald | 2002-11-19 | 1 | -2/+6 |
|
|
* | Add missing documentation for the PEP 293 functionality to | Walter Dörwald | 2002-11-19 | 1 | -7/+22 |
|
|
* | Fix typo. | Walter Dörwald | 2002-11-19 | 1 | -1/+1 |
|
|
* | Change int() so that passing a string, unicode, float or long argument | Walter Dörwald | 2002-11-19 | 9 | -48/+81 |
|
|
* | Replace bsddb3 and _db occurrences. | Martin v. Löwis | 2002-11-19 | 3 | -4/+4 |
|
|
* | Importing test suite from bsddb3 3.4.0 (with modifications). | Martin v. Löwis | 2002-11-19 | 17 | -1/+3304 |
|
|
* | Renamed Wise vrbl from _TCLMINOR_ to _TCLDIR_, to remove any script | Tim Peters | 2002-11-19 | 2 | -19/+23 |
|
|
* | Add Lib/bsddb to list of installed directories | Andrew M. Kuchling | 2002-11-19 | 1 | -1/+1 |
|
|
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 37 | -1/+78 |
|
|
* | Use \ulink instead of \citetitle; bump version number | Andrew M. Kuchling | 2002-11-19 | 1 | -7/+7 |
|
|
* | Add PyBSDDB update | Andrew M. Kuchling | 2002-11-19 | 1 | -2/+12 |
|
|
* | Don't try to use unsupported DB versions. | Martin v. Löwis | 2002-11-19 | 2 | -10/+9 |
|
|
* | Document PyBSDDB import. | Martin v. Löwis | 2002-11-19 | 1 | -0/+5 |
|
|
* | Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. | Martin v. Löwis | 2002-11-19 | 11 | -58/+5912 |
|
|
* | Comment on PyNumber_Check(). | Guido van Rossum | 2002-11-18 | 1 | -1/+3 |
|
|
* | Note that PyNumber_Check() returns true for string and unicode objects. | Neil Schemenauer | 2002-11-18 | 1 | -0/+4 |
|
|
* | Add __mod__ method to UserString. | Neil Schemenauer | 2002-11-18 | 1 | -0/+2 |
|
|
* | check for str.__mod__ | Neil Schemenauer | 2002-11-18 | 1 | -0/+3 |
|
|
* | check for unicode.__mod__ | Neil Schemenauer | 2002-11-18 | 1 | -0/+1 |
|
|
* | Add nb_remainder (i.e. __mod__) slot to unicode type. Fixes SF bug #615506. | Neil Schemenauer | 2002-11-18 | 1 | -2/+21 |
|
|
* | Add nb_remainder (i.e. __mod__) slot to str type. Fixes SF bug #615506. | Neil Schemenauer | 2002-11-18 | 1 | -2/+22 |
|
|
* | Improve exception message raised by PyFloat_AsDouble if the object does not | Neil Schemenauer | 2002-11-18 | 1 | -2/+6 |
|
|
* | str and unicode objects now have a __mod__ slot so don't special case them in | Neil Schemenauer | 2002-11-18 | 1 | -6/+0 |
|
|
* | Don't use PyNumber_Float() since it's is nearly useless. Instead, rely on | Neil Schemenauer | 2002-11-18 | 1 | -4/+2 |
|
|
* | Another workaround, to find the IDE directory when we're in MacPython-OSX | Jack Jansen | 2002-11-18 | 1 | -0/+10 |
|
|
* | Define PyDoc_STR if it isn't defined. This makes these modules compile | Jack Jansen | 2002-11-18 | 9 | -1/+25 |
|
|
* | Build waste, _Help and _Scrap too. | Jack Jansen | 2002-11-18 | 1 | -6/+78 |
|
|
* | Improve comments. Clarify docs. | Raymond Hettinger | 2002-11-18 | 2 | -26/+26 |
|
|
* | Improve DictMixin. | Raymond Hettinger | 2002-11-18 | 3 | -37/+52 |
|
|
* | Guard against error if .netrc is missing. | Eric S. Raymond | 2002-11-17 | 1 | -7/+10 |
|
|
* | Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makes | Neil Schemenauer | 2002-11-17 | 3 | -12/+0 |
|
|
* | correct typo detected by Lee Hansen | Skip Montanaro | 2002-11-17 | 1 | -1/+1 |
|
|
* | Better note that str.zfill() was added in 2.2.2 as well. ;-( | Fred Drake | 2002-11-16 | 1 | -0/+1 |
|
|
* | Document that a minor feature was added in 2.2.2. ;-( | Fred Drake | 2002-11-16 | 1 | -0/+3 |
|
|
* | SF Patch #638825 | Neal Norwitz | 2002-11-15 | 1 | -4/+7 |
|
|
* | SF Patch #638825 logging module | Neal Norwitz | 2002-11-15 | 1 | -3/+3 |
|
|
* | SF 639138, Ref. calendar module in time docs by John J Lee | Neal Norwitz | 2002-11-15 | 1 | -0/+3 |
|
|
* | Minor markup nits. | Fred Drake | 2002-11-15 | 1 | -4/+5 |
|
|
* | Fix stupid typo. | Fred Drake | 2002-11-15 | 1 | -1/+1 |
|
|
* | Document the available command line flags for bdist_wininst, which are | Thomas Heller | 2002-11-15 | 1 | -15/+29 |
|
|
* | Correct typo: the option is 'formats' not 'format'. | Thomas Heller | 2002-11-15 | 1 | -1/+1 |
|
|
* | Style guide reformats. I saw this test fail on a very heavily loaded | Tim Peters | 2002-11-15 | 1 | -6/+9 |
|
|