]> granicus.if.org Git - python/log
python
27 years agoRestore ni as an obsolete module.
Fred Drake [Thu, 9 Apr 1998 04:04:18 +0000 (04:04 +0000)]
Restore ni as an obsolete module.

27 years agoNearly a complete re-write.
Fred Drake [Wed, 8 Apr 1998 23:12:51 +0000 (23:12 +0000)]
Nearly a complete re-write.

Basically, it now works and produces a nice-looking HTML index.

Shows some promise for extensibility, but still young.  Needs useful comments.

27 years agoRemove option to strip out <tt>...</tt> from index entry text; this is now
Fred Drake [Wed, 8 Apr 1998 23:10:54 +0000 (23:10 +0000)]
Remove option to strip out <tt>...</tt> from index entry text; this is now
left to the buildindex.py script.

Change the field separator used in the index.dat file so utilities like grep
are useful on these files; they can't typically handle NUL bytes.

Protect index entries for environment variables from being handled as
case-insensitive by buildindex.py.

27 years agoCorrect definition of CTIME.
Guido van Rossum [Wed, 8 Apr 1998 22:44:25 +0000 (22:44 +0000)]
Correct definition of CTIME.

27 years agoThis really needs python 1.5 now...
Guido van Rossum [Wed, 8 Apr 1998 21:37:13 +0000 (21:37 +0000)]
This really needs python 1.5 now...

27 years agoSet flag to remove <tt>...</tt> markup from the index entries; it just ends up
Fred Drake [Wed, 8 Apr 1998 13:46:24 +0000 (13:46 +0000)]
Set flag to remove <tt>...</tt> markup from the index entries; it just ends up
looking really bad in popular browsers, mostly due to vertical size differences
between the roman and monospaced fonts.

27 years agoSeparate sections on anydbm and dumbdbm.
Fred Drake [Tue, 7 Apr 1998 22:08:02 +0000 (22:08 +0000)]
Separate sections on anydbm and dumbdbm.

This is the last separation; each module now gets its own section.  This will
be useful in performing conversions.

27 years agoCaught a few more spurious \setindexsubitem macros....
Fred Drake [Tue, 7 Apr 1998 22:06:41 +0000 (22:06 +0000)]
Caught a few more spurious \setindexsubitem macros....

27 years agoUse {classdesc} and {memberdesc} where appropriate.
Fred Drake [Tue, 7 Apr 1998 22:01:33 +0000 (22:01 +0000)]
Use {classdesc} and {memberdesc} where appropriate.

27 years agoRemoved unnecessary \setindexsubitem.
Fred Drake [Tue, 7 Apr 1998 21:45:52 +0000 (21:45 +0000)]
Removed unnecessary \setindexsubitem.

27 years agoSeparate UserDict and UserList documentation into separate sections.
Fred Drake [Tue, 7 Apr 1998 20:05:33 +0000 (20:05 +0000)]
Separate UserDict and UserList documentation into separate sections.

27 years agoMarkup nit.
Fred Drake [Tue, 7 Apr 1998 20:04:27 +0000 (20:04 +0000)]
Markup nit.

27 years agoAdded a reference to the discussion in Knuth's "Sorting and Searching", and
Fred Drake [Tue, 7 Apr 1998 19:58:19 +0000 (19:58 +0000)]
Added a reference to the discussion in Knuth's "Sorting and Searching", and
noted that the original algorithm produces 4-character results rather than
the 6-character results provided by this module.

27 years agoData attributes of objects should not be indexed with trailing parentheses!
Fred Drake [Tue, 7 Apr 1998 19:32:40 +0000 (19:32 +0000)]
Data attributes of objects should not be indexed with trailing parentheses!

27 years agoMinor markup nit.
Fred Drake [Tue, 7 Apr 1998 19:17:27 +0000 (19:17 +0000)]
Minor markup nit.

27 years agoFixed some index entries.
Fred Drake [Tue, 7 Apr 1998 19:14:17 +0000 (19:14 +0000)]
Fixed some index entries.

27 years agoAdded entry for wdb.
Fred Drake [Tue, 7 Apr 1998 19:09:32 +0000 (19:09 +0000)]
Added entry for wdb.

27 years agoFix the formatting of the list of fields in the disassemble() function.
Fred Drake [Tue, 7 Apr 1998 14:16:41 +0000 (14:16 +0000)]
Fix the formatting of the list of fields in the disassemble() function.

27 years agoAdded poplib.
Fred Drake [Tue, 7 Apr 1998 14:15:28 +0000 (14:15 +0000)]
Added poplib.

