]> granicus.if.org Git - python/log
python
26 years agoModule with hooks for sound input
Jack Jansen [Wed, 15 Apr 1998 14:08:51 +0000 (14:08 +0000)]
Module with hooks for sound input

26 years agoReindented some of the C code
Jack Jansen [Wed, 15 Apr 1998 14:08:28 +0000 (14:08 +0000)]
Reindented some of the C code

26 years agoLast projects before 1.5.1
Jack Jansen [Wed, 15 Apr 1998 14:07:13 +0000 (14:07 +0000)]
Last projects before 1.5.1

26 years agoAdded Sndihooks module
Jack Jansen [Wed, 15 Apr 1998 14:06:17 +0000 (14:06 +0000)]
Added Sndihooks module

26 years agoSome patches by Drew Csillag; plus a few of my own uncommitted changes.
Guido van Rossum [Tue, 14 Apr 1998 20:21:10 +0000 (20:21 +0000)]
Some patches by Drew Csillag; plus a few of my own uncommitted changes.

26 years agoUse shorter labels; using long labels creates problems on the Macintosh.
Fred Drake [Tue, 14 Apr 1998 17:19:54 +0000 (17:19 +0000)]
Use shorter labels; using long labels creates problems on the Macintosh.

(Thanks, Just!)

26 years agoAdded entry for Tkdnd.py.
Fred Drake [Tue, 14 Apr 1998 04:55:43 +0000 (04:55 +0000)]
Added entry for Tkdnd.py.

26 years agoThis commit was manufactured by cvs2svn to create tag 'r151'. v1.5.1
cvs2svn [Tue, 14 Apr 1998 02:16:23 +0000 (02:16 +0000)]
This commit was manufactured by cvs2svn to create tag 'r151'.

26 years agoOops -- Lib/Test should be Lib/test, of course!
Guido van Rossum [Tue, 14 Apr 1998 02:16:23 +0000 (02:16 +0000)]
Oops -- Lib/Test should be Lib/test, of course!

26 years agoAdd connect_ex to list of methods.
Guido van Rossum [Tue, 14 Apr 1998 01:30:45 +0000 (01:30 +0000)]
Add connect_ex to list of methods.

26 years agoMissing symbols reported by Andrew Loewenstern.
Guido van Rossum [Mon, 13 Apr 1998 22:30:08 +0000 (22:30 +0000)]
Missing symbols reported by Andrew Loewenstern.

26 years agoUpdate version.
Guido van Rossum [Mon, 13 Apr 1998 22:22:32 +0000 (22:22 +0000)]
Update version.

26 years agoUpdate to use the new release number. Will generalize in the next round.
Fred Drake [Mon, 13 Apr 1998 21:55:56 +0000 (21:55 +0000)]
Update to use the new release number.  Will generalize in the next round.

26 years agoAdd RELEASE make variable; this gets the entire release # ("1.5.1").
Fred Drake [Mon, 13 Apr 1998 21:02:49 +0000 (21:02 +0000)]
Add RELEASE make variable; this gets the entire release # ("1.5.1").

26 years agoSome more new stuff.
Guido van Rossum [Mon, 13 Apr 1998 21:00:54 +0000 (21:00 +0000)]
Some more new stuff.

26 years agoAdded item in Misc. for getpass module.
Fred Drake [Mon, 13 Apr 1998 20:31:31 +0000 (20:31 +0000)]
Added item in Misc. for getpass module.

26 years agoFix version number.
Fred Drake [Mon, 13 Apr 1998 20:29:45 +0000 (20:29 +0000)]
Fix version number.

26 years agoTypo in usage message.
Guido van Rossum [Mon, 13 Apr 1998 20:28:18 +0000 (20:28 +0000)]
Typo in usage message.

26 years agoMove 'dict' struct member to end of struct. This ensures binary
Guido van Rossum [Mon, 13 Apr 1998 20:24:05 +0000 (20:24 +0000)]
Move 'dict' struct member to end of struct.  This ensures binary
compatibility for shared libraries.

*** WARNING -- IF YOU BUILT 1.5.1BETA1, DO A "MAKE CLEAN" ***

26 years agoBe nicer to systems that have neither termios nor msvcrt.
Guido van Rossum [Mon, 13 Apr 1998 20:22:21 +0000 (20:22 +0000)]
Be nicer to systems that have neither termios nor msvcrt.

26 years agoThe usual edits... Updated some stuff about the mailing list. Ready
Guido van Rossum [Mon, 13 Apr 1998 20:14:05 +0000 (20:14 +0000)]
The usual edits...  Updated some stuff about the mailing list.  Ready
for 1.5.1 I'd say.

26 years agoNo more threats, just list the new methods under "AST Objects".
Fred Drake [Mon, 13 Apr 1998 18:46:16 +0000 (18:46 +0000)]
No more threats, just list the new methods under "AST Objects".

26 years agoThe documentation threatened it would happen -- the functions that should
Fred Drake [Mon, 13 Apr 1998 18:45:18 +0000 (18:45 +0000)]
The documentation threatened it would happen -- the functions that should
have been methods now are!  Still available as functions for compatibility.

26 years agoTwo more, for beta testers who reported real bugs.
Guido van Rossum [Mon, 13 Apr 1998 18:14:22 +0000 (18:14 +0000)]
Two more, for beta testers who reported real bugs.

