]> granicus.if.org Git - python/log
python
26 years agoModule docstring indicated seek() isn't implemented, but it is.
Fred Drake [Sat, 11 Apr 1998 19:54:54 +0000 (19:54 +0000)]
Module docstring indicated seek() isn't implemented, but it is.

26 years agoWhen the text of a table cell should be wrapped, used a "p" column.
Fred Drake [Sat, 11 Apr 1998 18:46:56 +0000 (18:46 +0000)]
When the text of a table cell should be wrapped, used a "p" column.

26 years agoAdd a comment to indicate the methods of the StringIO are being discussed...
Fred Drake [Sat, 11 Apr 1998 18:05:24 +0000 (18:05 +0000)]
Add a comment to indicate the methods of the StringIO are being discussed...

26 years agoReject empty module names -- otherwise __import__("") does something
Guido van Rossum [Sat, 11 Apr 1998 17:38:22 +0000 (17:38 +0000)]
Reject empty module names -- otherwise __import__("") does something
weird!

26 years agoRemove imaplib from the undocumented list.
Fred Drake [Sat, 11 Apr 1998 16:58:26 +0000 (16:58 +0000)]
Remove imaplib from the undocumented list.

26 years agoInclude () after function name.
Fred Drake [Sat, 11 Apr 1998 16:57:05 +0000 (16:57 +0000)]
Include () after function name.

One more logical mark.

26 years agoWhen the text of a table cell should be wrapped, used a "p" column.
Fred Drake [Sat, 11 Apr 1998 16:40:46 +0000 (16:40 +0000)]
When the text of a table cell should be wrapped, used a "p" column.

26 years agoMinor housing cleaning in HTML that gets generated.
Fred Drake [Sat, 11 Apr 1998 16:26:02 +0000 (16:26 +0000)]
Minor housing cleaning in HTML that gets generated.

26 years agoRemove over-active replace-string turds.
Fred Drake [Sat, 11 Apr 1998 16:24:21 +0000 (16:24 +0000)]
Remove over-active replace-string turds.

26 years agoSome robustness checks in Py_ReprLeave() in the unlikely event someone
Guido van Rossum [Sat, 11 Apr 1998 15:17:34 +0000 (15:17 +0000)]
Some robustness checks in Py_ReprLeave() in the unlikely event someone
has messed with the dictionary or list.

26 years agoUse {memberdesc} to mark the instance attributes.
Fred Drake [Sat, 11 Apr 1998 15:11:55 +0000 (15:11 +0000)]
Use {memberdesc} to mark the instance attributes.

26 years agoHmmm... better add some \label macros for logical addressing while I'm at it.
Fred Drake [Sat, 11 Apr 1998 13:51:05 +0000 (13:51 +0000)]
Hmmm... better add some \label macros for logical addressing while I'm at it.

26 years agoIt's "Lauder", not "Lauders"!
Fred Drake [Sat, 11 Apr 1998 13:48:26 +0000 (13:48 +0000)]
It's "Lauder", not "Lauders"!

26 years agoUpdate the module index support to use the changed field separator for the
Fred Drake [Sat, 11 Apr 1998 05:21:14 +0000 (05:21 +0000)]
Update the module index support to use the changed field separator for the
input file to buildindex.py.

26 years agoFormatting nits.
Fred Drake [Sat, 11 Apr 1998 05:02:45 +0000 (05:02 +0000)]
Formatting nits.

An index entry.

26 years agoShift index entries around a little so the HTML doesn't have weird spacing.
Fred Drake [Sat, 11 Apr 1998 04:52:15 +0000 (04:52 +0000)]
Shift index entries around a little so the HTML doesn't have weird spacing.

26 years agoAdd imaplib to appropriate lists.
Fred Drake [Sat, 11 Apr 1998 04:27:07 +0000 (04:27 +0000)]
Add imaplib to appropriate lists.

26 years agoRemove obsolete module soundex from list of modules.
Fred Drake [Sat, 11 Apr 1998 04:23:07 +0000 (04:23 +0000)]
Remove obsolete module soundex from list of modules.

26 years agoRemove obsolete module rand from list of modules.
Fred Drake [Sat, 11 Apr 1998 04:22:02 +0000 (04:22 +0000)]
Remove obsolete module rand from list of modules.

Add fileinput to list.

26 years agoFirst cut at documentation for imaplib. Based on original documentation by
Fred Drake [Sat, 11 Apr 1998 04:19:04 +0000 (04:19 +0000)]
First cut at documentation for imaplib.  Based on original documentation by
Piers Lauders.

26 years agodo_env_memberdesc(): Fix argument parsing for {memberdesc} environments.
Fred Drake [Sat, 11 Apr 1998 03:12:06 +0000 (03:12 +0000)]
do_env_memberdesc():  Fix argument parsing for {memberdesc} environments.

(The bug was detected by the Q/A team -- me!  Please, help review the docs!)

