]> granicus.if.org Git - python/log
python
26 years ago(py-toggle-shells): Added a message in the minibuf.
Barry Warsaw [Fri, 10 Apr 1998 16:08:26 +0000 (16:08 +0000)]
(py-toggle-shells): Added a message in the minibuf.

26 years agoSupport raise with no parameters.
Fred Drake [Fri, 10 Apr 1998 04:43:28 +0000 (04:43 +0000)]
Support raise with no parameters.

26 years agoQuick and extremely dirty hacks to toggle between using CPython and
Barry Warsaw [Thu, 9 Apr 1998 23:28:20 +0000 (23:28 +0000)]
Quick and extremely dirty hacks to toggle between using CPython and
JPython interpreters.  This implementation may suck.

(py-jpython-command, py-jpython-command-args): New variables.

(py-mode-map): py-toggle-shells bound to C-c C-t

(py-toggle-shells): Command to toggle between using CPython (the
default) and JPython.  This is buffer local, and notice the mode-name
change.

(py-shell): Use either CPython or JPython.  Note that py-execute-*
still needs to be modified.

26 years agoNew Java-style threading module. The doc strings are in a separate module.
Guido van Rossum [Thu, 9 Apr 1998 22:01:42 +0000 (22:01 +0000)]
New Java-style threading module.  The doc strings are in a separate module.

26 years agoThe usual
Guido van Rossum [Thu, 9 Apr 1998 21:47:39 +0000 (21:47 +0000)]
The usual

26 years agoremove C++ entries of the form Class::method
Guido van Rossum [Thu, 9 Apr 1998 21:46:02 +0000 (21:46 +0000)]
remove C++ entries of the form Class::method

26 years agoMake first raise argument optional
Guido van Rossum [Thu, 9 Apr 1998 21:39:57 +0000 (21:39 +0000)]
Make first raise argument optional

26 years agoAdd checking for inconsistent tab usage
Guido van Rossum [Thu, 9 Apr 1998 21:38:06 +0000 (21:38 +0000)]
Add checking for inconsistent tab usage

26 years agoAdd E_INDENT -- new error to check for bad indentation
Guido van Rossum [Thu, 9 Apr 1998 21:37:20 +0000 (21:37 +0000)]
Add E_INDENT -- new error to check for bad indentation

26 years agoTons of new names...
Guido van Rossum [Thu, 9 Apr 1998 21:01:06 +0000 (21:01 +0000)]
Tons of new names...

26 years agoThreading speedup patches by Christopher Lindblad <cjl@infoseek.com>.
Guido van Rossum [Thu, 9 Apr 1998 20:56:35 +0000 (20:56 +0000)]
Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>.

26 years agoAnother new utility: getpass() prompts for a password, with echo off.
Guido van Rossum [Thu, 9 Apr 1998 20:37:16 +0000 (20:37 +0000)]
Another new utility: getpass() prompts for a password, with echo off.
Also contains getuser(), which returns the username (not prompting though).
These work on Unix and Windows!

26 years agoAdd $(LIBS) to the pgen link line.
Guido van Rossum [Thu, 9 Apr 1998 19:10:38 +0000 (19:10 +0000)]
Add $(LIBS) to the pgen link line.

26 years agoAdded smtplib.py (thanks, Guido!).
Fred Drake [Thu, 9 Apr 1998 18:54:01 +0000 (18:54 +0000)]
Added smtplib.py (thanks, Guido!).

26 years agoDon't use \samp when \code is better.
Fred Drake [Thu, 9 Apr 1998 18:10:35 +0000 (18:10 +0000)]
Don't use \samp when \code is better.

Consistently use ' instead of ":  this conforms to my unofficial stance that
constants should be presented using the repr() whenever it makes sense.  This
isn't because I think repr() is the greatest thing since spam, just that it's
an easy to adopt consistency standard.  (It also holds no new surprises!)

