]> granicus.if.org Git - python/log
python
28 years agoOpen the output files with 'wb', not 'w'.
Guido van Rossum [Thu, 15 May 1997 18:25:29 +0000 (18:25 +0000)]
Open the output files with 'wb', not 'w'.

28 years agoAdded BabylMailbox class by Fred Lundh (untested).
Guido van Rossum [Thu, 15 May 1997 14:33:09 +0000 (14:33 +0000)]
Added BabylMailbox class by Fred Lundh (untested).

28 years agoThis commit was manufactured by cvs2svn to create tag 'r15a2'. v1.5a2
cvs2svn [Thu, 15 May 1997 12:24:53 +0000 (12:24 +0000)]
This commit was manufactured by cvs2svn to create tag 'r15a2'.

28 years agoAdd pthred-std define for Linux.
Guido van Rossum [Thu, 15 May 1997 12:24:53 +0000 (12:24 +0000)]
Add pthred-std define for Linux.

28 years agoRegenreated for MSL
Jack Jansen [Thu, 15 May 1997 11:18:32 +0000 (11:18 +0000)]
Regenreated for MSL

28 years agoMSL errno.h has moved some errors around, and doesn't document
Jack Jansen [Thu, 15 May 1997 11:18:13 +0000 (11:18 +0000)]
MSL errno.h has moved some errors around, and doesn't document
them in comments, so we do that ourselves.

28 years agoBump level to 1.5a2.
Guido van Rossum [Wed, 14 May 1997 21:41:46 +0000 (21:41 +0000)]
Bump level to 1.5a2.

28 years agoUpdate description of "make test" to new test harness.
Guido van Rossum [Wed, 14 May 1997 21:39:05 +0000 (21:39 +0000)]
Update description of "make test" to new test harness.
Change DEC OSF/1 to DEC Unix.
Add note about AIX bug in 4.2.1.

28 years agoFix typo in error reporting.
Guido van Rossum [Wed, 14 May 1997 21:38:03 +0000 (21:38 +0000)]
Fix typo in error reporting.

28 years agoFix hex tests for 64-bit machines.
Guido van Rossum [Wed, 14 May 1997 21:37:23 +0000 (21:37 +0000)]
Fix hex tests for 64-bit machines.

28 years agoInstructions updated for 1.5. Added the important note to set the
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.

28 years agoAdd -Olimit 1500 to OPT if CC supports it.
Guido van Rossum [Wed, 14 May 1997 21:14:44 +0000 (21:14 +0000)]
Add -Olimit 1500 to OPT if CC supports it.

28 years agoSuppress fork part of socket test when we can't fork.
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.

28 years agoUpdated, mappingobject -> dictobject plus some other minor things.
Guido van Rossum [Wed, 14 May 1997 20:47:15 +0000 (20:47 +0000)]
Updated, mappingobject -> dictobject plus some other minor things.

28 years agoAdd sections for PIL (Fred Lundh).
Guido van Rossum [Wed, 14 May 1997 19:22:11 +0000 (19:22 +0000)]
Add sections for PIL (Fred Lundh).

28 years agoFix sys.platform test -- on Win, it is 'win32', not 'win'.
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'.

28 years agoMore rational implementation of get_qualified_path() -- search along
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.

28 years agoFix reversed test for failure in PySequence_List() and PySequence_Tuple().
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.

28 years agoTypo! \\lib\\<path> should be .\\lib\\<path>
Guido van Rossum [Wed, 14 May 1997 18:32:32 +0000 (18:32 +0000)]
Typo!  \\lib\\<path> should be .\\lib\\<path>

