]> granicus.if.org Git - python/log
python
28 years agoChanges for slice and ellipses
Guido van Rossum [Tue, 30 Jul 1996 16:49:37 +0000 (16:49 +0000)]
Changes for slice and ellipses

28 years agoChanges needed by NeXT (the only platform that seems to use this).
Guido van Rossum [Tue, 30 Jul 1996 16:48:31 +0000 (16:48 +0000)]
Changes needed by NeXT (the only platform that seems to use this).

28 years agoAdded sliceobject.c
Guido van Rossum [Tue, 30 Jul 1996 16:45:48 +0000 (16:45 +0000)]
Added sliceobject.c

28 years agoSpeedup suggested by Sjoerd
Guido van Rossum [Tue, 30 Jul 1996 16:45:31 +0000 (16:45 +0000)]
Speedup suggested by Sjoerd

28 years agoChanges for stride in slices (x[a:b:c]) and ellipses (x[a,...,z])
Guido van Rossum [Tue, 30 Jul 1996 16:43:44 +0000 (16:43 +0000)]
Changes for stride in slices (x[a:b:c]) and ellipses (x[a,...,z])

28 years agoSlice and ellipses interface
Guido van Rossum [Tue, 30 Jul 1996 16:42:30 +0000 (16:42 +0000)]
Slice and ellipses interface

28 years agoTurn on CACHE_HASH, for 2% speedier dict lookups
Guido van Rossum [Tue, 30 Jul 1996 16:42:03 +0000 (16:42 +0000)]
Turn on CACHE_HASH, for 2% speedier dict lookups

28 years agoAdded BUILD_SLICE opcode.
Guido van Rossum [Tue, 30 Jul 1996 16:41:26 +0000 (16:41 +0000)]
Added BUILD_SLICE opcode.

28 years agoTwo bumps for the price of one (PYTHON_API_VERSION)
Guido van Rossum [Tue, 30 Jul 1996 16:41:02 +0000 (16:41 +0000)]
Two bumps for the price of one (PYTHON_API_VERSION)

28 years agoChanges due to slice and ellipses grammar changes
Guido van Rossum [Tue, 30 Jul 1996 16:39:30 +0000 (16:39 +0000)]
Changes due to slice and ellipses grammar changes

28 years agoAdded sliceobject.h.
Guido van Rossum [Tue, 30 Jul 1996 16:39:03 +0000 (16:39 +0000)]
Added sliceobject.h.

28 years agoSh script to recreage generic machdep subdirectory
Guido van Rossum [Tue, 30 Jul 1996 16:36:42 +0000 (16:36 +0000)]
Sh script to recreage generic machdep subdirectory

28 years agoupdated again
Guido van Rossum [Tue, 30 Jul 1996 16:35:26 +0000 (16:35 +0000)]
updated again

28 years agoTwo independent changes:
Guido van Rossum [Tue, 30 Jul 1996 16:31:32 +0000 (16:31 +0000)]
Two independent changes:
- accept empty string from focus_get
- map coords() return value through getdouble and splitlist

28 years agoFunction to guess which db package created a database.
Guido van Rossum [Tue, 30 Jul 1996 16:30:15 +0000 (16:30 +0000)]
Function to guess which db package created a database.

28 years agoNew, improved parseaddr() by Sjoerd.
Guido van Rossum [Tue, 30 Jul 1996 16:29:16 +0000 (16:29 +0000)]
New, improved parseaddr() by Sjoerd.

28 years agoChanges to make it work on FreeBSD 2.x.
Guido van Rossum [Tue, 30 Jul 1996 16:28:45 +0000 (16:28 +0000)]
Changes to make it work on FreeBSD 2.x.

28 years agoTwo changes suggested by Andrew Kuchling:
Guido van Rossum [Tue, 30 Jul 1996 16:28:13 +0000 (16:28 +0000)]
Two changes suggested by Andrew Kuchling:
- move compile() inside try-except
- add code so you can do "python pdb.py <script> <arg> ..." to debug <script>

