- 14 Sep, 2000 26 commits
-
-
Fred Drake authored
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.
-
Fred Drake authored
-
Fred Drake authored
secure. Suggested by Erno Kuusela <erno@iki.fi>.
-
Fred Drake authored
-
Fred Drake authored
-
Jack Jansen authored
Changed the stackless note.
-
Jack Jansen authored
Added a note about getting CarbonLib as a way to get a new Appearance/NavServices. Added Luc Lefebvre to the thanks-list.
-
Jack Jansen authored
-
Jack Jansen authored
Fixes that should make it possible to run Python on machines without NavServices installed. Also weak-linked OT libraries so Python can run with extensions disabled.
-
Fred Drake authored
Minor fix in documentation of code module. (Clarifies output destination for default implementation of the write() method.)
-
Jeremy Hylton authored
ignoring them; e.g. Zope sometimes returns 13497L
-
Fred Drake authored
is gone. Make a module reference into a hyperlink.
-
Fred Drake authored
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.
-
Fred Drake authored
This partially addresses SourceForge bug #114318.
-
Fred Drake authored
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.
-
Fred Drake authored
\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.
-
Fred Drake authored
This partially addresses SourceForge bug #114318.
-
Fred Drake authored
This partially addresses SourceForge bug #114318.
-
Fred Drake authored
%-formatting of strings.
-
Jeremy Hylton authored
character according to RFC 2396. Add some text to quote doc string that explains the quoting rules better. This closes SF Bug #114427. Add _fast_quote operation that uses a dictionary instead of a list when the standard set of safe characters is used.
-
Fred Drake authored
-
Fred Drake authored
This allows dbmmodule.c to use either without having to add additional options to the Modules/Setup file or make source changes. (At least some Linux systems use gdbm to emulate ndbm, but only install the ndbm.h header as /usr/include/gdbm/ndbm.h.)
-
Fred Drake authored
mailbox.py (from the CVS tree) doesn't work with qmail Maildirs: Filenames are completed when the directories are scanned, and the directory name is prepended again in the next() method. Another suggestion: Change the print statement in the _test() driver to show two more date characters (probably the length has increased due to the recent Y2K hype ;). Now it shows the complete date, including the seconds -- at least for me. (I've also made the sender field left justified, in case it is ever shorter than the field width).
-
Jack Jansen authored
Added _winreg to the non-required modules.
-
Jack Jansen authored
-
Jack Jansen authored
-
- 13 Sep, 2000 9 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Martin v. Löwis authored
-
Barry Warsaw authored
-
Greg Ward authored
compilation).
-
Greg Ward authored
-
Greg Ward authored
does the right thing).
-
Greg Ward authored
<prefix>:Lib:site-packages.
-
Greg Ward authored
-
- 12 Sep, 2000 5 commits
-
-
Greg Ward authored
setup script. Also added a comment about how it *should* work on Mac OS.
-
Greg Ward authored
-
Fred Drake authored
Reduces lines of code and compiled object size.
-
Fred Drake authored
-
Fred Drake authored
functions.
-