]>
granicus.if.org Git - python/log
Guido van Rossum [Wed, 14 May 1997 21:38:03 +0000 (21:38 +0000)]
Fix typo in error reporting.
Guido van Rossum [Wed, 14 May 1997 21:37:23 +0000 (21:37 +0000)]
Fix hex tests for 64-bit machines.
Guido van Rossum [Wed, 14 May 1997 21:35:02 +0000 (21:35 +0000)]
Instructions updated for 1.5. Added the important note to set the
run-library to multithreaded dll.
Guido van Rossum [Wed, 14 May 1997 21:14:44 +0000 (21:14 +0000)]
Add -Olimit 1500 to OPT if CC supports it.
Guido van Rossum [Wed, 14 May 1997 21:12:51 +0000 (21:12 +0000)]
Suppress fork part of socket test when we can't fork.
Guido van Rossum [Wed, 14 May 1997 20:47:15 +0000 (20:47 +0000)]
Updated, mappingobject -> dictobject plus some other minor things.
Guido van Rossum [Wed, 14 May 1997 19:22:11 +0000 (19:22 +0000)]
Add sections for PIL (Fred Lundh).
Guido van Rossum [Wed, 14 May 1997 19:06:36 +0000 (19:06 +0000)]
Fix sys.platform test -- on Win, it is 'win32', not 'win'.
Guido van Rossum [Wed, 14 May 1997 18:57:21 +0000 (18:57 +0000)]
More rational implementation of get_qualified_path() -- search along
sys.path instead of assuming __file__ works.
Guido van Rossum [Wed, 14 May 1997 18:43:29 +0000 (18:43 +0000)]
Fix reversed test for failure in PySequence_List() and PySequence_Tuple().
This broke cPickle.
Guido van Rossum [Wed, 14 May 1997 18:32:32 +0000 (18:32 +0000)]
Typo! \\lib\\<path> should be .\\lib\\<path>
Guido van Rossum [Wed, 14 May 1997 18:27:51 +0000 (18:27 +0000)]
Fix showstopping bug (^ wouldn't match after \n). Jeffrey Ollie.
Guido van Rossum [Wed, 14 May 1997 17:59:37 +0000 (17:59 +0000)]
A new set of symbols. Hopefully this will be sufficient, I have no
idea how this is used, really.
Guido van Rossum [Wed, 14 May 1997 17:36:12 +0000 (17:36 +0000)]
One last rename glitch: import_modules -> _PyImport_Modules.
Guido van Rossum [Wed, 14 May 1997 15:54:27 +0000 (15:54 +0000)]
New makefile, for 1.5, with CRLF
Guido van Rossum [Wed, 14 May 1997 15:30:32 +0000 (15:30 +0000)]
Add a cast to a malloc to shut up the DEC Unix compiler.
Guido van Rossum [Tue, 13 May 1997 21:23:32 +0000 (21:23 +0000)]
Subsumed mappingobject.h in dictobject.h.
Guido van Rossum [Tue, 13 May 1997 21:05:38 +0000 (21:05 +0000)]
Renamed mappingobject.c to dictobject.c.
Guido van Rossum [Tue, 13 May 1997 21:04:26 +0000 (21:04 +0000)]
The usual
Guido van Rossum [Tue, 13 May 1997 21:02:11 +0000 (21:02 +0000)]
Renamed from mappingobject.c to dictobject.c.
(Sorry Jack, all your projects will have to be changed again. :-( )
Guido van Rossum [Tue, 13 May 1997 21:00:42 +0000 (21:00 +0000)]
Faster floating point allocator, same idea as the int allocator.
By Aaron Watters.
Guido van Rossum [Tue, 13 May 1997 19:25:57 +0000 (19:25 +0000)]
A completely new Rat.py by Sjoerd.
Guido van Rossum [Tue, 13 May 1997 19:21:22 +0000 (19:21 +0000)]
Longer default PYTHONPATH will find test, tkinter, and shared modules
in the build tree, when the current directory is the build tree root.
Guido van Rossum [Tue, 13 May 1997 19:20:18 +0000 (19:20 +0000)]
Remove a spurious ^M.
Guido van Rossum [Tue, 13 May 1997 19:19:41 +0000 (19:19 +0000)]
Keep gcc -Wall happy.
Guido van Rossum [Tue, 13 May 1997 19:03:23 +0000 (19:03 +0000)]
Untested changes by Skip Montanaro to have an optional limit on the
size of uploads to POST (new version of these patches).
Guido van Rossum [Tue, 13 May 1997 18:00:44 +0000 (18:00 +0000)]
Use compile-time test for 64-bit hardware instead of run-time test.
This silences some compilers.
Guido van Rossum [Tue, 13 May 1997 17:59:29 +0000 (17:59 +0000)]
Added $(srcdir)/ prefix to python.exp for AIX.
No idea if this actually works...
Guido van Rossum [Tue, 13 May 1997 17:58:16 +0000 (17:58 +0000)]
TESTPATH is no longer needed
Guido van Rossum [Tue, 13 May 1997 17:56:38 +0000 (17:56 +0000)]
Removed symbols that are no longer defined.
Still have to find a way to add symbols that *are* defined...
Guido van Rossum [Tue, 13 May 1997 17:53:34 +0000 (17:53 +0000)]
Keep picky compilers happy.
Guido van Rossum [Tue, 13 May 1997 17:51:13 +0000 (17:51 +0000)]
Support for various versions of the pthread draft.
Guido van Rossum [Tue, 13 May 1997 17:50:01 +0000 (17:50 +0000)]
(int) cast for strlen() to keep picky compilers happy.
Guido van Rossum [Tue, 13 May 1997 17:45:56 +0000 (17:45 +0000)]
Regenerated on newer Solaris version
Guido van Rossum [Tue, 13 May 1997 17:03:52 +0000 (17:03 +0000)]
Removed out-of-date TODO file
Jack Jansen [Tue, 13 May 1997 15:42:26 +0000 (15:42 +0000)]
Use ProgressBar to show progress in stead of print
Jack Jansen [Tue, 13 May 1997 15:41:48 +0000 (15:41 +0000)]
Don't free the MacOS_Splash() dialog twice...
Jack Jansen [Tue, 13 May 1997 15:41:07 +0000 (15:41 +0000)]
Add a few more BringToFont calls
Jack Jansen [Tue, 13 May 1997 11:28:03 +0000 (11:28 +0000)]
Export a few more New/Convert routines, on Just's request
Jack Jansen [Tue, 13 May 1997 11:27:19 +0000 (11:27 +0000)]
Regenrated from CW11 IDE
Guido van Rossum [Mon, 12 May 1997 22:15:52 +0000 (22:15 +0000)]
Finally found a wat to set a file nonblocking that works on Irix,
Solaris and Linux: use os.O_NONBLOCK.
Guido van Rossum [Mon, 12 May 1997 20:53:23 +0000 (20:53 +0000)]
Another change suggested by Donn Cave -- forget "step 5", which
searches /usr/local, /usr and /.
Guido van Rossum [Mon, 12 May 1997 20:49:39 +0000 (20:49 +0000)]
Fix problem reported by Donn Cave: if VPATH is an absolute path, it
would always be a hit. Prevent this by only using VPATH if we know
we are in the build directory.
Guido van Rossum [Mon, 12 May 1997 16:04:09 +0000 (16:04 +0000)]
Fix big ineficciency in regobj.search/match (introduced by Barry in an
otherwise laudible attempt to rationalize the argument parsing): it
would save a copy of the original string instead of a reference to it.
Go back to saving a reference, but keep the "s#" format (using a hack
that involves two argument parsing steps, first using "O", then using
"s#").
Jack Jansen [Mon, 12 May 1997 15:44:14 +0000 (15:44 +0000)]
Fixes to progress bar by SDM, modified by Jack:
- Window has a titlebar, and title() changes it
- The label is changed with label()
- The window is now movable-modal
- Cancel is now called Stop, and works.
Guido van Rossum [Sat, 10 May 1997 22:33:55 +0000 (22:33 +0000)]
Add optional 'sizehint' argument to readlines(). After approximately
this many bytes have been read, readlines stops. Because of
buffering, the amount of bytes read is usually at least 8K more than
the hint.
Also changed read() and readline() to use PyArg_ParseTuple().
(Note that the *previous* checkin also fixed error handling and
narrowed the range of thread unblocking for all methods using
fread().)
Guido van Rossum [Sat, 10 May 1997 22:07:25 +0000 (22:07 +0000)]
Rewrite readlines() to speed it up -- about a factor of 2 on my
Indigo2, reading a 9Meg file from the local disk.
Guido van Rossum [Fri, 9 May 1997 22:27:31 +0000 (22:27 +0000)]
Speed up read() (i.e. read till EOF) considerably by doing a stat() to
see if we can guess the #bytes until the end of the file. If we
can't, increment the buffer size increments up to 0.5Meg to avoid
realloc'ing too much.
cvs2svn [Fri, 9 May 1997 03:21:44 +0000 (03:21 +0000)]
This commit was manufactured by cvs2svn to create tag 'r15a1'.
Guido van Rossum [Fri, 9 May 1997 03:21:44 +0000 (03:21 +0000)]
Modernized for 1.5
Guido van Rossum [Fri, 9 May 1997 03:21:12 +0000 (03:21 +0000)]
New heros.
Guido van Rossum [Fri, 9 May 1997 03:19:29 +0000 (03:19 +0000)]
Scroll to top of info window when done.
Guido van Rossum [Fri, 9 May 1997 03:05:16 +0000 (03:05 +0000)]
Oops -- missed FloatingPointError.
Guido van Rossum [Fri, 9 May 1997 03:03:23 +0000 (03:03 +0000)]
Oops -- missed FloatingPointError in renaming.
Guido van Rossum [Fri, 9 May 1997 02:42:48 +0000 (02:42 +0000)]
The usual.
Guido van Rossum [Fri, 9 May 1997 02:42:00 +0000 (02:42 +0000)]
Added --with-fpectl. Change checks for -lm, -lc.
Guido van Rossum [Fri, 9 May 1997 02:41:10 +0000 (02:41 +0000)]
Move WANT_SIGFPE_HANDLER.
Guido van Rossum [Fri, 9 May 1997 02:40:44 +0000 (02:40 +0000)]
Add HAVE_PTHREAD_H; move WANT_SIGFPE_HANDLER.
Guido van Rossum [Fri, 9 May 1997 02:40:09 +0000 (02:40 +0000)]
1.5a1 adaptations.
Guido van Rossum [Fri, 9 May 1997 02:35:58 +0000 (02:35 +0000)]
Latest from Jeffrey Ollie.
Infinite failure stack, some bugs fixed (fastmap, star_jump, register bug).
Guido van Rossum [Fri, 9 May 1997 02:25:55 +0000 (02:25 +0000)]
Fix the date.
Guido van Rossum [Fri, 9 May 1997 02:23:45 +0000 (02:23 +0000)]
Added docs for dumbdbm (AMK), and misc small fixes.
Guido van Rossum [Fri, 9 May 1997 02:22:59 +0000 (02:22 +0000)]
Document return value of wait[pid]() more carefully.
Document how to get exit status of a popen() command.
Guido van Rossum [Fri, 9 May 1997 02:21:51 +0000 (02:21 +0000)]
Document "" and "<broadcast>".
Guido van Rossum [Fri, 9 May 1997 02:21:06 +0000 (02:21 +0000)]
Regenerated on a newer Linux version.
Guido van Rossum [Fri, 9 May 1997 02:17:12 +0000 (02:17 +0000)]
Avoid warning from gcc on Linux about dropping const.
Guido van Rossum [Fri, 9 May 1997 02:06:05 +0000 (02:06 +0000)]
Fix the NDELAY test; avoid outputting binary garbage.
Guido van Rossum [Fri, 9 May 1997 01:54:45 +0000 (01:54 +0000)]
Print less in test_socket.
Guido van Rossum [Fri, 9 May 1997 01:07:15 +0000 (01:07 +0000)]
removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits.
Guido van Rossum [Fri, 9 May 1997 01:00:56 +0000 (01:00 +0000)]
Latest and greatest.
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.
Guido van Rossum [Fri, 9 May 1997 00:58:02 +0000 (00:58 +0000)]
Get rid of obsolete support for access statement.
Guido van Rossum [Fri, 9 May 1997 00:39:04 +0000 (00:39 +0000)]
Get rid of obsolete ACCESS_MODE opcode.
Guido van Rossum [Thu, 8 May 1997 23:44:57 +0000 (23:44 +0000)]
Add warning that it's out of date.
Guido van Rossum [Thu, 8 May 1997 23:43:52 +0000 (23:43 +0000)]
forgot to rename import_filetab
Guido van Rossum [Thu, 8 May 1997 23:39:55 +0000 (23:39 +0000)]
??? maybe window size
Guido van Rossum [Thu, 8 May 1997 23:39:31 +0000 (23:39 +0000)]
Added assert statement.
Guido van Rossum [Thu, 8 May 1997 23:39:12 +0000 (23:39 +0000)]
Added assert resword.
Guido van Rossum [Thu, 8 May 1997 23:21:48 +0000 (23:21 +0000)]
Tiny utility prints the latest set of reserved words.
Guido van Rossum [Thu, 8 May 1997 23:21:09 +0000 (23:21 +0000)]
Checking in old changes -- no idea why (probably window size).
Guido van Rossum [Thu, 8 May 1997 23:14:57 +0000 (23:14 +0000)]
The usual.
Guido van Rossum [Thu, 8 May 1997 23:11:52 +0000 (23:11 +0000)]
Improve getting the mailbox from the environment.
Guido van Rossum [Thu, 8 May 1997 23:11:04 +0000 (23:11 +0000)]
Set correct RFC number.
Guido van Rossum [Thu, 8 May 1997 23:10:42 +0000 (23:10 +0000)]
Set correct RFC number. Open input in binary.
Guido van Rossum [Wed, 7 May 1997 23:51:07 +0000 (23:51 +0000)]
Oops, missed some renamings.
Guido van Rossum [Wed, 7 May 1997 23:50:40 +0000 (23:50 +0000)]
Oops, rename2.h was included by some other headers.
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.
Guido van Rossum [Wed, 7 May 1997 17:42:41 +0000 (17:42 +0000)]
On popular demand, re-enable the readline event hook.
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.
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)
Jack Jansen [Wed, 7 May 1997 15:50:56 +0000 (15:50 +0000)]
Sometimes tried to modify a tuple. Fixed.
Jack Jansen [Wed, 7 May 1997 15:49:51 +0000 (15:49 +0000)]
Version upped to 1.5a1
Jack Jansen [Wed, 7 May 1997 15:49:38 +0000 (15:49 +0000)]
Included new MSL error numbers
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.
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).
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
Jack Jansen [Wed, 7 May 1997 15:45:01 +0000 (15:45 +0000)]
c2pstr 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
Jack Jansen [Wed, 7 May 1997 15:43:38 +0000 (15:43 +0000)]
Updated for building with MSL libraries
Jack Jansen [Wed, 7 May 1997 15:42:50 +0000 (15:42 +0000)]
Updated for (optional) use of MSL libraries