]>
granicus.if.org Git - python/log
Guido van Rossum [Mon, 17 Jun 1996 16:56:56 +0000 (16:56 +0000)]
Added new.instance(class, dict).
Guido van Rossum [Thu, 13 Jun 1996 19:12:35 +0000 (19:12 +0000)]
Added splitnport(), which is like splitport() but returns a numeric port,
is forgiving about semi-numeric port numbers, and allows you to specify
a default port (default is -1, None returned for nonnumeric port).
Guido van Rossum [Wed, 12 Jun 1996 04:24:52 +0000 (04:24 +0000)]
added capitalize()
Guido van Rossum [Wed, 12 Jun 1996 04:22:53 +0000 (04:22 +0000)]
Yet another pass at fd2obj -- this time for Windows
Guido van Rossum [Wed, 12 Jun 1996 04:20:27 +0000 (04:20 +0000)]
provide access to $(exec_)prefix
Guido van Rossum [Wed, 12 Jun 1996 04:04:55 +0000 (04:04 +0000)]
ntohs, ntohl, htons, htonl -- thanks to Lance
Guido van Rossum [Wed, 12 Jun 1996 04:04:22 +0000 (04:04 +0000)]
more changes for Windows, sigh
Guido van Rossum [Tue, 11 Jun 1996 20:12:49 +0000 (20:12 +0000)]
Bastionification utility (useful for rexec clients)
Guido van Rossum [Tue, 11 Jun 1996 18:45:15 +0000 (18:45 +0000)]
Add third arg to split(). Add capwords() -- which uses that.
Guido van Rossum [Tue, 11 Jun 1996 18:43:00 +0000 (18:43 +0000)]
Added capitalize() and capwords().
Guido van Rossum [Tue, 11 Jun 1996 18:40:02 +0000 (18:40 +0000)]
Add a hack for Solaris threads (why not, there are zillions of
hacks for Windows and DOS here already :-( ).
Guido van Rossum [Tue, 11 Jun 1996 18:38:48 +0000 (18:38 +0000)]
Avoid core dump in resizestring() on read() with 0 bytes.
Guido van Rossum [Tue, 11 Jun 1996 18:36:33 +0000 (18:36 +0000)]
Calculate length of AF_UNIX addr struct portably in getsockaddrarg().
Guido van Rossum [Tue, 11 Jun 1996 18:35:24 +0000 (18:35 +0000)]
Get rid of obsolete allowbroadcast().
Avoid core dumps in resizestring().
Guido van Rossum [Tue, 11 Jun 1996 18:33:14 +0000 (18:33 +0000)]
Avoid core dump on symcomp("").
Guido van Rossum [Tue, 11 Jun 1996 18:32:18 +0000 (18:32 +0000)]
Got rid of florida hack and made it work with Solaris 2.5 pthreads.
Wonder if this will break it on all other platforms :-)
Guido van Rossum [Tue, 11 Jun 1996 15:11:34 +0000 (15:11 +0000)]
A fcntl implementation for systems (like Solaris) without flock() call.
By Sjoerd.
Guido van Rossum [Tue, 11 Jun 1996 15:03:14 +0000 (15:03 +0000)]
regenerated files from IRIX 5.3 headers
Guido van Rossum [Tue, 11 Jun 1996 00:16:27 +0000 (00:16 +0000)]
Support optional filename argument for retrieve() and urlretrieve(),
to specify where it should go (if specified, even local files will be
copied into the given file).
Guido van Rossum [Mon, 10 Jun 1996 19:44:49 +0000 (19:44 +0000)]
Note that EOF is ^Z on DOS. Spell Unix as \UNIX in some more places.
Note that .pyc files are platform independent.
Guido van Rossum [Mon, 10 Jun 1996 19:04:02 +0000 (19:04 +0000)]
small fix by Sjoerd
Jack Jansen [Fri, 31 May 1996 13:02:52 +0000 (13:02 +0000)]
Use py_resource module
Jack Jansen [Fri, 31 May 1996 13:02:21 +0000 (13:02 +0000)]
Module to handle PYC resources
Jack Jansen [Fri, 31 May 1996 13:01:39 +0000 (13:01 +0000)]
PyMac_GetFixed() didn't return 1 on success
Guido van Rossum [Wed, 29 May 1996 14:15:19 +0000 (14:15 +0000)]
Use correct field of sigaction struct
Guido van Rossum [Wed, 29 May 1996 00:02:30 +0000 (00:02 +0000)]
change DumbWriter to derive from NullWriter
Guido van Rossum [Tue, 28 May 1996 23:54:24 +0000 (23:54 +0000)]
optimizations due to Fred Drake; added urldefrag() function
Guido van Rossum [Tue, 28 May 1996 23:52:06 +0000 (23:52 +0000)]
Conversions between mac paths and URLs
Guido van Rossum [Tue, 28 May 1996 23:50:49 +0000 (23:50 +0000)]
Many improvements dure to Fred Drake
Guido van Rossum [Tue, 28 May 1996 23:41:25 +0000 (23:41 +0000)]
Docstringified and PASV support by Siebren (including new ftpcp() function).
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.