| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Squash an enormous number of warnings reported when adding "use | Fred Drake | 2002-11-15 | 1 | -128/+138 |
|
|
* | 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 |
|
|
* | Minor revisions to clarify the status of xreadlines(), change the way | Fred Drake | 2002-11-15 | 1 | -15/+14 |
|
|
* | Fix minor nits | Andrew M. Kuchling | 2002-11-15 | 1 | -3/+3 |
|
|
* | 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 |
|
|
* | Explain what to do in case of missing shared libraries. Remove mentioning | Martin v. Löwis | 2002-11-15 | 1 | -5/+22 |
|
|
* | SF patch #520382: Expand shelve.py to have a full dictionary interface | Raymond Hettinger | 2002-11-15 | 5 | -2/+104 |
|
|
* | Draft a section on modifying Python's path. I'm not sure where | Andrew M. Kuchling | 2002-11-15 | 1 | -7/+86 |
|
|
* | First stab at a Makefile that will create a MacPython that uses the | Jack Jansen | 2002-11-15 | 2 | -0/+90 |
|
|
* | Go from filename to FSSpec via FSRefs, to work around outdated macfs module | Jack Jansen | 2002-11-15 | 1 | -1/+1 |
|
|
* | Make the Resources directory if needed. | Jack Jansen | 2002-11-15 | 1 | -0/+2 |
|
|
* | Python 2.2 as installed by Apple has a version of _Res that is too old. We | Jack Jansen | 2002-11-15 | 1 | -1/+4 |
|
|
* | Added a hack so we can build applets with a MacPython that uses the | Jack Jansen | 2002-11-15 | 1 | -0/+11 |
|
|
* | A script to run applets. Originally by Just, slightly modified by me. | Jack Jansen | 2002-11-15 | 1 | -0/+17 |
|
|
* | Add section on Optik | Andrew M. Kuchling | 2002-11-14 | 1 | -2/+73 |
|
|
* | Windows blurb about new Tcl/Tk release shipped on Windows. | Tim Peters | 2002-11-14 | 1 | -0/+3 |
|
|
* | Windows changes to move from Tcl/Tk 8.3.2 to 8.4.1. I tested this by | Tim Peters | 2002-11-14 | 4 | -18/+64 |
|
|
* | Repaired illegal syntax most compilers probably let slide (but MSVC | Tim Peters | 2002-11-14 | 1 | -1/+1 |
|
|
* | Finish up the logging section | Andrew M. Kuchling | 2002-11-14 | 1 | -45/+78 |
|
|
* | Checking in Greg Ward's Optik, as optparse.py. This is the most | Guido van Rossum | 2002-11-14 | 1 | -0/+1384 |
|
|
* | Fix or disable some tests that were affected by the new C3 MRO | Guido van Rossum | 2002-11-14 | 1 | -20/+79 |
|
|
* | Use the new C3 MRO algorithm, implemented by Samuele Pedroni (SF patch | Guido van Rossum | 2002-11-14 | 1 | -74/+105 |
|
|
* | Enhancement for ModuleFinder, it can now handle _xmlplus aka PyXML. | Thomas Heller | 2002-11-14 | 1 | -0/+14 |
|
|
* | This uses only one temp file at a time, so use test_support.TESTFN as | Tim Peters | 2002-11-14 | 1 | -2/+2 |
|
|
* | Add partial section on the logging package; not finished yet. | Andrew M. Kuchling | 2002-11-14 | 1 | -5/+109 |
|
|
* | From SF patch 638299 [by Vinaj]: fileConfig() now takes an optional | Guido van Rossum | 2002-11-14 | 1 | -2/+2 |
|
|
* | Fix SF # 638126, logging module not installed | Neal Norwitz | 2002-11-14 | 1 | -1/+1 |
|
|