28 years agoAdded optional second arg to what(), giving the data read from the file
Guido van Rossum [Tue, 30 Jul 1996 16:26:42 +0000 (16:26 +0000)]
Added optional second arg to what(), giving the data read from the file
(then f may be None).

28 years agoAdded BUILD_SLICE opcode.
Guido van Rossum [Tue, 30 Jul 1996 16:26:07 +0000 (16:26 +0000)]
Added BUILD_SLICE opcode.

28 years agoObsolete
Guido van Rossum [Tue, 30 Jul 1996 16:25:24 +0000 (16:25 +0000)]
Obsolete

28 years ago(python-mode): Added menu support, requires easymenu.
Barry Warsaw [Mon, 29 Jul 1996 21:05:05 +0000 (21:05 +0000)]
(python-mode): Added menu support, requires easymenu.

29 years agoAllow only one selection (this tests settability of selFlags)
Jack Jansen [Fri, 26 Jul 1996 16:04:29 +0000 (16:04 +0000)]
Allow only one selection (this tests settability of selFlags)

29 years agoRegenerated
Jack Jansen [Fri, 26 Jul 1996 16:03:49 +0000 (16:03 +0000)]
Regenerated

29 years agoAdded access to selFlags and listFlags members (both read and write)
Jack Jansen [Fri, 26 Jul 1996 16:03:16 +0000 (16:03 +0000)]
Added access to selFlags and listFlags members (both read and write)

29 years agoMods by Just:
Jack Jansen [Fri, 26 Jul 1996 14:01:07 +0000 (14:01 +0000)]
Mods by Just:
- Better staggering of windows
- Windows have zoombox by default, and zooming works
- DrawControls->UpdateControls
- Better scrollbar show/hide

29 years ago(py-forward-into-nomenclature): small fix to not infinitely loop at
Barry Warsaw [Thu, 25 Jul 1996 18:53:17 +0000 (18:53 +0000)]
(py-forward-into-nomenclature): small fix to not infinitely loop at
underscores.

29 years ago#comment update, re: py-mode-syntax-table
Barry Warsaw [Wed, 24 Jul 1996 18:32:08 +0000 (18:32 +0000)]
#comment update, re: py-mode-syntax-table

29 years ago(py-forward-into-nomenclature, py-backward-into-nomenclature): New functions.
Barry Warsaw [Wed, 24 Jul 1996 18:26:53 +0000 (18:26 +0000)]
(py-forward-into-nomenclature, py-backward-into-nomenclature): New functions.

29 years agoputenv
Guido van Rossum [Wed, 24 Jul 1996 02:42:38 +0000 (02:42 +0000)]
putenv

29 years agoAdded putenv to AC_CHECK_FUNCS list.
Guido van Rossum [Wed, 24 Jul 1996 02:41:31 +0000 (02:41 +0000)]
Added putenv to AC_CHECK_FUNCS list.

29 years agoAppend version number to library install directory.
Guido van Rossum [Wed, 24 Jul 1996 02:35:43 +0000 (02:35 +0000)]
Append version number to library install directory.
"make libinstall" no longer implies "make sharedinstall".
"make altinstall" and "make altbininstall" install the python binary
with a version number, for tentative installations (this does not
install the include files or man page).

29 years agoAdded version number to destination.
Guido van Rossum [Wed, 24 Jul 1996 02:33:33 +0000 (02:33 +0000)]
Added version number to destination.

Forget about the trick to create directories through dependencies --
it's impossible to get it right in the light of parallellizing Make
implementations and the inability to specify dependencies between
directories (because creating the subdirectory modifies the parent).

29 years agoAs a side effect of calling PySys_SetArgv (setpythonargv), the
Guido van Rossum [Wed, 24 Jul 1996 01:31:37 +0000 (01:31 +0000)]
As a side effect of calling PySys_SetArgv (setpythonargv), the
directory containing argv[0] is inserted in front of sys.path.
If argv[0] contains no directory, an empty string is inserted.
If argv is empty, nothing happens.