Made the module lists look like the other module lists in the documentation.

27 years agoDave Ascher's pop client code.
Guido van Rossum [Mon, 6 Apr 1998 18:27:27 +0000 (18:27 +0000)]
Dave Ascher's pop client code.

27 years agoGive in to tabnanny
Guido van Rossum [Mon, 6 Apr 1998 14:46:29 +0000 (14:46 +0000)]
Give in to tabnanny

27 years agoAdd usage message when no arguments.
Guido van Rossum [Mon, 6 Apr 1998 14:45:26 +0000 (14:45 +0000)]
Add usage message when no arguments.

27 years agoTim's latest version (supports old and new tokenize modules)
Guido van Rossum [Mon, 6 Apr 1998 14:41:20 +0000 (14:41 +0000)]
Tim's latest version (supports old and new tokenize modules)

27 years agoGot rid of redundant copy of telnetlib.py
Guido van Rossum [Mon, 6 Apr 1998 14:35:27 +0000 (14:35 +0000)]
Got rid of redundant copy of telnetlib.py

27 years agoGive in to tabnanny
Guido van Rossum [Mon, 6 Apr 1998 14:29:28 +0000 (14:29 +0000)]
Give in to tabnanny

27 years agoVersion 1.0 is official!
Guido van Rossum [Mon, 6 Apr 1998 14:25:36 +0000 (14:25 +0000)]
Version 1.0 is official!

27 years agoUntabified, for tabnanny.
Guido van Rossum [Mon, 6 Apr 1998 14:24:36 +0000 (14:24 +0000)]
Untabified, for tabnanny.

27 years agoReindented without tabs and with uniform 4 space indent.
Guido van Rossum [Mon, 6 Apr 1998 14:20:27 +0000 (14:20 +0000)]
Reindented without tabs and with uniform 4 space indent.

27 years agoRemove some long obsolete files...
Guido van Rossum [Mon, 6 Apr 1998 14:16:12 +0000 (14:16 +0000)]
Remove some long obsolete files...

27 years agoGive in to tabnanny.
Guido van Rossum [Mon, 6 Apr 1998 14:14:25 +0000 (14:14 +0000)]
Give in to tabnanny.

27 years agoCorrection to vonmisesvariate() by Magnus Kessler: it should take and
Guido van Rossum [Mon, 6 Apr 1998 14:12:13 +0000 (14:12 +0000)]
Correction to vonmisesvariate() by Magnus Kessler: it should take and
return something between 0 and 2*pi.  Also added a reference to the
literature.

27 years agoRestructured the event_* calls slightly -- there's really no need to
Guido van Rossum [Mon, 6 Apr 1998 03:10:03 +0000 (03:10 +0000)]
Restructured the event_* calls slightly -- there's really no need to
use the default root, and instead of string.split, use splitlist.

27 years agoMove a short paragraph outside the description of ASTType.
Fred Drake [Sun, 5 Apr 1998 20:23:02 +0000 (20:23 +0000)]
Move a short paragraph outside the description of ASTType.

27 years ago(imenu-example--python-class-regexp): Fix to recognize Module.Class in
Barry Warsaw [Sat, 4 Apr 1998 21:36:53 +0000 (21:36 +0000)]
(imenu-example--python-class-regexp): Fix to recognize Module.Class in
inheritance list.

27 years agoRemove all uses of \sectcode; we can now use logical markup everywhere.
Fred Drake [Sat, 4 Apr 1998 07:23:21 +0000 (07:23 +0000)]
Remove all uses of \sectcode; we can now use logical markup everywhere.

27 years agoChange \sectcode to logical markup.
Fred Drake [Sat, 4 Apr 1998 07:17:47 +0000 (07:17 +0000)]
Change \sectcode to logical markup.

27 years agoRemove obsolete \setindexsubitem macros.
Fred Drake [Sat, 4 Apr 1998 07:15:02 +0000 (07:15 +0000)]
Remove obsolete \setindexsubitem macros.

Massive migration to methoddesc and memberdesc.

Logical markup as needed.

A sprinkling of index entries for flavor.

27 years agoMoved some things around.
Fred Drake [Sat, 4 Apr 1998 07:03:19 +0000 (07:03 +0000)]
Moved some things around.

Adjusted a couple of the comments to be more informative.

Tell a little bit about what obsolete means now, and how to use obsolete
modules.

