Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | | | | attempt to load an override version in this case. | ||||
* | Added a hack so we can build applets with a MacPython that uses the | Jack Jansen | 2002-11-15 | 1 | -0/+11 |
| | | | | | OSX 10.2 apple-supplied Python as its base: if we've copied a symlink as the executable we remove it and install appletrunner in stead. | ||||
* | 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 |
| | | | | | | | running IDLE, and since I'm not a Tcl Guy I'm not sure what else to do. Up to you! See XXX comments in PCbuild\readme.txt for cautions. Also repaired typos in the new bz2-for-Windows instructions. | ||||
* | Repaired illegal syntax most compilers probably let slide (but MSVC | Tim Peters | 2002-11-14 | 1 | -1/+1 |
| | | | | treats as a fatal error). | ||||
* | 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 |
| | | | | | | | recent version from Greg's CVS. I've changed the module docstring, added a copyright notice, and renamed OptikError to OptParseError. Still to do are documentation and unit tests. | ||||
* | Fix or disable some tests that were affected by the new C3 MRO | Guido van Rossum | 2002-11-14 | 1 | -20/+79 |
| | | | | algorithm, and add some new tests for the C3 algorithm. | ||||
* | Use the new C3 MRO algorithm, implemented by Samuele Pedroni (SF patch | Guido van Rossum | 2002-11-14 | 1 | -74/+105 |
| | | | | | | | | | | 619475; also closing SF bug 618704). I tweaked his code a bit for style. This raises TypeError for MRO order disagreements, which is an improvement (previously these went undetected) but also a degradation: what if the order disagreement doesn't affect any method lookups? I don't think I care. | ||||
* | Enhancement for ModuleFinder, it can now handle _xmlplus aka PyXML. | Thomas Heller | 2002-11-14 | 1 | -0/+14 |
| | | | | Fixes SF # 637835. | ||||
* | This uses only one temp file at a time, so use test_support.TESTFN as | Tim Peters | 2002-11-14 | 1 | -2/+2 |
| | | | | | the name instead of enduring nanny "security warnings" from tempfile.mktemp(). | ||||
* | 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 |
| | | | | defaults dictionary parameter which is passed to ConfigParser. | ||||
* | Fix SF # 638126, logging module not installed | Neal Norwitz | 2002-11-14 | 1 | -1/+1 |
| | |||||
* | add liblogging | Skip Montanaro | 2002-11-14 | 1 | -0/+1 |
| | |||||
* | initial rough cut at documentation of logging module. This is basically | Skip Montanaro | 2002-11-14 | 1 | -0/+1139 |
| | | | | just a conversion of pydoc.help(logging). | ||||
* | Update the docstring to match the code. Will backport. | Neal Norwitz | 2002-11-14 | 1 | -1/+3 |
| | |||||
* | Sync tixwidgets from Mike Clarkson, a maintainer | Neal Norwitz | 2002-11-14 | 1 | -152/+147 |
| | |||||
* | Sync Tix from Mike Clarkson, a maintainer | Neal Norwitz | 2002-11-14 | 1 | -55/+114 |
| | |||||
* | Remove 'created by' lines; people can use CVS for this, and the information ↵ | Andrew M. Kuchling | 2002-11-14 | 34 | -72/+1 |
| | | | | is often out of date | ||||
* | Fix typo in comment | Neal Norwitz | 2002-11-14 | 1 | -1/+1 |
| | |||||
* | Fix docstring typo; remove 'created' line | Andrew M. Kuchling | 2002-11-14 | 1 | -3/+1 |
| | |||||
* | [Bug #550364] Use sysconfig.get_python_version() | Andrew M. Kuchling | 2002-11-14 | 2 | -3/+3 |
| | |||||
* | [Bug #550364] Add get_python_version() | Andrew M. Kuchling | 2002-11-14 | 1 | -1/+9 |
| | |||||
* | [Bug #599248] ext module generation problem | Andrew M. Kuchling | 2002-11-14 | 1 | -2/+2 |
| | | | | | | | | | | If you have source files srcdir1/foo.c and srcdir2/foo.c, the temporary .o for both files is written to build/temp.<platform>/foo.o. This patch sets strip_dir to false for both calls to object_filename, so now the object files are written to temp.<platform>/srcdir1/foo.o and .../srcdir2/foo.o. 2.2 bugfix candidate | ||||
* | Make nntplib aware of ~/.netrc credentials; now they get used if they are | Eric S. Raymond | 2002-11-13 | 1 | -7/+23 |
| | | | | | | | | | | | | present and the caller has not specified a name/password pair. This change makes it less likely that a lazy coder will expose sensitive information in a word-readable script. Also, make the test a bit smarter. If NNTPSERVER is defined in the environment it will go talk to that server rather than look for a possibly nonexistent local one named 'news'. Maybe the osession initializer ought to look at NNTPSERVER rather than requiring a host arg? Must look around and see how universal this convention is first. | ||||
* | Add some simple tests of the persistence hooks. | Jeremy Hylton | 2002-11-13 | 1 | -0/+35 |
| | |||||
* | Remove inst_persistent_id() WANNI (we ain't never needed it). | Jeremy Hylton | 2002-11-13 | 2 | -16/+29 |
| | | | | Add some simple tests of the persistence hooks. | ||||
* | remove debugging print | Jeremy Hylton | 2002-11-13 | 1 | -2/+0 |
| | |||||
* | Tim wins a bet. Don't use re. | Guido van Rossum | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | Allow unknown keyword arguments to the Extension class, and warn about them. | Andrew M. Kuchling | 2002-11-13 | 1 | -1/+14 |
| | |||||
* | Add getstate and setstate implementation to concrete set classes. | Jeremy Hylton | 2002-11-13 | 2 | -1/+21 |
| | |||||
* | Integrate updates to the GNU info conversion. | Fred Drake | 2002-11-13 | 3 | -60/+85 |
| | | | | | This includes SF patch #590352 and additional support for more of the custom markup. | ||||
* | - Committing the modified signature lines I've been using for a long | Fred Drake | 2002-11-13 | 1 | -3/+7 |
| | | | | | | time in http://www.python.org/dev/doc/. There have been no bug reports on these for a long time now. - Remove local "use" statement that duplicates a top-level "use". | ||||
* | Document struct_time and the field names. | Fred Drake | 2002-11-13 | 1 | -14/+25 |
| | |||||
* | Add \funcline, \funclineni, and \methodlineni to the list of functions | Fred Drake | 2002-11-13 | 1 | -0/+3 |
| | | | | | that are processed before their arguments. Closes SF bug #637807. |