29 years agoAdded hook to os.environ to call putenv(), if it exists.
Guido van Rossum [Wed, 24 Jul 1996 00:55:17 +0000 (00:55 +0000)]
Added hook to os.environ to call putenv(), if it exists.

29 years agoAdded Sam Rushing's errno module
Guido van Rossum [Wed, 24 Jul 1996 00:51:51 +0000 (00:51 +0000)]
Added Sam Rushing's errno module

29 years agoConverted to new style names by Skip Montanaro
Guido van Rossum [Wed, 24 Jul 1996 00:51:20 +0000 (00:51 +0000)]
Converted to new style names by Skip Montanaro

29 years agoDifferent lines for bsddb module.
Guido van Rossum [Wed, 24 Jul 1996 00:42:42 +0000 (00:42 +0000)]
Different lines for bsddb module.

29 years agoAdded simple-minded (i.e. leaking :-) putenv() interface, if os has it.
Guido van Rossum [Tue, 23 Jul 1996 19:18:10 +0000 (19:18 +0000)]
Added simple-minded (i.e. leaking :-) putenv() interface, if os has it.

29 years agoUpdated pointers to Andrew Kuchlings fine software.
Guido van Rossum [Tue, 23 Jul 1996 18:16:56 +0000 (18:16 +0000)]
Updated pointers to Andrew Kuchlings fine software.

29 years agoAdded 3rd optional argument to translate(), a string of characters to delete.
Guido van Rossum [Tue, 23 Jul 1996 18:12:39 +0000 (18:12 +0000)]
Added 3rd optional argument to translate(), a string of characters to delete.
Added maketrans(), a utility to create a translation table.

