Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added --numeric option, similar to mkhtml.sh. | Fred Drake | 2000-03-31 | 1 | -2/+7 |
| | |||||
* | Added rule to copy in the icons/ directory. | Fred Drake | 2000-03-31 | 1 | -1/+5 |
| | |||||
* | List of subdirs that are generated during the build. | Fred Drake | 2000-03-31 | 1 | -0/+8 |
| | |||||
* | Build rules for the "long HTML" version. | Fred Drake | 2000-03-31 | 1 | -0/+105 |
| | |||||
* | Improve explanation of reference counts for PyString_Concat(). | Fred Drake | 2000-03-31 | 1 | -2/+3 |
| | |||||
* | Reflect the two new sections in the dependencies. | Fred Drake | 2000-03-31 | 1 | -0/+2 |
| | |||||
* | Two new sections. Preliminary. | Fred Drake | 2000-03-31 | 3 | -0/+239 |
| | |||||
* | Add PyDict_Copy() function to C API for dicts. It returns a new | Jeremy Hylton | 2000-03-30 | 2 | -1/+8 |
| | | | | dictionary that contains the same key/value pairs as p. | ||||
* | Changes from 1.5.2p2, plus fix a couple of errors noted by Hernan | Fred Drake | 2000-03-29 | 1 | -5/+11 |
| | | | | Martinez Foffani <hfoffani@sofrecom.com.ar>. | ||||
* | Fix small errors in description of Mac, Windows installation schemes. | Greg Ward | 2000-03-22 | 1 | -4/+4 |
| | | | | Added comment about "--help" (no value) not working. | ||||
* | Third attempt at documenting an installation scheme; this one feels like | Greg Ward | 2000-03-18 | 1 | -192/+301 |
| | | | | | | it could work--reasonably short and straightforward to document, but flexible enough that it will be able to handle more than just modules and extensions in the future. | ||||
* | Script to annotate api.tex with reference count information. | Fred Drake | 2000-03-15 | 1 | -0/+63 |
| | |||||
* | [from 2000-02-25] Second attempt at describing an installation scheme; this is | Greg Ward | 2000-03-10 | 1 | -365/+141 |
| | | | | | the simplified scheme that Guido proposed. Also already-obsolete, and saved only for posterity. | ||||
* | [from 2000-02-23] Description of the baroque and already-obsolete | Greg Ward | 2000-03-10 | 1 | -0/+534 |
| | | | | | installation scheme that Fred Drake and I cooked up. Only saved for posterity. | ||||
* | Update portability information for the spawn*() functions and related | Fred Drake | 2000-02-29 | 1 | -4/+11 |
| | | | | | constants. Someone will need to fill in information on the spawn*() functions that aren't listed. | ||||
* | The "Distributing Python Modules" manual; currently empty (I'll get to it | Greg Ward | 2000-02-26 | 1 | -0/+12 |
| | | | | Real Soon Now(TM). | ||||
* | Added entry for libtabnanny.tex. | Fred Drake | 2000-02-23 | 1 | -0/+1 |
| | |||||
* | Added dependency on libtabnanny.tex. | Fred Drake | 2000-02-23 | 1 | -0/+1 |
| | |||||
* | Initial version from Peter Funk <pf@artcom-gmbh.de>, with minor | Fred Drake | 2000-02-23 | 1 | -0/+62 |
| | | | | consistency changes and a note that the API may change in the future. | ||||
* | This branch is for 1.6 & forward. | Fred Drake | 2000-02-22 | 1 | -2/+2 |
| | |||||
* | Script to help locate markup that LaTeX2HTML has a problem with. | Fred Drake | 2000-02-21 | 1 | -0/+26 |
| | |||||
* | Update the description of int() to include the radix parameter; | Fred Drake | 2000-02-17 | 1 | -12/+16 |
| | | | | | | | omission noted on c.l.py by Aahz Maruch. Swapped the order of the descriptions of int() and intern() so that int() comes first (the functions are in alphabetic order). | ||||
* | Added docs for new crc32() function. By Jim Ahlstrom. | Guido van Rossum | 2000-02-16 | 1 | -0/+12 |
| | | | | (Fred, please check.) | ||||
* | Document the API changes to the nntplib module (exceptions become | Barry Warsaw | 2000-02-10 | 1 | -14/+40 |
| | | | | | classes, NNTP.__init__() grows a new optional argument to set reader mode on the server). | ||||
* | The dircmp module is now obsolete. | Fred Drake | 2000-02-03 | 1 | -3/+3 |
| | |||||
* | Don't insert extra indentation before <title> elements. | Fred Drake | 2000-01-20 | 1 | -12/+12 |
| | |||||
* | Added item about specific missing entries in the C API manual. | Fred Drake | 1999-12-23 | 1 | -0/+5 |
| | |||||
* | Removed a couple of items that got done(!). | Fred Drake | 1999-12-21 | 1 | -17/+11 |
| | | | | | Moved a couple to a new "Not worth it" section (explanations were already there). | ||||
* | Document GetoptError and label error an alias. | Fred Drake | 1999-12-21 | 1 | -2/+9 |
| | |||||
* | Document 1.5.2+ aspects of the NotANumber exception. (Note that this | Fred Drake | 1999-12-21 | 1 | -2/+5 |
| | | | | is in the development branch, not the maintenance branch!) | ||||
* | Document that the |mode| parameter to open() is optional and explain how | Fred Drake | 1999-12-21 | 2 | -10/+14 |
| | | | | the default value is determined. | ||||
* | Document getgroups(), getlogin(), fpathconf(), pathconf(), | Fred Drake | 1999-12-15 | 1 | -1/+107 |
| | | | | pathconf_names, confstr(), confstr_names, sysconf(), sysconf_names. | ||||
* | Markup consistency nits that Guido didn't check. ;-) | Fred Drake | 1999-12-13 | 1 | -6/+6 |
| | |||||
* | Doc update from Piers Lauder see changes for imaplib.py version 2.16. | Guido van Rossum | 1999-12-13 | 1 | -0/+32 |
| | |||||
* | Document the new stuff in the os module. | Fred Drake | 1999-12-09 | 1 | -2/+47 |
| | |||||
* | Update link to PythonWare library page. | Fred Drake | 1999-12-01 | 1 | -2/+2 |
| | |||||
* | rewrite_descriptor(): Fixup conversion of arguments (simpler). | Fred Drake | 1999-11-23 | 1 | -12/+35 |
| | | | | | | | | join_adjacent_elements(): Hack to merge adjacent instances of <option>; the source \programopt with GNU-style long options created problems with LaTeX2HTML; this removes the evil workaround, which should never be necessary from structured documents(!). | ||||
* | Don't rename \var to <varname>; DocBook is too verbose here. | Fred Drake | 1999-11-23 | 1 | -4/+9 |
| | | | | | | | | Do adopt DocBook's <command>, <option>, <envar> names for \program, \programopt, \envvar. Add \filenq --> <filename quote="no"> (it has to go somewhere, at least for now). | ||||
* | Set the date and version to reflect the actual status, not the last | Fred Drake | 1999-11-18 | 1 | -2/+2 |
| | | | | released status. Has to be changed just before publishing anyway. | ||||
* | When generating the top-level index to the documents, make sure some | Fred Drake | 1999-11-18 | 1 | -1/+3 |
| | | | | | | oddball things from the LaTeX get translated to rational values. This is mostly to keep things from looking broken in a development tree when they're not. | ||||
* | Removed last XXX comment; no further action needed on this one. | Fred Drake | 1999-11-17 | 1 | -4/+3 |
| | |||||
* | Preliminary documentation for turtle module (Tk), by Moshe Zadka. | Fred Drake | 1999-11-15 | 1 | -0/+160 |
| | | | | | Fixed up a few TeXisms and markup nits, but otherwise unchanged. Somewhat raw. | ||||
* | Added request to please not send HTML email to the newsgroup/mailing | Fred Drake | 1999-11-12 | 1 | -0/+4 |
| | | | | list or to python-docs. | ||||
* | Document \citetitle and \programopt. | Fred Drake | 1999-11-10 | 1 | -0/+9 |
| | |||||
* | Use \citetitle and \programopt as appropriate. | Fred Drake | 1999-11-10 | 13 | -144/+149 |
| | |||||
* | Use \citetitle as appropriate. | Fred Drake | 1999-11-10 | 6 | -44/+47 |
| | |||||
* | Use \citetitle in several places, and \programopt where appropriate. | Fred Drake | 1999-11-10 | 1 | -20/+23 |
| | |||||
* | Use \citetitle in several places. | Fred Drake | 1999-11-10 | 1 | -14/+18 |
| | |||||
* | Use \citetitle instead of \emph. | Fred Drake | 1999-11-09 | 1 | -4/+4 |
| | |||||
* | Use \citetitle in one place. | Fred Drake | 1999-11-09 | 3 | -3/+3 |
| |