28 years agoFix showstopping bug (^ wouldn't match after \n). Jeffrey Ollie.
Guido van Rossum [Wed, 14 May 1997 18:27:51 +0000 (18:27 +0000)]
Fix showstopping bug (^ wouldn't match after \n).  Jeffrey Ollie.

28 years agoA new set of symbols. Hopefully this will be sufficient, I have no
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.

28 years agoOne last rename glitch: import_modules -> _PyImport_Modules.
Guido van Rossum [Wed, 14 May 1997 17:36:12 +0000 (17:36 +0000)]
One last rename glitch: import_modules -> _PyImport_Modules.

28 years agoNew makefile, for 1.5, with CRLF
Guido van Rossum [Wed, 14 May 1997 15:54:27 +0000 (15:54 +0000)]
New makefile, for 1.5, with CRLF

28 years agoAdd a cast to a malloc to shut up the DEC Unix compiler.
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.

28 years agoSubsumed mappingobject.h in dictobject.h.
Guido van Rossum [Tue, 13 May 1997 21:23:32 +0000 (21:23 +0000)]
Subsumed mappingobject.h in dictobject.h.

28 years agoRenamed mappingobject.c to dictobject.c.
Guido van Rossum [Tue, 13 May 1997 21:05:38 +0000 (21:05 +0000)]
Renamed mappingobject.c to dictobject.c.

28 years agoThe usual
Guido van Rossum [Tue, 13 May 1997 21:04:26 +0000 (21:04 +0000)]
The usual

28 years agoRenamed from mappingobject.c to dictobject.c.
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. :-( )

28 years agoFaster floating point allocator, same idea as the int allocator.
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.

28 years agoA completely new Rat.py by Sjoerd.
Guido van Rossum [Tue, 13 May 1997 19:25:57 +0000 (19:25 +0000)]
A completely new Rat.py by Sjoerd.

28 years agoLonger default PYTHONPATH will find test, tkinter, and shared modules
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.

28 years agoRemove a spurious ^M.
Guido van Rossum [Tue, 13 May 1997 19:20:18 +0000 (19:20 +0000)]
Remove a spurious ^M.

28 years agoKeep gcc -Wall happy.
Guido van Rossum [Tue, 13 May 1997 19:19:41 +0000 (19:19 +0000)]
Keep gcc -Wall happy.

28 years agoUntested changes by Skip Montanaro to have an optional limit on the
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).

28 years agoUse compile-time test for 64-bit hardware instead of run-time test.
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.

28 years agoAdded $(srcdir)/ prefix to python.exp for AIX.
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...

28 years agoTESTPATH is no longer needed
Guido van Rossum [Tue, 13 May 1997 17:58:16 +0000 (17:58 +0000)]
TESTPATH is no longer needed

28 years agoRemoved symbols that are no longer defined.
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...

28 years agoKeep picky compilers happy.
Guido van Rossum [Tue, 13 May 1997 17:53:34 +0000 (17:53 +0000)]
Keep picky compilers happy.

28 years agoSupport for various versions of the pthread draft.
Guido van Rossum [Tue, 13 May 1997 17:51:13 +0000 (17:51 +0000)]
Support for various versions of the pthread draft.

28 years ago(int) cast for strlen() to keep picky compilers happy.
Guido van Rossum [Tue, 13 May 1997 17:50:01 +0000 (17:50 +0000)]
(int) cast for strlen() to keep picky compilers happy.

28 years agoRegenerated on newer Solaris version
Guido van Rossum [Tue, 13 May 1997 17:45:56 +0000 (17:45 +0000)]
Regenerated on newer Solaris version

28 years agoRemoved out-of-date TODO file
Guido van Rossum [Tue, 13 May 1997 17:03:52 +0000 (17:03 +0000)]
Removed out-of-date TODO file

28 years agoUse ProgressBar to show progress in stead of print
Jack Jansen [Tue, 13 May 1997 15:42:26 +0000 (15:42 +0000)]
Use ProgressBar to show progress in stead of print

28 years agoDon't free the MacOS_Splash() dialog twice...
Jack Jansen [Tue, 13 May 1997 15:41:48 +0000 (15:41 +0000)]
Don't free the MacOS_Splash() dialog twice...

28 years agoAdd a few more BringToFont calls
Jack Jansen [Tue, 13 May 1997 15:41:07 +0000 (15:41 +0000)]
Add a few more BringToFont calls

28 years agoExport a few more New/Convert routines, on Just's request
Jack Jansen [Tue, 13 May 1997 11:28:03 +0000 (11:28 +0000)]
Export a few more New/Convert routines, on Just's request

28 years agoRegenrated from CW11 IDE
Jack Jansen [Tue, 13 May 1997 11:27:19 +0000 (11:27 +0000)]
Regenrated from CW11 IDE

28 years agoFinally found a wat to set a file nonblocking that works on Irix,
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.

28 years agoAnother change suggested by Donn Cave -- forget "step 5", which
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 /.

28 years agoFix problem reported by Donn Cave: if VPATH is an absolute path, it
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.

28 years agoFix big ineficciency in regobj.search/match (introduced by Barry in an
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#").

28 years agoFixes to progress bar by SDM, modified by Jack:
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.

28 years agoAdd optional 'sizehint' argument to readlines(). After approximately
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().)

28 years agoRewrite readlines() to speed it up -- about a factor of 2 on my
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.

28 years agoSpeed up read() (i.e. read till EOF) considerably by doing a stat() to
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.

28 years agoThis commit was manufactured by cvs2svn to create tag 'r15a1'. v1.5a1
cvs2svn [Fri, 9 May 1997 03:21:44 +0000 (03:21 +0000)]
This commit was manufactured by cvs2svn to create tag 'r15a1'.

28 years agoModernized for 1.5
Guido van Rossum [Fri, 9 May 1997 03:21:44 +0000 (03:21 +0000)]
Modernized for 1.5

28 years agoNew heros.
Guido van Rossum [Fri, 9 May 1997 03:21:12 +0000 (03:21 +0000)]
New heros.

28 years agoScroll to top of info window when done.
Guido van Rossum [Fri, 9 May 1997 03:19:29 +0000 (03:19 +0000)]
Scroll to top of info window when done.

28 years agoOops -- missed FloatingPointError.
Guido van Rossum [Fri, 9 May 1997 03:05:16 +0000 (03:05 +0000)]
Oops -- missed FloatingPointError.

28 years agoOops -- missed FloatingPointError in renaming.
Guido van Rossum [Fri, 9 May 1997 03:03:23 +0000 (03:03 +0000)]
Oops -- missed FloatingPointError in renaming.

28 years agoThe usual.
Guido van Rossum [Fri, 9 May 1997 02:42:48 +0000 (02:42 +0000)]
The usual.

28 years agoAdded --with-fpectl. Change checks for -lm, -lc.
Guido van Rossum [Fri, 9 May 1997 02:42:00 +0000 (02:42 +0000)]
Added --with-fpectl.  Change checks for -lm, -lc.

28 years agoMove WANT_SIGFPE_HANDLER.
Guido van Rossum [Fri, 9 May 1997 02:41:10 +0000 (02:41 +0000)]
Move WANT_SIGFPE_HANDLER.

28 years agoAdd HAVE_PTHREAD_H; 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.

28 years ago1.5a1 adaptations.
Guido van Rossum [Fri, 9 May 1997 02:40:09 +0000 (02:40 +0000)]
1.5a1 adaptations.

28 years agoLatest from Jeffrey Ollie.
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).