29 years ago(rmt.py): Updated to "modern" python coding conventions, somewhat. Keyword
Fred Drake [Tue, 23 Jul 1996 17:47:21 +0000 (17:47 +0000)]
(rmt.py):  Updated to "modern" python coding conventions, somewhat.  Keyword
arguments and explicit calls to .pack() are used; no more dictionaries
are being passed to Tkinter constructors.  Otherwise, the example is
unchanged.  (The app isn't implemented as a Python object.)

29 years agoRemove all CRLF -> LF translation for file uploads, since we cannot
Guido van Rossum [Tue, 23 Jul 1996 17:27:05 +0000 (17:27 +0000)]
Remove all CRLF -> LF translation for file uploads, since we cannot
reliably distinguish binary files from text files (and Mac Netscape
sends all files in "binary" form, i.e. it sends text files with only
CR delimiters...).

29 years ago(py-shift-region-left): When checking for left edged code, watch for
Barry Warsaw [Tue, 23 Jul 1996 15:03:16 +0000 (15:03 +0000)]
(py-shift-region-left): When checking for left edged code, watch for
blank lines.

29 years agoRenamed all occurrences of posix to os.
Guido van Rossum [Tue, 23 Jul 1996 03:47:28 +0000 (03:47 +0000)]
Renamed all occurrences of posix to os.

29 years agoChanges by Jim Fulton: pass environ around as arg;
Guido van Rossum [Tue, 23 Jul 1996 03:46:24 +0000 (03:46 +0000)]
Changes by Jim Fulton: pass environ around as arg;
keep_blank_values option to parse().

29 years agoAdded splitext()
Guido van Rossum [Tue, 23 Jul 1996 02:28:32 +0000 (02:28 +0000)]
Added splitext()

29 years agoNew versions generated on a Linux 2.x system by AMK
Guido van Rossum [Mon, 22 Jul 1996 23:46:00 +0000 (23:46 +0000)]
New versions generated on a Linux 2.x system by AMK

29 years agoOptimizations and one intentional loophole by Jim Fulton.
Guido van Rossum [Mon, 22 Jul 1996 22:26:07 +0000 (22:26 +0000)]
Optimizations and one intentional loophole by Jim Fulton.

The optimizations consist mostly of using local variables to cache
methods or instance variables used a lot (e.g. "self.write").

The loopholes allows marshalling extension types as long as they have
a __class__ attribute (in which case they may support the rest of the
class piclking protocol as well).  This allows pickling MESS extension
types.

29 years agoThis is needed for users of Linux 2.x
Guido van Rossum [Mon, 22 Jul 1996 21:50:43 +0000 (21:50 +0000)]
This is needed for users of Linux 2.x

29 years agoGot rid of ChangeLog -- too bad, but I can't keep it up to date.
Guido van Rossum [Mon, 22 Jul 1996 16:17:27 +0000 (16:17 +0000)]
Got rid of ChangeLog -- too bad, but I can't keep it up to date.

29 years agoUse NEWOBJ() macro instead of calling newobject() directly.
Guido van Rossum [Mon, 22 Jul 1996 16:16:25 +0000 (16:16 +0000)]
Use NEWOBJ() macro instead of calling newobject() directly.

29 years agoAdded SetFolder method which sets Standard File initial folder
Jack Jansen [Mon, 22 Jul 1996 15:26:01 +0000 (15:26 +0000)]
Added SetFolder method which sets Standard File initial folder

29 years agoAdded PyOS_CheckStack() function which returns -1 when we are running
Jack Jansen [Mon, 22 Jul 1996 15:25:10 +0000 (15:25 +0000)]
Added PyOS_CheckStack() function which returns -1 when we are running
low on stackspace.

29 years agoAdded USE_STACKCHECK define
Jack Jansen [Mon, 22 Jul 1996 15:23:58 +0000 (15:23 +0000)]
Added USE_STACKCHECK define

29 years agoFuck. For PC support, this must be in the distribution.
Guido van Rossum [Mon, 22 Jul 1996 15:23:25 +0000 (15:23 +0000)]
Fuck.  For PC support, this must be in the distribution.

29 years agoRestore the capability to pass a class (usually Pack) as an option to widget
Guido van Rossum [Sun, 21 Jul 1996 03:05:05 +0000 (03:05 +0000)]
Restore the capability to pass a class (usually Pack) as an option to widget
creation; no longer support this for the config method.

29 years agoUse gcc, not gcc-elf on Linux
Guido van Rossum [Sun, 21 Jul 1996 02:53:27 +0000 (02:53 +0000)]
Use gcc, not gcc-elf on Linux

29 years agoAdditions to the cast of thousands
Guido van Rossum [Sun, 21 Jul 1996 02:51:05 +0000 (02:51 +0000)]
Additions to the cast of thousands

29 years agoMore changes by Sjoerd & Jack
Guido van Rossum [Sun, 21 Jul 1996 02:50:30 +0000 (02:50 +0000)]
More changes by Sjoerd & Jack

29 years agoAddition by Jack to test for missing type support
Guido van Rossum [Sun, 21 Jul 1996 02:49:55 +0000 (02:49 +0000)]
Addition by Jack to test for missing type support

29 years agoAdded extra notes for AIX and SCO.
Guido van Rossum [Sun, 21 Jul 1996 02:48:16 +0000 (02:48 +0000)]
Added extra notes for AIX and SCO.

29 years agoUse INSTALL_PROGRAM for makesetup
Guido van Rossum [Sun, 21 Jul 1996 02:46:47 +0000 (02:46 +0000)]
Use INSTALL_PROGRAM for makesetup

29 years agoAdded Jim Fulton's "asharedmodule" target
Guido van Rossum [Sun, 21 Jul 1996 02:35:58 +0000 (02:35 +0000)]
Added Jim Fulton's "asharedmodule" target

29 years agoUse INT_MAX/LONG_MAX instead of non-ANSI LONG_BIT
Guido van Rossum [Sun, 21 Jul 1996 02:34:55 +0000 (02:34 +0000)]
Use INT_MAX/LONG_MAX instead of non-ANSI LONG_BIT

29 years agoNew submission by Fred Drake.
Guido van Rossum [Sun, 21 Jul 1996 02:33:56 +0000 (02:33 +0000)]
New submission by Fred Drake.

29 years agoNew style names for getprogramname and getargcargv
Guido van Rossum [Sun, 21 Jul 1996 02:33:38 +0000 (02:33 +0000)]
New style names for getprogramname and getargcargv

29 years agoRewritten keys() and has_key() to avoid memory leaks.
Guido van Rossum [Sun, 21 Jul 1996 02:32:44 +0000 (02:32 +0000)]
Rewritten keys() and has_key() to avoid memory leaks.

29 years agocomplex -> Py_complex
Guido van Rossum [Sun, 21 Jul 1996 02:31:35 +0000 (02:31 +0000)]
complex -> Py_complex

29 years agoHacks for MS_COREDLL
Guido van Rossum [Sun, 21 Jul 1996 02:30:39 +0000 (02:30 +0000)]
Hacks for MS_COREDLL

29 years agoOnly __dict__ and __class__ are read-only instance attributes
Guido van Rossum [Sun, 21 Jul 1996 02:29:46 +0000 (02:29 +0000)]
Only __dict__ and __class__ are read-only instance attributes

29 years agonew .pyc magic number (** operator)
Guido van Rossum [Sun, 21 Jul 1996 02:28:18 +0000 (02:28 +0000)]
new .pyc magic number (** operator)

29 years agoadded 1996
Guido van Rossum [Sun, 21 Jul 1996 02:28:11 +0000 (02:28 +0000)]
added 1996

29 years agoPy_complex; and WITHOUT_COMPLEX added to getargs.c
Guido van Rossum [Sun, 21 Jul 1996 02:27:43 +0000 (02:27 +0000)]
Py_complex; and WITHOUT_COMPLEX added to getargs.c

29 years agorenamed complex -> Py_complex
Guido van Rossum [Sun, 21 Jul 1996 02:24:22 +0000 (02:24 +0000)]
renamed complex -> Py_complex

29 years agoHacks for MS_COREDLL
Guido van Rossum [Sun, 21 Jul 1996 02:23:54 +0000 (02:23 +0000)]
Hacks for MS_COREDLL

29 years agoadded new names for getprogramname, getargcargv
Guido van Rossum [Sun, 21 Jul 1996 02:23:24 +0000 (02:23 +0000)]
added new names for getprogramname, getargcargv

29 years agoAdded prototype + doc for PySequence_Length()
Guido van Rossum [Sun, 21 Jul 1996 02:22:56 +0000 (02:22 +0000)]
Added prototype + doc for PySequence_Length()

29 years agoadded parser module to overview
Guido van Rossum [Sun, 21 Jul 1996 02:22:12 +0000 (02:22 +0000)]
added parser module to overview

29 years agoadded plock
Guido van Rossum [Sun, 21 Jul 1996 02:21:49 +0000 (02:21 +0000)]
added plock

29 years agoMinute changes by Fred Drake
Guido van Rossum [Sun, 21 Jul 1996 02:21:31 +0000 (02:21 +0000)]
Minute changes by Fred Drake

29 years agochanges by Jack to Mac docs
Guido van Rossum [Sun, 21 Jul 1996 02:20:58 +0000 (02:20 +0000)]
changes by Jack to Mac docs

29 years agoDon't use tktools, dummy! Reworded test message slightly.
Guido van Rossum [Sun, 21 Jul 1996 02:20:06 +0000 (02:20 +0000)]
Don't use tktools, dummy!  Reworded test message slightly.

29 years agofix canvas bind commands
Guido van Rossum [Sun, 21 Jul 1996 02:19:32 +0000 (02:19 +0000)]
fix canvas bind commands

29 years agoAdded option to refilemessages() to keep sequences
Guido van Rossum [Sun, 21 Jul 1996 02:18:22 +0000 (02:18 +0000)]
Added option to refilemessages() to keep sequences

29 years agoChanges for new parser module (Fred Drake)
Guido van Rossum [Sun, 21 Jul 1996 02:17:52 +0000 (02:17 +0000)]
Changes for new parser module (Fred Drake)

29 years agoNew opcodes BINARY_POWER, RAISE_VARARGS, CALL_FUNCTION, MAKE_FUNCTION
Guido van Rossum [Sun, 21 Jul 1996 02:16:53 +0000 (02:16 +0000)]
New opcodes BINARY_POWER, RAISE_VARARGS, CALL_FUNCTION, MAKE_FUNCTION

29 years agoadd mac compatibility
Guido van Rossum [Sun, 21 Jul 1996 02:09:54 +0000 (02:09 +0000)]
add mac compatibility

29 years ago- Added a file dialog example
Jack Jansen [Thu, 18 Jul 1996 16:07:05 +0000 (16:07 +0000)]
- Added a file dialog example
- Added pointers to library documentation

29 years agoOld names changed to Py_GetCopyright, etc.
Jack Jansen [Wed, 10 Jul 1996 15:48:25 +0000 (15:48 +0000)]
Old names changed to Py_GetCopyright, etc.

29 years agoinittab is a "struct _inittab".
Jack Jansen [Wed, 10 Jul 1996 15:47:19 +0000 (15:47 +0000)]
inittab is a "struct _inittab".

29 years agoGiven a module/pathname file created by findmodulefiles compile all
Jack Jansen [Wed, 10 Jul 1996 13:19:08 +0000 (13:19 +0000)]
Given a module/pathname file created by findmodulefiles compile all
needed modules and create a file full of PYC resources.

29 years agoadded a thing on the to-do list
Barry Warsaw [Mon, 8 Jul 1996 22:37:06 +0000 (22:37 +0000)]
added a thing on the to-do list

29 years ago(python-font-lock-keywords): added class and def
Barry Warsaw [Fri, 5 Jul 1996 20:11:35 +0000 (20:11 +0000)]
(python-font-lock-keywords): added class and def

29 years ago(py-mode-syntax-table): revert underscore to word class, even though I
Barry Warsaw [Wed, 3 Jul 1996 23:15:51 +0000 (23:15 +0000)]
(py-mode-syntax-table): revert underscore to word class, even though I
don't agree with it.

29 years ago(py-delete-char): Obey numeric argument.
Barry Warsaw [Wed, 3 Jul 1996 23:12:52 +0000 (23:12 +0000)]
(py-delete-char): Obey numeric argument.

29 years ago(py-shift-region-left, py-shift-region-right, py-indent-right,
Barry Warsaw [Wed, 3 Jul 1996 22:59:12 +0000 (22:59 +0000)]
(py-shift-region-left, py-shift-region-right, py-indent-right,
py-outdent-left, py-mode-map): Folded all functionality into
py-shift-region-* commands.  Bound C-c C-l to py-shift-region-left and
C-c C-r to py-shift-region-right.  Removed py-indent-right and
py-indent-left.

29 years agoThis commit was manufactured by cvs2svn to create tag 'r14beta1'. v1.4b1
cvs2svn [Mon, 1 Jul 1996 18:34:03 +0000 (18:34 +0000)]
This commit was manufactured by cvs2svn to create tag 'r14beta1'.

29 years agoNew versions of VC project which has no source files in PC/
Guido van Rossum [Mon, 1 Jul 1996 18:34:03 +0000 (18:34 +0000)]
New versions of VC project which has no source files in PC/

29 years agoadded plock
Guido van Rossum [Fri, 28 Jun 1996 20:18:10 +0000 (20:18 +0000)]
added plock