]> granicus.if.org Git - python/log
python
28 years agoPrint less in test_socket.
Guido van Rossum [Fri, 9 May 1997 01:54:45 +0000 (01:54 +0000)]
Print less in test_socket.

28 years agoremoved last #ifdef SUPPORT_OBSOLETE_ACCESS bits.
Guido van Rossum [Fri, 9 May 1997 01:07:15 +0000 (01:07 +0000)]
removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits.

28 years agoLatest and greatest.
Guido van Rossum [Fri, 9 May 1997 01:00:56 +0000 (01:00 +0000)]
Latest and greatest.

28 years agoAdd root.tkraise() to the _test() program so the window doesn't hide
Guido van Rossum [Fri, 9 May 1997 00:59:43 +0000 (00:59 +0000)]
Add root.tkraise() to the _test() program so the window doesn't hide
behind the shell window on NT.

28 years agoGet rid of obsolete support for access statement.
Guido van Rossum [Fri, 9 May 1997 00:58:02 +0000 (00:58 +0000)]
Get rid of obsolete support for access statement.

28 years agoGet rid of obsolete ACCESS_MODE opcode.
Guido van Rossum [Fri, 9 May 1997 00:39:04 +0000 (00:39 +0000)]
Get rid of obsolete ACCESS_MODE opcode.

28 years agoAdd warning that it's out of date.
Guido van Rossum [Thu, 8 May 1997 23:44:57 +0000 (23:44 +0000)]
Add warning that it's out of date.

28 years agoforgot to rename import_filetab
Guido van Rossum [Thu, 8 May 1997 23:43:52 +0000 (23:43 +0000)]
forgot to rename import_filetab

28 years ago??? maybe window size
Guido van Rossum [Thu, 8 May 1997 23:39:55 +0000 (23:39 +0000)]
???  maybe window size

28 years agoAdded assert statement.
Guido van Rossum [Thu, 8 May 1997 23:39:31 +0000 (23:39 +0000)]
Added assert statement.

28 years agoAdded assert resword.
Guido van Rossum [Thu, 8 May 1997 23:39:12 +0000 (23:39 +0000)]
Added assert resword.

28 years agoTiny utility prints the latest set of reserved words.
Guido van Rossum [Thu, 8 May 1997 23:21:48 +0000 (23:21 +0000)]
Tiny utility prints the latest set of reserved words.

28 years agoChecking in old changes -- no idea why (probably window size).
Guido van Rossum [Thu, 8 May 1997 23:21:09 +0000 (23:21 +0000)]
Checking in old changes -- no idea why (probably window size).

28 years agoThe usual.
Guido van Rossum [Thu, 8 May 1997 23:14:57 +0000 (23:14 +0000)]
The usual.

28 years agoImprove getting the mailbox from the environment.
Guido van Rossum [Thu, 8 May 1997 23:11:52 +0000 (23:11 +0000)]
Improve getting the mailbox from the environment.

28 years agoSet correct RFC number.
Guido van Rossum [Thu, 8 May 1997 23:11:04 +0000 (23:11 +0000)]
Set correct RFC number.

28 years agoSet correct RFC number. Open input in binary.
Guido van Rossum [Thu, 8 May 1997 23:10:42 +0000 (23:10 +0000)]
Set correct RFC number.  Open input in binary.

28 years agoOops, missed some renamings.
Guido van Rossum [Wed, 7 May 1997 23:51:07 +0000 (23:51 +0000)]
Oops, missed some renamings.

28 years agoOops, rename2.h was included by some other headers.
Guido van Rossum [Wed, 7 May 1997 23:50:40 +0000 (23:50 +0000)]
Oops, rename2.h was included by some other headers.

28 years agoInstead of importing graminit.h whenever one of the three grammar 'root'
Guido van Rossum [Wed, 7 May 1997 17:46:13 +0000 (17:46 +0000)]
Instead of importing graminit.h whenever one of the three grammar 'root'
symbols is needed, define these in Python.h with a Py_ prefix.

