summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Second round of curses documentation improvements. Completes and extendsEric S. Raymond2000-07-271-17/+38
| | | | documentation for function keys, special characters.
* Rip out the information about the PSA, since the fate of that is notFred Drake2000-07-271-13/+9
| | | | | | | | | | certain. Update the information about the mailing list, using the python.org address instead of cwi.nl, and point to the pipermail archives. Also update the daily average message count (at the risk of scaring people off), using the mail archive at http://www.egroups.com/group/python-list for the first half of 2000 for statistical information.
* Document tiget{flag,num,str}Andrew M. Kuchling2000-07-261-0/+21
|
* Add entries for the distutils documents to the directories table.Fred Drake2000-07-251-0/+2
|
* Only use one initialization file for LaTeX2HTML; more recent versions onlyFred Drake2000-07-241-4/+5
| | | | | use the last one specified on the command line instead of all of them. Smaller changes to reflect updated support.
* Fix small typos and markup consistency nits.Fred Drake2000-07-242-15/+16
|
* First round of curses documentation improvements; correct errors, flesh outEric S. Raymond2000-07-241-109/+170
| | | | entry point descriptions.
* added doc for isatty()Skip Montanaro2000-07-191-0/+6
|
* added documentation for new functions {get,set}_history_lengthSkip Montanaro2000-07-191-0/+11
|
* More of Rob W. W. Hooft's spelling fixes. The only ones left now are theThomas Wouters2000-07-165-12/+12
| | | | | | | | | | | distutils patches, which I'll leave to the distutils maintainers. Tip: review the patch like this: grep "^[\!+-] " <patchfile> To get a quick and easy way to review the actual changes. Most of the changes are single-line ones, anyway.
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-1661-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. Raymond2000-07-141-1/+14
|
* Document PyObject_AsFileDescriptorAndrew M. Kuchling2000-07-132-0/+10
|
* Improve the descriptions of expected exceptions for __getitem__(),Fred Drake2000-07-131-4/+14
| | | | | __setitem__(), and __delitem__(). Based on related comments from Barry Warsaw.
* From Sam Rushing's Medusa, via SF patch #100858: add & documentAndrew M. Kuchling2000-07-131-0/+20
| | | | os.seteuid(), os.setegid(), os.setreuid(), os.setregid().
* Documentation for the gc module. Text from Neil SchemenauerFred Drake2000-07-123-0/+108
| | | | | <nascheme@enme.ucalgary.ca>, markup & minor revisions from Fred Drake.
* Resynchronize the TeX docs with (a) the module docstring, and (b) my recentEric S. Raymond2000-07-121-2/+2
| | | | fix to the code to make it behave like the module docstring.
* Moshe Zadka <mzadka@geocities.com>:Fred Drake2000-07-111-8/+29
| | | | | | | | | | Update the "in" / "not in" description to accomodate the current use of the __contains__() discipline. This patch also incorporates suggestions from Marc-Andre Lemburg <mal@lemburg.com>, minor markup revisions from Fred Drake, and some rewording of the first affected paragraph (also from Fred). Closes SourceForge patch #100831.
* Change the table in the pyexpat.errors module to a series of datadescFred Drake2000-07-111-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 writeEric S. Raymond2000-07-101-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.
* needs a spaceGreg Stein2000-07-091-1/+1
|
* Document addition of webbrowser.pyAndrew M. Kuchling2000-07-091-0/+14
| | | | Mention the ANSIfication of the source.
* Remove the only Py_PROTO in the docs.Fred Drake2000-07-091-1/+1
|
* Minor revisions similar to some information in the new docstrings.Fred Drake2000-07-081-2/+4
|
* Rearrange order of sectionsAndrew M. Kuchling2000-07-081-67/+72
| | | | Fix some incorrect module names
* Markup improvements in sections relating to interactive behavior.Fred Drake2000-07-081-45/+51
| | | | Clarify some of the details of readline-related configuration.
* Add an entry for the KDE File Manager support from Peter Funk.Fred Drake2000-07-071-3/+8
|
* Added new APIs and fixed some other Unicode ones (missing * orMarc-André Lemburg2000-07-071-56/+78
| | | | extra ' ').
* Added docs for the new Unicode and string APIs.Marc-André Lemburg2000-07-071-7/+52
|
* New module webbrowser. Easy-to-use controller objects to make using aFred Drake2000-07-073-0/+97
| | | | Web browser as a help/information browser easy across platforms.
* Clean up markup to be more like recommended practice; only small changesFred Drake2000-07-061-6/+8
| | | | needed.
* Correct a markup nit that caused a space to be dropped from the HTMLFred Drake2000-07-061-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>.
* Minor changes. Explain that for class exceptions, use excdesc but do notFred Drake2000-07-061-4/+5
| | | | | document the constructor parameters. Need a better way, but this will do for now.
* modified template to demonstrate subsection for examples.Skip Montanaro2000-07-061-1/+5
|
* Added some further description to the usage of the seealso environment.Fred Drake2000-07-061-1/+30
| | | | Documented the \seerfc and \seeurl macros used in that environment as well.
* Several small changes, mostly to the markup, to improve consistency andFred Drake2000-07-063-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 Drake2000-07-062-0/+2
|
* Sjoerd Mullender <sjoerd@oratrix.nl>:Fred Drake2000-07-061-2/+4
| | | | Updates for recent changes in xmllib.
* Correct typo in description of the machine name parameter to theFred Drake2000-07-061-17/+16
| | | | ConnectRegistry() function; there is no trailing period!
* added seealso pointing reader at readline example which uses atexit.Skip Montanaro2000-07-061-0/+4
|
* simple-minded readline section doc based upon module's doc strings.Skip Montanaro2000-07-061-0/+90
|
* Typo: "This table table" -> "This table is"Fred Drake2000-07-061-1/+1
| | | | Noted by Nicholas Spies <ns11@voicenet.com>.
* added warning about incompatibility with other codes' use of sys.exitfunc.Skip Montanaro2000-07-051-0/+8
|
* Created a new chapter on structured markup processing, including theFred Drake2000-07-053-4/+19
| | | | | existing SGML, HTML, & XML support, and providing a home for the new XML support as it becomes documented.
* Wrapped some long lines.Fred Drake2000-07-051-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 Drake2000-07-031-0/+8
|
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-07-031-1/+9
| | | | | Update the API docs for the new macros Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM().
* Eric S. Raymond <esr@thyrsus.com>:Fred Drake2000-07-031-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 Drake2000-07-031-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 Drake2000-07-031-6/+6
|