Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update change to version_info structure. | Fred Drake | 2000-04-13 | 1 | -6/+7 |
| | |||||
* | Document hexversion (incompletely explained) and version_info (easily | Fred Drake | 2000-04-13 | 1 | -0/+32 |
| | | | | explained). | ||||
* | Added note about usual default prefix under Linux (thanks to Peter Funk | Greg Ward | 2000-04-12 | 1 | -4/+9 |
| | | | | for the idea). | ||||
* | Trying to placate Fred: redefine \tilde and \bslash; document everything. | Greg Ward | 2000-04-12 | 1 | -9/+23 |
| | | | | Still some not-quite-standard definitions in here that I have to fix. | ||||
* | Changed the table of per-platform default installation locations to be | Greg Ward | 2000-04-12 | 1 | -21/+32 |
| | | | | more consistent with the rest of the Python docs. | ||||
* | Make use of \longprogramopt where appropriate. | Fred Drake | 2000-04-11 | 2 | -3/+3 |
| | |||||
* | Elaborate descriptions of \e, \module. | Fred Drake | 2000-04-11 | 1 | -2/+11 |
| | | | | Describe policy on vertical lines in tables. | ||||
* | Revise the description of \programopt, document \longprogramopt. | Fred Drake | 2000-04-11 | 1 | -2/+10 |
| | |||||
* | \longprogramopt: New macro. | Fred Drake | 2000-04-11 | 1 | -0/+2 |
| | |||||
* | do_cmd_longprogramopt(): New function. | Fred Drake | 2000-04-11 | 1 | -0/+3 |
| | |||||
* | LaTeX macros for the Distutils manuals. | Greg Ward | 2000-04-11 | 1 | -0/+26 |
| | | | | Perhaps these should be added to the standard Python style file? | ||||
* | Spewed a bunch more verbiage. | Greg Ward | 2000-04-11 | 1 | -87/+179 |
| | | | | Lots of scattered wording changes. | ||||
* | Added reference count information for Py_FindMethod(). | Fred Drake | 2000-04-10 | 1 | -0/+5 |
| | |||||
* | Yet another markup nit: functions that are part of the Python/C API | Fred Drake | 2000-04-10 | 1 | -3/+5 |
| | | | | are still C functions, and should be marked. | ||||
* | PyErr_Format(): | Fred Drake | 2000-04-10 | 1 | -1/+0 |
| | | | | | Remove statement that the return value is always NULL; this is generated by the formatting. | ||||
* | document PyErr_Format | Jeremy Hylton | 2000-04-10 | 2 | -0/+16 |
| | |||||
* | letters: | Fred Drake | 2000-04-10 | 1 | -4/+4 |
| | | | | | | | | Fix description; lowercase and uppercase are strings, not functions! Noted by Randall Hopper <aa8vb@yahoo.com>. maketrans(): Minor markup nits in description. | ||||
* | Add to the comment a description of the "null" value for returned | Fred Drake | 2000-04-10 | 1 | -1/+4 |
| | | | | PyObject* values. | ||||
* | load_refcounts(), | Fred Drake | 2000-04-10 | 1 | -1/+5 |
| | | | | | do_env_cfuncdesc(): Support the "null" value for the refcounts field in refcounts.dat. | ||||
* | The reference count field for PyErr_NoMemory() and | Fred Drake | 2000-04-10 | 1 | -2/+2 |
| | | | | PyErr_SetFromErrno() should be "null". | ||||
* | If the refcount field is "null", that's ok; the value will be None. | Fred Drake | 2000-04-10 | 1 | -1/+3 |
| | |||||
* | For functions which return a PyObject* but use "null" for the | Fred Drake | 2000-04-10 | 1 | -1/+5 |
| | | | | | | reference count field, state that the return value is always NULL. (Useful for some PyErr_*() flavors.) | ||||
* | cfuncdesc environment: | Fred Drake | 2000-04-10 | 1 | -1/+1 |
| | | | | | When processing the optional parameter, don't append any text; let the pre-processor supply all of it. | ||||
* | do_cmd_datalineni(): New function, to implement the non-indexing form | Fred Drake | 2000-04-10 | 1 | -0/+6 |
| | | | | of \dataline. | ||||
* | Moved definition of \XXX command out to distutils.sty. | Greg Ward | 2000-04-09 | 1 | -1/+0 |
| | |||||
* | Wrote the introduction (including several subsections). | Greg Ward | 2000-04-09 | 1 | -16/+177 |
| | | | | Started writing the "Standard Build and Install" section. | ||||
* | Fixed so LaTeX can actually process it, and so it looks like the other | Greg Ward | 2000-04-09 | 1 | -26/+29 |
| | | | | Distutils manual. | ||||
* | Got started for real on this manual. Completely untested and unread -- just | Greg Ward | 2000-04-09 | 1 | -2/+567 |
| | | | | checking it in so I can move things around in the CVS repository. | ||||
* | Extracted a bunch of Distutils-specific commands and macros to distutils.sty | Greg Ward | 2000-04-09 | 1 | -13/+1 |
| | | | | (also needed by inst.tex). | ||||
* | Fix Skip's email address in his attribution! (Thanks, Skip!) | Fred Drake | 2000-04-08 | 1 | -1/+1 |
| | |||||
* | Added support for the "Long HTML" version to the build/packaging | Fred Drake | 2000-04-07 | 1 | -2/+13 |
| | | | | process. | ||||
* | New example from Skip Montanaro <skip@mojam.com>. | Fred Drake | 2000-04-07 | 1 | -23/+29 |
| | |||||
* | Describe the purpose of the "long HTML" package. | Fred Drake | 2000-04-07 | 1 | -0/+34 |
| | |||||
* | Mark RELEASE with the release level ("a2"). | Fred Drake | 2000-04-06 | 1 | -1/+1 |
| | |||||
* | Make sure the \declaremodule uses the right name for the module! | Fred Drake | 2000-04-06 | 1 | -20/+22 |
| | | | | Clean up several markup problems & inconsistencies. | ||||
* | unichr(), | Fred Drake | 2000-04-06 | 1 | -0/+2 |
| | | | | unicode(): Added \versionadded{} annotations. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+4 |
| | | | | Added UnicodeType. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -1/+1 |
| | | | | Added note that Unicode strings are picklable. | ||||
* | Revised / removed comments about string exceptions (relating to the | Fred Drake | 2000-04-06 | 1 | -12/+17 |
| | | | | standard exceptions), added documentation of UnboundLocalError. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+5 |
| | | | | Added UnicodeError description. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -5/+5 |
| | | | | Add Unicode strings to the list of marshalable types. | ||||
* | Note the exception raised when parameter to chr() is out of range. | Fred Drake | 2000-04-06 | 1 | -1/+2 |
| | |||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -3/+20 |
| | | | | Documentation for unichr(), unicode(), update for ord(). | ||||
* | Added entry for codecs module. | Fred Drake | 2000-04-06 | 1 | -0/+1 |
| | |||||
* | Added codecs entry here as part of String Services. | Fred Drake | 2000-04-06 | 1 | -0/+1 |
| | |||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+126 |
| | | | | | codecs module documentation, with some preliminary markup adjustments from FLD. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+101 |
| | | | | | Tutorial information about Unicode strings in Python, with some markup adjustments from FLD. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+712 |
| | | | | API documentation for Unicode support from C. | ||||
* | But don't do the funny \UNICODE macro; we're trying to get away from | Fred Drake | 2000-04-06 | 1 | -1/+1 |
| | | | | those markups! <with-mixed-feelings> | ||||
* | Patch from Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+15 |
| | | | | Added Unicode type to the language reference. |