Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Credit /F in a few places | Andrew M. Kuchling | 2000-06-30 | 1 | -14/+33 |
| | | | | | | Mention the GC module Add MH's explanation of the Windows crash Add atexit.py | ||||
* | Change description of altzone to not refer to the "0th meridian". | Fred Drake | 2000-06-30 | 1 | -2/+2 |
| | |||||
* | Say "manual page", not "man page", when referring to the Unix manual. | Fred Drake | 2000-06-30 | 1 | -1/+1 |
| | |||||
* | Make sure to note that this module was added for Python 2.0! | Fred Drake | 2000-06-30 | 1 | -0/+2 |
| | |||||
* | Reflect the name change to _winreg; we still need documentation for the | Fred Drake | 2000-06-30 | 1 | -2/+6 |
| | | | | new winreg module. | ||||
* | Update Python version numbers from 1.6 to 2.0 where appropriate. | Fred Drake | 2000-06-30 | 2 | -17/+19 |
| | | | | | Make some references between the distutils documents hyperlinks using the \citetitle markup. | ||||
* | Finished the GC section. | Andrew M. Kuchling | 2000-06-30 | 1 | -71/+67 |
| | | | | | | Removed all but one XXX. Replaced 1.6 with 2.0. Various minor corrections and additions. | ||||
* | Document recently-added mouse-related functions | Andrew M. Kuchling | 2000-06-30 | 1 | -0/+50 |
| | |||||
* | Removed --l2h-config option; it introduced unnecessary complexity and | Fred Drake | 2000-06-29 | 1 | -10/+1 |
| | | | | is not needed anywhere. | ||||
* | Update comments relating to the removal of the -X option and of string | Fred Drake | 2000-06-29 | 1 | -16/+11 |
| | | | | exceptions in the interpreter and standard library. | ||||
* | Make it clear that id() can return either a long integer or a plain integer. | Fred Drake | 2000-06-29 | 1 | -5/+5 |
| | |||||
* | Add update of httplib docs to reflect Greg Stein's recent updates. | Fred Drake | 2000-06-29 | 1 | -0/+3 |
| | | | | Greg, this is yours! | ||||
* | Give Moshe some work to do. | Fred Drake | 2000-06-28 | 1 | -0/+2 |
| | |||||
* | Add a "See also:" link to the curses.ascii module. | Fred Drake | 2000-06-28 | 1 | -0/+3 |
| | |||||
* | Made the title of the Examples subsection plural! | Fred Drake | 2000-06-28 | 1 | -2/+2 |
| | |||||
* | Added note that the atexit module was added for Python 1.6. | Fred Drake | 2000-06-28 | 1 | -0/+2 |
| | |||||
* | Added entry for the curses.ascii module. | Fred Drake | 2000-06-28 | 1 | -0/+1 |
| | |||||
* | Added entries for the curses.ascii module. | Fred Drake | 2000-06-28 | 2 | -50/+93 |
| | |||||
* | Skip Montanaro <skip@mojam.com>: | Fred Drake | 2000-06-28 | 1 | -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 the | Fred Drake | 2000-06-28 | 1 | -0/+3 |
| | | | | tableii & friends markup family. | ||||
* | Revise the description of when functions retrieved from class instances | Fred Drake | 2000-06-28 | 1 | -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 Drake | 2000-06-28 | 2 | -0/+25 |
| | | | | Documentation updates related to the addition of openpty() and forkpty(). | ||||
* | Enhanced memory-reference information in the description of Py_BuildValue(), | Fred Drake | 2000-06-28 | 1 | -1/+5 |
| | | | | based on response from Frank Stajano <fstajano@uk.research.att.com>. | ||||
* | Added documentation for PyOS_AfterFork(). | Fred Drake | 2000-06-28 | 1 | -0/+7 |
| | |||||
* | Added memory-reference information to the description of Py_BuildValue(), | Fred Drake | 2000-06-28 | 1 | -1/+6 |
| | | | | based on comments from Frank Stajano <fstajano@uk.research.att.com>. | ||||
* | Added the atexit module and documentation from Skip Montanaro | Fred Drake | 2000-06-28 | 4 | -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 GC | Andrew M. Kuchling | 2000-06-28 | 1 | -11/+94 |
| | | | | Various minor fixes | ||||
* | Changed obsolete e-mail alias | Andrew M. Kuchling | 2000-06-27 | 2 | -3/+3 |
| | |||||
* | Dcoumentation for ascii.py. I've changed two references from ascii to | Andrew M. Kuchling | 2000-06-26 | 1 | -0/+131 |
| | | | | curses.ascii. | ||||
* | Fix typos and errors noticed by Skip Montanaro | Andrew M. Kuchling | 2000-06-25 | 1 | -14/+19 |
| | |||||
* | Minor wording tweaks. | Greg Ward | 2000-06-25 | 1 | -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 Ward | 2000-06-24 | 1 | -6/+8 |
| | |||||
* | Fixed a grab-bag of typos spotted by Detlef Lannert. | Greg Ward | 2000-06-24 | 2 | -17/+16 |
| | |||||
* | Minor grammatical fix | Andrew M. Kuchling | 2000-06-21 | 1 | -1/+1 |
| | |||||
* | Document .timeout() method and .typeahead() function | Andrew M. Kuchling | 2000-06-21 | 1 | -0/+22 |
| | |||||
* | Markup consistency nits. | Fred Drake | 2000-06-18 | 1 | -89/+43 |
| | |||||
* | Make changes and clarifications suggested by Mark Hammond | Andrew M. Kuchling | 2000-06-18 | 1 | -14/+23 |
| | |||||
* | Documentation for the mmap module: proofreaders welcomed | Andrew M. Kuchling | 2000-06-17 | 1 | -0/+120 |
| | |||||
* | Updates from Marc-Andre Lemburg <mal@leburg.com> for the Unicode support. | Fred Drake | 2000-06-16 | 2 | -2/+273 |
| | |||||
* | Added reference count information for PySequence_List(). | Fred Drake | 2000-06-16 | 1 | -0/+3 |
| | |||||
* | Documented PySequence_List() and PySequence_Tuple(). | Fred Drake | 2000-06-16 | 1 | -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 Drake | 2000-06-15 | 1 | -0/+5 |
| | |||||
* | Fix markup error that hid a tilde character; reported long ago by | Fred Drake | 2000-06-15 | 1 | -1/+12 |
| | | | | Carl Feynman <carlf@abinitio.com>. | ||||
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2000-06-15 | 1 | -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 Drake | 2000-06-13 | 2 | -0/+2 |
| | |||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-06-13 | 1 | -0/+72 |
| | | | | | Documentation for the unicodedata module (massaged by Fred for minor consistency issues). | ||||
* | Documentation for the pyexpat module. | Andrew M. Kuchling | 2000-06-11 | 1 | -0/+262 |
| | |||||
* | Mention setting the default encoding | Andrew M. Kuchling | 2000-06-10 | 1 | -15/+45 |
| | | | | Add IDLE section from MZ | ||||
* | List more deleted modules. | Andrew M. Kuchling | 2000-06-10 | 1 | -7/+29 |
| | | | | Add request for feedback. | ||||
* | Filled in the sections on new and deleted modules. | Andrew M. Kuchling | 2000-06-10 | 1 | -49/+111 |
| | | | | Bumped version number. |