| Commit message (Expand) | Author | Age | Files | Lines |
* | do_cmd_methodline(): Fixed reference to method name when generating | Fred Drake | 1999-01-12 | 1 | -3/+3 |
|
|
* | Removed a lot of unnecessary comment markers which cause unexplained | Fred Drake | 1999-01-12 | 1 | -84/+83 |
|
|
* | output_body(): For <address> elements, just skip, since they're | Fred Drake | 1999-01-11 | 1 | -0/+4 |
|
|
* | Patches describing the statvfs() and fstatvfs() functions. Additional | Fred Drake | 1999-01-11 | 1 | -16/+68 |
|
|
* | Remove the "lib-" prefix from the name of the info archive. | Fred Drake | 1999-01-08 | 1 | -4/+5 |
|
|
* | No longer useful. | Fred Drake | 1999-01-08 | 1 | -55/+0 |
|
|
* | It's finally gone! | Fred Drake | 1999-01-08 | 1 | -2406/+0 |
|
|
* | Remove obsolete files. | Fred Drake | 1999-01-08 | 2 | -123/+0 |
|
|
* | Replace most everything but the comment at the top. | Fred Drake | 1999-01-08 | 1 | -24/+66 |
|
|
* | Add a few comments. | Fred Drake | 1999-01-08 | 1 | -1/+8 |
|
|
* | New support scripts for HTML->info conversion that use Michael Ernst's new | Fred Drake | 1999-01-08 | 3 | -5/+58 |
|
|
* | New conversion tools for HTML->info from Michael Ernst | Fred Drake | 1999-01-08 | 2 | -0/+1778 |
|
|
* | convert(): Make sure no line has trailing whitespace. (docfixer.py | Fred Drake | 1999-01-07 | 1 | -3/+5 |
|
|
* | Markup nit. | Fred Drake | 1999-01-07 | 1 | -4/+4 |
|
|
* | Explain how come that pickle and cPickle, while using the same data | Guido van Rossum | 1999-01-06 | 1 | -0/+6 |
|
|
* | Minor clarifications by Sean Reifschneider: | Guido van Rossum | 1999-01-06 | 1 | -1/+15 |
|
|
* | Replace the docs for reduce with an adaptation of its docstring, which | Guido van Rossum | 1999-01-06 | 1 | -8/+9 |
|
|
* | Add doc for access() and ttyname(). Patch by Sean Reifschneider. | Guido van Rossum | 1999-01-06 | 1 | -0/+12 |
|
|
* | Preliminary code to mark paragraphs. Seems to work, but very slow. | Fred Drake | 1999-01-06 | 1 | -2/+150 |
|
|
* | Remove documentation for whatraw() since it's gone now. | Fred Drake | 1999-01-06 | 1 | -13/+2 |
|
|
* | Document the sndhdr module. | Fred Drake | 1999-01-05 | 3 | -6/+56 |
|
|
* | Shorten the synopsis that gets into the table of contents. | Fred Drake | 1999-01-05 | 1 | -1/+1 |
|
|
* | write_idxfile(): New function. Isolate format of the external index | Fred Drake | 1999-01-05 | 1 | -95/+82 |
|
|
* | Added missing "from" in IOError description. | Fred Drake | 1999-01-05 | 1 | -1/+1 |
|
|
* | Remove obsolete comment. | Fred Drake | 1999-01-05 | 1 | -1/+0 |
|
|
* | Make the documents that have indexes dependent on the buildindex.py | Fred Drake | 1999-01-05 | 1 | -4/+6 |
|
|
* | do_cmd_methodline(): New function, implements indexing version of | Fred Drake | 1999-01-05 | 1 | -6/+30 |
|
|
* | trim_ignored_letters(): Simplify a little. | Fred Drake | 1999-01-04 | 1 | -6/+6 |
|
|
* | Update information on the version of latex2html to use, including | Fred Drake | 1999-01-04 | 1 | -2/+5 |
|
|
* | Typo: "TWELV" --> "TWELVE" | Fred Drake | 1999-01-04 | 1 | -1/+4 |
|
|
* | Document the optional mode argument (Z_FLUSH, Z_SYNC_FLUSH, etc.) | Andrew M. Kuchling | 1998-12-31 | 1 | -4/+11 |
|
|
* | Added index entries to make it easier to locate directory & file operations. | Fred Drake | 1998-12-28 | 1 | -0/+3 |
|
|
* | Added index entries to make it easier to locate directory operations. | Fred Drake | 1998-12-28 | 1 | -0/+2 |
|
|
* | Clarified what Python versions the interactivity chapter applies to, | Fred Drake | 1998-12-28 | 1 | -1/+9 |
|
|
* | Remove recently documented modules from the undoc list. | Fred Drake | 1998-12-28 | 1 | -6/+0 |
|
|
* | Print a line to the console reporting the number of index nodes | Fred Drake | 1998-12-28 | 1 | -2/+6 |
|
|
* | Added entry for libshutil.tex. | Fred Drake | 1998-12-28 | 1 | -1/+2 |
|
|
* | Add documentation for shutil module. | Fred Drake | 1998-12-28 | 2 | -0/+101 |
|
|
* | Adjust a few niggles that affected the HTML conversion (a couple of | Fred Drake | 1998-12-28 | 1 | -3/+3 |
|
|
* | Remove all use of $* in commands; some makes (Solaris 2.5, IRIX 6.X) | Fred Drake | 1998-12-28 | 1 | -19/+19 |
|
|
* | Document 'N' format character for Py_BuildValue -- like 'O' but doesn't INCREF. | Guido van Rossum | 1998-12-23 | 1 | -1/+6 |
|
|
* | Fix many of the specific targets in links from the index. | Fred Drake | 1998-12-22 | 1 | -7/+7 |
|
|
* | Add the getpass module to $(LIBFILES). | Fred Drake | 1998-12-22 | 1 | -1/+2 |
|
|
* | Add the getpass module. | Fred Drake | 1998-12-22 | 1 | -0/+1 |
|
|
* | Basic documentation for the getpass module. | Fred Drake | 1998-12-22 | 1 | -0/+31 |
|
|
* | Bump $(RELEASE). | Fred Drake | 1998-12-22 | 1 | -1/+1 |
|
|
* | Added a \versionchanged since the API changed to support | Fred Drake | 1998-12-22 | 1 | -1/+4 |
|
|
* | Added information on when this was added, allowing us to release the | Fred Drake | 1998-12-22 | 2 | -0/+3 |
|
|
* | Update the date. | Fred Drake | 1998-12-22 | 1 | -1/+1 |
|
|
* | Adjust markup to match current conventions, and make it formattable. | Fred Drake | 1998-12-22 | 2 | -41/+50 |
|
|