]> granicus.if.org Git - python/log
python
28 years agoRenamed Grandly
Roger E. Masse [Mon, 9 Dec 1996 22:59:53 +0000 (22:59 +0000)]
Renamed Grandly

28 years agoNew test module for complex math module
Roger E. Masse [Mon, 9 Dec 1996 22:59:15 +0000 (22:59 +0000)]
New test module for complex math module

28 years agoAdded test_cmath.py to test complex math module
Roger E. Masse [Mon, 9 Dec 1996 22:58:42 +0000 (22:58 +0000)]
Added test_cmath.py to test complex math module

28 years ago(testall.py): Slightly improved test harness to make it easier to add
Barry Warsaw [Mon, 9 Dec 1996 22:34:15 +0000 (22:34 +0000)]
(testall.py): Slightly improved test harness to make it easier to add
simple tests.

(testall.py, testall.out): Added MD5 testsuite

28 years agoRenamed
Barry Warsaw [Mon, 9 Dec 1996 22:32:36 +0000 (22:32 +0000)]
Renamed

28 years agoRemoved some unneeded header files and reedited with a fixed-width font
Roger E. Masse [Mon, 9 Dec 1996 22:24:19 +0000 (22:24 +0000)]
Removed some unneeded header files and reedited with a fixed-width font
from emacs as per recomendation from GvR

28 years ago(python-cc-style): Oops, we decided to use TABs for 8 spaces where
Barry Warsaw [Mon, 9 Dec 1996 22:07:22 +0000 (22:07 +0000)]
(python-cc-style): Oops, we decided to use TABs for 8 spaces where
possible.

28 years agoC coding standard for Python C files.
Barry Warsaw [Mon, 9 Dec 1996 21:57:25 +0000 (21:57 +0000)]
C coding standard for Python C files.

Currently fairly minimal, but I'll be adding to this as needed.  I
think it's pretty darn close.

To use this, just load the file and in a C buffer type:

M-x c-set-style RET python RET

[there are ways to automate much of this!]

28 years agoAdded test_strop
Barry Warsaw [Mon, 9 Dec 1996 21:49:55 +0000 (21:49 +0000)]
Added test_strop

28 years agoAdded tests of all strop module functions, and touching of module
Barry Warsaw [Mon, 9 Dec 1996 21:49:10 +0000 (21:49 +0000)]
Added tests of all strop module functions, and touching of module
variables

28 years agoAdded test_array output line.
Guido van Rossum [Mon, 9 Dec 1996 21:37:33 +0000 (21:37 +0000)]
Added test_array output line.

28 years agoRenamed Grandly (I think).
Roger E. Masse [Mon, 9 Dec 1996 20:10:36 +0000 (20:10 +0000)]
Renamed Grandly (I think).

28 years agomodule to test the arraymodule created and added to testall.py
Roger E. Masse [Mon, 9 Dec 1996 20:09:16 +0000 (20:09 +0000)]
module to test the arraymodule created and added to testall.py

28 years agoChanges to keep gcc -Wall happy.
Guido van Rossum [Mon, 9 Dec 1996 18:52:11 +0000 (18:52 +0000)]
Changes to keep gcc -Wall happy.

28 years agoAdded `void' to declaration of initgl(), to keep gcc -Wall happy.
Guido van Rossum [Mon, 9 Dec 1996 18:51:51 +0000 (18:51 +0000)]
Added `void' to declaration of initgl(), to keep gcc -Wall happy.

28 years agoAdded a bunch of extern void decls, to keep gcc -Wall happy.
Guido van Rossum [Mon, 9 Dec 1996 18:49:42 +0000 (18:49 +0000)]
Added a bunch of extern void decls, to keep gcc -Wall happy.

28 years agoInclude <sys/ioctl.h>, to keep gcc -Wall happy.
Guido van Rossum [Mon, 9 Dec 1996 18:49:14 +0000 (18:49 +0000)]
Include <sys/ioctl.h>, to keep gcc -Wall happy.

