summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Build rules for the "long HTML" version.Fred Drake2000-03-311-0/+105
|
* Improve explanation of reference counts for PyString_Concat().Fred Drake2000-03-311-2/+3
|
* Reflect the two new sections in the dependencies.Fred Drake2000-03-311-0/+2
|
* Two new sections. Preliminary.Fred Drake2000-03-313-0/+239
|
* Add PyDict_Copy() function to C API for dicts. It returns a newJeremy Hylton2000-03-302-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 HernanFred Drake2000-03-291-5/+11
| | | | Martinez Foffani <hfoffani@sofrecom.com.ar>.
* Fix small errors in description of Mac, Windows installation schemes.Greg Ward2000-03-221-4/+4
| | | | Added comment about "--help" (no value) not working.
* Third attempt at documenting an installation scheme; this one feels likeGreg Ward2000-03-181-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 Drake2000-03-151-0/+63
|
* [from 2000-02-25] Second attempt at describing an installation scheme; this isGreg Ward2000-03-101-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-obsoleteGreg Ward2000-03-101-0/+534
| | | | | installation scheme that Fred Drake and I cooked up. Only saved for posterity.
* Update portability information for the spawn*() functions and relatedFred Drake2000-02-291-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 itGreg Ward2000-02-261-0/+12
| | | | Real Soon Now(TM).
* Added entry for libtabnanny.tex.Fred Drake2000-02-231-0/+1
|
* Added dependency on libtabnanny.tex.Fred Drake2000-02-231-0/+1
|