| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the example in "Calling Python Functions from C" to use | Fred Drake | 1998-11-16 | 1 | -61/+80 |
|
|
* | Document the user and password parameters to the NNTP constructor. | Fred Drake | 1998-11-16 | 1 | -2/+6 |
|
|
* | Clarify the default buffering for open(). (Comment from Andrew Dalke | Fred Drake | 1998-11-02 | 1 | -1/+1 |
|
|
* | Fix Barry's markup. | Fred Drake | 1998-11-02 | 1 | -1/+1 |
|
|
* | Warn that AddModule doesn't import the module. | Guido van Rossum | 1998-11-02 | 1 | -1/+6 |
|
|
* | Moved zmod and poly descriptions to the Obsolete section. | Fred Drake | 1998-11-02 | 1 | -11/+11 |
|
|
* | Document the new features of this module | Barry Warsaw | 1998-10-31 | 1 | -5/+26 |
|
|
* | Don't describe something as "below"; that won't make sense for the | Fred Drake | 1998-10-28 | 1 | -5/+5 |
|
|
* | Fix typo reported by Gerry Weiner <gerry@ucar.edu>. | Fred Drake | 1998-10-28 | 1 | -2/+1 |
|
|
* | Added URL to HOWTO page, with reference to Regex HOWTO. | Andrew M. Kuchling | 1998-10-28 | 1 | -6/+6 |
|
|
* | Support the use of bibtex. This is transparent to the user. | Fred Drake | 1998-10-27 | 1 | -1/+12 |
|
|
* | Indicate that os.environ may not be a real dictionary. | Guido van Rossum | 1998-10-24 | 1 | -2/+2 |
|
|
* | The last two example functions in the section about default argument | Guido van Rossum | 1998-10-24 | 1 | -2/+2 |
|
|
* | Update the date. | Fred Drake | 1998-10-21 | 1 | -1/+1 |
|
|
* | Bump the release to 1.5.2a2. | Fred Drake | 1998-10-21 | 1 | -1/+1 |
|
|
* | Added --tools option, to package only the framework (no documents). | Fred Drake | 1998-10-21 | 1 | -3/+21 |
|
|
* | Remove a couple of unnecessary "%" characters that cause problems with | Fred Drake | 1998-10-21 | 1 | -2/+2 |
|
|
* | Remove a bunch of unnecessary "%" characters that cause problems with | Fred Drake | 1998-10-21 | 1 | -19/+19 |
|
|
* | Remove an unnecessary "%" character that seems to cause a minor glitch | Fred Drake | 1998-10-21 | 1 | -1/+1 |
|
|
* | add_link(): Fix to use $section_info instead of $toc_section_info, | Fred Drake | 1998-10-20 | 1 | -1/+3 |
|
|
* | Reflect new name of index style file. | Fred Drake | 1998-10-19 | 3 | -5/+5 |
|
|
* | Renamed myindex.ist to something more reasonable. | Fred Drake | 1998-10-19 | 1 | -0/+0 |
|
|
* | No longer needed since we have nice, contributed navigation buttons. | Fred Drake | 1998-10-19 | 1 | -35/+0 |
|
|
* | If building HTML and the icons should be served from the same | Fred Drake | 1998-10-19 | 1 | -4/+6 |
|
|
* | ArabictoRoman(): Removed, since it wasn't used anywhere. | Fred Drake | 1998-10-19 | 1 | -23/+0 |
|
|
* | Typo: JIFF -> JFIF. | Guido van Rossum | 1998-10-19 | 1 | -1/+1 |
|
|
* | PyMapping_SetItemString() returns int, not an object. | Guido van Rossum | 1998-10-16 | 1 | -1/+1 |
|
|
* | In build_html(), strip off leading "./" from filename, added by | Fred Drake | 1998-10-16 | 1 | -0/+1 |
|
|
* | Clarify that close() of a stream opened by popen() returns None if the | Guido van Rossum | 1998-10-15 | 1 | -1/+2 |
|
|
* | Moved search and match around so that search is documented first. | Guido van Rossum | 1998-10-13 | 1 | -25/+25 |
|
|
* | Document the new list.extend() method. Interesting enough, the | Barry Warsaw | 1998-10-09 | 1 | -0/+6 |
|
|
* | Make the dependencies really work for the HTML version. | Fred Drake | 1998-10-07 | 1 | -0/+2 |
|
|
* | Change the default split level to not split on marked \paragraph and | Fred Drake | 1998-10-07 | 1 | -2/+2 |
|
|
* | If --debug was used, don't delete the temporary .perl file used to | Fred Drake | 1998-10-07 | 1 | -1/+3 |
|
|
* | Don't attempt to add paragraph and subparagraph sections to the PDF | Fred Drake | 1998-10-07 | 1 | -1/+7 |
|
|
* | Remove extra } at end of method description parameters. | Fred Drake | 1998-10-01 | 1 | -6/+7 |
|
|
* | Fix encoding of \ in some string literals in the discussion of "raw" | Fred Drake | 1998-10-01 | 1 | -2/+2 |
|
|
* | Fix some confusion in the __repr__() and __str__() descriptions. | Fred Drake | 1998-10-01 | 1 | -82/+85 |
|
|
* | Fix encoding of \n in a couple of places (reported by Lorenzo | Fred Drake | 1998-10-01 | 1 | -11/+11 |
|
|
* | Document that apply() can now take any sequence in argument 2. | Barry Warsaw | 1998-10-01 | 1 | -2/+3 |
|
|
* | Add warning that on Windows it only works on sockets. | Guido van Rossum | 1998-09-28 | 1 | -1/+7 |
|
|
* | Document new urllib features by Eric Raymond. | Guido van Rossum | 1998-09-28 | 1 | -5/+22 |
|
|
* | Added realclean and distclean targets to match ../Makefile. | Fred Drake | 1998-09-23 | 1 | -0/+3 |
|
|
* | Explicitly document the fact that the search method returns a MatchObject. | Guido van Rossum | 1998-09-21 | 1 | -1/+2 |
|
|
* | Patch by Greg Stein to document the 'P' flag. | Guido van Rossum | 1998-09-21 | 1 | -0/+17 |
|
|
* | re.findall(): Mark as added in 1.5.2. | Fred Drake | 1998-09-18 | 1 | -0/+1 |
|
|
* | Get rid of 'ppp' that accidentally crept in. | Guido van Rossum | 1998-09-17 | 1 | -1/+1 |
|
|
* | Richard Wolff's changes, documenting his changes to pdb.py. | Guido van Rossum | 1998-09-17 | 1 | -13/+96 |
|
|
* | Add a \label to the section "Fancier Output Formatting" (it's referenced from | Fred Drake | 1998-09-11 | 1 | -156/+89 |
|
|
* | Markup nits. | Fred Drake | 1998-09-10 | 1 | -36/+36 |
|
|