28 years agoMake dummy int public (with _Py_ prefix), to keep gcc -Wall happy.
Guido van Rossum [Mon, 9 Dec 1996 18:48:32 +0000 (18:48 +0000)]
Make dummy int public (with _Py_ prefix), to keep gcc -Wall happy.

28 years agoAdd ``extern void bzero();'' for SGI, to keep gcc -Wall happy.
Guido van Rossum [Mon, 9 Dec 1996 18:47:43 +0000 (18:47 +0000)]
Add ``extern void bzero();'' for SGI, to keep gcc -Wall happy.

28 years agoInclude unistd.h to keep gcc -Wall happy.
Guido van Rossum [Mon, 9 Dec 1996 18:46:58 +0000 (18:46 +0000)]
Include unistd.h to keep gcc -Wall happy.

28 years agoAdded ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy.
Guido van Rossum [Mon, 9 Dec 1996 18:46:28 +0000 (18:46 +0000)]
Added ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy.

28 years agoAdded #ifdef around ``extern int ftime();'' for MS WINDOWS (which has
Guido van Rossum [Mon, 9 Dec 1996 18:38:52 +0000 (18:38 +0000)]
Added #ifdef around ``extern int ftime();'' for MS WINDOWS (which has
a conflicting definition somewhere).
Resolved line wrap for error message in ins().

28 years agoGreatly renamed.
Barry Warsaw [Mon, 9 Dec 1996 18:35:56 +0000 (18:35 +0000)]
Greatly renamed.

28 years agoins(): missed a renaming in a string: dictinsert =>
Barry Warsaw [Mon, 9 Dec 1996 18:24:35 +0000 (18:24 +0000)]
ins(): missed a renaming in a string: dictinsert =>
PyDict_SetItemString.

GvR: note the long line > 80 chars.  Wrapping suggestions?

28 years agoGreatly renamed.
Barry Warsaw [Fri, 6 Dec 1996 23:32:14 +0000 (23:32 +0000)]
Greatly renamed.

28 years agoAdded test_time
Barry Warsaw [Fri, 6 Dec 1996 23:30:49 +0000 (23:30 +0000)]
Added test_time

28 years agoAdded 'test_time'
Barry Warsaw [Fri, 6 Dec 1996 23:30:33 +0000 (23:30 +0000)]
Added 'test_time'

28 years agotest of time module. not terribly fancy, but it does touch every
Barry Warsaw [Fri, 6 Dec 1996 23:30:07 +0000 (23:30 +0000)]
test of time module.  not terribly fancy, but it does touch every
function and variable in the module, verifies a few return values and
even tests a couple of known error conditions.

28 years agoAdded descriptions of parsedate(), parsedate_tz(), getdate_tz()
Guido van Rossum [Fri, 6 Dec 1996 21:23:53 +0000 (21:23 +0000)]
Added descriptions of parsedate(), parsedate_tz(), getdate_tz()
(all contributed by Andrew Kuchling).

28 years agoAdded section for operator module (compiled Skip Montanaro).
Guido van Rossum [Fri, 6 Dec 1996 21:22:41 +0000 (21:22 +0000)]
Added section for operator module (compiled Skip Montanaro).

28 years agoThe usual.
Guido van Rossum [Fri, 6 Dec 1996 21:19:16 +0000 (21:19 +0000)]
The usual.

28 years agoTest for sys/file.h.
Guido van Rossum [Fri, 6 Dec 1996 21:18:18 +0000 (21:18 +0000)]
Test for sys/file.h.
Determine sizeof int and long.
For HPUX, add linker options for shared library usage.

28 years agoAdd extern decl of ftime() to make gcc -Wall happy.
Guido van Rossum [Fri, 6 Dec 1996 20:17:44 +0000 (20:17 +0000)]
Add extern decl of ftime() to make gcc -Wall happy.

28 years agoFix core dump from pow(x,y,0).
Guido van Rossum [Fri, 6 Dec 1996 20:14:43 +0000 (20:14 +0000)]
Fix core dump from pow(x,y,0).
Make gcc -Wall happy.

