summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Moved definition of \XXX command out to distutils.sty.Greg Ward2000-04-091-1/+0
|
* Wrote the introduction (including several subsections).Greg Ward2000-04-091-16/+177
| | | | Started writing the "Standard Build and Install" section.
* Fixed so LaTeX can actually process it, and so it looks like the otherGreg Ward2000-04-091-26/+29
| | | | Distutils manual.
* Got started for real on this manual. Completely untested and unread -- justGreg Ward2000-04-091-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.styGreg Ward2000-04-091-13/+1
| | | | (also needed by inst.tex).
* Fix Skip's email address in his attribution! (Thanks, Skip!)Fred Drake2000-04-081-1/+1
|
* Added support for the "Long HTML" version to the build/packagingFred Drake2000-04-071-2/+13
| | | | process.
* New example from Skip Montanaro <skip@mojam.com>.Fred Drake2000-04-071-23/+29
|
* Describe the purpose of the "long HTML" package.Fred Drake2000-04-071-0/+34
|
* Mark RELEASE with the release level ("a2").Fred Drake2000-04-061-1/+1
|
* Make sure the \declaremodule uses the right name for the module!Fred Drake2000-04-061-20/+22
| | | | Clean up several markup problems & inconsistencies.
* unichr(),Fred Drake2000-04-061-0/+2
| | | | unicode(): Added \versionadded{} annotations.
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-0/+4
| | | | Added UnicodeType.
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-1/+1
| | | | Added note that Unicode strings are picklable.
* Revised / removed comments about string exceptions (relating to theFred Drake2000-04-061-12/+17
| | | | standard exceptions), added documentation of UnboundLocalError.
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-0/+5
| | | | Added UnicodeError description.
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-5/+5
| | | | Add Unicode strings to the list of marshalable types.
* Note the exception raised when parameter to chr() is out of range.Fred Drake2000-04-061-1/+2
|
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-3/+20
| | | | Documentation for unichr(), unicode(), update for ord().
* Added entry for codecs module.Fred Drake2000-04-061-0/+1
|
* Added codecs entry here as part of String Services.Fred Drake2000-04-061-0/+1
|
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-0/+126
| | | | | codecs module documentation, with some preliminary markup adjustments from FLD.
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-0/+101
| | | | | Tutorial information about Unicode strings in Python, with some markup adjustments from FLD.
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-0/+712
| | | | API documentation for Unicode support from C.
* But don't do the funny \UNICODE macro; we're trying to get away fromFred Drake2000-04-061-1/+1
| | | | those markups! <with-mixed-feelings>
* Patch from Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-0/+15
| | | | Added Unicode type to the language reference.
* Removed bogus connect() call in SMTP example; reported by TravisFred Drake2000-04-051-12/+0
| | | | | | B. Hartwell <slt5v@cc.usu.edu>. Removed second copy of the "See also" section!
* Added reference to the multifile module from the "See also" sectionFred Drake2000-04-051-0/+2
| | | | | in the mimetools documentation. Suggested by Skip Montanaro <skip@mojam.com>.
* Noted by Guido:Fred Drake2000-04-051-7/+7
| | | | | Fixed up descriptions of altzone and timezone not to refer to the 0th meridian, which doesn't exist. Reference is now to UTC.
* Noted by Guido:Fred Drake2000-04-051-2/+2
| | | | Directionality of up/down were confused.
* Noted by Guido:Fred Drake2000-04-051-1/+1
| | | | | Note in the "Caveats" section should refer to the exit() function, not exit_thread().
* Merged in changes from 1.5.2p2 release.Fred Drake2000-04-041-0/+2
|
* Merged in changes from 1.5.2p2 release as appropriate.Fred Drake2000-04-041-8/+15
|
* Added "See also" section; from Peter Funk <pf@artcom-gmbh.de>Fred Drake2000-04-041-1/+3
| | | | (re-written).
* Added "See also" section; from Peter Funk <pf@artcom-gmbh.de>.Fred Drake2000-04-041-0/+3
|
* Fixed typo in example code; spotted by Everett LipmanFred Drake2000-04-041-1/+1
| | | | <lipman@sphere.niddk.nih.gov>.
* Added notes about the eventual disappearance of two-parameter bind(),Fred Drake2000-04-041-2/+13
| | | | | | | connect(), and connect_ex(). I didn't make these deprecation notices since it was never a documented feature.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-0359-520/+1252
| | | | (Very rough.)
* Merge in changes from the 1.5.2p2 release.Fred Drake2000-04-031-654/+1297
| | | | Hopefully I got all this right!
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-3/+24
|
* UserString section:Fred Drake2000-04-031-6/+5
| | | | | | | Small cleanups noted by Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>. Make the spelling of Unicode always uppercase.
* Note that "Unicode" is always capitalized.Fred Drake2000-04-031-0/+4
|
* Merge in changes from the 1.5.2p2 release.Fred Drake2000-04-031-24/+65
|
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-0314-201/+371
|
* Merge in changes from the 1.5.2p2 release.Fred Drake2000-04-031-267/+410
|
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-0311-28/+118
|
* UserString class from Peter Funk <pf@artcom-gmbh.de>.Fred Drake2000-04-031-0/+49
|
* Added --numeric option, similar to mkhtml.sh.Fred Drake2000-03-311-2/+7
|
* Added rule to copy in the icons/ directory.Fred Drake2000-03-311-1/+5
|
* List of subdirs that are generated during the build.Fred Drake2000-03-311-0/+8
|