Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All acknowledgements have been moved to the Doc/ACKS file. | Fred Drake | 2000-10-26 | 1 | -25/+21 |
| | | | | | | | Adjusted to reflect the rename of Setup.in to Setup.dist. Added pointer to the "Distributing Python Modules" manual in the appropriate place. | ||||
* | Lots of small markup adjustments for consistency with the rest of the | Fred Drake | 2000-10-26 | 2 | -70/+72 |
| | | | | documentation. | ||||
* | Typo: shorted --> shorter | Fred Drake | 2000-10-25 | 1 | -1/+1 |
| | | | | This closes bug #117706. | ||||
* | Since LookupError can be raised by sys.setdefaultencoding(), we should not | Fred Drake | 2000-10-25 | 1 | -1/+2 |
| | | | | | document it as only being a base class, not matter how unlikely this is to affect normal users. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com> noted that the encode() string method | Fred Drake | 2000-10-25 | 1 | -0/+1 |
| | | | | was added in 2.0. | ||||
* | Additions from Marc-Andre Lemburg <mal@lemburg.com>, documenting | Fred Drake | 2000-10-25 | 1 | -1/+21 |
| | | | | getdefaultencoding() and setdefaultencoding(). | ||||
* | Several additions and updates based on text from Marc-Andre Lemburg | Fred Drake | 2000-10-25 | 1 | -123/+221 |
| | | | | | | <mal@lemburg.com>. Lots of markup reformatting to make it easier for me to read & maintain. | ||||
* | Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for | Fred Drake | 2000-10-25 | 1 | -7/+27 |
| | | | | | | | | | | | | whatever is being documented, not necessarily Python. (These tools are also used for the How-To documents, etc.) get_version_text(): New function. Returns HTML fragment describing the software version and documentation date. bot_navigation_panel(): Include the result of get_version_text() at the end, so the information is available on every page. | ||||
* | Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for | Fred Drake | 2000-10-25 | 1 | -5/+8 |
| | | | | | whatever is being documented, not necessarily Python. (These tools are also used for the How-To documents, etc.) | ||||
* | Remove some HTML from the PYTHONDOCS fragment defined here. | Fred Drake | 2000-10-25 | 1 | -1/+1 |
| | |||||
* | Minor addition; add a little formatting to the release information that | Fred Drake | 2000-10-25 | 1 | -0/+2 |
| | | | | will be added to Doc/perl/l2hinit.perl shortly. | ||||
* | Make this actually work now that the tool is checked in here instead of | Fred Drake | 2000-10-24 | 1 | -0/+1 |
| | | | | just sitting around in my working directory. | ||||
* | Added entries for the xml.dom.minidom module. | Fred Drake | 2000-10-24 | 2 | -0/+2 |
| | |||||
* | Paul Prescod <paul@prescod.net>: | Fred Drake | 2000-10-24 | 1 | -0/+614 |
| | | | | | | | | | Documentation for the xml.dom.minidom module & Python DOM API. FLD: I have revised the markup in some places and added a few minor details to Paul's text, but that's it. Given the substantial structural differences with the bulk of the presentation, I will be making additional revisions over the next few days. | ||||
* | Remove second horizontal line below table headers; it is just too | Fred Drake | 2000-10-24 | 1 | -6/+6 |
| | | | | distracting. | ||||
* | Added exception to the rule that the buffer returned by PyString_AsString() | Fred Drake | 2000-10-23 | 1 | -4/+17 |
| | | | | | | | | | | | | and PyString_AsStringAndSize() for strings that were just created using PyString_FromStringAndSize(NULL, n). This closes bug #117377. Added warning about passing NULL to the concrete object functions; many of them use the appropriate Py<Type>_Check() test, but do not check for NULL. "de-allocated" --> "deallocated" | ||||
* | Correct the name of a parameter in the description of the register() | Fred Drake | 2000-10-23 | 1 | -1/+1 |
| | | | | | | function. This closes bug #117467. | ||||
* | More names. | Fred Drake | 2000-10-22 | 1 | -0/+4 |
| | |||||
* | Added missing entry for invert() function. | Fred Drake | 2000-10-22 | 1 | -0/+60 |
| | | | | | Added table mapping abstract operations to syntax to functions, based on a suggestion from Bob Weiner <weiner@beopen.com>. | ||||
* | Minor tweaks to catch up with the current code in a few spots. | Greg Ward | 2000-10-22 | 1 | -16/+147 |
| | | | | Wrote the "Distutils Configuration Files" section. | ||||
* | Flesh out the "LaTeX Primer" some more. | Fred Drake | 2000-10-20 | 1 | -7/+74 |
| | |||||
* | Update the display of some floating point values at the interactive prompt | Fred Drake | 2000-10-20 | 1 | -6/+6 |
| | | | | | | | | | to reflect current behavior. This closes SourceForge bug #117305. Made a reference to the library reference a hyperlink. Fixed some minor markup nits. | ||||
* | Remove the bzip2 archives from the "distfiles" target. There are not | Fred Drake | 2000-10-19 | 1 | -2/+2 |
| | | | | enough downloads to keep this around. | ||||
* | Two more names. | Fred Drake | 2000-10-19 | 1 | -0/+2 |
| | |||||
* | Helper scripts used in published the "development" snapshots of the | Fred Drake | 2000-10-19 | 2 | -0/+43 |
| | | | | Python documentation. | ||||
* | Revise the capitalization policy of \versionchanged explanation; the | Fred Drake | 2000-10-19 | 1 | -6/+132 |
| | | | | | | | explanation must now be capitalized. This is more consistent with the \see* explanation fields. Added a lot of material to the "LaTeX Primer" section. | ||||
* | Capitalize first letter of an explanation for a \versionchanged | Fred Drake | 2000-10-19 | 1 | -1/+1 |
| | | | | annotation. | ||||
* | Correction from David Bolen: the Windows version no longer crashes | Andrew M. Kuchling | 2000-10-19 | 1 | -12/+5 |
| | | | | | on trying to import a 1.5 module Bump the document version number | ||||
* | Document the .lastindex and .lastgroup attributes of MatchObject | Andrew M. Kuchling | 2000-10-18 | 1 | -0/+10 |
| | |||||
* | Make all the \seemodule explanations consistent: start with a capitalized | Fred Drake | 2000-10-18 | 10 | -20/+27 |
| | | | | | | letter and end with proper punctuation. "Documenting Python" will be updated accordingly so that this will be editorial policy for the Python documentation. | ||||
* | Capitalize & use periods for \seemodule explanation parameter. | Fred Drake | 2000-10-18 | 1 | -5/+5 |
| | |||||
* | Bump version number -- this document is pretty much finished! | Andrew M. Kuchling | 2000-10-17 | 1 | -7/+1 |
| | |||||
* | Update the links to the NumPy website and documentation, based on a | Fred Drake | 2000-10-17 | 1 | -6/+5 |
| | | | | comment from Janko Hauser <jhauser@ifm.uni-kiel.de>. | ||||
* | Correct form of FourThought's name | Andrew M. Kuchling | 2000-10-16 | 1 | -1/+1 |
| | |||||
* | For PyErr_Format(), note that the exception parameter can be a string or | Fred Drake | 2000-10-14 | 1 | -2/+2 |
| | | | | | class, but not an instance (since an instance will be created using the formatted message string as the constructor parameter). | ||||
* | Adjust the Macintosh manual to have the formatting dependencies for | Fred Drake | 2000-10-14 | 1 | -6/+6 |
| | | | | manuals instead of howtos. | ||||
* | For os.stat() & friends, note that the time fields are returned as | Fred Drake | 2000-10-14 | 1 | -1/+3 |
| | | | | floating-point values. | ||||
* | Update dependencies for the Macintosh manual. | Fred Drake | 2000-10-14 | 1 | -1/+5 |
| | |||||
* | Update to include all the new chapters & sections. | Fred Drake | 2000-10-14 | 1 | -9/+24 |
| | | | | | | Convert from a howto to a manual, so we can *have* chapters! Comment out the macconsole module documentation; Think C seems to have disappeared. | ||||
* | Remove everything that is not module documentation. | Fred Drake | 2000-10-14 | 1 | -41/+0 |
| | | | | It is no longer needed here. | ||||
* | Fix some internal references that I botched. | Fred Drake | 2000-10-14 | 1 | -4/+4 |
| | |||||
* | Chapter on how to use MacPython, by Bob Savage <bobsavage@mac.com>. | Fred Drake | 2000-10-14 | 1 | -0/+374 |
| | |||||
* | Chapters on Mac Toolbox modules and other undocumented modules, ready to | Fred Drake | 2000-10-14 | 2 | -0/+245 |
| | | | | | be filled in with real information. Contributed by Chris Barker <cbarker@jps.net>. | ||||
* | Documentation for the aepack and aetypes modules, by Vincent Marchetti | Fred Drake | 2000-10-14 | 2 | -0/+112 |
| | | | | <vincem@en.com>. | ||||
* | Chris Barker <cbarker@jps.net>: | Fred Drake | 2000-10-14 | 1 | -2/+2 |
| | | | | Small fixes. | ||||
* | Chris Barker <cbarker@jps.net>: | Fred Drake | 2000-10-14 | 1 | -18/+21 |
| | | | | Various updates and additions. | ||||
* | Chris Barker <cbarker@jps.net>: | Fred Drake | 2000-10-14 | 1 | -4/+2 |
| | | | | Small clarification, remove the assertion that the module is temporary. | ||||
* | Chris Barker <cbarker@jps.net>: | Fred Drake | 2000-10-14 | 1 | -7/+20 |
| | | | | | Added summary of the strengths and weaknesses of the FrameWork module and fixed some typos. | ||||
* | Wrap a long line. | Fred Drake | 2000-10-14 | 1 | -2/+2 |
| | |||||
* | More names. | Fred Drake | 2000-10-14 | 1 | -0/+2 |
| |