Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Denis S. Otkidach <ods@users.sourceforge.net>: | Fred Drake | 2000-10-09 | 1 | -1/+1 |
| | | | | | | Correct description of leapdays() function. This closes SourceForge patch #101840. | ||||
* | Hush the nanny. | Fred Drake | 2000-10-07 | 3 | -78/+78 |
| | |||||
* | Fix a couple of places where the descriptions of *_GET_SIZE() macros said | Fred Drake | 2000-10-07 | 1 | -2/+2 |
| | | | | | | they were similar to *_GetSize(); should be similar to *_Size(). Error noted by William Park <parkw@better.net>. | ||||
* | Include more information from the docstrings. | Fred Drake | 2000-10-06 | 1 | -7/+49 |
| | |||||
* | Another name. | Fred Drake | 2000-10-06 | 1 | -0/+1 |
| | |||||
* | Fix really bad typo, noted by Neil Schemenauer <nas@arctrix.com>. | Fred Drake | 2000-10-06 | 1 | -1/+1 |
| | |||||
* | Add notes on the requirements for subclasses. | Fred Drake | 2000-10-06 | 1 | -0/+19 |
| | | | | This closes SourceForge bug #115928. | ||||
* | Revise the versioning information to say that this was revised in 1.6, | Fred Drake | 2000-10-06 | 1 | -1/+3 |
| | | | | not added then, and note what the change was (ncurses, change to a package). | ||||
* | Made a number of revisions suggested by Fredrik Lundh. | Fred Drake | 2000-10-06 | 1 | -12/+33 |
| | | | | | Revised the first paragraph so it doesn't sound like it was written when 7-bit strings were assumed; note that Unicode strings can be used. | ||||
* | It turns out that Guido does not like or encourage the use of the term | Fred Drake | 2000-10-06 | 2 | -3/+3 |
| | | | | | "disciplines" for the __*__() methods, so they should be referred to as "methods" or "special methods", as appropriate in context. | ||||
* | Use the cvsinfo module instead of a module stuff off in my personal | Fred Drake | 2000-10-06 | 1 | -3/+2 |
| | | | | collection. | ||||
* | Support module to help work with checked-out CVS trees. | Fred Drake | 2000-10-06 | 1 | -0/+81 |
| | |||||
* | is_zipfile() description: Use the same name for the parameter as the | Fred Drake | 2000-10-06 | 1 | -3/+3 |
| | | | | | | | code, in case someone wants to use it as a keyword paramter. ZIP_DEFLATED description: Do not reveal the specific value of the constant, since code should only use the symbolic name. | ||||
* | Added a name. | Fred Drake | 2000-10-06 | 1 | -0/+1 |
| | |||||
* | The _PyTuple_Resize() last_is_sticky flag must now always be false. | Neil Schemenauer | 2000-10-05 | 1 | -6/+6 |
| | |||||
* | Document the lookbehind assertions (closing bug#115119) | Andrew M. Kuchling | 2000-10-05 | 1 | -0/+15 |
| | |||||
* | Document expand() method of MatchObjects | Andrew M. Kuchling | 2000-10-05 | 1 | -0/+9 |
| | |||||
* | Better add at least a short docstring to the module! | Fred Drake | 2000-10-05 | 1 | -1/+5 |
| | |||||
* | Add a link to the new acks.html file. | Fred Drake | 2000-10-05 | 1 | -0/+2 |
| | |||||
* | Add rules for generating the acks.html file at the top of the document tree. | Fred Drake | 2000-10-05 | 1 | -2/+7 |
| | |||||
* | Ignore the acks.html file, since it is generated. | Fred Drake | 2000-10-05 | 1 | -0/+1 |
| | |||||
* | New script to convert the ACKS file to a nicely formatted HTML file. | Fred Drake | 2000-10-05 | 1 | -0/+62 |
| | | | | Uses the new support module. | ||||
* | Use the new support module instead of including all the getopt | Fred Drake | 2000-10-05 | 1 | -113/+23 |
| | | | | processing and style information directly. | ||||
* | Factor out some of the presentation and shared code from mkmodindex and | Fred Drake | 2000-10-05 | 1 | -0/+144 |
| | | | | a mkackshtml (not yet checked in). | ||||
* | List of acknowledgements culled from CVS checkin logs and memory. | Fred Drake | 2000-10-05 | 1 | -0/+147 |
| | | | | | The documentation ACKS list will be maintained separately from the CPython ACKS list. | ||||
* | Update for next planned release. | Fred Drake | 2000-10-05 | 1 | -3/+3 |
| | |||||
* | - update Neil's email address | Neil Schemenauer | 2000-10-04 | 1 | -2/+2 |
| | |||||
* | Added deprecation notices to atof(), atoi(), and atol(), recommending | Fred Drake | 2000-10-04 | 1 | -1/+4 |
| | | | | | | use of the float(), int(), and long() built-ins instead. Fixed minor markup nit elsewhere (use of \optional). | ||||
* | Added \versionchanged comment to os.popen() noting that it was unreliable | Fred Drake | 2000-10-04 | 1 | -0/+6 |
| | | | | | | | in earlier versions of Python; this is useful information for people interested in writing code that is portable across Python versions. Suggested by Peter Funk <pf@artcom-gmbh.de>. | ||||
* | Remove styling information that conflicts with or duplicates the stylesheet; | Fred Drake | 2000-10-04 | 3 | -7/+5 |
| | | | | | | | different browsers resolve the conflicts differently, and the "proper" resolution is not what we actually want. Reported by Peter Funk <pf@artcom-gmbh.de>. | ||||
* | Rewrites to section on new development process, after Usenet discussion | Andrew M. Kuchling | 2000-10-04 | 1 | -37/+38 |
| | | | | of the text | ||||
* | Use \obindex{...} instead of \indexii{...}{type} in many places; this is | Fred Drake | 2000-10-04 | 1 | -17/+16 |
| | | | | more consistent with other index entries in the documentation. | ||||
* | Preliminary tool to troll through the CVS logs and LaTeX sources for | Fred Drake | 2000-10-03 | 1 | -0/+162 |
| | | | | | | | the names of people that should be in the ACKS file. This relies on some personal code that is not yet available, but should be by the time we release 2.0c1. | ||||
* | 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. |