| Commit message (Expand) | Author | Age | Files | Lines |
* | Break the "Python Services" chapter into two: "Python Runtime Services" | Fred Drake | 2000-08-03 | 4 | -17/+30 |
|
|
* | 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 |
|
|
* | int() description: Fix markup to avoid image generation for math mode. | Fred Drake | 2000-08-03 | 1 | -5/+6 |
|
|
* | do_cmd_moreargs(), | Fred Drake | 2000-08-03 | 1 | -4/+8 |
|
|
* | Both PEP 201 Lockstep Iteration and SF patch #101030 have been | Barry Warsaw | 2000-08-03 | 1 | -0/+9 |
|
|
* | Rob Hooft <rob@hooft.net>: | Fred Drake | 2000-08-02 | 1 | -2/+8 |
|
|
* | As requested by Fred - mention that in the future a winreg module may make a ... | Mark Hammond | 2000-08-01 | 1 | -2/+3 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Change as suggested by Peter Funk <pf@artcom-gmbh.de>: | Fred Drake | 2000-07-31 | 1 | -2/+3 |
|
|
* | Organized a little bit; merged in some items from the 1.5.2p2 branch that | Fred Drake | 2000-07-31 | 1 | -16/+46 |
|
|
* | Update to indicate the appropriate version of LaTeX2HTML. Update pointer | Fred Drake | 2000-07-31 | 1 | -8/+6 |
|
|
* | Many changes to work with newer versions of LaTeX2HTML. This has been | Fred Drake | 2000-07-31 | 1 | -208/+129 |
|
|
* | Small changes to reflect changes in LaTeX2HTML support for newer versions | Fred Drake | 2000-07-31 | 2 | -3/+8 |
|
|
* | Two minor nits from Gerry Weiner (no working email address) about | Fred Drake | 2000-07-31 | 1 | -3/+3 |
|
|
* | Always pass the split level to LaTeX2HTML as a command line option since | Fred Drake | 2000-07-31 | 1 | -4/+4 |
|
|
* | Moshe Zadka <mzadka@geocities.com>: | Fred Drake | 2000-07-31 | 1 | -0/+9 |
|
|
* | 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 |
|
|
* | Second round of curses documentation improvements. Completes and extends | Eric S. Raymond | 2000-07-27 | 1 | -17/+38 |
|
|
* | Rip out the information about the PSA, since the fate of that is not | Fred Drake | 2000-07-27 | 1 | -13/+9 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 61 | -92/+92 |
|
|
* | 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 |
|
|
* | From Sam Rushing's Medusa, via SF patch #100858: add & document | Andrew M. Kuchling | 2000-07-13 | 1 | -0/+20 |
|
|
* | Documentation for the gc module. Text from Neil Schemenauer | Fred Drake | 2000-07-12 | 3 | -0/+108 |
|
|
* | Resynchronize the TeX docs with (a) the module docstring, and (b) my recent | Eric S. Raymond | 2000-07-12 | 1 | -2/+2 |
|
|
* | Moshe Zadka <mzadka@geocities.com>: | Fred Drake | 2000-07-11 | 1 | -8/+29 |
|
|
* | Change the table in the pyexpat.errors module to a series of datadesc | Fred Drake | 2000-07-11 | 1 | -21/+64 |
|
|
* | Give ConfigParser the capability to set as well as read options, and to write | Eric S. Raymond | 2000-07-10 | 1 | -0/+17 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Markup improvements in sections relating to interactive behavior. | Fred Drake | 2000-07-08 | 1 | -45/+51 |
|
|
* | 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 |
|
|