Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Markup nit. | Fred Drake | 1999-01-07 | 1 | -4/+4 |
| | | | | Add module synopsis. | ||||
* | Explain how come that pickle and cPickle, while using the same data | Guido van Rossum | 1999-01-06 | 1 | -0/+6 |
| | | | | format, can produce different pickle strings for the same object. | ||||
* | Replace the docs for reduce with an adaptation of its docstring, which | Guido van Rossum | 1999-01-06 | 1 | -8/+9 |
| | | | | was actually clearer! | ||||
* | Add doc for access() and ttyname(). Patch by Sean Reifschneider. | Guido van Rossum | 1999-01-06 | 1 | -0/+12 |
| | |||||
* | 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 |
| | | | | Document that the whatsound module is obsolete. | ||||
* | Shorten the synopsis that gets into the table of contents. | Fred Drake | 1999-01-05 | 1 | -1/+1 |
| | |||||
* | Added missing "from" in IOError description. | Fred Drake | 1999-01-05 | 1 | -1/+1 |
| | |||||
* | Document the optional mode argument (Z_FLUSH, Z_SYNC_FLUSH, etc.) | Andrew M. Kuchling | 1998-12-31 | 1 | -4/+11 |
| | | | | to the flush() method of compressor objects. | ||||
* | 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 |
| | |||||
* | Remove recently documented modules from the undoc list. | Fred Drake | 1998-12-28 | 1 | -6/+0 |
| | |||||
* | 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 |
| | | | | "^"s were being dropped in the context of [^...]). | ||||
* | 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 |
| | |||||
* | Added a \versionchanged since the API changed to support | Fred Drake | 1998-12-22 | 1 | -1/+4 |
| | | | | | | | | | namespaces with 1.5.2. Added an index entry. Fixed XML expansion: XML is the "Extensible Markup Language", not the "eXtended Markup Language". | ||||
* | Added information on when this was added, allowing us to release the | Fred Drake | 1998-12-22 | 2 | -0/+3 |
| | | | | documentation on the Web while people are still using < 1.5.2b1. | ||||
* | Adjust markup to match current conventions, and make it formattable. | Fred Drake | 1998-12-22 | 2 | -41/+50 |
| | |||||
* | Start of text that describes differences between match and search. | Fred Drake | 1998-12-22 | 1 | -5/+40 |
| | | | | Strengthen pointers to the search() function and method. | ||||
* | Use \moduleauthor and \sectionauthor instead of a comment to credit | Fred Drake | 1998-12-22 | 1 | -1/+2 |
| | | | | the author (just happened to notice this one). | ||||
* | Add an explanation about what the example does and doesn't do. | Fred Drake | 1998-12-22 | 1 | -2/+7 |
| | | | | | Fix an appearantly new behavior with latex2html with quoting. (Good incentive to work on the SGML conversion! ;) | ||||
* | Adding libshlex and libnetrc by Eric Raymond. | Guido van Rossum | 1998-12-22 | 3 | -0/+126 |
| | |||||
* | Clarify descriptions of some operations; it's not always clear that | Fred Drake | 1998-12-21 | 1 | -103/+107 |
| | | | | | strings are not actually modified. Problem reported by Dr. Peter Stoehr <peter.stoehr@weihenstephan.org>. | ||||
* | Add a bunch of index entries related to retrieving information from | Fred Drake | 1998-12-21 | 1 | -0/+6 |
| | | | | the process table. | ||||
* | Sjoerd Mullender writes: | Guido van Rossum | 1998-12-18 | 1 | -49/+59 |
| | | | | | | | Here is my current version of xmllib.py and the documentation. This version has some API changes with respect to the version currently in Python (also the one in 1.5.2a). This version supports XML namespaces. | ||||
* | Remove another {\rm ...} construct. | Fred Drake | 1998-12-10 | 1 | -2/+2 |
| | | | | Sheesh, where do these things come from? | ||||
* | Nits. | Fred Drake | 1998-12-10 | 1 | -11/+11 |
| | |||||
* | Update the descriptions of strftime() and strptime() to avoid | Fred Drake | 1998-12-08 | 1 | -45/+47 |
| | | | | confusion, and describe what the "directives" are about. | ||||
* | Correct the poplib example. Stephan Richter pointed out some problems | Guido van Rossum | 1998-12-08 | 1 | -3/+3 |
| | | | | with it. | ||||
* | Rename the parameters of atan2(), based on comments from Guido & Peter | Fred Drake | 1998-12-08 | 1 | -2/+2 |
| | | | | A. Koren <pkoren@hex.net>. | ||||
* | Sjoerd writes: | Guido van Rossum | 1998-12-07 | 1 | -1/+2 |
| | | | | | | When literal mode is entered it should exit automatically when the matching close tag of the last unclosed open tag is encountered. This patch fixes this. | ||||
* | "singed" --> "signed" (3 places) | Fred Drake | 1998-12-07 | 1 | -3/+3 |
| | | | | Noticed by Andrew MacIntyre <andymac@bullseye.apana.org.au>. | ||||
* | Add explicit example on how to import a submodule of a package using | Guido van Rossum | 1998-12-04 | 1 | -0/+15 |
| | | | | __import__ and getattr(). | ||||
* | Moved NotImplementedError into alphabetical order, and reword | Barry Warsaw | 1998-12-01 | 1 | -9/+7 |
| | | | | description. | ||||
* | Added documentation for NotImplementedError. Fred (I'm sure) will | Barry Warsaw | 1998-12-01 | 1 | -0/+9 |
| | | | | sanitize for your protection :-) | ||||
* | Ignore the byproducts of SGML/XML conversions for now. | Fred Drake | 1998-12-01 | 1 | -0/+3 |
| | |||||
* | Nits to support conversions. | Fred Drake | 1998-12-01 | 1 | -2/+2 |
| | |||||
* | Nits to support conversions. | Fred Drake | 1998-11-30 | 1 | -7/+4 |
| | |||||
* | Fix minor nit with respect to conversion. | Fred Drake | 1998-11-30 | 1 | -39/+43 |
| | | | | Update some logical markup. | ||||
* | Remove {\rm ...} constructs. | Fred Drake | 1998-11-30 | 1 | -1/+1 |
| | |||||
* | Remove some remaining {\rm ...} constructs. | Fred Drake | 1998-11-30 | 1 | -37/+38 |
| | | | | Update logical markup in a few spots. | ||||
* | Markup nit to ease conversions. | Fred Drake | 1998-11-30 | 1 | -1/+1 |
| | |||||
* | Markup improvements to help with conversions. | Fred Drake | 1998-11-30 | 1 | -27/+33 |
| | |||||
* | Remove cruft from the old Texinfo conversion. This simplifies some of | Fred Drake | 1998-11-30 | 1 | -10/+0 |
| | | | | the newer processing. | ||||
* | Remove bogus \@. | Fred Drake | 1998-11-30 | 1 | -1/+1 |
| | |||||
* | Minor markup nit to ease conversion processing. | Fred Drake | 1998-11-30 | 1 | -2/+2 |
| | |||||
* | Do all the right imports. Problem reported by Martijn Faassen | Fred Drake | 1998-11-30 | 1 | -1/+2 |
| | | | | <faassen@vet.uu.nl>. | ||||
* | Logical markup. | Fred Drake | 1998-11-25 | 1 | -341/+240 |
| | | | | | | | Fix a few things for the conversion to structured markup. Removed texinfo special cases, since there's likely a new info process. | ||||
* | Fix remaining {\rm ...} construct. | Fred Drake | 1998-11-25 | 1 | -1/+1 |
| |