Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added warning about incompatibility with other codes' use of sys.exitfunc. | Skip Montanaro | 2000-07-05 | 1 | -0/+8 |
| | |||||
* | Created a new chapter on structured markup processing, including the | Fred Drake | 2000-07-05 | 2 | -4/+17 |
| | | | | | existing SGML, HTML, & XML support, and providing a home for the new XML support as it becomes documented. | ||||
* | Wrapped some long lines. | Fred Drake | 2000-07-05 | 1 | -34/+48 |
| | | | | | | | Cleaned up the table of error constants defined in pyexpat.errors; an extra pair of braces had pretty much destroyed the table! (Not sure why.) Moved the pyexpat.errors module documentation into a \section with the proper headers for a module. | ||||
* | get_starttag_text(): Document this method. | Fred Drake | 2000-07-03 | 1 | -0/+8 |
| | |||||
* | Eric S. Raymond <esr@thyrsus.com>: | Fred Drake | 2000-07-03 | 1 | -36/+49 |
| | | | | | | | | | This patch implements relative-path semantics for the "source" facility resembling those of cpp(1), documents the change, and improves the shlex test main to make it easier to test this feature. Along the way, it fixes a name error in the existing docs. [Additional documentation markup changes for consistency by FLD.] | ||||
* | Moshe Zadka <moshez@math.huji.ac.il>: | Fred Drake | 2000-07-03 | 1 | -8/+106 |
| | | | | | | | Substantial updates to reflect Moshe's Gordon's enhancements to the module. Additional changes from Fred to reflect his changes to the module as well. | ||||
* | Tim-blessed documentation for math.frexp(). | Fred Drake | 2000-07-03 | 1 | -6/+6 |
| | |||||
* | others --> other's (possessive) | Fred Drake | 2000-07-01 | 1 | -1/+1 |
| | | | | Usage error noted by Grant Griffin <grant.griffin@iowegian.com>. | ||||
* | Send a "ARTICLE" --> Send an "ARTICLE" | Fred Drake | 2000-07-01 | 1 | -1/+1 |
| | | | | Usage error noted by Grant Griffin <grant.griffin@iowegian.com>. | ||||
* | Update version numbering from 1.6 to 2.0. | Fred Drake | 2000-06-30 | 9 | -14/+14 |
| | |||||
* | Document randrange(). | Fred Drake | 2000-06-30 | 1 | -0/+8 |
| | |||||
* | Change description of altzone to not refer to the "0th meridian". | Fred Drake | 2000-06-30 | 1 | -2/+2 |
| | |||||
* | Say "manual page", not "man page", when referring to the Unix manual. | Fred Drake | 2000-06-30 | 1 | -1/+1 |
| | |||||
* | Make sure to note that this module was added for Python 2.0! | Fred Drake | 2000-06-30 | 1 | -0/+2 |
| | |||||
* | Reflect the name change to _winreg; we still need documentation for the | Fred Drake | 2000-06-30 | 1 | -2/+6 |
| | | | | new winreg module. | ||||
* | Document recently-added mouse-related functions | Andrew M. Kuchling | 2000-06-30 | 1 | -0/+50 |
| | |||||
* | Make it clear that id() can return either a long integer or a plain integer. | Fred Drake | 2000-06-29 | 1 | -5/+5 |
| | |||||
* | Add a "See also:" link to the curses.ascii module. | Fred Drake | 2000-06-28 | 1 | -0/+3 |
| | |||||
* | Made the title of the Examples subsection plural! | Fred Drake | 2000-06-28 | 1 | -2/+2 |
| | |||||
* | Added note that the atexit module was added for Python 1.6. | Fred Drake | 2000-06-28 | 1 | -0/+2 |
| | |||||
* | Added entry for the curses.ascii module. | Fred Drake | 2000-06-28 | 1 | -0/+1 |
| | |||||
* | Added entries for the curses.ascii module. | Fred Drake | 2000-06-28 | 1 | -50/+92 |
| | |||||
* | Skip Montanaro <skip@mojam.com>: | Fred Drake | 2000-06-28 | 1 | -1/+18 |
| | | | | Added an example of using an HTTP POST request. | ||||
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-06-28 | 2 | -0/+25 |
| | | | | Documentation updates related to the addition of openpty() and forkpty(). | ||||
* | Added the atexit module and documentation from Skip Montanaro | Fred Drake | 2000-06-28 | 3 | -1/+63 |
| | | | | | | | <skip@mojam.com>. Revisions to the markup to make it pass LaTeX, added an index entry and a reference from the sys.exitfunc documentation. This closes SourceForge patch #100620. | ||||
* | Changed obsolete e-mail alias | Andrew M. Kuchling | 2000-06-27 | 2 | -3/+3 |
| | |||||
* | Dcoumentation for ascii.py. I've changed two references from ascii to | Andrew M. Kuchling | 2000-06-26 | 1 | -0/+131 |
| | | | | curses.ascii. | ||||
* | Minor grammatical fix | Andrew M. Kuchling | 2000-06-21 | 1 | -1/+1 |
| | |||||
* | Document .timeout() method and .typeahead() function | Andrew M. Kuchling | 2000-06-21 | 1 | -0/+22 |
| | |||||
* | Make changes and clarifications suggested by Mark Hammond | Andrew M. Kuchling | 2000-06-18 | 1 | -14/+23 |
| | |||||
* | Documentation for the mmap module: proofreaders welcomed | Andrew M. Kuchling | 2000-06-17 | 1 | -0/+120 |
| | |||||
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2000-06-15 | 1 | -4/+4 |
| | | | | | | This patch corrects a little glitch and two outright errors. (Including one reported earlier by Thomas Wouters.) | ||||
* | Hook in the documentation for the unicodedata module. | Fred Drake | 2000-06-13 | 1 | -0/+1 |
| | |||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-06-13 | 1 | -0/+72 |
| | | | | | Documentation for the unicodedata module (massaged by Fred for minor consistency issues). | ||||
* | Documentation for the pyexpat module. | Andrew M. Kuchling | 2000-06-11 | 1 | -0/+262 |
| | |||||
* | Added preliminary documentation for the winreg module, | Fred Drake | 2000-06-07 | 2 | -0/+413 |
| | | | | | | by Mark Hammond <markh@activestate.com>. Limited markup & consistency revisions by FLD. | ||||
* | Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl> in example code. | Fred Drake | 2000-05-30 | 1 | -1/+1 |
| | |||||
* | Added documentation for gettempprefix(). | Fred Drake | 2000-05-26 | 1 | -2/+15 |
| | | | | | | | Deprecated direct access to template. Added note about past need to modify template so that legacy code has a better chance of being understood, noting that the requirement to reset template after os.fork() disappeared in 1.5.2. | ||||
* | Added documentation for TemporaryFile() and the siffix parameter to mktemp(). | Fred Drake | 2000-05-26 | 1 | -13/+26 |
| | | | | | | | Removed obsolete comments about this module not creating or removing actual files. Removed obsolete comment about users needing to set template to None after calling os.fork(). | ||||
* | Piers Lauder <piers@cs.su.oz.au>: | Fred Drake | 2000-05-26 | 1 | -8/+29 |
| | | | | | | | | | | | I've added an extra comment about quoting arguments to IMAP4 commands. Also changed the command descriptions to show optional extra commands where appropriate. Fred Drake: Added example usage for the search() method based on comments from <Lucas.DeJonge@awtpl.com.au>; elaborated error handling information when arguments are missing from search() and uid(). | ||||
* | Updated docs to list all the new methods and functions. The docs are | Andrew M. Kuchling | 2000-05-23 | 1 | -188/+757 |
| | | | | | | | now complete, but probably still not very helpful or friendly. Note: two very large tables (of key names, and of character names) were added; these tables format terribly, and need some reworking. | ||||
* | From Greg Ward <gward@python.net>: | Fred Drake | 2000-05-23 | 1 | -2/+2 |
| | | | | Typo: "dictionairy" --> "dictionary" (twice). | ||||
* | New description for math.frexp() -- poor description noted by | Fred Drake | 2000-05-18 | 1 | -2/+6 |
| | | | | Francois Pinard. | ||||
* | The addition of rint() (by Peter Schneider-Kamp; I forgot to mention | Guido van Rossum | 2000-05-11 | 1 | -0/+1 |
| | | | | | | that before) in the previous patch has one problem; rint() is not in the C math library on all platforms (e.g. not for VC++). Make it conditional on HAVE_RINT. | ||||
* | Added math.rint() -- round according to current IEEE754 mode | Guido van Rossum | 2000-05-11 | 1 | -0/+4 |
| | |||||
* | Fix references to the built-in compile() that don't include the | Fred Drake | 2000-05-09 | 1 | -10/+10 |
| | | | | filename parameter. Noted by Randall Hopper <aa8vb@yahoo.com>. | ||||
* | Skip Montanaro <skip@mojam.com>: | Fred Drake | 2000-05-09 | 1 | -3/+8 |
| | | | | | | | | | The intent is that this diff adds a link to the rfc822 module doc and an index reference to this module under the rfc822 heading. Fred, based on a suggestion from Grant Griffin <grant.griffin@honeywell.com>: Added link to the MIME FAQ, so people can more easily get more information about the subject of the module. | ||||
* | read() method: clarify that strings are accepted and interpreted | Fred Drake | 2000-05-09 | 1 | -1/+9 |
| | | | | | | reasonably. readfp() method: added documentation. | ||||
* | Someone found the examples of poor practice on socket addresses! | Fred Drake | 2000-05-03 | 1 | -3/+3 |
| | | | | Spotted by Greg Kochanski <gpk@bell-labs.com>. | ||||
* | Clarify status of connection of a new instance; it *is* connected if | Fred Drake | 2000-05-03 | 1 | -3/+5 |
| | | | | | you pass server information to the constructor. Error noted by Pedro Diaz Jimenez <diazjimenez@ctv.es>. |