26 years agoNew revision -- sometimes it's AUTH-LOGIN, sometimes AUTH=LOGIN!
Guido van Rossum [Sat, 11 Apr 1998 03:11:51 +0000 (03:11 +0000)]
New revision -- sometimes it's AUTH-LOGIN, sometimes AUTH=LOGIN!

26 years agoAvoid using the obsolete rand module; and improve the randomness
Guido van Rossum [Sat, 11 Apr 1998 03:06:02 +0000 (03:06 +0000)]
Avoid using the obsolete rand module; and improve the randomness
of the boundary chosen by choose_boudary() by using milliseconds
of the timestamp.

26 years agoSet version and title to Python 1.5.1.
Guido van Rossum [Sat, 11 Apr 1998 02:36:35 +0000 (02:36 +0000)]
Set version and title to Python 1.5.1.

26 years agoOops, ".\DLLs" should be in the default path now.
Guido van Rossum [Sat, 11 Apr 1998 02:31:30 +0000 (02:31 +0000)]
Oops,  ".\DLLs" should be in the default path now.

26 years agoNew version doesn't require REV1 capability.
Guido van Rossum [Sat, 11 Apr 1998 01:22:34 +0000 (01:22 +0000)]
New version doesn't require REV1 capability.

26 years agoOops -- remove some debug print statements!
Guido van Rossum [Sat, 11 Apr 1998 01:18:35 +0000 (01:18 +0000)]
Oops -- remove some debug print statements!

26 years agoMove #include <sys/param.h> to before osdefs.h (Donn Cave).
Guido van Rossum [Fri, 10 Apr 1998 23:45:14 +0000 (23:45 +0000)]
Move #include <sys/param.h> to before osdefs.h (Donn Cave).

26 years agoComment out a label on an #endif.
Guido van Rossum [Fri, 10 Apr 1998 23:44:32 +0000 (23:44 +0000)]
Comment out a label on an #endif.

26 years agoUse Py_Repr{Enter,Leave} to display recursive lists in finite space.
Guido van Rossum [Fri, 10 Apr 1998 22:47:27 +0000 (22:47 +0000)]
Use Py_Repr{Enter,Leave} to display recursive lists in finite space.

(Jeremy will hardly recognize his patch :-)

26 years agoUse Py_Repr{Enter,Leave} to display recursive dictionaries in finite space.
Guido van Rossum [Fri, 10 Apr 1998 22:47:14 +0000 (22:47 +0000)]
Use Py_Repr{Enter,Leave} to display recursive dictionaries in finite space.

(Jeremy will hardly recognize his patch :-)

26 years agoAdd implementations of Py_Repr{Enter,Leave}.
Guido van Rossum [Fri, 10 Apr 1998 22:32:46 +0000 (22:32 +0000)]
Add implementations of Py_Repr{Enter,Leave}.

(Jeremy will hardly recognize his patch :-)

26 years agoAdd prototypes for Py_Repr{Enter,Leave}.
Guido van Rossum [Fri, 10 Apr 1998 22:32:24 +0000 (22:32 +0000)]
Add prototypes for Py_Repr{Enter,Leave}.

(Jeremy will hardly recognize his patch :-)

26 years agoMake new gcc -Wall happy
Guido van Rossum [Fri, 10 Apr 1998 22:27:42 +0000 (22:27 +0000)]
Make new gcc -Wall happy

26 years agoMake new gcc -Wall happy
Guido van Rossum [Fri, 10 Apr 1998 22:16:39 +0000 (22:16 +0000)]
Make new gcc -Wall happy

26 years agoMake new gcc -Wall happy
Guido van Rossum [Fri, 10 Apr 1998 22:09:39 +0000 (22:09 +0000)]
Make new gcc -Wall happy

26 years agoAddress warnings issued by the MSVC++ compiler
Guido van Rossum [Fri, 10 Apr 1998 21:52:06 +0000 (21:52 +0000)]
Address warnings issued by the MSVC++ compiler

26 years agoREADME ready for 1.5.1
Guido van Rossum [Fri, 10 Apr 1998 21:36:04 +0000 (21:36 +0000)]
README ready for 1.5.1

26 years agoDelete reopmodule.c
Guido van Rossum [Fri, 10 Apr 1998 21:30:05 +0000 (21:30 +0000)]
Delete reopmodule.c

26 years agoDelete references to initreop().
Guido van Rossum [Fri, 10 Apr 1998 21:29:11 +0000 (21:29 +0000)]
Delete references to initreop().

26 years agoAdd HAVE_MKTIME.
Guido van Rossum [Fri, 10 Apr 1998 21:28:49 +0000 (21:28 +0000)]
Add HAVE_MKTIME.

26 years agoChange the example of what's in scripts/.
Guido van Rossum [Fri, 10 Apr 1998 20:58:53 +0000 (20:58 +0000)]
Change the example of what's in scripts/.

