summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* All acknowledgements have been moved to the Doc/ACKS file.Fred Drake2000-10-261-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 theFred Drake2000-10-262-70/+72
| | | | documentation.
* Typo: shorted --> shorterFred Drake2000-10-251-1/+1
| | | | This closes bug #117706.
* Since LookupError can be raised by sys.setdefaultencoding(), we should notFred Drake2000-10-251-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 methodFred Drake2000-10-251-0/+1
| | | | was added in 2.0.
* Additions from Marc-Andre Lemburg <mal@lemburg.com>, documentingFred Drake2000-10-251-1/+21
| | | | getdefaultencoding() and setdefaultencoding().
* Several additions and updates based on text from Marc-Andre LemburgFred Drake2000-10-251-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 forFred Drake2000-10-251-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 forFred Drake2000-10-251-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 Drake2000-10-251-1/+1
|
* Minor addition; add a little formatting to the release information thatFred Drake2000-10-251-0/+2
| | | | will be added to Doc/perl/l2hinit.perl shortly.
* Make this actually work now that the tool is checked in here instead ofFred Drake2000-10-241-0/+1
| | | | just sitting around in my working directory.
* Added entries for the xml.dom.minidom module.Fred Drake2000-10-242-0/+2
|
* Paul Prescod <paul@prescod.net>:Fred Drake2000-10-241-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 tooFred Drake2000-10-241-6/+6
| | | | distracting.
* Added exception to the rule that the buffer returned by PyString_AsString()Fred Drake2000-10-231-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 Drake2000-10-231-1/+1
| | | | | | function. This closes bug #117467.
* More names.Fred Drake2000-10-221-0/+4
|
* Added missing entry for invert() function.Fred Drake2000-10-221-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 Ward2000-10-221-16/+147
| | | | Wrote the "Distutils Configuration Files" section.
* Flesh out the "LaTeX Primer" some more.Fred Drake2000-10-201-7/+74
|
* Update the display of some floating point values at the interactive promptFred Drake2000-10-201-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 notFred Drake2000-10-191-2/+2
| | | | enough downloads to keep this around.
* Two more names.Fred Drake2000-10-191-0/+2
|
* Helper scripts used in published the "development" snapshots of theFred Drake2000-10-192-0/+43
| | | | Python documentation.
* Revise the capitalization policy of \versionchanged explanation; theFred Drake2000-10-191-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 \versionchangedFred Drake2000-10-191-1/+1
| | | | annotation.
* Correction from David Bolen: the Windows version no longer crashesAndrew M. Kuchling2000-10-191-12/+5
| | | | | on trying to import a 1.5 module Bump the document version number
* Document the .lastindex and .lastgroup attributes of MatchObjectAndrew M. Kuchling2000-10-181-0/+10
|
* Make all the \seemodule explanations consistent: start with a capitalizedFred Drake2000-10-1810-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 Drake2000-10-181-5/+5
|
* Bump version number -- this document is pretty much finished!Andrew M. Kuchling2000-10-171-7/+1
|
* Update the links to the NumPy website and documentation, based on aFred Drake2000-10-171-6/+5
| | | | comment from Janko Hauser <jhauser@ifm.uni-kiel.de>.
* Correct form of FourThought's nameAndrew M. Kuchling2000-10-161-1/+1
|
* For PyErr_Format(), note that the exception parameter can be a string orFred Drake2000-10-141-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 forFred Drake2000-10-141-6/+6
| | | | manuals instead of howtos.
* For os.stat() & friends, note that the time fields are returned asFred Drake2000-10-141-1/+3
| | | | floating-point values.
* Update dependencies for the Macintosh manual.Fred Drake2000-10-141-1/+5
|
* Update to include all the new chapters & sections.Fred Drake2000-10-141-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 Drake2000-10-141-41/+0
| | | | It is no longer needed here.
* Fix some internal references that I botched.Fred Drake2000-10-141-4/+4
|
* Chapter on how to use MacPython, by Bob Savage <bobsavage@mac.com>.Fred Drake2000-10-141-0/+374
|
* Chapters on Mac Toolbox modules and other undocumented modules, ready toFred Drake2000-10-142-0/+245
| | | | | be filled in with real information. Contributed by Chris Barker <cbarker@jps.net>.
* Documentation for the aepack and aetypes modules, by Vincent MarchettiFred Drake2000-10-142-0/+112
| | | | <vincem@en.com>.
* Chris Barker <cbarker@jps.net>:Fred Drake2000-10-141-2/+2
| | | | Small fixes.
* Chris Barker <cbarker@jps.net>:Fred Drake2000-10-141-18/+21
| | | | Various updates and additions.
* Chris Barker <cbarker@jps.net>:Fred Drake2000-10-141-4/+2
| | | | Small clarification, remove the assertion that the module is temporary.
* Chris Barker <cbarker@jps.net>:Fred Drake2000-10-141-7/+20
| | | | | Added summary of the strengths and weaknesses of the FrameWork module and fixed some typos.
* Wrap a long line.Fred Drake2000-10-141-2/+2
|
* More names.Fred Drake2000-10-141-0/+2
|