Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Break the "Python Services" chapter into two: "Python Runtime Services" | Fred Drake | 2000-08-03 | 4 | -17/+30 |
| | | | | | | (still at the start of the manual), and "Python Language Services" (late in the manual). Moved "Restricted Execution" to just before "Python Language Services." | ||||
* | Added descriptions of the new parser markers for PyArg_ParseTuple(). | Marc-André Lemburg | 2000-08-03 | 1 | -16/+77 |
| | |||||
* | \py@varvars: Merge the various definitions to be the simplist one that | Fred Drake | 2000-08-03 | 1 | -5/+2 |
| | | | | | does everything needed, and discard the older stuff that is not being used. | ||||
* | int() description: Fix markup to avoid image generation for math mode. | Fred Drake | 2000-08-03 | 1 | -5/+6 |
| | | | | | | zip() description: Fix broken markup, three small markup consistency nits, and one really minor usage nit. Introduce use of \moreargs instead of hardcoding "..." with \optional. | ||||
* | do_cmd_moreargs(), | Fred Drake | 2000-08-03 | 1 | -4/+8 |
| | | | | | | | | | do_cmd_unspecified(): New functions to reflect previously unused markup. do_cmd_file(): Simplified generated markup to only make use of the existing stylesheet. do_cmd_makevar(): Make the markup more stylesheet-friendly. | ||||
* | Both PEP 201 Lockstep Iteration and SF patch #101030 have been | Barry Warsaw | 2000-08-03 | 1 | -0/+9 |
| | | | | | | accepted by the BDFL. Added documentation for zip() builtin. | ||||
* | Rob Hooft <rob@hooft.net>: | Fred Drake | 2000-08-02 | 1 | -2/+8 |
| | | | | Description of fcntl(): Added description of what can go wrong. | ||||
* | As requested by Fred - mention that in the future a winreg module may make a ↵ | Mark Hammond | 2000-08-01 | 1 | -2/+3 |
| | | | | comeback. | ||||
* | fixing a minor spelling mistake | Peter Schneider-Kamp | 2000-08-01 | 1 | -1/+1 |
| | |||||
* | Stop lying about [].pop() being experimental! There is no backing it out | Fred Drake | 2000-07-31 | 1 | -4/+3 |
| | | | | at this point. | ||||
* | added count, extend, index, pop and remove to arraymodule | Peter Schneider-Kamp | 2000-07-31 | 2 | -2/+25 |
| | |||||
* | Change as suggested by Peter Funk <pf@artcom-gmbh.de>: | Fred Drake | 2000-07-31 | 1 | -4/+5 |
| | | | | | Move around the navigational links on the left-hand side of the navigation bar to be more like the cursor keys. | ||||
* | Change as suggested by Peter Funk <pf@artcom-gmbh.de>: | Fred Drake | 2000-07-31 | 1 | -2/+3 |
| | | | | | Create a hyperlink between the language reference and documentation for the built in functions. | ||||
* | Organized a little bit; merged in some items from the 1.5.2p2 branch that | Fred Drake | 2000-07-31 | 1 | -16/+46 |
| | | | | did not get handled. | ||||
* | Update to indicate the appropriate version of LaTeX2HTML. Update pointer | Fred Drake | 2000-07-31 | 1 | -8/+6 |
| | | | | for retrieving new versions. | ||||
* | Many changes to work with newer versions of LaTeX2HTML. This has been | Fred Drake | 2000-07-31 | 1 | -208/+129 |
| | | | | tested with version 99.2beta8. | ||||
* | Small changes to reflect changes in LaTeX2HTML support for newer versions | Fred Drake | 2000-07-31 | 2 | -3/+8 |
| | | | | of LaTeX2HTML. | ||||
* | Two minor nits from Gerry Weiner (no working email address) about | Fred Drake | 2000-07-31 | 1 | -3/+3 |
| | | | | describing the methods of dictionaries. | ||||
* | Always pass the split level to LaTeX2HTML as a command line option since | Fred Drake | 2000-07-31 | 1 | -4/+4 |
| | | | | | newer versions only process one initialization file, and do so at a different time than previous versions. | ||||
* | Moshe Zadka <mzadka@geocities.com>: | Fred Drake | 2000-07-31 | 1 | -0/+9 |
| | | | | | Document new method in shutil (copyfileobj). Minor clarification by Fred. | ||||
* | Update, 'cause Guido said it should be this way. | Fred Drake | 2000-07-31 | 1 | -4/+4 |
| | |||||
* | Finally fixed the much-reported bug about "~" in a couple of example. | Fred Drake | 2000-07-28 | 1 | -2/+2 |
| | | | | This time, it was reported by Skip. | ||||
* | Second round of curses documentation improvements. Completes and extends | Eric S. Raymond | 2000-07-27 | 1 | -17/+38 |
| | | | | documentation for function keys, special characters. | ||||
* | Rip out the information about the PSA, since the fate of that is not | Fred Drake | 2000-07-27 | 1 | -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. Kuchling | 2000-07-26 | 1 | -0/+21 |
| | |||||
* | Add entries for the distutils documents to the directories table. | Fred Drake | 2000-07-25 | 1 | -0/+2 |
| | |||||
* | Only use one initialization file for LaTeX2HTML; more recent versions only | Fred Drake | 2000-07-24 | 1 | -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 Drake | 2000-07-24 | 2 | -15/+16 |
| | |||||
* | 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 |
| | |||||
* | More of Rob W. W. Hooft's spelling fixes. The only ones left now are the | Thomas Wouters | 2000-07-16 | 5 | -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 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 |
| | |||||
* | Document PyObject_AsFileDescriptor | Andrew M. Kuchling | 2000-07-13 | 2 | -0/+10 |
| | |||||
* | Improve the descriptions of expected exceptions for __getitem__(), | Fred Drake | 2000-07-13 | 1 | -4/+14 |
| | | | | | __setitem__(), and __delitem__(). Based on related comments from Barry Warsaw. | ||||
* | 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 | 3 | -0/+108 |
| | | | | | <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. | ||||
* | Moshe Zadka <mzadka@geocities.com>: | Fred Drake | 2000-07-11 | 1 | -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 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. | ||||
* | needs a space | Greg Stein | 2000-07-09 | 1 | -1/+1 |
| | |||||
* | Document addition of webbrowser.py | Andrew M. Kuchling | 2000-07-09 | 1 | -0/+14 |
| | | | | Mention the ANSIfication of the source. | ||||
* | Remove the only Py_PROTO in the docs. | Fred Drake | 2000-07-09 | 1 | -1/+1 |
| | |||||
* | Minor revisions similar to some information in the new docstrings. | Fred Drake | 2000-07-08 | 1 | -2/+4 |
| | |||||
* | Rearrange order of sections | Andrew M. Kuchling | 2000-07-08 | 1 | -67/+72 |
| | | | | Fix some incorrect module names | ||||
* | Markup improvements in sections relating to interactive behavior. | Fred Drake | 2000-07-08 | 1 | -45/+51 |
| | | | | Clarify some of the details of readline-related configuration. | ||||
* | Add an entry for the KDE File Manager support from Peter Funk. | Fred Drake | 2000-07-07 | 1 | -3/+8 |
| | |||||
* | Added new APIs and fixed some other Unicode ones (missing * or | Marc-André Lemburg | 2000-07-07 | 1 | -56/+78 |
| | | | | extra ' '). |