| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Note that __getitem__() may receive a slice object as the index; | Fred Drake | 2000-09-21 | 1 | -2/+3 |
| | | | | | reported by Detlef Lannert <lannert@uni-duesseldorf.de>. | ||||
| * | Document directories are not always named with three characters any more; | Fred Drake | 2000-09-21 | 1 | -7/+7 |
| | | | | | reported by Detlef Lannert <lannert@uni-duesseldorf.de>. | ||||
| * | Fixed a number of small problems reported by Detlef Lannert | Fred Drake | 2000-09-21 | 3 | -9/+8 |
| | | | | | <lannert@uni-duesseldorf.de>. | ||||
| * | .use_latex(): Make this a little smarter so that it only runs pdflatex | Fred Drake | 2000-09-20 | 1 | -31/+24 |
| | | | | | | once if all the temporary files are available from building a DVI file. This can avoid two runs of pdflatex. | ||||
| * | Clarify that the softspace attribute is used by print for state management, | Fred Drake | 2000-09-20 | 1 | -0/+3 |
| | | | | | not as a user-controlled parameter. | ||||
| * | Add entries for the xml.sax documentation. | Fred Drake | 2000-09-20 | 2 | -0/+2 |
| | | |||||
| * | First cut at documentation for the xml.sax package (not including any | Fred Drake | 2000-09-20 | 1 | -0/+108 |
| | | | | | sub-modules). | ||||
| * | This patch adds a new Python C API called PyString_AsStringAndSize() | Marc-André Lemburg | 2000-09-19 | 2 | -0/+22 |
| | | | | | | | | | | | | | | which implements the automatic conversion from Unicode to a string object using the default encoding. The new API is then put to use to have eval() and exec accept Unicode objects as code parameter. This closes bugs #110924 and #113890. As side-effect, the traditional C APIs PyString_Size() and PyString_AsString() will also accept Unicode objects as parameters. | ||||
| * | Moshe Zadka <mzadka@geocities.com>: | Fred Drake | 2000-09-19 | 1 | -0/+10 |
| | | | | | | | | Document the __contains__() method. (Patch slightly modified by FLD.) This closes SourceForge patch #101387. | ||||
| * | Many small clarifications, including many suggested by email. | Fred Drake | 2000-09-19 | 1 | -17/+18 |
| | | |||||
| * | make_nav_sectref(): Create more minimal HTML, hanging the class attribute | Fred Drake | 2000-09-19 | 1 | -2/+7 |
| | | | | | | off an existing anchor tag if available (I think it always is, but am not completely sure). | ||||
| * | Clarify a number of issues about the file-like object API based on | Fred Drake | 2000-09-19 | 1 | -20/+36 |
| | | | | | discussion on python-dev. | ||||
| * | Document the "printable" and "punctuation" constants added to the string | Fred Drake | 2000-09-18 | 1 | -0/+11 |
| | | | | | module. | ||||
| * | Add missing \declaremodule for zipfile. | Fred Drake | 2000-09-18 | 1 | -0/+1 |
| | | |||||
| * | Repaired some glitches in the MD5 and SHA docs; copied the descriptions of | Tim Peters | 2000-09-18 | 2 | -10/+31 |
| | | | | | | | the MD5 methods into the SHA docs (substituting "sha" for "md5", of course, and changing the stuff that depended on digest size accordingly). Fred, don't trust me! | ||||
| * | Added documentation for new functions. | Fred Drake | 2000-09-17 | 1 | -3/+11 |
| | | | | | | | | Deprecated sequenceIncludes(). Based on patch by Denis S. Otkidach <ods@users.sourceforge.net>, this closes SourceForge patch #101390. | ||||
| * | Make the <body> tag match those of the generated HTML; rely on the style | Fred Drake | 2000-09-16 | 1 | -1/+1 |
| | | | | | sheet instead of encoding anything there. | ||||
| * | Document \cfuncdesc, \ctypedesc, and \cvardesc. | Fred Drake | 2000-09-16 | 1 | -0/+28 |
| | | |||||
| * | Push more of the display control into the style sheet. | Fred Drake | 2000-09-16 | 2 | -3/+10 |
| | | |||||
| * | Document new APIs PyOS_getsig() and PyOS_setsig(). | Guido van Rossum | 2000-09-16 | 1 | -0/+15 |
| | | | | | | | (Is there no macro to document a typedef?) Fred, please check my latex! | ||||
| * | Use a really ugly hack that depends on output processing by LaTeX2HTML. | Fred Drake | 2000-09-16 | 2 | -8/+8 |
| | | | | | | This replaces the tilde character with the string ";SPMtilde;", which LaTeX2HTML converts to a tilde on output. | ||||
| * | Update URL to unicode.org's FTP site using an HTTP URL to the same | Fred Drake | 2000-09-16 | 1 | -1/+1 |
| | | | | | document. | ||||
| * | Update *both* uses of the URL to the zlib home page, and use the version | Fred Drake | 2000-09-16 | 1 | -6/+6 |
| | | | | | advertised as the canonical form. | ||||
| * | Update link to the zlib homepage. | Fred Drake | 2000-09-16 | 1 | -4/+4 |
| | | |||||
| * | Update the link to Andrew Kuchling's crypto code. | Fred Drake | 2000-09-16 | 1 | -1/+1 |
| | | |||||
| * | Update link to the FIPS PUB 180-1 (PDF is available, but not PostScript). | Fred Drake | 2000-09-16 | 1 | -2/+2 |
| | | |||||
| * | Update some stale links. | Fred Drake | 2000-09-16 | 2 | -8/+8 |
| | | |||||
| * | Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough. | Tim Peters | 2000-09-16 | 1 | -1/+3 |
| | | | | | FRED, please check my monkey-see-monkey-do Tex fiddling! | ||||
| * | Fix a link -- there is no starship.python.org! | Fred Drake | 2000-09-15 | 1 | -1/+1 |
| | | |||||
| * | Add some comments on the available implementations that this module can | Fred Drake | 2000-09-15 | 1 | -11/+25 |
| | | | | | | | | | use. Change the list of flag values for open() to a table. Markup consistency nits. | ||||
| * | add cross reference to mimetools module | Skip Montanaro | 2000-09-15 | 1 | -0/+2 |
| | | |||||
| * | Update comments in the second paragraph, discussing versioning issues | Fred Drake | 2000-09-15 | 1 | -8/+9 |
| | | | | | | related to the BSD DB library. Based on comments from Mark Summerfield <summer@netcraft.com>. | ||||
| * | Add item to the list of limitations that points out the lack of support | Fred Drake | 2000-09-15 | 1 | -1/+5 |
| | | | | | | | | | | for authenticated proxies. This is noted elsewhere, but this makes it easier to find. Fix typo where it was already mentioned. This closes SourceForge bug #110619. | ||||
| * | Before running LaTeX2HTML, remove all the HTML files from the output | Fred Drake | 2000-09-14 | 1 | -0/+3 |
| | | | | | | | directory. This avoids acretion of HTML from previous runs which may have a new name; this would have avoided a lot of the packaging problems related to changing labels from the old distutils documentation. | ||||
| * | When there is a Module Index, make sure the icon actually links to it. | Fred Drake | 2000-09-14 | 1 | -1/+3 |
| | | |||||
| * | Add a reference to the sha module, noting that SHA is considered more | Fred Drake | 2000-09-14 | 1 | -0/+7 |
| | | | | | secure. Suggested by Erno Kuusela <erno@iki.fi>. | ||||
| * | Convert "See also" section to use \seetitle. | Fred Drake | 2000-09-14 | 1 | -6/+8 |
| | | |||||
| * | Did not include the sha module documentation dependency. | Fred Drake | 2000-09-14 | 1 | -0/+1 |
| | | |||||
| * | Denis S. Otkidach <ods@users.sourceforge.net>: | Fred Drake | 2000-09-14 | 1 | -2/+3 |
| | | | | | | | Minor fix in documentation of code module. (Clarifies output destination for default implementation of the write() method.) | ||||
| * | Remove reference to the stdwin-based windowed debugger, since stdwin | Fred Drake | 2000-09-14 | 1 | -6/+2 |
| | | | | | | | is gone. Make a module reference into a hyperlink. | ||||
| * | Use the \setshortversion macro to specify the abbreviated version number. | Fred Drake | 2000-09-14 | 1 | -2/+3 |
| | | | | | | | | | | This partially addresses SourceForge bug #114318. Fix the release number -- this is supposed to be the *Python* release, not the documentation release! The later is given by the combination of the Python release number and the date. Add a comment so I can keep it straight. | ||||
| * | Use \shortversion in a number of places. | Fred Drake | 2000-09-14 | 3 | -12/+12 |
| | | | | | This partially addresses SourceForge bug #114318. | ||||
| * | do_cmd_shortversion(), | Fred Drake | 2000-09-14 | 1 | -11/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | do_cmd_setshortversion(): Implementation for new markup. convert_args(): New helper function. do_cmd_optional(): Modified to understand when it is called from within a convert_args() invocation. do_env_funcdesc(), do_env_funcdescni(), do_cmd_funcline(), do_cmd_funclineni(), handle_classlike_descriptor(), do_env_methoddesc(), do_end_methoddescni(), do_cmd_methodline(), do_cmd_methodlineni(): Modified to use helper convert_args(). The convert_args() helper and related changes fix the generation of HTML for the \optional markup, so that bogus </var>...<var> is not generated. This closes SourceForge bug #113800. | ||||
| * | \shortversion, | Fred Drake | 2000-09-14 | 2 | -2/+29 |
| | | | | | | | \setshortversion: New markup to help deal with Python having a "real" version number and an abbreviated version number used to create pathnames to the library installation. | ||||
| * | Avoid reference to specific versions of Python where possible. | Fred Drake | 2000-09-14 | 1 | -4/+4 |
| | | | | | This partially addresses SourceForge bug #114318. | ||||
| * | Avoid reference to specific versions of Python where possible. | Fred Drake | 2000-09-14 | 1 | -3/+3 |
| | | | | | This partially addresses SourceForge bug #114318. | ||||
| * | Add some index entries to make it easier to find information on | Fred Drake | 2000-09-14 | 1 | -0/+5 |
| | | | | | %-formatting of strings. | ||||
| * | Include a link to Francois's po-utils. | Barry Warsaw | 2000-09-13 | 1 | -2/+3 |
| | | |||||
| * | Fix install directories on Mac OS (now that the "install" command | Greg Ward | 2000-09-13 | 1 | -13/+4 |
| | | | | | does the right thing). | ||||
| * | Changed/added a bunch of section labels so HTML files will be named nicely. | Greg Ward | 2000-09-13 | 1 | -6/+10 |
| | | |||||
