summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Make it clear that id() can return either a long integer or a plain integer.Fred Drake2000-06-291-5/+5
|
* Add update of httplib docs to reflect Greg Stein's recent updates.Fred Drake2000-06-291-0/+3
| | | | Greg, this is yours!
* Give Moshe some work to do.Fred Drake2000-06-281-0/+2
|
* Add a "See also:" link to the curses.ascii module.Fred Drake2000-06-281-0/+3
|
* Made the title of the Examples subsection plural!Fred Drake2000-06-281-2/+2
|
* Added note that the atexit module was added for Python 1.6.Fred Drake2000-06-281-0/+2
|
* Added entry for the curses.ascii module.Fred Drake2000-06-281-0/+1
|
* Added entries for the curses.ascii module.Fred Drake2000-06-282-50/+93
|
* Skip Montanaro <skip@mojam.com>:Fred Drake2000-06-281-1/+18
| | | | Added an example of using an HTTP POST request.
* Support constant as a font name for the first column of a table using theFred Drake2000-06-281-0/+3
| | | | tableii & friends markup family.
* Revise the description of when functions retrieved from class instancesFred Drake2000-06-281-9/+11
| | | | | | | | | are and are not turned into bound methods; some confusion was noted by Andrew Dalke. In particular, it has to be noted that functions located on the class instance are not turned into any sort of method, only those which are found via the underlying class.
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-282-0/+25
| | | | Documentation updates related to the addition of openpty() and forkpty().
* Enhanced memory-reference information in the description of Py_BuildValue(),Fred Drake2000-06-281-1/+5
| | | | based on response from Frank Stajano <fstajano@uk.research.att.com>.
* Added documentation for PyOS_AfterFork().Fred Drake2000-06-281-0/+7
|
* Added memory-reference information to the description of Py_BuildValue(),Fred Drake2000-06-281-1/+6
| | | | based on comments from Frank Stajano <fstajano@uk.research.att.com>.
* Added the atexit module and documentation from Skip MontanaroFred Drake2000-06-284-1/+64
| | | | | | | <skip@mojam.com>. Revisions to the markup to make it pass LaTeX, added an index entry and a reference from the sys.exitfunc documentation. This closes SourceForge patch #100620.
* Added section on cycle GCAndrew M. Kuchling2000-06-281-11/+94
| | | | Various minor fixes
* 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
| | | | curses.ascii.
* Fix typos and errors noticed by Skip MontanaroAndrew M. Kuchling2000-06-251-14/+19
|
* Minor wording tweaks.Greg Ward2000-06-251-5/+6
| | | | | | Kludged the extra-wide table that summarizes the manifest template language (works with LaTeX, but is an *evil* kludge and could well break LaTeX2HTML or similar...).
* 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
| | | | | | | Added a bit more documentation in the chapter on building extension types, including Py_FindMethod() documentation. Several minor consistency nits were fixed.
* 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
| | | | Carl Feynman <carlf@abinitio.com>.
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2000-06-151-4/+4
| | | | | | This patch corrects a little glitch and two outright errors. (Including one reported earlier by Thomas Wouters.)
* 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 unicodedata module (massaged by Fred for minor consistency issues).
* Documentation for the pyexpat module.Andrew M. Kuchling2000-06-111-0/+262
|
* Mention setting the default encodingAndrew M. Kuchling2000-06-101-15/+45
| | | | Add IDLE section from MZ
* List more deleted modules.Andrew M. Kuchling2000-06-101-7/+29
| | | | Add request for feedback.
* Filled in the sections on new and deleted modules.Andrew M. Kuchling2000-06-101-49/+111
| | | | Bumped version number.
* Minor fixes, additions to notesAndrew M. Kuchling2000-06-091-5/+5
|
* Added preliminary documentation for the winreg module,Fred Drake2000-06-073-0/+414
| | | | | | by Mark Hammond <markh@activestate.com>. Limited markup & consistency revisions by FLD.
* Latex formatting fixesAndrew M. Kuchling2000-06-031-33/+29
|
* Patches from Moshe, w/ AMK's revisionsAndrew M. Kuchling2000-06-031-45/+313
| | | | Wrote Unicode section
* 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
| | | | useful (suggested by Moshe Zadka).
* Article about 1.6 new featuresAndrew M. Kuchling2000-05-271-0/+233
|
* Added documentation for gettempprefix().Fred Drake2000-05-261-2/+15
| | | | | | | Deprecated direct access to template. Added note about past need to modify template so that legacy code has a better chance of being understood, noting that the requirement to reset template after os.fork() disappeared in 1.5.2.
* Added documentation for TemporaryFile() and the siffix parameter to mktemp().Fred Drake2000-05-261-13/+26
| | | | | | | Removed obsolete comments about this module not creating or removing actual files. Removed obsolete comment about users needing to set template to None after calling os.fork().