27 years agoRemoved obsolete \setindexsubitem macros.
Fred Drake [Sat, 4 Apr 1998 06:46:51 +0000 (06:46 +0000)]
Removed obsolete \setindexsubitem macros.

27 years agoAdded index entries.
Fred Drake [Sat, 4 Apr 1998 06:46:05 +0000 (06:46 +0000)]
Added index entries.

27 years agoRemove obsolete \setindexsubitem macro.
Fred Drake [Sat, 4 Apr 1998 06:35:41 +0000 (06:35 +0000)]
Remove obsolete \setindexsubitem macro.

Logical markup, methoddesc, etc.

27 years agoRemove obsolete \setindexsubitem macro,
Fred Drake [Sat, 4 Apr 1998 06:31:51 +0000 (06:31 +0000)]
Remove obsolete \setindexsubitem macro,

Added index entries.

Markup nits.

27 years agoAdded index entry.
Fred Drake [Sat, 4 Apr 1998 06:28:54 +0000 (06:28 +0000)]
Added index entry.

27 years agoRemove obsolete \setindexsubitem macro.
Fred Drake [Sat, 4 Apr 1998 06:28:14 +0000 (06:28 +0000)]
Remove obsolete \setindexsubitem macro.

27 years agoFix index entry for HTMLParser class.
Fred Drake [Sat, 4 Apr 1998 06:25:27 +0000 (06:25 +0000)]
Fix index entry for HTMLParser class.

27 years agoLogical markup.
Fred Drake [Sat, 4 Apr 1998 06:23:02 +0000 (06:23 +0000)]
Logical markup.

Index entries.

27 years agoLogical markup.
Fred Drake [Sat, 4 Apr 1998 06:20:28 +0000 (06:20 +0000)]
Logical markup.

27 years agoFixed description of similarity between m[name] and m.getheader(name),
Fred Drake [Sat, 4 Apr 1998 06:19:30 +0000 (06:19 +0000)]
Fixed description of similarity between m[name] and m.getheader(name),
reported by Samuel L. Bayer.

Use methoddesc instead of funcdesc, etc.

27 years agoRemove obsolete lines like this:
Fred Drake [Sat, 4 Apr 1998 05:56:51 +0000 (05:56 +0000)]
Remove obsolete lines like this:

\setindexsubitem{(in module frobnitz)}

These are no longer needed when present before any other \setindexsubitem{}
in the module section.  The indexsubitem is now set by \bimodindex and
\stmodindex.

27 years agoAdd fileinput section under Misc. Services.
Fred Drake [Sat, 4 Apr 1998 05:50:12 +0000 (05:50 +0000)]
Add fileinput section under Misc. Services.

27 years agoUse new index style for makeindex.
Fred Drake [Sat, 4 Apr 1998 04:21:45 +0000 (04:21 +0000)]
Use new index style for makeindex.

Add dependency on libfileinput.tex for lib.dvi.

27 years agoDocument fileinput.
Fred Drake [Sat, 4 Apr 1998 04:20:51 +0000 (04:20 +0000)]
Document fileinput.

27 years agoUse the new index style when running makeindex.
Fred Drake [Sat, 4 Apr 1998 04:20:21 +0000 (04:20 +0000)]
Use the new index style when running makeindex.

27 years agoMinor cleanliness.
Fred Drake [Sat, 4 Apr 1998 04:19:20 +0000 (04:19 +0000)]
Minor cleanliness.

27 years agoStyle specification for building *.ind from *.idx. This is needed to avoid
Fred Drake [Sat, 4 Apr 1998 04:18:06 +0000 (04:18 +0000)]
Style specification for building *.ind from *.idx.  This is needed to avoid
wrapping of long lines, which tools/indfix.py doesn't understand, and needs
to to handle collapsing of entries which can share a common emtry and just
be short entries themselves.  We get the added benefit of nicer formatting.

27 years agoRelocating file to Lib/lib-old.
Fred Drake [Sat, 4 Apr 1998 01:05:17 +0000 (01:05 +0000)]
Relocating file to Lib/lib-old.

27 years agoRelocating file to Lib/lib-old.
Fred Drake [Sat, 4 Apr 1998 00:54:56 +0000 (00:54 +0000)]
Relocating file to Lib/lib-old.

27 years agoThis was the reason a numeric array to a real power was not working.
Guido van Rossum [Fri, 3 Apr 1998 23:38:59 +0000 (23:38 +0000)]
This was the reason a numeric array to a real power was not working.

27 years agoposix->os.
Guido van Rossum [Fri, 3 Apr 1998 22:27:04 +0000 (22:27 +0000)]
posix->os.