26 years agoDelete reference to reopmodule.c. Add comment about soundex' obsolescence.
Guido van Rossum [Fri, 10 Apr 1998 20:44:11 +0000 (20:44 +0000)]
Delete reference to reopmodule.c.  Add comment about soundex' obsolescence.

26 years agoDelete this obsolete module.
Guido van Rossum [Fri, 10 Apr 1998 20:38:41 +0000 (20:38 +0000)]
Delete this obsolete module.

26 years agoAdd dict struct member and PyThreadState_GetDict() prototype.
Guido van Rossum [Fri, 10 Apr 1998 20:19:01 +0000 (20:19 +0000)]
Add dict struct member and PyThreadState_GetDict() prototype.

26 years ago/* An extension mechanism to store arbitrary additional per-thread state.
Guido van Rossum [Fri, 10 Apr 1998 20:18:25 +0000 (20:18 +0000)]
/* An extension mechanism to store arbitrary additional per-thread state.
   PyThreadState_GetDict() returns a dictionary that can be used to hold such
   state; the caller should pick a unique key and store its state there.  If
   PyThreadState_GetDict() returns NULL, an exception has been raised (most
   likely MemoryError) and the caller should pass on the exception. */

PyObject *
PyThreadState_GetDict()

26 years agoAdded changes from 1.5 to 1.5.1.
Guido van Rossum [Fri, 10 Apr 1998 20:06:21 +0000 (20:06 +0000)]
Added changes from 1.5 to 1.5.1.

The sections are now in a more useful order: the most recent changes
are listed first.

26 years agoDocument -x too.
Guido van Rossum [Fri, 10 Apr 1998 19:46:00 +0000 (19:46 +0000)]
Document -x too.

26 years agoTranslate E_INDENT to the clearest error message I can think of.
Guido van Rossum [Fri, 10 Apr 1998 19:43:42 +0000 (19:43 +0000)]
Translate E_INDENT to the clearest error message I can think of.

26 years agoAdd -t option to set the Py_TabcheckFlag flag.
Guido van Rossum [Fri, 10 Apr 1998 19:39:15 +0000 (19:39 +0000)]
Add -t option to set the Py_TabcheckFlag flag.

26 years agoDocument -t flag.
Guido van Rossum [Fri, 10 Apr 1998 19:36:09 +0000 (19:36 +0000)]
Document -t flag.

26 years agoDeclare and use Py_TabcheckFlag here.
Guido van Rossum [Fri, 10 Apr 1998 19:35:06 +0000 (19:35 +0000)]
Declare and use Py_TabcheckFlag here.

26 years agoAdd dummy Py_VerboseFlag now that it's referenced in parsetok.c.
Guido van Rossum [Fri, 10 Apr 1998 19:34:15 +0000 (19:34 +0000)]
Add dummy Py_VerboseFlag now that it's referenced in parsetok.c.

26 years agoJeff Epler
Guido van Rossum [Fri, 10 Apr 1998 19:18:03 +0000 (19:18 +0000)]
Jeff Epler

26 years agoCatch exceptions in final self.destroy() call.
Guido van Rossum [Fri, 10 Apr 1998 19:17:41 +0000 (19:17 +0000)]
Catch exceptions in final self.destroy() call.

26 years agoWe no longer check for libsun.a.
Guido van Rossum [Fri, 10 Apr 1998 19:17:15 +0000 (19:17 +0000)]
We no longer check for libsun.a.

26 years agoAdd image_types() and image_names() as methods to Misc class.
Guido van Rossum [Fri, 10 Apr 1998 19:16:10 +0000 (19:16 +0000)]
Add image_types() and image_names() as methods to Misc class.

26 years agotabnanny stuff
Guido van Rossum [Fri, 10 Apr 1998 19:15:27 +0000 (19:15 +0000)]
tabnanny stuff

26 years agoTim's version 4, with my mods
Guido van Rossum [Fri, 10 Apr 1998 19:14:59 +0000 (19:14 +0000)]
Tim's version 4, with my mods

26 years agoSet the patch level to 1.5.1. (I'm not going to release this as a
Guido van Rossum [Fri, 10 Apr 1998 18:08:06 +0000 (18:08 +0000)]
Set the patch level to 1.5.1.  (I'm not going to release this as a
beta -- if there are bugs, I'll post a patch page and release 1.5.2
sooner.)

26 years agoAdded Tabcheck flag.
Guido van Rossum [Fri, 10 Apr 1998 17:59:44 +0000 (17:59 +0000)]
Added Tabcheck flag.

26 years agoAdded Frozen and Tabcheck flags.
Guido van Rossum [Fri, 10 Apr 1998 17:59:29 +0000 (17:59 +0000)]
Added Frozen and Tabcheck flags.

26 years agoAnother easter present.
Guido van Rossum [Fri, 10 Apr 1998 16:14:34 +0000 (16:14 +0000)]
Another easter present.

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.