]>
granicus.if.org Git - python/log
Guido van Rossum [Tue, 28 May 1996 23:34:10 +0000 (23:34 +0000)]
fix typo in load_dynamic
Guido van Rossum [Tue, 28 May 1996 23:31:34 +0000 (23:31 +0000)]
Be more careful about default temp dir
Guido van Rossum [Tue, 28 May 1996 23:18:55 +0000 (23:18 +0000)]
added " def
Guido van Rossum [Tue, 28 May 1996 23:17:13 +0000 (23:17 +0000)]
Total rewrite
Guido van Rossum [Tue, 28 May 1996 23:15:20 +0000 (23:15 +0000)]
made it work again with changed Tkinter
Guido van Rossum [Tue, 28 May 1996 23:14:36 +0000 (23:14 +0000)]
Major overhaul:
- Support ~[user] expansion.
- Remember last directory and pattern; optional 'key' argument
specifies different memory locations.
- Absolutify pathnames if possible.
- WM close event cancels the dialog.
- First arg to go() can be either a directory or a file (renamed to
dir_of_file); defaults to current directory.
Guido van Rossum [Tue, 28 May 1996 23:10:30 +0000 (23:10 +0000)]
don't export selection
Guido van Rossum [Tue, 28 May 1996 23:10:02 +0000 (23:10 +0000)]
added hdl protocol properties
Guido van Rossum [Tue, 28 May 1996 23:09:09 +0000 (23:09 +0000)]
removed history comment
Guido van Rossum [Tue, 28 May 1996 23:08:45 +0000 (23:08 +0000)]
add translate() -- which was in strop per release 1.3
Guido van Rossum [Tue, 28 May 1996 23:08:25 +0000 (23:08 +0000)]
optimization of getheader() using a dictionary
Guido van Rossum [Tue, 28 May 1996 23:07:17 +0000 (23:07 +0000)]
Fix some obsolete names comments.
Change RHooks() interface to not require a 'rexec' instance argument;
added set_rexec() method instead (which must be called by the RExec
instance using this RHooks instance).
Support dynamic loading of modules, at least for those modules that
are ok built-in modules. Added new interfaces set_trusted_path() and
load_dynamic() to RExec class (the default trusted path consists of
all absolute pathnames in sys.path).
Change copy_except() to actually try to delete the exceptions.
Guido van Rossum [Tue, 28 May 1996 23:01:28 +0000 (23:01 +0000)]
avoid eval() like the plague
Guido van Rossum [Tue, 28 May 1996 23:01:05 +0000 (23:01 +0000)]
change Mac creator/type
Guido van Rossum [Tue, 28 May 1996 23:00:42 +0000 (23:00 +0000)]
change return values of simple run* functions
Guido van Rossum [Tue, 28 May 1996 22:59:58 +0000 (22:59 +0000)]
removed unused globals
Guido van Rossum [Tue, 28 May 1996 22:59:37 +0000 (22:59 +0000)]
added setcontext and parsesequence; several small fixes
Guido van Rossum [Tue, 28 May 1996 22:58:40 +0000 (22:58 +0000)]
export error == IOError
Guido van Rossum [Tue, 28 May 1996 22:58:15 +0000 (22:58 +0000)]
bump version (sorry)
Guido van Rossum [Tue, 28 May 1996 22:57:20 +0000 (22:57 +0000)]
capitalize H3 headers; add 'cgi.' prefix to example code
Guido van Rossum [Tue, 28 May 1996 22:56:16 +0000 (22:56 +0000)]
added * and + operators
Guido van Rossum [Tue, 28 May 1996 22:53:48 +0000 (22:53 +0000)]
see new configure.in
Guido van Rossum [Tue, 28 May 1996 22:53:03 +0000 (22:53 +0000)]
Some more header files and symbols.
Split the AC_CHECK_FUNCS() line using backslashes.
Added FreeBSD support.
Added XXX comment -- need to be more liberal or careful about -lreadline.
Guido van Rossum [Tue, 28 May 1996 22:51:24 +0000 (22:51 +0000)]
Added HAVE_ symbols for mkfifo, sigaction, sigrelse, ncurses.h.
Guido van Rossum [Tue, 28 May 1996 22:50:17 +0000 (22:50 +0000)]
config files for DOS and Windows (all versions, all compilers)
Guido van Rossum [Tue, 28 May 1996 22:49:08 +0000 (22:49 +0000)]
Added some comments to the top.
Changed install targets so
(1) "make install" installs everything;
(2) more directories are built as needed;
(3) the X11R5 shell script install-sh is used (always).
(The script can't be called install.sh since some Make versions have a
default rule that copies "foo.sh" to "foo" when making "foo".)
Added target "smelly" which checks for non-Py-prefixed exported
symbols.
Guido van Rossum [Tue, 28 May 1996 22:30:38 +0000 (22:30 +0000)]
Changed NT -> MSC or WATCOM
Guido van Rossum [Tue, 28 May 1996 22:30:17 +0000 (22:30 +0000)]
grand renaming; added copyright to some files
Guido van Rossum [Tue, 28 May 1996 22:28:12 +0000 (22:28 +0000)]
Plug memory leak (variable names in code objects were being leaked!)
Guido van Rossum [Tue, 28 May 1996 22:27:07 +0000 (22:27 +0000)]
Added Py_GetPath (getpythonpath)
Guido van Rossum [Tue, 28 May 1996 19:52:40 +0000 (19:52 +0000)]
minor fix to mime header regex --Sjoerd
Guido van Rossum [Tue, 28 May 1996 15:52:00 +0000 (15:52 +0000)]
Auto-install on first import.
Added quick reference.
Guido van Rossum [Fri, 24 May 1996 21:14:44 +0000 (21:14 +0000)]
Use ../install-sh to install files.
Guido van Rossum [Fri, 24 May 1996 21:12:28 +0000 (21:12 +0000)]
Made all c_* symbols static.
Guido van Rossum [Fri, 24 May 1996 21:11:58 +0000 (21:11 +0000)]
rename more symbols
Guido van Rossum [Fri, 24 May 1996 21:01:36 +0000 (21:01 +0000)]
rename exported symbols with _Py_ prefix
Guido van Rossum [Fri, 24 May 1996 20:51:38 +0000 (20:51 +0000)]
rename exported symbols with _Py_ prefix
Guido van Rossum [Fri, 24 May 1996 20:50:57 +0000 (20:50 +0000)]
make soundex_hash static
Guido van Rossum [Fri, 24 May 1996 20:49:24 +0000 (20:49 +0000)]
Removed some done "to do" items.
Changed #ifdef DEBUG slightly.
Guido van Rossum [Fri, 24 May 1996 20:48:31 +0000 (20:48 +0000)]
rename printrefs, getobjects to _Py_ prefix
Guido van Rossum [Fri, 24 May 1996 20:45:01 +0000 (20:45 +0000)]
make some things static
Guido van Rossum [Fri, 24 May 1996 20:44:12 +0000 (20:44 +0000)]
Only define PyOS_ReadlineInit if WITH_READLINE defined.
Guido van Rossum [Fri, 24 May 1996 20:43:31 +0000 (20:43 +0000)]
rename parser internal symbols with _Py_ prefix
Guido van Rossum [Fri, 24 May 1996 20:43:12 +0000 (20:43 +0000)]
don't use NDEBUG
Guido van Rossum [Fri, 24 May 1996 18:58:43 +0000 (18:58 +0000)]
X11 install.sh script
Guido van Rossum [Fri, 24 May 1996 18:43:47 +0000 (18:43 +0000)]
Removed most of the README text since it is all about the Mac specific
examples, which no longer live here.
Guido van Rossum [Fri, 24 May 1996 18:40:46 +0000 (18:40 +0000)]
Fix typos (need to use tag_bind, not bind).
Guido van Rossum [Thu, 23 May 1996 22:58:55 +0000 (22:58 +0000)]
Added mkfifo, ftruncate. Windows/PC changes.
Guido van Rossum [Thu, 23 May 1996 22:57:54 +0000 (22:57 +0000)]
Be more careful about default args.
Guido van Rossum [Thu, 23 May 1996 22:57:18 +0000 (22:57 +0000)]
Use struct _inittab def from import.h
Guido van Rossum [Thu, 23 May 1996 22:56:38 +0000 (22:56 +0000)]
Added flock().
Guido van Rossum [Thu, 23 May 1996 22:56:19 +0000 (22:56 +0000)]
Microsoft C changes
Guido van Rossum [Thu, 23 May 1996 22:55:58 +0000 (22:55 +0000)]
Subtle Windows changes
Guido van Rossum [Thu, 23 May 1996 22:55:35 +0000 (22:55 +0000)]
Use sigaction if possible
Guido van Rossum [Thu, 23 May 1996 22:54:50 +0000 (22:54 +0000)]
Windows/PC changes
Guido van Rossum [Thu, 23 May 1996 22:54:17 +0000 (22:54 +0000)]
Added __doc__ strings. Added get_soundex().
Guido van Rossum [Thu, 23 May 1996 22:53:47 +0000 (22:53 +0000)]
Watcom changes.
Add mktime() overflow test and make it NeXT robust by initializing
the structure from localtime().
Guido van Rossum [Thu, 23 May 1996 22:51:40 +0000 (22:51 +0000)]
removed verbose decl; added win3.1 dynamic linking.
Guido van Rossum [Thu, 23 May 1996 22:51:04 +0000 (22:51 +0000)]
moved verbose decl to pydebug.h; added dos_8x3 feature
Guido van Rossum [Thu, 23 May 1996 22:50:26 +0000 (22:50 +0000)]
Added copyright.
Include config.h which may define COMPILER.
Guido van Rossum [Thu, 23 May 1996 22:49:38 +0000 (22:49 +0000)]
removed sime redundant header includes and decls.
Guido van Rossum [Thu, 23 May 1996 22:49:07 +0000 (22:49 +0000)]
Removed some redundant header includes.
dir(object) now returns object.__dict__.keys() even if __dict__ is not
a dictionary.
Guido van Rossum [Thu, 23 May 1996 22:46:51 +0000 (22:46 +0000)]
new debugger symbol names
Guido van Rossum [Thu, 23 May 1996 22:45:41 +0000 (22:45 +0000)]
TRACE_REFS -> Py_TRACE_REFS
Guido van Rossum [Wed, 22 May 1996 17:31:52 +0000 (17:31 +0000)]
Added PySys_SetPath.
Guido van Rossum [Wed, 22 May 1996 17:30:12 +0000 (17:30 +0000)]
Don't declare Py_FatalError.
Add Py_mport_Init and PyBuiltin_Init.
Guido van Rossum [Wed, 22 May 1996 17:28:54 +0000 (17:28 +0000)]
Define DL_IMPORT if necessary.
Include pydebug.h instead of declaring Py_FatalError.
Guido van Rossum [Wed, 22 May 1996 17:26:25 +0000 (17:26 +0000)]
Added __WATCOMC__ as DOS compiler.
Guido van Rossum [Wed, 22 May 1996 17:25:28 +0000 (17:25 +0000)]
Added decl for PyImport_Init.
Changed decl for inittab to define struct _inittab first.
Guido van Rossum [Wed, 22 May 1996 17:24:06 +0000 (17:24 +0000)]
Used new names for PyBuiltin_GetDict, PyBuiltin_GetModule.
Added PyBuiltin_Init.
Guido van Rossum [Wed, 22 May 1996 17:22:22 +0000 (17:22 +0000)]
Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace,
PyFile_WriteString.
Guido van Rossum [Wed, 22 May 1996 16:38:17 +0000 (16:38 +0000)]
Debug related variable/function definitions go here.
Guido van Rossum [Wed, 22 May 1996 16:37:29 +0000 (16:37 +0000)]
Non-trivial DL_IMPORT must now be defined in config.h.
Include <stdlib.h>.
Include several more Python header files, including new pydebug.h.
Guido van Rossum [Wed, 22 May 1996 16:35:33 +0000 (16:35 +0000)]
Use new names for debug macros. Don't include pythonrun.h.
Guido van Rossum [Wed, 22 May 1996 16:34:47 +0000 (16:34 +0000)]
TRACE_REFS -> Py_TRACE_REFS.
Added disgusting hack to force loading of abstract.o.
Guido van Rossum [Wed, 22 May 1996 16:33:22 +0000 (16:33 +0000)]
Added some visual enhancements of debugging ifdefs.
Added PyNumber_Coerce decl.
Guido van Rossum [Wed, 22 May 1996 16:30:09 +0000 (16:30 +0000)]
Removed TRACE_REFS and REF_DEBUG b/w compat hacks -- they don't work.
Added defs for getbuiltindict, getbuiltinmod (bltinmodule.c).
Guido van Rossum [Tue, 21 May 1996 23:44:17 +0000 (23:44 +0000)]
Plug memory leak in the previous fix :-(
Guido van Rossum [Tue, 21 May 1996 22:44:20 +0000 (22:44 +0000)]
Fix obscure bug in string%mapping where the mapping creates its items
on the fly -- there was an unsafe DECREF. Actually save some lines of
code by using abstract.c:PyObject_GetItem().
Guido van Rossum [Tue, 21 May 1996 20:30:07 +0000 (20:30 +0000)]
more changes copied from Grail
Jack Jansen [Mon, 20 May 1996 11:32:49 +0000 (11:32 +0000)]
Modified for 1.3.3 distribution
Jack Jansen [Mon, 20 May 1996 11:32:00 +0000 (11:32 +0000)]
Added splash method (to quickly display splash screen without first
having to load a zillion extension modules)
Jack Jansen [Mon, 20 May 1996 11:31:13 +0000 (11:31 +0000)]
Added waste
Jack Jansen [Mon, 20 May 1996 11:30:45 +0000 (11:30 +0000)]
Fixed callback handling on 68K machines.
Jack Jansen [Mon, 20 May 1996 11:30:09 +0000 (11:30 +0000)]
re-binhexed for 1.3.3 distribution
Jack Jansen [Mon, 20 May 1996 11:29:41 +0000 (11:29 +0000)]
Added waste and _tkinter modules
Jack Jansen [Mon, 20 May 1996 11:29:09 +0000 (11:29 +0000)]
Recreated tkpython.rsrc, upped version number
Jack Jansen [Mon, 20 May 1996 11:28:32 +0000 (11:28 +0000)]
Added USE_WASTE define
Jack Jansen [Mon, 20 May 1996 11:27:38 +0000 (11:27 +0000)]
Fixed up for 1.3.3 distribution, removed various old (and nuused)
project files.
Jack Jansen [Mon, 20 May 1996 11:24:18 +0000 (11:24 +0000)]
Export OptResObj_{New,Convert}
Jack Jansen [Mon, 20 May 1996 11:22:41 +0000 (11:22 +0000)]
Changed for 1.3.3 distribution
Guido van Rossum [Thu, 16 May 1996 20:43:40 +0000 (20:43 +0000)]
Remember source filename as <module>.__file__.
Guido van Rossum [Thu, 16 May 1996 17:53:48 +0000 (17:53 +0000)]
Made Place.info == Pack.info
Guido van Rossum [Thu, 16 May 1996 17:50:07 +0000 (17:50 +0000)]
Yet another mini fix to pack/grid info.
Guido van Rossum [Thu, 16 May 1996 17:17:31 +0000 (17:17 +0000)]
Patch from the net for 4.1 file handler changes.
Guido van Rossum [Thu, 16 May 1996 17:14:03 +0000 (17:14 +0000)]
Add __sinit() call according to Jack.
Guido van Rossum [Thu, 16 May 1996 17:11:27 +0000 (17:11 +0000)]
Some more changes from the net... Typos, 4.0/4.1 issues, new tkButtonInvoke().
Guido van Rossum [Thu, 16 May 1996 16:00:19 +0000 (16:00 +0000)]
Resync with Grail's Tkinter.py.
Guido van Rossum [Wed, 15 May 1996 22:49:57 +0000 (22:49 +0000)]
Set the base for atoi() and atol() to 0, since we're reading Python
numbers here, and so that atol() doesn't barf on the trailing 'L'.
Add a test case involving a long integer.
Guido van Rossum [Tue, 14 May 1996 21:54:20 +0000 (21:54 +0000)]
Added __name__ attribute to class instance method objects.
Removed im_doc attribute; __name__ and __doc__ are now handled by
special casing in instancemethodgetattr(). This saves a few bytes and
INCREF/DECREF calls per i.m. object allocation/deallocation.