27 years agoAMK's latest
Guido van Rossum [Fri, 3 Apr 1998 21:47:12 +0000 (21:47 +0000)]
AMK's latest

27 years agoStart at updating the template a little bit. There's a lot of stuff that's
Fred Drake [Fri, 3 Apr 1998 21:25:16 +0000 (21:25 +0000)]
Start at updating the template a little bit.  There's a lot of stuff that's
just not here yet.

27 years agoIncrease space between the end of a regexp and the little right floor symbol
Fred Drake [Fri, 3 Apr 1998 21:22:31 +0000 (21:22 +0000)]
Increase space between the end of a regexp and the little right floor symbol
used as a closing quote.  At AMK's request.

27 years agoAMK's latest
Guido van Rossum [Fri, 3 Apr 1998 21:13:31 +0000 (21:13 +0000)]
AMK's latest

27 years agoUse %.17f to format floats/doubles
Guido van Rossum [Fri, 3 Apr 1998 21:13:02 +0000 (21:13 +0000)]
Use %.17f to format floats/doubles

27 years agoMake sure that the message "Error in sys.exitfunc:" goes to sys.stderr
Guido van Rossum [Fri, 3 Apr 1998 21:12:12 +0000 (21:12 +0000)]
Make sure that the message "Error in sys.exitfunc:" goes to sys.stderr
and not to C's stderr.

27 years agoMake calls into ../PC/frozen_dllmain.c on MS_WIN32.
Guido van Rossum [Fri, 3 Apr 1998 21:11:15 +0000 (21:11 +0000)]
Make calls into ../PC/frozen_dllmain.c on MS_WIN32.

27 years agoAdd primitive test for frozen package.
Guido van Rossum [Fri, 3 Apr 1998 21:10:36 +0000 (21:10 +0000)]
Add primitive test for frozen package.

27 years agoRemoved line of obsolete markup.
Fred Drake [Fri, 3 Apr 1998 20:35:03 +0000 (20:35 +0000)]
Removed line of obsolete markup.

27 years agoSome clarifications of out-of-range group indexes/names
Guido van Rossum [Fri, 3 Apr 1998 20:07:37 +0000 (20:07 +0000)]
Some clarifications of out-of-range group indexes/names

27 years agoTrack changes in tokenize.py
Guido van Rossum [Fri, 3 Apr 1998 19:56:40 +0000 (19:56 +0000)]
Track changes in tokenize.py

27 years agoAdd optional argument to help().
Guido van Rossum [Fri, 3 Apr 1998 17:03:13 +0000 (17:03 +0000)]
Add optional argument to help().

27 years agoExplicitly close rfile and wfile in StreamRequestHandler.finish() --
Guido van Rossum [Fri, 3 Apr 1998 16:49:52 +0000 (16:49 +0000)]
Explicitly close rfile and wfile in StreamRequestHandler.finish() --
mostly for jpython.

27 years agoDifferentiate between NEWLINE token (an official newline) and NL token
Guido van Rossum [Fri, 3 Apr 1998 16:05:38 +0000 (16:05 +0000)]
Differentiate between NEWLINE token (an official newline) and NL token
(a newline that the grammar ignores).

27 years agoUnixMailbox: don't be fooled by lines that begin with "From " but
Guido van Rossum [Fri, 3 Apr 1998 16:04:05 +0000 (16:04 +0000)]
UnixMailbox: don't be fooled by lines that begin with "From " but
otherwise don't look like headers at all...
Also robustify the test code a bit.

27 years agoSjoerd's latest.
Guido van Rossum [Fri, 3 Apr 1998 16:02:39 +0000 (16:02 +0000)]
Sjoerd's latest.

27 years agoOops, pulled over by the tab police :-)
Guido van Rossum [Fri, 3 Apr 1998 15:57:58 +0000 (15:57 +0000)]
Oops, pulled over by the tab police :-)

27 years agoChange by Sjoerd (with minor reformatting):
Guido van Rossum [Fri, 3 Apr 1998 15:56:16 +0000 (15:56 +0000)]
Change by Sjoerd (with minor reformatting):
  guess the mime type of a local file.

Change suggested by Sjoerd (with different implementation):
  when retrieve() creates a temporary file, preserve the suffix.

Corrollary of the first change:
  also return the mime type of a local file in retrieve().

27 years agoExport MPZType -- the type of mpz objects....
Fred Drake [Fri, 3 Apr 1998 15:33:43 +0000 (15:33 +0000)]
Export MPZType -- the type of mpz objects....

