Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old note that os.popen() on Windows is unreliable; this is no | Fred Drake | 2000-10-03 | 1 | -3/+1 |
| | | | | longer true. | ||||
* | Bump the release number for the upcoming candidate. | Fred Drake | 2000-10-03 | 1 | -1/+1 |
| | |||||
* | Jim Ahlstrom sent a few corrections to my changes. (Thanks!) | Fred Drake | 2000-10-03 | 1 | -20/+27 |
| | |||||
* | $OFF_SITE_LINK_ICON: Don't define here; simply defining it overrides a | Fred Drake | 2000-10-03 | 1 | -7/+11 |
| | | | | | | | | | | | | | | | | | | | definition provided by previously loaded configuration code, and testing whether it's defined isn't needed since the default was false anyway. get_link_icon(): Add support for $OFF_SITE_LINK_ICON_HEIGHT and $OFF_SITE_LINK_ICON_WIDTH, giving the dimensions of the icon being used. This can make for faster page display. Both are optional. make_my_titlegraphic(): Fix insertion of the off-site icon link. do_env_funcdesc(): Remove debugging print. handle_rfclike_reference(): Remove trailing colon from first line; it doesn't really make sense and looks bad if we add an icon to mark off-site links. | ||||
* | Replace minimal \seetext references with better annotated \seerfc | Fred Drake | 2000-10-03 | 1 | -7/+8 |
| | | | | | references, telling the reader more about what to expect at the other end of the links. | ||||
* | Added some comments on the interaction of reload() and extension modules. | Fred Drake | 2000-10-02 | 1 | -1/+6 |
| | | | | Based on comments from Chris Barker <cbarker@jps.net>. | ||||
* | Add deprecation note since the XML support is shaping up. | Fred Drake | 2000-10-02 | 1 | -0/+3 |
| | |||||
* | Minor change to attributes so that the stylesheets can have better control. | Fred Drake | 2000-10-02 | 1 | -1/+1 |
| | |||||
* | Substantially revised documentation for the zipfile module, partially based | Fred Drake | 2000-10-02 | 1 | -60/+164 |
| | | | | | | on revised text from Jim Ahlstrom <jim@interet.com>. This closes SourceForge bug #115681. | ||||
* | Minor stylesheet nit. | Fred Drake | 2000-10-02 | 1 | -1/+2 |
| | |||||
* | make_icon_filename(): Convenience function to turn a partial filename | Fred Drake | 2000-10-02 | 1 | -20/+45 |
| | | | | | | | | | | | into a usable filename using $ICONSERVER and $IMAGE_TYPE as needed. get_link_icon(): Function to examine a URL and return the string to use to insert an icon if the link points off-site, if needed and $OFF_SITE_LINK_ICON is set. Adjusted appropriate places to use these new functions. | ||||
* | Minor usage fix. | Fred Drake | 2000-10-02 | 1 | -3/+5 |
| | | | | | Add a note that some way of reliably detecting the use of KDE would be really nice. | ||||
* | Add documentation and warnings for the isCallable(), isMappingType(), | Fred Drake | 2000-10-02 | 1 | -0/+50 |
| | | | | | | isNumberType(), and isSequenceType() functions. This closes SourceForge bug #115789. | ||||
* | Added skeletal "Building Extensions: Tips and Tricks" section. This | Greg Ward | 2000-09-30 | 1 | -0/+25 |
| | | | | is where all the FAQs about extension-building will be answered. | ||||
* | Fixed spelling of module; closes bug 115712. | Martin v. Löwis | 2000-09-30 | 1 | -1/+1 |
| | |||||
* | Replace to XXX notes to add references with real references. | Fred Drake | 2000-09-30 | 1 | -2/+7 |
| | |||||
* | Reversely --> Conversely | Fred Drake | 2000-09-29 | 1 | -2/+2 |
| | | | | This closes SourceForge bug #115673. | ||||
* | Spelling: internalization --> internationalization | Fred Drake | 2000-09-29 | 1 | -56/+48 |
| | | | | | | | | | | | | | | | | | | | | | Fixed displays of the interactive prompt in running text. These close SourceForge bug #115658. Also: Updated discussion of tuple unpacking to reflect the general ability to unpack any sequence type. Explained that it is possible to create tuples which contain mutable values, and noted in the dictionary section that such tuples cannot be used as keys. Noted that .pyc and .pyo files can be run directly when provided as the script parameter to the interpreter, and slightly clarified comments about using modules with only the byte compiled code. Removed some XXX comments that are no longer relevant. Removed commented-out paragraph about __private names being experimental. Adjusted markup for consistency in some places. | ||||
* | os.startfile() documentation, based on text from Tim Peters. | Fred Drake | 2000-09-29 | 1 | -0/+18 |
| | |||||
* | Consistency nits, untabify. | Fred Drake | 2000-09-28 | 1 | -38/+39 |
| | |||||
* | Updated documentation relating to the various flavors of popen[234]() | Fred Drake | 2000-09-28 | 2 | -24/+79 |
| | | | | for Windows & Unix. | ||||
* | Add regex and regsub to the list of undocumented obsolete modules. | Fred Drake | 2000-09-28 | 1 | -0/+12 |
| | |||||
* | Update the documentation for ConfigParser to match the recent changes. | Fred Drake | 2000-09-27 | 1 | -2/+13 |
| | |||||
* | Fix double negative spotted by matt@mondoinfo.com | Andrew M. Kuchling | 2000-09-27 | 1 | -2/+2 |
| | |||||
* | Added a section describing the new development process. Part of it | Andrew M. Kuchling | 2000-09-27 | 1 | -1/+87 |
| | | | | | | comes from two comp.lang.tcl postings of mine, with much rewriting and expansion of the material. Note that 2.0 will be released in the autumn, not the summer. | ||||
* | Wrote text for features added between 2.0b1 and b2. | Andrew M. Kuchling | 2000-09-27 | 1 | -8/+35 |
| | | | | Minor rewrites, and added the CVS ID in a comment. | ||||
* | Fixed error in explanation of codec decode_func pointed out by Gregg Hauser, | Andrew M. Kuchling | 2000-09-27 | 1 | -7/+8 |
| | | | | and rewrote paragraph a bit. | ||||
* | Note that including Python.h includes limits.h when available. | Fred Drake | 2000-09-26 | 1 | -2/+2 |
| | |||||
* | Remove a ?? in the description of Mac OS support. | Greg Ward | 2000-09-26 | 1 | -1/+1 |
| | |||||
* | regex and regsub are obsolete and Evil, so don't include them in the club. | Fred Drake | 2000-09-25 | 2 | -4/+2 |
| | |||||
* | Updates from Fredrik Lundh <effbot@telia.com> about Unicode-related | Fred Drake | 2000-09-25 | 1 | -31/+43 |
| | | | | behavior. | ||||
* | Add obsolescence note to the module descriptions that get added to the | Fred Drake | 2000-09-25 | 2 | -3/+4 |
| | | | | | list of module synopses at the front of the chapter; based on a comment from Aahz <aahz@panix.com>. | ||||
* | Update URL for Python 2.0 | Andrew M. Kuchling | 2000-09-25 | 1 | -1/+1 |
| | |||||
* | Minor cleanups, wrap long lines. | Fred Drake | 2000-09-25 | 2 | -13/+18 |
| | |||||
* | Added explanation of the use of the first program argument passed to the | Fred Drake | 2000-09-23 | 1 | -0/+9 |
| | | | | exec*() family of functions. | ||||
* | Rename the public interface from "pyexpat" to "xml.parsers.expat". | Fred Drake | 2000-09-23 | 1 | -26/+24 |
| | |||||
* | Added warnings about platform vagaries to the strptime() documentation. | Fred Drake | 2000-09-23 | 1 | -1/+9 |
| | | | | This closes SourceForge bug #115146. | ||||
* | Added documentation for the new PyModule_*() convenience functions. | Fred Drake | 2000-09-23 | 1 | -0/+26 |
| | | | | This closes SourceForge patch #101233. | ||||
* | Added refcount information for the *_InPlace*() API series. | Fred Drake | 2000-09-22 | 1 | -0/+53 |
| | | | | This closes SourceForge bug #114287. | ||||
* | PyNumber_Coerce() returns an int, not a PyObject *. | Fred Drake | 2000-09-22 | 1 | -1/+1 |
| | |||||
* | Fix the way we found relevant cfuncdesc lines; PREFIX was not a regular | Fred Drake | 2000-09-22 | 1 | -7/+10 |
| | | | | expression! | ||||
* | use_sans_serif(), | Fred Drake | 2000-09-22 | 1 | -10/+7 |
| | | | | | | | | | | | | use_italics(): Remove both functions, inlining use_italics() at its only call site. init_myformat(): Uncomment line so that some internal markup does not get generated, since it is not properly removed later. (Fix on aspect of SourceForge bug #114749.) Modified call to process_commands_wrap_deferred(), removing \code from the list since it had a bad interaction with other changes in some contexts. | ||||
* | Update versioning for the next Python release. | Fred Drake | 2000-09-22 | 1 | -2/+2 |
| | |||||
* | Update RELEASE for the next Python release. | Fred Drake | 2000-09-22 | 1 | -1/+1 |
| | |||||
* | Fix some minor nits about the use of \optional in parameter lists. | Fred Drake | 2000-09-22 | 1 | -4/+4 |
| | |||||
* | - Add DEBUG_SAVEALL option. When enabled all garbage objects found by the | Neil Schemenauer | 2000-09-22 | 1 | -2/+10 |
| | | | | | | | collector will be saved in gc.garbage. This is useful for debugging a program that creates reference cycles. - Fix else statements in gcmodule.c to conform to Python coding standards. | ||||
* | Correct some bitrot; some things have become inaccurate in the tutorial. | Fred Drake | 2000-09-22 | 1 | -5/+9 |
| | | | | | | | | | | <file>.readlines() does not call <file>.readline() internally anymore, and the sizehint parameter should be mentioned briefly. Some displays of floating point numbers needed to be updated due to the change in the repr() of floats (from 1.6). Both issues were noted by Aahz <aahz@panix.com>. | ||||
* | Denis S. Otkidach <ods@users.sourceforge.net>: | Fred Drake | 2000-09-21 | 1 | -0/+42 |
| | | | | | | | | | | Show how code can be written to handle __getslice__ & friends in a way that is compatible with pre-2.0 versions of Python while still working with the "new" way of handling slicing. Additional explanation added by Fred Drake. This closes SourceForge patch #101388. | ||||
* | Lots of minor fixes, many suggested by Detlef Lannert | Fred Drake | 2000-09-21 | 1 | -7/+8 |
| | | | | <lannert@uni-duesseldorf.de>. | ||||
* | Added dependencies on the bug-reporting text. | Fred Drake | 2000-09-21 | 1 | -2/+5 |
| |