26 years agoDon't allow unescaped newlines in doc strings.
Guido van Rossum [Mon, 13 Apr 1998 18:11:55 +0000 (18:11 +0000)]
Don't allow unescaped newlines in doc strings.

26 years agoWhoops! Add a missing 'instantiated = 1' to load_inst(); otherwise it
Guido van Rossum [Mon, 13 Apr 1998 18:08:45 +0000 (18:08 +0000)]
Whoops!  Add a missing 'instantiated = 1' to load_inst(); otherwise it
would still try to call the class...

26 years agoAdd a note that pickling is supported.
Fred Drake [Mon, 13 Apr 1998 16:27:27 +0000 (16:27 +0000)]
Add a note that pickling is supported.

26 years agoAdded support for pickling ast objects.
Fred Drake [Mon, 13 Apr 1998 16:25:46 +0000 (16:25 +0000)]
Added support for pickling ast objects.

26 years agoRevert markup around list of display fields from the disassembler; it doesn't
Fred Drake [Mon, 13 Apr 1998 16:15:02 +0000 (16:15 +0000)]
Revert markup around list of display fields from the disassembler; it doesn't
look at good in print, but doesn't break the HTML.

26 years agoSupport for OpenBSD :-(
Guido van Rossum [Mon, 13 Apr 1998 15:27:21 +0000 (15:27 +0000)]
Support for OpenBSD :-(

26 years agoFix bug in little-used markup: don't forget to pass the source text along!
Fred Drake [Mon, 13 Apr 1998 14:18:57 +0000 (14:18 +0000)]
Fix bug in little-used markup:  don't forget to pass the source text along!

26 years agoFixed example to load the startup file from a script (didn't test for the
Fred Drake [Mon, 13 Apr 1998 01:31:10 +0000 (01:31 +0000)]
Fixed example to load the startup file from a script (didn't test for the
file's existance).

Removed some XXX comments about extension modules which support pickling.

Added text from AMK about the readline and rlcompleter modules.

Thanks, AMK!

26 years agoTypo: (and often severly limited) -- severely
Fred Drake [Mon, 13 Apr 1998 00:53:42 +0000 (00:53 +0000)]
Typo: (and often severly limited) -- severely
Typo: (but not to the tuple or list into which the item it put!) -- is put

Thanks, AMK!

26 years ago"ZeroDevisionError" --> "ZeroDivisionError"
Fred Drake [Mon, 13 Apr 1998 00:50:04 +0000 (00:50 +0000)]
"ZeroDevisionError" --> "ZeroDivisionError"

Thanks, AMK!

26 years agoFix typo. (What I get for trying to fix bugs at home and running conversions
Fred Drake [Sun, 12 Apr 1998 03:58:13 +0000 (03:58 +0000)]
Fix typo.  (What I get for trying to fix bugs at home and running conversions
at work....)

26 years agoDon't append () to the name of an object attribute in the index.
Fred Drake [Sun, 12 Apr 1998 03:49:46 +0000 (03:49 +0000)]
Don't append () to the name of an object attribute in the index.

26 years agoUse {methoddesc} instead of {funcdesc} for object methods.
Fred Drake [Sun, 12 Apr 1998 03:31:31 +0000 (03:31 +0000)]
Use {methoddesc} instead of {funcdesc} for object methods.

26 years agoAdd cPickle to the list of modules in the chapter.
Fred Drake [Sun, 12 Apr 1998 03:08:41 +0000 (03:08 +0000)]
Add cPickle to the list of modules in the chapter.

26 years agoAdd cStringIO to the list of modules in the chapter.
Fred Drake [Sun, 12 Apr 1998 03:07:35 +0000 (03:07 +0000)]
Add cStringIO to the list of modules in the chapter.

26 years agoThe built-in exceptions are not still strings, so make no claims about them.
Fred Drake [Sun, 12 Apr 1998 02:48:47 +0000 (02:48 +0000)]
The built-in exceptions are not still strings, so make no claims about them.

26 years agoIn descriptions of Py_GetPrefix() and Py_GetExecPrefix(), make sure the
Fred Drake [Sun, 12 Apr 1998 02:39:13 +0000 (02:39 +0000)]
In descriptions of Py_GetPrefix() and Py_GetExecPrefix(), make sure the
"--" at the start of the configure options isn't collapsed to "-" when the
HTML is generated.

26 years agoAdded a simpler, working {verbatim} support that generates legitimate HTML.
Fred Drake [Sun, 12 Apr 1998 02:16:34 +0000 (02:16 +0000)]
Added a simpler, working {verbatim} support that generates legitimate HTML.
(2 lines, explained by 6 lines of comments....)

26 years agoRemoved partially broken {verbatim} support.
Fred Drake [Sun, 12 Apr 1998 02:13:14 +0000 (02:13 +0000)]
Removed partially broken {verbatim} support.

26 years agoLighten up tables.
Fred Drake [Sat, 11 Apr 1998 20:53:03 +0000 (20:53 +0000)]
Lighten up tables.

26 years agoChange order of \seemodule macros at end of pickle module section.
Fred Drake [Sat, 11 Apr 1998 20:43:51 +0000 (20:43 +0000)]
Change order of \seemodule macros at end of pickle module section.

26 years agoDocument cPickle and cStringIO.
Fred Drake [Sat, 11 Apr 1998 20:05:43 +0000 (20:05 +0000)]
Document cPickle and cStringIO.

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