28 years ago(Makefile): Added sym links for each manual, i.e., index.html -> lib.html.
Fred Drake [Fri, 6 Dec 1996 20:06:37 +0000 (20:06 +0000)]
(Makefile):  Added sym links for each manual, i.e., index.html -> lib.html.
This makes addressing the manuals a little simpler.

28 years ago(Makefile): The sed hack is needed for all 3 manuals processed by latex2html;
Fred Drake [Fri, 6 Dec 1996 18:45:30 +0000 (18:45 +0000)]
(Makefile):  The sed hack is needed for all 3 manuals processed by latex2html;
the comma must represent a bug in the modified process_command()
function, but I haven't found it yet.  This will work for now.

28 years ago(Makefile): Rip out old partparse.py / texi2html.py stuff -- use latex2html
Fred Drake [Fri, 6 Dec 1996 15:11:34 +0000 (15:11 +0000)]
(Makefile):  Rip out old partparse.py / texi2html.py stuff -- use latex2html
instead!  Updated some comments.

28 years ago(myformat.perl): Don't italicize the '[]' characters around optional
Fred Drake [Fri, 6 Dec 1996 15:09:14 +0000 (15:09 +0000)]
(myformat.perl):  Don't italicize the '[]' characters around optional
parameters.

28 years ago(.latex2html-init): Restore one setting to the default (no real need to
Fred Drake [Fri, 6 Dec 1996 14:50:58 +0000 (14:50 +0000)]
(.latex2html-init):  Restore one setting to the default (no real need to
change it), and correct a typo in a comment.

28 years agoKeep gcc -Wall happy.
Guido van Rossum [Thu, 5 Dec 1996 23:43:35 +0000 (23:43 +0000)]
Keep gcc -Wall happy.

28 years agoAdd case for 'R' and a little bit of cleanup. Andrew Kuchling.
Guido van Rossum [Thu, 5 Dec 1996 23:41:26 +0000 (23:41 +0000)]
Add case for 'R' and a little bit of cleanup.  Andrew Kuchling.

28 years agoJim F's brainchild
Guido van Rossum [Thu, 5 Dec 1996 23:30:48 +0000 (23:30 +0000)]
Jim F's brainchild

28 years agoFix bad format char in error msg (%s should be %d).
Guido van Rossum [Thu, 5 Dec 1996 23:30:16 +0000 (23:30 +0000)]
Fix bad format char in error msg (%s should be %d).

Keep gcc -Wall happy.

28 years agoKeep gcc -Wall happy.
Guido van Rossum [Thu, 5 Dec 1996 23:27:02 +0000 (23:27 +0000)]
Keep gcc -Wall happy.

28 years agoSupport __complex__ method on instances, for complex() conversion.
Guido van Rossum [Thu, 5 Dec 1996 23:18:18 +0000 (23:18 +0000)]
Support __complex__ method on instances, for complex() conversion.

Keep gcc -Wall happy.

28 years agoChange the Don Beaudry hack into the Don B + Jim F hack; now, if *any*
Guido van Rossum [Thu, 5 Dec 1996 23:17:11 +0000 (23:17 +0000)]
Change the Don Beaudry hack into the Don B + Jim F hack; now, if *any*
base class is special it gets invoked.

Make gcc -Wall happy.

28 years agoSome extra flags that an HPUX user wants me to add.
Guido van Rossum [Thu, 5 Dec 1996 23:15:35 +0000 (23:15 +0000)]
Some extra flags that an HPUX user wants me to add.

28 years agoTentative changes to make this work better on 64-bit machines.
Guido van Rossum [Thu, 5 Dec 1996 23:15:02 +0000 (23:15 +0000)]
Tentative changes to make this work better on 64-bit machines.
A plain int that doesn't fit in 32 bits will be marshalled using a new
type.  32 bits machines can't handle this and will issue a warning.

28 years ago(libparser.tex): Added note that the line number for a terminal token
Fred Drake [Thu, 5 Dec 1996 22:28:43 +0000 (22:28 +0000)]
(libparser.tex):  Added note that the line number for a terminal token
indicates the line on which the token ends rather than starts
(a side effect of interpreting the parse tree nodes directly).
Maybe I'll fix this for Python 2.0.

28 years agoMore stale info.
Guido van Rossum [Thu, 5 Dec 1996 22:26:17 +0000 (22:26 +0000)]
More stale info.

28 years agoNew URL for Swiss ftp mirror.
Guido van Rossum [Thu, 5 Dec 1996 22:01:11 +0000 (22:01 +0000)]
New URL for Swiss ftp mirror.

28 years agoMake gcc -Wall happy
Guido van Rossum [Thu, 5 Dec 1996 21:58:58 +0000 (21:58 +0000)]
Make gcc -Wall happy

28 years agoFix newlongobject so it will work for 64-bit as well as 32-bit hardware
Guido van Rossum [Thu, 5 Dec 1996 21:57:21 +0000 (21:57 +0000)]
Fix newlongobject so it will work for 64-bit as well as 32-bit hardware
(although for 32-bit hardware it's a bit slower than it was).

Make gcc -Wall happy.

28 years agoExperimental new implementation of dictionary comparison. This
Guido van Rossum [Thu, 5 Dec 1996 21:55:55 +0000 (21:55 +0000)]
Experimental new implementation of dictionary comparison.  This
defines that a shorter dictionary is always smaller than a longer one.
For dictionaries of the same size, the smallest differing element
determines the outcome (which yields the same results as before,
without explicit sorting).

28 years agoMake gcc -Wall happy.
Guido van Rossum [Thu, 5 Dec 1996 21:54:17 +0000 (21:54 +0000)]
Make gcc -Wall happy.

28 years agoBetter implementation of PyCObject_AsVoidPtr().
Guido van Rossum [Thu, 5 Dec 1996 21:53:15 +0000 (21:53 +0000)]
Better implementation of PyCObject_AsVoidPtr().

28 years agoYet more elaborate message for exception in __del__.
Guido van Rossum [Thu, 5 Dec 1996 21:52:32 +0000 (21:52 +0000)]
Yet more elaborate message for exception in __del__.
Make gcc -Wall happy.

28 years agoAdded missing PySequence_List.
Guido van Rossum [Thu, 5 Dec 1996 21:51:24 +0000 (21:51 +0000)]
Added missing PySequence_List.
Correct typo in error msg (expec[t]ed).
Make gcc -Wall happy.

28 years agoAdded missing for PySequence_List.
Guido van Rossum [Thu, 5 Dec 1996 21:48:50 +0000 (21:48 +0000)]
Added missing for PySequence_List.

28 years agoCorrect typo -- repeat implements *, not +.
Guido van Rossum [Thu, 5 Dec 1996 19:01:16 +0000 (19:01 +0000)]
Correct typo -- repeat implements *, not +.

28 years agoDescribe the new Unpacker.get_buffer() method.
Barry Warsaw [Wed, 4 Dec 1996 22:05:42 +0000 (22:05 +0000)]
Describe the new Unpacker.get_buffer() method.

28 years agoUnpacker.get_buffer(): new method to access the internal buffer of data
Barry Warsaw [Wed, 4 Dec 1996 22:04:39 +0000 (22:04 +0000)]
Unpacker.get_buffer(): new method to access the internal buffer of data

28 years agoMake gcc -Wall happy
Guido van Rossum [Mon, 2 Dec 1996 18:27:33 +0000 (18:27 +0000)]
Make gcc -Wall happy

28 years agoAdded [nh]to[hn][sl]().
Guido van Rossum [Mon, 2 Dec 1996 17:24:10 +0000 (17:24 +0000)]
Added [nh]to[hn][sl]().

28 years agoAdded .ilg (makeindex logfile)
Guido van Rossum [Wed, 27 Nov 1996 19:54:40 +0000 (19:54 +0000)]
Added .ilg (makeindex logfile)

28 years agoAdded some more turd files we can't avoid: .MIF, .ps, .auto.
Guido van Rossum [Wed, 27 Nov 1996 19:52:04 +0000 (19:52 +0000)]
Added some more turd files we can't avoid: .MIF, .ps, .auto.

28 years ago/usr/local/bin/python -> /usr/bin/env python
Guido van Rossum [Wed, 27 Nov 1996 19:52:01 +0000 (19:52 +0000)]
/usr/local/bin/python -> /usr/bin/env python

28 years agoWebmaker instructions
Guido van Rossum [Wed, 27 Nov 1996 19:51:35 +0000 (19:51 +0000)]
Webmaker instructions

28 years agoScript to write MIF files from ref*.{book,doc}
Guido van Rossum [Wed, 27 Nov 1996 19:50:32 +0000 (19:50 +0000)]
Script to write MIF files from ref*.{book,doc}

28 years agoPass self as master to Entry() widget constructor.
Guido van Rossum [Wed, 27 Nov 1996 19:47:42 +0000 (19:47 +0000)]
Pass self as master to Entry() widget constructor.

28 years agoChanged so that it replaces /usr/local/bin/python with /usr/bin/env python.
Guido van Rossum [Wed, 27 Nov 1996 19:43:49 +0000 (19:43 +0000)]
Changed so that it replaces /usr/local/bin/python with /usr/bin/env python.

28 years agoChanged logic so it now replaces anything that has #! and python in
Guido van Rossum [Wed, 27 Nov 1996 19:43:01 +0000 (19:43 +0000)]
Changed logic so it now replaces anything that has #! and python in
the first line, replacing the entire line.

28 years agoScript to fix cprt notice
Guido van Rossum [Wed, 27 Nov 1996 19:41:55 +0000 (19:41 +0000)]
Script to fix cprt notice

28 years agoAdded safeguard against failure in __del__.
Guido van Rossum [Wed, 27 Nov 1996 19:39:58 +0000 (19:39 +0000)]
Added safeguard against failure in __del__.

28 years agoAdded note about "boot" implying "clobber".
Guido van Rossum [Wed, 27 Nov 1996 19:38:53 +0000 (19:38 +0000)]
Added note about "boot" implying "clobber".
Added definition TARGET=python for more flexibility.

28 years agoCorrected *noconfig* to be *shared*; added cc: vlad back.
Guido van Rossum [Wed, 27 Nov 1996 19:38:00 +0000 (19:38 +0000)]
Corrected *noconfig* to be *shared*; added cc: vlad back.

28 years agomonty -> grail in Grail URL.
Guido van Rossum [Wed, 27 Nov 1996 15:24:34 +0000 (15:24 +0000)]
monty -> grail in Grail URL.

28 years agoUpgraded new.function() contributed by Tommy. Also got rid of #if 0'ed code.
Guido van Rossum [Thu, 21 Nov 1996 16:02:12 +0000 (16:02 +0000)]
Upgraded new.function() contributed by Tommy.  Also got rid of #if 0'ed code.

28 years agoAdded ALL='all'.
Guido van Rossum [Wed, 20 Nov 1996 22:20:21 +0000 (22:20 +0000)]
Added ALL='all'.

28 years agoTurn leading minus sign into underscore for image widget name -- the
Guido van Rossum [Wed, 20 Nov 1996 22:17:38 +0000 (22:17 +0000)]
Turn leading minus sign into underscore for image widget name -- the
hyphen confused Tk into thinking the name was an option.

28 years agoAdded support for timezone in date field. getdate_tz() and
Guido van Rossum [Wed, 20 Nov 1996 22:12:26 +0000 (22:12 +0000)]
Added support for timezone in date field.  getdate_tz() and
parsedate_tz() return a 10-tuple, the last field is the tz offset in
seconds (e.g. -18000 or -5 hours for EST).

28 years agoWhen re-raising an exception raised by a module used internally as
Guido van Rossum [Wed, 20 Nov 1996 22:02:24 +0000 (22:02 +0000)]
When re-raising an exception raised by a module used internally as
IOError, keep the traceback.

28 years agoRemoved the USA'isms that aren't really true
Barry Warsaw [Wed, 20 Nov 1996 18:43:05 +0000 (18:43 +0000)]
Removed the USA'isms that aren't really true

28 years agoAdded reference to pdf documentation and bbpy, correctly explained
Jack Jansen [Wed, 20 Nov 1996 15:40:42 +0000 (15:40 +0000)]
Added reference to pdf documentation and bbpy, correctly explained
difference between aetools.Error and MacOS.Error for appletscript
programs.

28 years ago/usr/bin/env is slightly more portable
Barry Warsaw [Wed, 20 Nov 1996 15:19:10 +0000 (15:19 +0000)]
/usr/bin/env is slightly more portable

28 years agoAdded a few meta info
Barry Warsaw [Wed, 20 Nov 1996 15:17:50 +0000 (15:17 +0000)]
Added a few meta info

28 years agoAdded reference to pdf documentation and bbpy, correctly explained
Jack Jansen [Wed, 20 Nov 1996 15:13:24 +0000 (15:13 +0000)]
Added reference to pdf documentation and bbpy, correctly explained
difference between aetools.Error and MacOS.Error for appletscript
programs.

28 years agoFixed FSSpec->pathname code to add colon if the fsspec points to a disk.
Jack Jansen [Wed, 20 Nov 1996 14:58:27 +0000 (14:58 +0000)]
Fixed FSSpec->pathname code to add colon if the fsspec points to a disk.

28 years agoFixed bundle to allow any object (file, folder, disk) to be dropped on
Jack Jansen [Wed, 20 Nov 1996 14:57:27 +0000 (14:57 +0000)]
Fixed bundle to allow any object (file, folder, disk) to be dropped on
an applet.

28 years agoFixed to allow sys.path initializer to be longer than 255 chars.
Jack Jansen [Wed, 20 Nov 1996 14:55:26 +0000 (14:55 +0000)]
Fixed to allow sys.path initializer to be longer than 255 chars.

28 years agoOutput original address
Barry Warsaw [Tue, 19 Nov 1996 17:59:07 +0000 (17:59 +0000)]
Output original address

28 years agoUpdated country codes as per ISO3166 10-Feb-1994
Barry Warsaw [Mon, 18 Nov 1996 23:22:34 +0000 (23:22 +0000)]
Updated country codes as per ISO3166 10-Feb-1994

28 years agoimplementation complete. need to update country codes
Barry Warsaw [Mon, 18 Nov 1996 22:57:43 +0000 (22:57 +0000)]
implementation complete.  need to update country codes

28 years agoAdded `ru' --> Russia
Barry Warsaw [Mon, 18 Nov 1996 22:03:36 +0000 (22:03 +0000)]
Added `ru' --> Russia

28 years agoA rewrite for better Python-ish style
Barry Warsaw [Mon, 18 Nov 1996 21:26:56 +0000 (21:26 +0000)]
A rewrite for better Python-ish style

28 years agoFixed a bug: files that no longer exist remotely would never be
Guido van Rossum [Thu, 14 Nov 1996 18:24:47 +0000 (18:24 +0000)]
Fixed a bug: files that no longer exist remotely would never be
removed from .mirrorinfo.  Now they are (even if -r is not specified
-- the files are not removed, just their .mirrorinfo entry).

Added a feature: the -s pattern option is also used to skip local
files when removing (i.e. -r won't remove local files matching the -s
patterns).

28 years agoAdded os.remove()/unlink(), rmdir(), rename(), and [f]truncate().
Guido van Rossum [Thu, 14 Nov 1996 14:10:11 +0000 (14:10 +0000)]
Added os.remove()/unlink(), rmdir(), rename(), and [f]truncate().

28 years agoAdded Q. about enabling *shared* on Linux.
Guido van Rossum [Wed, 13 Nov 1996 15:06:24 +0000 (15:06 +0000)]
Added Q. about enabling *shared* on Linux.

28 years agoWhen removing a messge from all sequences, don't remove from 'cur',
Guido van Rossum [Tue, 12 Nov 1996 04:15:47 +0000 (04:15 +0000)]
When removing a messge from all sequences, don't remove from 'cur',
which needs to stay unless explicitly set.

28 years ago(myformat.perl): Fixed handling of "\e" -- argh!
Fred Drake [Mon, 11 Nov 1996 23:03:36 +0000 (23:03 +0000)]
(myformat.perl):  Fixed handling of "\e" -- argh!