Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First round of curses documentation improvements; correct errors, flesh out | Eric S. Raymond | 2000-07-24 | 1 | -109/+170 |
| | | | | entry point descriptions. | ||||
* | added doc for isatty() | Skip Montanaro | 2000-07-19 | 1 | -0/+6 |
| | |||||
* | added documentation for new functions {get,set}_history_length | Skip Montanaro | 2000-07-19 | 1 | -0/+11 |
| | |||||
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 61 | -92/+92 |
| | | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem. | ||||
* | Document the second round of ConfigParser changes. | Eric S. Raymond | 2000-07-14 | 1 | -1/+14 |
| | |||||
* | From Sam Rushing's Medusa, via SF patch #100858: add & document | Andrew M. Kuchling | 2000-07-13 | 1 | -0/+20 |
| | | | | os.seteuid(), os.setegid(), os.setreuid(), os.setregid(). | ||||
* | Documentation for the gc module. Text from Neil Schemenauer | Fred Drake | 2000-07-12 | 2 | -0/+107 |
| | | | | | <nascheme@enme.ucalgary.ca>, markup & minor revisions from Fred Drake. | ||||
* | Resynchronize the TeX docs with (a) the module docstring, and (b) my recent | Eric S. Raymond | 2000-07-12 | 1 | -2/+2 |
| | | | | fix to the code to make it behave like the module docstring. | ||||
* | Change the table in the pyexpat.errors module to a series of datadesc | Fred Drake | 2000-07-11 | 1 | -21/+64 |
| | | | | | | | | elements (since the table was pretty screwed up); this is how it is done elsewhere in the manual. I could use some help creating descriptions of the specific error identifiers (input conditions that lead to each error, etc.). | ||||
* | Give ConfigParser the capability to set as well as read options, and to write | Eric S. Raymond | 2000-07-10 | 1 | -0/+17 |
| | | | | | | | | | | | | | a representation of the configuration state in .ini format that can be read back in by a future read() call. Thus this class is now a back end for .ini editors as well as parsers. This patch is complete and tested, but exposes a bug in the ConfigParser implementation which I have not yet fixed. Because case information is discarded during parsing, the output of write() has its case smashed. I wrote this for a SourceForge interface script called forgetool. Documentation for the new entry points included. | ||||
* | Minor revisions similar to some information in the new docstrings. | Fred Drake | 2000-07-08 | 1 | -2/+4 |
| | |||||
* | Add an entry for the KDE File Manager support from Peter Funk. | Fred Drake | 2000-07-07 | 1 | -3/+8 |
| | |||||
* | New module webbrowser. Easy-to-use controller objects to make using a | Fred Drake | 2000-07-07 | 2 | -0/+96 |
| | | | | Web browser as a help/information browser easy across platforms. | ||||
* | Clean up markup to be more like recommended practice; only small changes | Fred Drake | 2000-07-06 | 1 | -6/+8 |
| | | | | needed. | ||||
* | Correct a markup nit that caused a space to be dropped from the HTML | Fred Drake | 2000-07-06 | 1 | -2/+2 |
| | | | | | | version (actually a LaTeX2HTML bug), and clarified a sentence in the mktime() description based entirely on comments from Grant Griffin <grant.griffin@honeywell.com>. | ||||
* | Several small changes, mostly to the markup, to improve consistency and | Fred Drake | 2000-07-06 | 3 | -37/+46 |
| | | | | | | internal hyperlinking. Move some things around, also for consistency with other modules ("See also" stuff tends to live at the \section level, before sub-sections, etc.). | ||||
* | Add entry for readline documentation. | Fred Drake | 2000-07-06 | 1 | -0/+1 |
| | |||||
* | Sjoerd Mullender <sjoerd@oratrix.nl>: | Fred Drake | 2000-07-06 | 1 | -2/+4 |
| | | | | Updates for recent changes in xmllib. | ||||
* | Correct typo in description of the machine name parameter to the | Fred Drake | 2000-07-06 | 1 | -17/+16 |
| | | | | ConnectRegistry() function; there is no trailing period! | ||||
* | added seealso pointing reader at readline example which uses atexit. | Skip Montanaro | 2000-07-06 | 1 | -0/+4 |
| | |||||
* | simple-minded readline section doc based upon module's doc strings. | Skip Montanaro | 2000-07-06 | 1 | -0/+90 |
| | |||||
* | 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 |
| |