28 years agoOn popular demand, re-enable the readline event hook.
Guido van Rossum [Wed, 7 May 1997 17:42:41 +0000 (17:42 +0000)]
On popular demand, re-enable the readline event hook.

28 years agoIn makesockaddr(), if we don't know the address family, don't raise an
Guido van Rossum [Wed, 7 May 1997 17:41:48 +0000 (17:41 +0000)]
In makesockaddr(), if we don't know the address family, don't raise an
exception -- return it as a tuple.  Seems useful in promiscuous mode.

28 years ago- toolboxmodules built first (others depend on it)
Jack Jansen [Wed, 7 May 1997 15:52:12 +0000 (15:52 +0000)]
- toolboxmodules built first (others depend on it)
- Changed name of fat interpreter to PythonFAT (Python conflicted with toplevel
  folder of the same name, unfortunately)

28 years agoSometimes tried to modify a tuple. Fixed.
Jack Jansen [Wed, 7 May 1997 15:50:56 +0000 (15:50 +0000)]
Sometimes tried to modify a tuple. Fixed.

28 years agoVersion upped to 1.5a1
Jack Jansen [Wed, 7 May 1997 15:49:51 +0000 (15:49 +0000)]
Version upped to 1.5a1

28 years agoIncluded new MSL error numbers
Jack Jansen [Wed, 7 May 1997 15:49:38 +0000 (15:49 +0000)]
Included new MSL error numbers

28 years agoWorkaround for bug in MSL and CWGUSI interaction that stopped the
Jack Jansen [Wed, 7 May 1997 15:48:54 +0000 (15:48 +0000)]
Workaround for bug in MSL and CWGUSI interaction that stopped the
"don't close window on exit" feature to work.

28 years ago- Various names in CodeFragments.h have changed
Jack Jansen [Wed, 7 May 1997 15:48:01 +0000 (15:48 +0000)]
- Various names in CodeFragments.h have changed
- a dummy main program was added, so we can use the standard MW MSL
  runtime library for main programs (in stead of rolling our own, as we
  did previously).

28 years ago- Changed the m# format for PyArg_ParseTuple back to s#
Jack Jansen [Wed, 7 May 1997 15:46:31 +0000 (15:46 +0000)]
- Changed the m# format for PyArg_ParseTuple back to s#
- c2pstr has moved to a different include file

28 years agoc2pstr has moved to a different include file
Jack Jansen [Wed, 7 May 1997 15:45:01 +0000 (15:45 +0000)]
c2pstr has moved to a different include file

28 years agoc2pstring has moved to a different include file
Jack Jansen [Wed, 7 May 1997 15:44:31 +0000 (15:44 +0000)]
c2pstring has moved to a different include file

28 years agoUpdated for building with MSL libraries
Jack Jansen [Wed, 7 May 1997 15:43:38 +0000 (15:43 +0000)]
Updated for building with MSL libraries

28 years agoUpdated for (optional) use of MSL libraries
Jack Jansen [Wed, 7 May 1997 15:42:50 +0000 (15:42 +0000)]
Updated for (optional) use of MSL libraries

28 years agoUpdated to use MSL libraries
Jack Jansen [Wed, 7 May 1997 15:41:31 +0000 (15:41 +0000)]
Updated to use MSL libraries

28 years agoAvoid the fancy handler for error 401 (request authentication).
Guido van Rossum [Wed, 7 May 1997 15:00:56 +0000 (15:00 +0000)]
Avoid the fancy handler for error 401 (request authentication).

28 years agoUpdated vc40.mak for Roger. Includes CRLF!
Guido van Rossum [Tue, 6 May 1997 21:44:44 +0000 (21:44 +0000)]
Updated vc40.mak for Roger.  Includes CRLF!

