Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | suggested by PEP 291. | ||||
* | 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 |
| | | | | have a nb_float slot. This matches what PyInt_AsLong does. | ||||
* | str and unicode objects now have a __mod__ slot so don't special case them in | Neil Schemenauer | 2002-11-18 | 1 | -6/+0 |
| | | | | | PyNumber_Remainder(). This fixes SF bug #615506 and allows string and unicode subclasses to override __mod__. | ||||
* | Don't use PyNumber_Float() since it's is nearly useless. Instead, rely on | Neil Schemenauer | 2002-11-18 | 1 | -4/+2 |
| | | | | PyFloat_AsDouble to generate a good error message. | ||||
* | Another workaround, to find the IDE directory when we're in MacPython-OSX | Jack Jansen | 2002-11-18 | 1 | -0/+10 |
| | | | | | | on Jaguar. Ceteram censeam W era packagendam esse. | ||||
* | Define PyDoc_STR if it isn't defined. This makes these modules compile | Jack Jansen | 2002-11-18 | 9 | -1/+25 |
| | | | | for Python 2.2. | ||||
* | 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 |
| | | | | | Replace "type(0)" with "int". Replace "while 1" with "while True" | ||||
* | Improve DictMixin. | Raymond Hettinger | 2002-11-18 | 3 | -37/+52 |
| | | | | | | | | | | | Replaced docstring with comments. Prevents subclass contamination. Added the missing __cmp__() method and a test for __cmp__(). Used try/except style in preference to has_key() followed by a look-up. Used iteritem() where possible to save creating a long key list and to save redundant lookups. Expanded .update() to look for the most helpful methods first and gradually work down to a mininum expected interface. Expanded documentation to be more clear on how to use the class. | ||||
* | 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 |
| | | | | | | Py_Init crash". refchain cannot be cleared because objects can live across Py_Finalize() and Py_Initialize() if they are kept alive by circular references. | ||||
* | 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 |
| | | | | Closes SF bug #639170. | ||||
* | SF Patch #638825 | Neal Norwitz | 2002-11-15 | 1 | -4/+7 |
| | | | | | Fix pychecker warnings, port arg was unused (it was always the default) Need a global statement for _listener | ||||
* | SF Patch #638825 logging module | Neal Norwitz | 2002-11-15 | 1 | -3/+3 |
| | | | | Fix pychecker warnings, remove unused imports and rename root | ||||
* | SF 639138, Ref. calendar module in time docs by John J Lee | Neal Norwitz | 2002-11-15 | 1 | -0/+3 |
| | | | | Will backport. | ||||
* | 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 |
| | | | | | | | | | | | | | avaliable in the Python 2.2 branch. I've left out some flags which are more thought for debugging, if someone needs them, he can always look at the output of --help. I'm sure Fred will make some adjustments, so I'll only mark this as a 2.2 bugfix candidate. There are more options available in the current CVS bdist_wininst, I will document them after this is in. | ||||
* | 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 |
| | | | | | | Win98SE box, but whatever the cause, it had scrolled off the DOS box. (There was just the "test_queue failed" summary at the end of the regrtest run.) | ||||
* | Squash an enormous number of warnings reported when adding "use | Fred Drake | 2002-11-15 | 1 | -128/+138 |
| | | | | | | | | | | warnings;" to this, and keep the "use" statement this time. Fix an obscure bug that caused weird index entries to be generated in a few cases, and a minor problem with horizontal alignmetn of the last column of 5-column tables. [I'd report a SF bug #, but I can't get to that right now.] | ||||
* | Fix critical markup errors. | Fred Drake | 2002-11-15 | 1 | -2/+2 |
| | |||||
* | Repaired typos in the Tcl/Tk compilation instructions. Turns out they | Tim Peters | 2002-11-15 | 1 | -7/+6 |
| | | | | work on Win98SE too (yay!). | ||||
* | Minor revisions to clarify the status of xreadlines(), change the way | Fred Drake | 2002-11-15 | 1 | -15/+14 |
| | | | | | iteration support was documented; the docs for __iter__() were just confusing. | ||||
* | Fix minor nits | Andrew M. Kuchling | 2002-11-15 | 1 | -3/+3 |
| | | | | Trim excess whitespace off one line | ||||
* | Mention that the MRO algorithm changes in 2.3 | Andrew M. Kuchling | 2002-11-15 | 1 | -0/+3 |
| | |||||
* | Mention change in MRO | Andrew M. Kuchling | 2002-11-15 | 1 | -0/+13 |
| | |||||
* | Add Optik news. | Guido van Rossum | 2002-11-15 | 1 | -0/+4 |
| | |||||
* | SF patch #520382: Expand shelve.py to have a full dictionary interface | Raymond Hettinger | 2002-11-15 | 1 | -0/+98 |
| | | | | | and add a mixin to UserDict.py to make it easier to implement a full dictionary interface. | ||||
* | Explain what to do in case of missing shared libraries. Remove mentioning | Martin v. Löwis | 2002-11-15 | 1 | -5/+22 |
| | | | | of egcs. Fixes #635929. Backported to 2.2.3. | ||||
* | SF patch #520382: Expand shelve.py to have a full dictionary interface | Raymond Hettinger | 2002-11-15 | 5 | -2/+104 |
| | | | | | and add a mixin to UserDict.py to make it easier to implement a full dictionary interface. | ||||
* | Draft a section on modifying Python's path. I'm not sure where | Andrew M. Kuchling | 2002-11-15 | 1 | -7/+86 |
| | | | | | this section fits best in inst.tex's organization; Fred or someone, feel free to move it. | ||||
* | First stab at a Makefile that will create a MacPython that uses the | Jack Jansen | 2002-11-15 | 2 | -0/+90 |
| | | | | | | | | Apple-installed Python 2.2 from /usr/bin as it's underlying engine. All the MacPython stuff is installed into /Applications/MacPython-OSX, and .pth files and other magic are used to tie everything together. So far only the raw windowing interpreter and BuildApplet work. | ||||
* | Go from filename to FSSpec via FSRefs, to work around outdated macfs module | Jack Jansen | 2002-11-15 | 1 | -1/+1 |
| | | | | in python 2.2. | ||||
* | Make the Resources directory if needed. | Jack Jansen | 2002-11-15 | 1 | -0/+2 |
| |