26 years agodo_cmd_lineii(),
Fred Drake [Thu, 9 Apr 1998 17:59:11 +0000 (17:59 +0000)]
do_cmd_lineii(),
do_cmd_lineiii():  Fix markup style conversion to HTML tags for first column.
(The endtag wasn't formed properly.)

26 years agoAdd not_ and __not__.
Guido van Rossum [Thu, 9 Apr 1998 17:54:26 +0000 (17:54 +0000)]
Add not_ and __not__.

26 years agoAdd PyObject_Not().
Guido van Rossum [Thu, 9 Apr 1998 17:53:59 +0000 (17:53 +0000)]
Add PyObject_Not().

26 years agoRemove @webchecker.pickle in the "clean" target.
Fred Drake [Thu, 9 Apr 1998 15:46:36 +0000 (15:46 +0000)]
Remove @webchecker.pickle in the "clean" target.

26 years agoWork around a small (& annoying) limitation of the latex2html support for
Fred Drake [Thu, 9 Apr 1998 15:44:58 +0000 (15:44 +0000)]
Work around a small (& annoying) limitation of the latex2html support for
\seemodule.  This is far easier than figuring out the real problem, but it
works.

26 years agoRemoved misleading comment about GNU software. This module and the zlib
Fred Drake [Thu, 9 Apr 1998 15:41:44 +0000 (15:41 +0000)]
Removed misleading comment about GNU software.  This module and the zlib
library have no relationship with GNU software other than implementing some of
the same algorithms and file format.  (The zlib module is more general.)

26 years agoAdded note about current status of info generation.
Fred Drake [Thu, 9 Apr 1998 15:19:41 +0000 (15:19 +0000)]
Added note about current status of info generation.

26 years agoMany markup changes (to \regexp, mostly)
Andrew M. Kuchling [Thu, 9 Apr 1998 14:56:04 +0000 (14:56 +0000)]
Many markup changes (to \regexp, mostly)
Clarified text on 8-bit cleanness, complemented sets like [^5], and {m,n}
  qualifier.

26 years agoUpdate release number and date.
Fred Drake [Thu, 9 Apr 1998 14:50:47 +0000 (14:50 +0000)]
Update release number and date.

26 years agoDon't assume that \version expands to the 3-character major.minor number; it
Fred Drake [Thu, 9 Apr 1998 14:32:28 +0000 (14:32 +0000)]
Don't assume that \version expands to the 3-character major.minor number; it
is the full release version name ("1.5.1beta1", for instance).

Add section for previously documented obsolete modules.  Includes ni, rand,
and soundex.

26 years agoWhen getcwd() doesn't exist or raises an exception, don't fail but
Guido van Rossum [Thu, 9 Apr 1998 14:27:57 +0000 (14:27 +0000)]
When getcwd() doesn't exist or raises an exception, don't fail but
fall back to using os.curdir instead; if it is fine, don't use
os.curdir at all.

26 years agoClarify that put *blocks* when the queue is full. Add some blank
Guido van Rossum [Thu, 9 Apr 1998 14:25:32 +0000 (14:25 +0000)]
Clarify that put *blocks* when the queue is full.  Add some blank
lines to doc strings.

26 years agoComment out the soundex section.
Fred Drake [Thu, 9 Apr 1998 14:23:48 +0000 (14:23 +0000)]
Comment out the soundex section.

26 years agoPiers' new version (but I unfolded a few doc strings).
Guido van Rossum [Thu, 9 Apr 1998 14:20:31 +0000 (14:20 +0000)]
Piers' new version (but I unfolded a few doc strings).

26 years agoDon't assume that \version expands to the 3-character major.minor number; it
Fred Drake [Thu, 9 Apr 1998 14:12:11 +0000 (14:12 +0000)]
Don't assume that \version expands to the 3-character major.minor number; it
is the full release version name ("1.5.1beta1", for instance).

26 years agoUse the correct URL to AMK's regex-to-re HOWTO!
Fred Drake [Thu, 9 Apr 1998 14:06:33 +0000 (14:06 +0000)]
Use the correct URL to AMK's regex-to-re HOWTO!

26 years agoUpdated URL to AMK's regex-to-re HOWTO.
Fred Drake [Thu, 9 Apr 1998 14:03:00 +0000 (14:03 +0000)]
Updated URL to AMK's regex-to-re HOWTO.

26 years agoAdded reference to AMK's HOWTO on the topic.
Fred Drake [Thu, 9 Apr 1998 14:02:02 +0000 (14:02 +0000)]
Added reference to AMK's HOWTO on the topic.

26 years agoAdded imaplib.
Fred Drake [Thu, 9 Apr 1998 13:55:06 +0000 (13:55 +0000)]
Added imaplib.

26 years agoPiers Lauder's IMAP module.
Guido van Rossum [Thu, 9 Apr 1998 13:51:46 +0000 (13:51 +0000)]
Piers Lauder's IMAP module.

26 years agoVersion with docstrings and some other changes, by Piers Lauder.
Guido van Rossum [Thu, 9 Apr 1998 13:50:55 +0000 (13:50 +0000)]
Version with docstrings and some other changes, by Piers Lauder.
(Adapted by Just, I believe.)

26 years agoUpdate URL to the related HOWTO document.
Fred Drake [Thu, 9 Apr 1998 13:49:18 +0000 (13:49 +0000)]
Update URL to the related HOWTO document.

26 years agoAdd section for ni back in, but comment it out.
Fred Drake [Thu, 9 Apr 1998 11:04:19 +0000 (11:04 +0000)]
Add section for ni back in, but comment it out.

26 years agoCommented out sections on obsolete & Macintosh modules.
Fred Drake [Thu, 9 Apr 1998 04:51:07 +0000 (04:51 +0000)]
Commented out sections on obsolete & Macintosh modules.

26 years agoReduced description of the obsolete method Stats.ignore().
Fred Drake [Thu, 9 Apr 1998 04:49:56 +0000 (04:49 +0000)]
Reduced description of the obsolete method Stats.ignore().

26 years agoRelocating file to Lib/lib-old.
Fred Drake [Thu, 9 Apr 1998 04:05:43 +0000 (04:05 +0000)]
Relocating file to Lib/lib-old.

26 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.

26 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.

26 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.

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

26 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...

26 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.

26 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.

26 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....

26 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.

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

26 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.

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

26 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.

26 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!

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

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

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

26 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.

26 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.

26 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.

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

26 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.

26 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)

26 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

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

26 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!

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

26 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.

26 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...

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

26 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.

26 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.

26 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.

26 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.

26 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.

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

26 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.

26 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.

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

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

26 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.

26 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.

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

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

26 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.

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

Index entries.

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

26 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.

26 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.

26 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.

26 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.

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

26 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.

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

26 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.

26 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.

26 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.

26 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.

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