Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Removed bogus connect() call in SMTP example; reported by Travis | Fred Drake | 2000-04-05 | 1 | -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" section | Fred Drake | 2000-04-05 | 1 | -0/+2 |
| | | | | | in the mimetools documentation. Suggested by Skip Montanaro <skip@mojam.com>. | ||||
* | Noted by Guido: | Fred Drake | 2000-04-05 | 1 | -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 Drake | 2000-04-05 | 1 | -2/+2 |
| | | | | Directionality of up/down were confused. | ||||
* | Noted by Guido: | Fred Drake | 2000-04-05 | 1 | -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 Drake | 2000-04-04 | 1 | -0/+2 |
| | |||||
* | Merged in changes from 1.5.2p2 release as appropriate. | Fred Drake | 2000-04-04 | 1 | -8/+15 |
| | |||||
* | Added "See also" section; from Peter Funk <pf@artcom-gmbh.de> | Fred Drake | 2000-04-04 | 1 | -1/+3 |
| | | | | (re-written). | ||||
* | Added "See also" section; from Peter Funk <pf@artcom-gmbh.de>. | Fred Drake | 2000-04-04 | 1 | -0/+3 |
| | |||||
* | Fixed typo in example code; spotted by Everett Lipman | Fred Drake | 2000-04-04 | 1 | -1/+1 |
| | | | | <lipman@sphere.niddk.nih.gov>. | ||||
* | Added notes about the eventual disappearance of two-parameter bind(), | Fred Drake | 2000-04-04 | 1 | -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 Drake | 2000-04-03 | 59 | -520/+1252 |
| | | | | (Very rough.) | ||||
* | Merge in changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -654/+1297 |
| | | | | Hopefully I got all this right! | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -3/+24 |
| | |||||
* | UserString section: | Fred Drake | 2000-04-03 | 1 | -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 Drake | 2000-04-03 | 1 | -0/+4 |
| | |||||
* | Merge in changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -24/+65 |
| | |||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 14 | -201/+371 |
| | |||||
* | Merge in changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -267/+410 |
| | |||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 11 | -28/+118 |
| | |||||
* | UserString class from Peter Funk <pf@artcom-gmbh.de>. | Fred Drake | 2000-04-03 | 1 | -0/+49 |
| | |||||
* | 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 |
| |