| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Revise the versioning information to say that this was revised in 1.6, | Fred Drake | 2000-10-06 | 1 | -1/+3 |
|
|
* | Made a number of revisions suggested by Fredrik Lundh. | Fred Drake | 2000-10-06 | 1 | -12/+33 |
|
|
* | It turns out that Guido does not like or encourage the use of the term | Fred Drake | 2000-10-06 | 2 | -3/+3 |
|
|
* | Use the cvsinfo module instead of a module stuff off in my personal | Fred Drake | 2000-10-06 | 1 | -3/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Use the new support module instead of including all the getopt | Fred Drake | 2000-10-05 | 1 | -113/+23 |
|
|
* | Factor out some of the presentation and shared code from mkmodindex and | Fred Drake | 2000-10-05 | 1 | -0/+144 |
|
|
* | List of acknowledgements culled from CVS checkin logs and memory. | Fred Drake | 2000-10-05 | 1 | -0/+147 |
|
|
* | 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 |
|
|
* | Added \versionchanged comment to os.popen() noting that it was unreliable | Fred Drake | 2000-10-04 | 1 | -0/+6 |
|
|
* | Remove styling information that conflicts with or duplicates the stylesheet; | Fred Drake | 2000-10-04 | 3 | -7/+5 |
|
|
* | Rewrites to section on new development process, after Usenet discussion | Andrew M. Kuchling | 2000-10-04 | 1 | -37/+38 |
|
|
* | Use \obindex{...} instead of \indexii{...}{type} in many places; this is | Fred Drake | 2000-10-04 | 1 | -17/+16 |
|
|
* | Preliminary tool to troll through the CVS logs and LaTeX sources for | Fred Drake | 2000-10-03 | 1 | -0/+162 |
|
|
* | Remove old note that os.popen() on Windows is unreliable; this is no | Fred Drake | 2000-10-03 | 1 | -3/+1 |
|
|
* | 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 |
|
|
* | Replace minimal \seetext references with better annotated \seerfc | Fred Drake | 2000-10-03 | 1 | -7/+8 |
|
|
* | Added some comments on the interaction of reload() and extension modules. | Fred Drake | 2000-10-02 | 1 | -1/+6 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Minor usage fix. | Fred Drake | 2000-10-02 | 1 | -3/+5 |
|
|
* | Add documentation and warnings for the isCallable(), isMappingType(), | Fred Drake | 2000-10-02 | 1 | -0/+50 |
|
|
* | Added skeletal "Building Extensions: Tips and Tricks" section. This | Greg Ward | 2000-09-30 | 1 | -0/+25 |
|
|
* | 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 |
|
|
* | Spelling: internalization --> internationalization | Fred Drake | 2000-09-29 | 1 | -56/+48 |
|
|
* | 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 |
|
|