28 years agoFix the date.
Guido van Rossum [Fri, 9 May 1997 02:25:55 +0000 (02:25 +0000)]
Fix the date.

28 years agoAdded docs for dumbdbm (AMK), and misc small fixes.
Guido van Rossum [Fri, 9 May 1997 02:23:45 +0000 (02:23 +0000)]
Added docs for dumbdbm (AMK), and misc small fixes.

28 years agoDocument return value of wait[pid]() more carefully.
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.

28 years agoDocument "" and "<broadcast>".
Guido van Rossum [Fri, 9 May 1997 02:21:51 +0000 (02:21 +0000)]
Document "" and "<broadcast>".

28 years agoRegenerated on a newer Linux version.
Guido van Rossum [Fri, 9 May 1997 02:21:06 +0000 (02:21 +0000)]
Regenerated on a newer Linux version.

28 years agoAvoid warning from gcc on Linux about dropping const.
Guido van Rossum [Fri, 9 May 1997 02:17:12 +0000 (02:17 +0000)]
Avoid warning from gcc on Linux about dropping const.

28 years agoFix the NDELAY test; avoid outputting binary garbage.
Guido van Rossum [Fri, 9 May 1997 02:06:05 +0000 (02:06 +0000)]
Fix the NDELAY test; avoid outputting binary garbage.

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