27 years agoLots of markup consistency nits.
Fred Drake [Fri, 3 Apr 1998 07:16:46 +0000 (07:16 +0000)]
Lots of markup consistency nits.

Logical markup.

27 years agoSmall nits.
Fred Drake [Fri, 3 Apr 1998 07:15:54 +0000 (07:15 +0000)]
Small nits.

One more index entry.

Be more specific about an exception raised by range().

27 years agoSeveral minor markup nits.
Fred Drake [Fri, 3 Apr 1998 07:13:56 +0000 (07:13 +0000)]
Several minor markup nits.

27 years ago"alternative" is a noun, use "alternate" for the adjective.
Fred Drake [Fri, 3 Apr 1998 07:12:52 +0000 (07:12 +0000)]
"alternative" is a noun, use "alternate" for the adjective.

Minor nits.

27 years agoTalk about some minor nits...
Fred Drake [Fri, 3 Apr 1998 07:11:32 +0000 (07:11 +0000)]
Talk about some minor nits...

27 years agoCapitalize "Python" for consistency.
Fred Drake [Fri, 3 Apr 1998 07:10:41 +0000 (07:10 +0000)]
Capitalize "Python" for consistency.

Describe UserDict and UserList individually so they aren't too hideous in
the presentation.

27 years agoSmall markup nits.
Fred Drake [Fri, 3 Apr 1998 07:09:38 +0000 (07:09 +0000)]
Small markup nits.

27 years agoSmall consistency nits.
Fred Drake [Fri, 3 Apr 1998 07:06:56 +0000 (07:06 +0000)]
Small consistency nits.

27 years agoCapitalize "Python" for consistency.
Fred Drake [Fri, 3 Apr 1998 07:06:01 +0000 (07:06 +0000)]
Capitalize "Python" for consistency.

27 years agoNew index entries.
Fred Drake [Fri, 3 Apr 1998 07:05:16 +0000 (07:05 +0000)]
New index entries.

27 years agoUse {methoddesc} as appropriate.
Fred Drake [Fri, 3 Apr 1998 07:04:45 +0000 (07:04 +0000)]
Use {methoddesc} as appropriate.

27 years agoIndex entries.
Fred Drake [Fri, 3 Apr 1998 07:02:35 +0000 (07:02 +0000)]
Index entries.

Consistency nits.

27 years agoAdded comment crediting Sue Williams with this documentation section (the
Fred Drake [Fri, 3 Apr 1998 06:56:31 +0000 (06:56 +0000)]
Added comment crediting Sue Williams with this documentation section (the
ACKS file should be checked....).

27 years agoFix one typo.
Fred Drake [Fri, 3 Apr 1998 06:54:27 +0000 (06:54 +0000)]
Fix one typo.

Add a manpage reference.

Add an index entry.

27 years agoNits.
Fred Drake [Fri, 3 Apr 1998 06:49:26 +0000 (06:49 +0000)]
Nits.

Add {excdesc} for zlib.error.

Use {methoddesc} where appropriate.

27 years agoAdd index entry for GzipFile class.
Fred Drake [Fri, 3 Apr 1998 06:48:16 +0000 (06:48 +0000)]
Add index entry for GzipFile class.

27 years agoLogical markup.
Fred Drake [Fri, 3 Apr 1998 06:35:54 +0000 (06:35 +0000)]
Logical markup.

27 years agoMarkup consistency.
Fred Drake [Fri, 3 Apr 1998 06:21:23 +0000 (06:21 +0000)]
Markup consistency.

27 years agoConsistency: Don't use module name when referring to functions defined
Fred Drake [Fri, 3 Apr 1998 06:14:54 +0000 (06:14 +0000)]
Consistency:  Don't use module name when referring to functions defined
in the same module.

27 years agoMinor nits.
Fred Drake [Fri, 3 Apr 1998 06:12:21 +0000 (06:12 +0000)]
Minor nits.

Lots of index entries.

27 years agoConsistency nits:
Fred Drake [Fri, 3 Apr 1998 06:04:12 +0000 (06:04 +0000)]
Consistency nits:

Use math-mode pi instead of mixing forms.

Use spaces around relational operators.

27 years agoMinor nits.
Fred Drake [Fri, 3 Apr 1998 05:59:05 +0000 (05:59 +0000)]
Minor nits.

Moved IGNORECASE & friends to "top level" definitions following compile(),
since there is no other case of nesting in the manual.

Use {memberdesc} and {methoddesc} as appropriate.