summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Changed obsolete e-mail aliasAndrew M. Kuchling2000-06-272-3/+3
* Dcoumentation for ascii.py. I've changed two references from ascii toAndrew M. Kuchling2000-06-261-0/+131
* Fix typos and errors noticed by Skip MontanaroAndrew M. Kuchling2000-06-251-14/+19
* Minor wording tweaks.Greg Ward2000-06-251-5/+6
* Some clarifications to the 'A simple example' section.Greg Ward2000-06-241-6/+8
* Fixed a grab-bag of typos spotted by Detlef Lannert.Greg Ward2000-06-242-17/+16
* Minor grammatical fixAndrew M. Kuchling2000-06-211-1/+1
* Document .timeout() method and .typeahead() functionAndrew M. Kuchling2000-06-211-0/+22
* Markup consistency nits.Fred Drake2000-06-181-89/+43
* Make changes and clarifications suggested by Mark HammondAndrew M. Kuchling2000-06-181-14/+23
* Documentation for the mmap module: proofreaders welcomedAndrew M. Kuchling2000-06-171-0/+120
* Updates from Marc-Andre Lemburg <mal@leburg.com> for the Unicode support.Fred Drake2000-06-162-2/+273
* Added reference count information for PySequence_List().Fred Drake2000-06-161-0/+3
* Documented PySequence_List() and PySequence_Tuple().Fred Drake2000-06-161-20/+54
* do_cmd_textasciitilde(): New function.Fred Drake2000-06-151-0/+5
* Fix markup error that hid a tilde character; reported long ago byFred Drake2000-06-151-1/+12
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2000-06-151-4/+4
* Hook in the documentation for the unicodedata module.Fred Drake2000-06-132-0/+2
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-06-131-0/+72
* Documentation for the pyexpat module.Andrew M. Kuchling2000-06-111-0/+262
* Mention setting the default encodingAndrew M. Kuchling2000-06-101-15/+45
* List more deleted modules.Andrew M. Kuchling2000-06-101-7/+29
* Filled in the sections on new and deleted modules.Andrew M. Kuchling2000-06-101-49/+111
* Minor fixes, additions to notesAndrew M. Kuchling2000-06-091-5/+5
* Added preliminary documentation for the winreg module,Fred Drake2000-06-073-0/+414
* Latex formatting fixesAndrew M. Kuchling2000-06-031-33/+29
* Patches from Moshe, w/ AMK's revisionsAndrew M. Kuchling2000-06-031-45/+313
* Filled out the "Core Changes" section.Andrew M. Kuchling2000-05-311-24/+81
* Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl> in example code.Fred Drake2000-05-301-1/+1
* Added concrete example of when separate build and install might beGreg Ward2000-05-301-1/+5
* Article about 1.6 new featuresAndrew M. Kuchling2000-05-271-0/+233
* Added documentation for gettempprefix().Fred Drake2000-05-261-2/+15
* Added documentation for TemporaryFile() and the siffix parameter to mktemp().Fred Drake2000-05-261-13/+26
* Piers Lauder <piers@cs.su.oz.au>:Fred Drake2000-05-261-8/+29
* Guido's rewording of my definition of "root package", with an addition by me.Greg Ward2000-05-261-6/+8
* A grab-bag of wording tweakage.Greg Ward2000-05-261-29/+54
* Remove unused "import curses".Guido van Rossum2000-05-241-1/+0
* Updated docs to list all the new methods and functions. The docs areAndrew M. Kuchling2000-05-231-188/+757
* From Greg Ward <gward@python.net>:Fred Drake2000-05-231-2/+2
* New description for math.frexp() -- poor description noted byFred Drake2000-05-181-2/+6
* Doc patch from Bastein Kleineidam: start to describe the 'install' commandGregory P. Smith2000-05-121-0/+16
* The addition of rint() (by Peter Schneider-Kamp; I forgot to mentionGuido van Rossum2000-05-111-0/+1
* Added math.rint() -- round according to current IEEE754 modeGuido van Rossum2000-05-111-0/+4
* Oops, better also note that the module initialization function must beFred Drake2000-05-101-0/+2
* Section "The Module's Method Table and Initialization Function":Fred Drake2000-05-101-7/+10
* Fix references to the built-in compile() that don't include theFred Drake2000-05-091-10/+10
* Skip Montanaro <skip@mojam.com>:Fred Drake2000-05-091-3/+8
* Define \seeurl in the seealso environment. Two parameters: url, why.Fred Drake2000-05-091-0/+9
* do_cmd_seeurl(): New function.Fred Drake2000-05-091-0/+11
* read() method: clarify that strings are accepted and interpretedFred Drake2000-05-091-1/+9