28 years agoNew dir() function --
Guido van Rossum [Tue, 6 May 1997 16:36:57 +0000 (16:36 +0000)]
New dir() function --
- uses abstract interface where possible
- uses __members__ and __methods__
- returns [] when an object has no info available

28 years ago- Use cfmfile to (finally) implement building fat Pythons
Jack Jansen [Tue, 6 May 1997 16:15:32 +0000 (16:15 +0000)]
- Use cfmfile to (finally) implement building fat Pythons
- Turned the 10 or so yes/no questions into a single dialog

28 years agoModule to merge 'cfrg' resources (to create fat ppc/cfm68k programs
Jack Jansen [Tue, 6 May 1997 16:14:34 +0000 (16:14 +0000)]
Module to merge 'cfrg' resources (to create fat ppc/cfm68k programs
and shared libraries).

28 years agoUse spaces exclusively.
Guido van Rossum [Tue, 6 May 1997 16:00:32 +0000 (16:00 +0000)]
Use spaces exclusively.

28 years agoAdded cStringIO and cPickle to the supported modules.
Guido van Rossum [Tue, 6 May 1997 15:59:14 +0000 (15:59 +0000)]
Added cStringIO and cPickle to the supported modules.

28 years agoAdded HAVE_ macros for getpeername, getpid, setvbuf.
Guido van Rossum [Tue, 6 May 1997 15:58:18 +0000 (15:58 +0000)]
Added HAVE_ macros for getpeername, getpid, setvbuf.

28 years agoKeep MS compiler happy: use (int)strlen() when comparing; make sure
Guido van Rossum [Tue, 6 May 1997 15:24:59 +0000 (15:24 +0000)]
Keep MS compiler happy: use (int)strlen() when comparing; make sure
not to use kill().

28 years agoFix by Mark Hammond to enable truncate() on Windows.
Guido van Rossum [Tue, 6 May 1997 15:23:24 +0000 (15:23 +0000)]
Fix by Mark Hammond to enable truncate() on Windows.

28 years agoUsed operators from abstract.h where possible (arithmetic operators,
Guido van Rossum [Tue, 6 May 1997 15:06:49 +0000 (15:06 +0000)]
Used operators from abstract.h where possible (arithmetic operators,
get/set/del item).  This removes a pile of duplication.  There's no
abstract operator for 'not' but I removed the function call for it
anyway -- it's a little faster in-line.

28 years agoUse Python.h, not allobjects.h.
Guido van Rossum [Mon, 5 May 1997 22:18:50 +0000 (22:18 +0000)]
Use Python.h, not allobjects.h.
Don't call initall()  (Experimental incompatible change!!!!!!)

28 years agoCloseHandle should be RegCloseKey.
Guido van Rossum [Mon, 5 May 1997 22:17:45 +0000 (22:17 +0000)]
CloseHandle should be RegCloseKey.
Add extern decl for Py_GetProgramName().

28 years agoCheckin of Jack's buffer mods.
Guido van Rossum [Mon, 5 May 1997 22:15:02 +0000 (22:15 +0000)]
Checkin of Jack's buffer mods.
Not really checked, but didn't fail any tests either...

28 years agoRemoved misc outdated stuff for 1.5
Guido van Rossum [Mon, 5 May 1997 22:14:19 +0000 (22:14 +0000)]
Removed misc outdated stuff for 1.5

28 years agoFix old typo PyArgs_VaParse -> PyArg_VaParse.
Guido van Rossum [Mon, 5 May 1997 21:57:29 +0000 (21:57 +0000)]
Fix old typo PyArgs_VaParse -> PyArg_VaParse.
(Redoing the checking without merging in Jack's buffer mods.)

28 years agoFix old typo PyArgs_VaParse -> PyArg_VaParse.
Guido van Rossum [Mon, 5 May 1997 21:53:03 +0000 (21:53 +0000)]
Fix old typo PyArgs_VaParse -> PyArg_VaParse.

28 years agoInclude Python.h, not allobjects.h (which no longer exists).
Guido van Rossum [Mon, 5 May 1997 21:45:44 +0000 (21:45 +0000)]
Include Python.h, not allobjects.h (which no longer exists).

28 years agoMassive changes for separate thread state management.
Guido van Rossum [Mon, 5 May 1997 20:56:21 +0000 (20:56 +0000)]
Massive changes for separate thread state management.
All per-thread globals are moved into a struct which is manipulated
separately.

28 years agoOnly use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set.
Guido van Rossum [Mon, 5 May 1997 20:53:25 +0000 (20:53 +0000)]
Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set.

28 years agoAdd -lgl and -lm for imgfile. Better way to configure zlib.
Guido van Rossum [Mon, 5 May 1997 20:48:00 +0000 (20:48 +0000)]
Add -lgl and -lm for imgfile.  Better way to configure zlib.

28 years agoRemove sys_* defines that are internal only and about to disappear
Guido van Rossum [Mon, 5 May 1997 20:46:18 +0000 (20:46 +0000)]
Remove sys_* defines that are internal only and about to disappear

28 years agoRemove 2 out of 3 __FreeBSD__ tests.
Guido van Rossum [Mon, 5 May 1997 15:03:26 +0000 (15:03 +0000)]
Remove 2 out of 3 __FreeBSD__ tests.
These are no longer needed as of FreeBSD 2.0.5, according to
Thomas Gellekum <tg@ihf.rwth-aachen.de>.

28 years agoMisc.__init__(): Removed method, replaced with class attribute (which
Fred Drake [Sat, 3 May 1997 04:16:23 +0000 (04:16 +0000)]
Misc.__init__():  Removed method, replaced with class attribute (which
was all that the method set anyway).  Removed calls to the
constructor.  This reduces the number of Python function calls
per widget construction by one, for every widget construction.

28 years agoFinally deleted this obsolete crud.
Guido van Rossum [Fri, 2 May 1997 04:01:08 +0000 (04:01 +0000)]
Finally deleted this obsolete crud.

28 years agoSeveral oopsies -- Py_ALLOBJECTS_H -> Py_PYTHON_H, temporarily removed
Guido van Rossum [Fri, 2 May 1997 04:00:11 +0000 (04:00 +0000)]
Several oopsies -- Py_ALLOBJECTS_H -> Py_PYTHON_H, temporarily removed
pystate.h (to be restored later when that code is debugged), removed
accessobject.h.

28 years agoMoved allobjects.h to Python.h (without rename2.h).
Guido van Rossum [Fri, 2 May 1997 03:55:52 +0000 (03:55 +0000)]
Moved allobjects.h to Python.h (without rename2.h).
allobjects.h disappears -- old-style extensions must include Python.h
and rename2.h.

28 years agoQuickly renamed the last directory.
Guido van Rossum [Fri, 2 May 1997 03:12:38 +0000 (03:12 +0000)]
Quickly renamed the last directory.

28 years agoAdd detach call so threads are GC'ed.
Guido van Rossum [Wed, 30 Apr 1997 19:59:22 +0000 (19:59 +0000)]
Add detach call so threads are GC'ed.

28 years agoAdd PYTHONHOME to the usage message.
Guido van Rossum [Wed, 30 Apr 1997 19:48:59 +0000 (19:48 +0000)]
Add PYTHONHOME to the usage message.

28 years agoOne copy is enough; we already had resource.c.
Guido van Rossum [Wed, 30 Apr 1997 19:43:15 +0000 (19:43 +0000)]
One copy is enough; we already had resource.c.

28 years agoSome updates (AMK at work, added resource.c).
Guido van Rossum [Wed, 30 Apr 1997 19:41:48 +0000 (19:41 +0000)]
Some updates (AMK at work, added resource.c).

28 years agoAdd zlib
Guido van Rossum [Wed, 30 Apr 1997 19:40:10 +0000 (19:40 +0000)]
Add zlib

28 years agoUpdated web ref and version#. Folded some long lines.
Guido van Rossum [Wed, 30 Apr 1997 19:39:21 +0000 (19:39 +0000)]
Updated web ref and version#.  Folded some long lines.

28 years agoAvoid some potential (though unlikely) sprintf buffer overflows.
Guido van Rossum [Wed, 30 Apr 1997 19:07:54 +0000 (19:07 +0000)]
Avoid some potential (though unlikely) sprintf buffer overflows.

28 years agoAvoid sprintf buffer overflow if more than 9999 arguments.
Guido van Rossum [Wed, 30 Apr 1997 19:00:27 +0000 (19:00 +0000)]
Avoid sprintf buffer overflow if more than 9999 arguments.

28 years agozlib by AMK
Guido van Rossum [Wed, 30 Apr 1997 18:12:27 +0000 (18:12 +0000)]
zlib by AMK

28 years agoAdding Jeremy Hylton's gzip module.
Guido van Rossum [Wed, 30 Apr 1997 16:04:57 +0000 (16:04 +0000)]
Adding Jeremy Hylton's gzip module.
This requires Andrew Kuchling's zlib extension module.
It still needs some doc strings.

28 years agoThe usual.
Guido van Rossum [Tue, 29 Apr 1997 22:15:33 +0000 (22:15 +0000)]
The usual.

28 years agoGet rid of the "-n32" options for SGI IRIX 6.x. Instead, substitute
Guido van Rossum [Tue, 29 Apr 1997 22:14:56 +0000 (22:14 +0000)]
Get rid of the "-n32" options for SGI IRIX 6.x.  Instead, substitute
the value at configure time of the SGI_ABI environment variable.  See
abi(5).

28 years agoThe usual.
Guido van Rossum [Tue, 29 Apr 1997 21:49:50 +0000 (21:49 +0000)]
The usual.

28 years agoAdded test for pthread.h.
Guido van Rossum [Tue, 29 Apr 1997 21:48:51 +0000 (21:48 +0000)]
Added test for pthread.h.

28 years agoUgly hack for SGI IRIX 6.2. Apparently _POSIX_THREADS is defined even
Guido van Rossum [Tue, 29 Apr 1997 21:48:34 +0000 (21:48 +0000)]
Ugly hack for SGI IRIX 6.2.  Apparently _POSIX_THREADS is defined even
when the pthread package is not installed.  configure knows better, so
#undef _POSIX_THREADS when pthread.h does not exist.

28 years agoKeep gcc -Wall happy.
Guido van Rossum [Tue, 29 Apr 1997 21:34:16 +0000 (21:34 +0000)]
Keep gcc -Wall happy.

28 years agoAnother directory quickly renamed.
Guido van Rossum [Tue, 29 Apr 1997 21:03:06 +0000 (21:03 +0000)]
Another directory quickly renamed.

28 years agoOne more inittab.
Guido van Rossum [Tue, 29 Apr 1997 20:46:45 +0000 (20:46 +0000)]
One more inittab.

28 years agoOops, forgot one: inittab.
Guido van Rossum [Tue, 29 Apr 1997 20:42:30 +0000 (20:42 +0000)]
Oops, forgot one: inittab.

28 years agoRenamed inittab.
Guido van Rossum [Tue, 29 Apr 1997 20:31:59 +0000 (20:31 +0000)]
Renamed inittab.

28 years agoOops, forgot one: inittab.
Guido van Rossum [Tue, 29 Apr 1997 20:24:10 +0000 (20:24 +0000)]
Oops, forgot one: inittab.

28 years agoAdded inittab.
Guido van Rossum [Tue, 29 Apr 1997 20:22:47 +0000 (20:22 +0000)]
Added inittab.

28 years agoQuickly renamed the remaining files -- this directory is done.
Guido van Rossum [Tue, 29 Apr 1997 20:08:16 +0000 (20:08 +0000)]
Quickly renamed the remaining files -- this directory is done.

28 years agoQuickly renamed.
Guido van Rossum [Tue, 29 Apr 1997 18:33:38 +0000 (18:33 +0000)]
Quickly renamed.

28 years agoRemove err_input from rename list -- it is a static inside errors.c.
Guido van Rossum [Tue, 29 Apr 1997 18:25:32 +0000 (18:25 +0000)]
Remove err_input from rename list -- it is a static inside errors.c.

28 years agoQuickly renamed. Also removed the long comment explaining why this is
Guido van Rossum [Tue, 29 Apr 1997 18:22:47 +0000 (18:22 +0000)]
Quickly renamed.  Also removed the long comment explaining why this is
better than the old error API.

28 years agoRemove renaming instructions for ANY -- this is not renamed in
Guido van Rossum [Tue, 29 Apr 1997 18:19:10 +0000 (18:19 +0000)]
Remove renaming instructions for ANY -- this is not renamed in
mymalloc.h.  (Since it's a macro, I don't care much.  It is used
internally only; others can use void *.)

28 years agoQuickly renamed.
Guido van Rossum [Tue, 29 Apr 1997 18:18:01 +0000 (18:18 +0000)]
Quickly renamed.

28 years agoTrack updates in rename2.h.
Guido van Rossum [Tue, 29 Apr 1997 16:27:09 +0000 (16:27 +0000)]
Track updates in rename2.h.

28 years agoAdded new name for inittab!
Guido van Rossum [Tue, 29 Apr 1997 16:23:44 +0000 (16:23 +0000)]
Added new name for inittab!

28 years agoRemove macros that are only used for cgensupport.[ch].
Guido van Rossum [Tue, 29 Apr 1997 16:21:39 +0000 (16:21 +0000)]
Remove macros that are only used for cgensupport.[ch].
Fixed typo in PyArg_VaParse (not PyArgs_*).

28 years agoMoved cgensupport.h to Modules (awaiting oblivion).
Guido van Rossum [Tue, 29 Apr 1997 16:08:53 +0000 (16:08 +0000)]
Moved cgensupport.h to Modules (awaiting oblivion).

28 years agoAdded -I$(srcdir) to line for glmodule so we can move cgensupport.h here.
Guido van Rossum [Tue, 29 Apr 1997 16:07:45 +0000 (16:07 +0000)]
Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here.

28 years agoMoved to ../Modules.
Guido van Rossum [Tue, 29 Apr 1997 15:50:32 +0000 (15:50 +0000)]
Moved to ../Modules.

28 years agoChange the exception objects to have the string value "os.error"
Guido van Rossum [Tue, 29 Apr 1997 15:49:54 +0000 (15:49 +0000)]
Change the exception objects to have the string value "os.error"
instead "posix.error" or "nt.error".

28 years agoAdapt Mac specific code to new universal headers (I think -- this is
Guido van Rossum [Tue, 29 Apr 1997 15:49:04 +0000 (15:49 +0000)]
Adapt Mac specific code to new universal headers (I think -- this is
Jack's code).

28 years agoHm. What was previously checked in was the edited *output* of the old
Guido van Rossum [Tue, 29 Apr 1997 15:46:43 +0000 (15:46 +0000)]
Hm.  What was previously checked in was the edited *output* of the old
cgen.py.  Now that cgen.py and cstubs have been quickly renamed, check
in the actual output.  This has some "old-style" names left in
(getilongarg etc.) but these are now take care of by macros in
cgensupport.h (which is now specific to glmodule.c).

28 years agoMoved here from ../Python and quickly renamed.
Guido van Rossum [Tue, 29 Apr 1997 15:43:55 +0000 (15:43 +0000)]
Moved here from ../Python and quickly renamed.