]> granicus.if.org Git - python/log
python
28 years agoExpanded the setup instructions.
Guido van Rossum [Mon, 2 Jun 1997 23:10:06 +0000 (23:10 +0000)]
Expanded the setup instructions.

28 years agoMove the roulette() functionality out of the FaqDir class into the
Guido van Rossum [Mon, 2 Jun 1997 22:52:37 +0000 (22:52 +0000)]
Move the roulette() functionality out of the FaqDir class into the
FaqWizard class.

28 years agoAdd default case (standard conformance) to avoid piling up
Guido van Rossum [Mon, 2 Jun 1997 22:25:45 +0000 (22:25 +0000)]
Add default case (standard conformance) to avoid piling up
system specific #ifdefs.

28 years agoAdded doc strings (Neil Schemenauer).
Guido van Rossum [Mon, 2 Jun 1997 22:20:51 +0000 (22:20 +0000)]
Added doc strings (Neil Schemenauer).

28 years agoUse string.h, not strings.h
Guido van Rossum [Mon, 2 Jun 1997 22:18:31 +0000 (22:18 +0000)]
Use string.h, not strings.h

28 years agosocket_type -> SocketType
Guido van Rossum [Mon, 2 Jun 1997 22:18:09 +0000 (22:18 +0000)]
socket_type -> SocketType

28 years agoarray_type -> ArrayType
Guido van Rossum [Mon, 2 Jun 1997 22:17:49 +0000 (22:17 +0000)]
array_type -> ArrayType

28 years agoMac hack to make select() work again...
Guido van Rossum [Mon, 2 Jun 1997 22:16:43 +0000 (22:16 +0000)]
Mac hack to make select() work again...

28 years agoVersion upped.
Guido van Rossum [Mon, 2 Jun 1997 21:40:18 +0000 (21:40 +0000)]
Version upped.

28 years agoStupid typos -- ImporError.
Guido van Rossum [Mon, 2 Jun 1997 21:39:15 +0000 (21:39 +0000)]
Stupid typos -- ImporError.

28 years agoDoc for mailbox.tex (Jack)
Guido van Rossum [Mon, 2 Jun 1997 21:04:41 +0000 (21:04 +0000)]
Doc for mailbox.tex (Jack)

28 years agoA nicety (author lost).
Guido van Rossum [Mon, 2 Jun 1997 17:57:10 +0000 (17:57 +0000)]
A nicety (author lost).

28 years agoadd libmailbox
Guido van Rossum [Mon, 2 Jun 1997 17:36:12 +0000 (17:36 +0000)]
add libmailbox

28 years agoAdded libmailbox, obsolete libstdwin
Guido van Rossum [Mon, 2 Jun 1997 17:35:51 +0000 (17:35 +0000)]
Added libmailbox, obsolete libstdwin

28 years agoIncrease printable page size.
Guido van Rossum [Mon, 2 Jun 1997 17:35:01 +0000 (17:35 +0000)]
Increase printable page size.

28 years agoAdded SocketServer and mailbox modules.
Guido van Rossum [Mon, 2 Jun 1997 17:34:40 +0000 (17:34 +0000)]
Added SocketServer and mailbox modules.

28 years agoIt's now using mimetools instead of rfc822
Guido van Rossum [Mon, 2 Jun 1997 17:34:22 +0000 (17:34 +0000)]
It's now using mimetools instead of rfc822

28 years agostdwin is obsolete. Point to bsddb from dbhash.
Guido van Rossum [Mon, 2 Jun 1997 17:34:02 +0000 (17:34 +0000)]
stdwin is obsolete.  Point to bsddb from dbhash.

28 years agoAdditional info about sys.path, sys.version, sys.prefix, sys.exec_prefix.
Guido van Rossum [Mon, 2 Jun 1997 17:32:41 +0000 (17:32 +0000)]
Additional info about sys.path, sys.version, sys.prefix, sys.exec_prefix.
(AMK)

28 years agoGrammar (AMK).
Guido van Rossum [Mon, 2 Jun 1997 17:30:20 +0000 (17:30 +0000)]
Grammar (AMK).

28 years agoMention seekable parameter (AMK).
Guido van Rossum [Mon, 2 Jun 1997 17:30:03 +0000 (17:30 +0000)]
Mention seekable parameter (AMK).
Added pointer to mailbox module.

28 years agoMention use of profile.py to run a script (AMK).
Guido van Rossum [Mon, 2 Jun 1997 17:29:12 +0000 (17:29 +0000)]
Mention use of profile.py to run a script (AMK).

28 years agoAdded putenv, ftruncate (AMK).
Guido van Rossum [Mon, 2 Jun 1997 17:28:51 +0000 (17:28 +0000)]
Added putenv, ftruncate (AMK).

28 years agoMention use of pdb.py to run a script (AMK).
Guido van Rossum [Mon, 2 Jun 1997 17:28:16 +0000 (17:28 +0000)]
Mention use of pdb.py to run a script (AMK).

28 years agoAdded date, xgtitle, xover, xpath (AMK).
Guido van Rossum [Mon, 2 Jun 1997 17:27:50 +0000 (17:27 +0000)]
Added date, xgtitle, xover, xpath (AMK).

28 years agoIt's now using mimetools instead of rfc822
Guido van Rossum [Mon, 2 Jun 1997 17:26:30 +0000 (17:26 +0000)]
It's now using mimetools instead of rfc822

28 years agoFix a sentence which ends "...is 6, which." (AMK)
Guido van Rossum [Mon, 2 Jun 1997 17:22:06 +0000 (17:22 +0000)]
Fix a sentence which ends "...is 6, which." (AMK)

28 years agoMention abs(complex) -> magnitude (AMK).
Guido van Rossum [Mon, 2 Jun 1997 17:21:20 +0000 (17:21 +0000)]
Mention abs(complex) -> magnitude (AMK).
Documented list().
Mention [raw_]input()'s interface to GNU readline.

28 years agoAdded complex numbers (AMK).
Guido van Rossum [Mon, 2 Jun 1997 17:18:00 +0000 (17:18 +0000)]
Added complex numbers (AMK).
Clarify that sort() works in-place.
Renamed dict.absorb() to dict.update().

28 years agoRenamed dict.absorb() (too spungy) to dict.update().
Guido van Rossum [Mon, 2 Jun 1997 17:13:37 +0000 (17:13 +0000)]
Renamed dict.absorb() (too spungy) to dict.update().

28 years agoBugfix: last_changed would always print current time.
Guido van Rossum [Mon, 2 Jun 1997 15:51:51 +0000 (15:51 +0000)]
Bugfix: last_changed would always print current time.

28 years agoAmerican spelling in doc string.
Guido van Rossum [Mon, 2 Jun 1997 14:43:07 +0000 (14:43 +0000)]
American spelling in doc string.

28 years agoThe usual
Guido van Rossum [Fri, 30 May 1997 14:24:16 +0000 (14:24 +0000)]
The usual

28 years agoUse TRY_RUN, not TRY_COMPILE, to test for -Olimit (on Solaris,
Guido van Rossum [Fri, 30 May 1997 14:22:30 +0000 (14:22 +0000)]
Use TRY_RUN, not TRY_COMPILE, to test for -Olimit (on Solaris,
with Sun's cc, the compile succeeds, but the link fails).

Test for IRIX*/6* instead of for IRIX/6* -- on 64-bit IRIX systems,
uname returns IRIX64.

28 years agoAdded hint about permissions.
Guido van Rossum [Fri, 30 May 1997 12:01:24 +0000 (12:01 +0000)]
Added hint about permissions.

28 years agoProtect roulette against empty FAQ.
Guido van Rossum [Fri, 30 May 1997 11:58:21 +0000 (11:58 +0000)]
Protect roulette against empty FAQ.

28 years agoInclide the imports and chdir in the try/except.
Guido van Rossum [Fri, 30 May 1997 11:50:36 +0000 (11:50 +0000)]
Inclide the imports and chdir in the try/except.

28 years agoPacker.pack_uhyper(): Fixes needed to properly pack unsigned 64 bit
Barry Warsaw [Thu, 29 May 1997 21:01:35 +0000 (21:01 +0000)]
Packer.pack_uhyper(): Fixes needed to properly pack unsigned 64 bit
longs where the top bit is set.  First, change the masks so that they
are `L' longs, otherwise the sign bits will get propagated to the
result.  Next, do not coerce to int before sending to pack_uint()
otherwise Python will generate an OverflowError.  Here is a test
program that fails without the patch, but now succeeds:

import xdrlib

addr = (132, 151, 1, 71)
uint = 0L
for a in addr:
    uint = (uint << 8) | a

ulong64 = uint << 32

p = xdrlib.Packer()
p.pack_uhyper(ulong64)
buf = p.get_buffer()
u = xdrlib.Unpacker(buf)
ulong64prime = u.unpack_uhyper()

if ulong64 == ulong64prime:
    print 'okay'
else:
    print 'bogus'

print ulong64, ulong64prime

28 years agoDocumented (slightly) the USE_CACHE_ALIGNED define, for the standalone
Jack Jansen [Thu, 29 May 1997 14:57:45 +0000 (14:57 +0000)]
Documented (slightly) the USE_CACHE_ALIGNED define, for the standalone
distribution

28 years agoUpdated for 1.5a2 distribution
Jack Jansen [Thu, 29 May 1997 14:57:07 +0000 (14:57 +0000)]
Updated for 1.5a2 distribution

28 years agoProjects for 1.5a2 distritbuion
Jack Jansen [Thu, 29 May 1997 14:57:04 +0000 (14:57 +0000)]
Projects for 1.5a2 distritbuion

28 years agoVersion number and such for 1.5a2 distribution
Jack Jansen [Thu, 29 May 1997 14:56:25 +0000 (14:56 +0000)]
Version number and such for 1.5a2 distribution

28 years agoAdded copy() and absorb().
Guido van Rossum [Wed, 28 May 1997 19:32:11 +0000 (19:32 +0000)]
Added copy() and absorb().

28 years agoRemove '(' in column 0 of doc strings.
Guido van Rossum [Wed, 28 May 1997 19:31:14 +0000 (19:31 +0000)]
Remove '(' in column 0 of doc strings.
Add dependency on dict.copy().

28 years agoAdded dict.absorb() and dict.copy().
Guido van Rossum [Wed, 28 May 1997 19:15:28 +0000 (19:15 +0000)]
Added dict.absorb() and dict.copy().

28 years agoHide .fdc files here.
Guido van Rossum [Wed, 28 May 1997 16:14:48 +0000 (16:14 +0000)]
Hide .fdc files here.

28 years agoChecking in zlib demo.
Guido van Rossum [Wed, 28 May 1997 16:13:21 +0000 (16:13 +0000)]
Checking in zlib demo.

28 years agoTiny script to play with it on a Mac.
Guido van Rossum [Wed, 28 May 1997 16:09:02 +0000 (16:09 +0000)]
Tiny script to play with it on a Mac.

28 years agoTweak default source of query a bit so it is possible to invoke
Guido van Rossum [Wed, 28 May 1997 15:39:15 +0000 (15:39 +0000)]
Tweak default source of query a bit so it is possible to invoke
a CGI script from the command line with not environment variables.

28 years agolowercase proxies env variables, for Windows.
Guido van Rossum [Wed, 28 May 1997 15:37:19 +0000 (15:37 +0000)]
lowercase proxies env variables, for Windows.

28 years agoReworded the doc string to remove the need for The Emacs font-lock kludge.
Guido van Rossum [Wed, 28 May 1997 15:11:01 +0000 (15:11 +0000)]
Reworded the doc string to remove the need for The Emacs font-lock kludge.
This required (re)moving all occurrences of '(' in column 0, as well
as changing "#!" to #!.

28 years agoChanged release note structure:
Jack Jansen [Wed, 28 May 1997 12:01:14 +0000 (12:01 +0000)]
Changed release note structure:
- Relnotes contains current release notes
- HISTORY contains all old release notes

28 years agoAdded a range of resource numbers reserved for Bruce
Jack Jansen [Wed, 28 May 1997 11:54:43 +0000 (11:54 +0000)]
Added a range of resource numbers reserved for Bruce

28 years agoWidget._setup(): Support name=None in a similar way to the handling of other
Fred Drake [Tue, 27 May 1997 22:45:10 +0000 (22:45 +0000)]
Widget._setup():  Support name=None in a similar way to the handling of other
Tkinter keyword parameters.

28 years agoSet version to 0.4; get rid of '(' in column 1 in triple-queted string.
Guido van Rossum [Mon, 26 May 1997 20:15:44 +0000 (20:15 +0000)]
Set version to 0.4; get rid of '(' in column 1 in triple-queted string.

28 years agoInitial revision
Guido van Rossum [Mon, 26 May 1997 20:15:09 +0000 (20:15 +0000)]
Initial revision

28 years agoAdded marks for very recently (24 hours) and recently (7 days)
Guido van Rossum [Mon, 26 May 1997 19:46:56 +0000 (19:46 +0000)]
Added marks for very recently (24 hours) and recently (7 days)
modified files.  Added and used global now, entry.getmtime(), and
entry.emit_marks().

28 years agoAdded marks for very recently (24 hours) and recently (7 days)
Guido van Rossum [Mon, 26 May 1997 19:46:18 +0000 (19:46 +0000)]
Added marks for very recently (24 hours) and recently (7 days)
modified files.  Throw things around a bit.

28 years agoSupport for more general diffing and retrieving any old revision.
Guido van Rossum [Mon, 26 May 1997 19:10:37 +0000 (19:10 +0000)]
Support for more general diffing and retrieving any old revision.
Support for index formatting with local refs.

28 years agoAdded keyword searching.
Guido van Rossum [Mon, 26 May 1997 16:35:46 +0000 (16:35 +0000)]
Added keyword searching.

28 years agoAdded keyword searching radio buttons.
Guido van Rossum [Mon, 26 May 1997 16:35:27 +0000 (16:35 +0000)]
Added keyword searching radio buttons.

28 years agoDon't need <BR> at end of <LI>.
Guido van Rossum [Mon, 26 May 1997 16:02:56 +0000 (16:02 +0000)]
Don't need <BR> at end of <LI>.

28 years agoBugfix -- should pass headers=0 when formatting query results.
Guido van Rossum [Mon, 26 May 1997 16:02:00 +0000 (16:02 +0000)]
Bugfix -- should pass headers=0 when formatting query results.

28 years agoAdd optional section titles to format_all.
Guido van Rossum [Mon, 26 May 1997 06:28:40 +0000 (06:28 +0000)]
Add optional section titles to format_all.
Allow for missing section titles in format_all and format_index.

28 years agoOops, checked in the wrong SHORTNAME value.
Guido van Rossum [Mon, 26 May 1997 06:14:02 +0000 (06:14 +0000)]
Oops, checked in the wrong SHORTNAME value.

28 years agoAdded a local customization feature: load some parameters from faqcust.
Guido van Rossum [Mon, 26 May 1997 06:12:50 +0000 (06:12 +0000)]
Added a local customization feature: load some parameters from faqcust.

28 years agoInitial revision
Guido van Rossum [Mon, 26 May 1997 06:11:35 +0000 (06:11 +0000)]
Initial revision

28 years agoInitial revision
Guido van Rossum [Mon, 26 May 1997 05:43:37 +0000 (05:43 +0000)]
Initial revision

28 years agoI'm happy with this.
Guido van Rossum [Mon, 26 May 1997 05:43:29 +0000 (05:43 +0000)]
I'm happy with this.

28 years agoInitial revision
Guido van Rossum [Mon, 26 May 1997 00:07:18 +0000 (00:07 +0000)]
Initial revision

28 years agoFinal touch -- bottom link points to FAQ Wizard home.
Guido van Rossum [Fri, 23 May 1997 23:07:44 +0000 (23:07 +0000)]
Final touch -- bottom link points to FAQ Wizard home.

28 years agoForgot to remove debug stmt.
Guido van Rossum [Fri, 23 May 1997 22:46:16 +0000 (22:46 +0000)]
Forgot to remove debug stmt.

28 years agoThe official name of the whole thing is now "Python FAQ Wizard";
Guido van Rossum [Fri, 23 May 1997 22:44:01 +0000 (22:44 +0000)]
The official name of the whole thing is now "Python FAQ Wizard";
and it's in beta testing now.

Renamed the cookie id to Python-FAQ-Wizard and fixed some bugs
related to cookie processing.

28 years agoImplemented a simple Password scheme.
Guido van Rossum [Fri, 23 May 1997 22:29:24 +0000 (22:29 +0000)]
Implemented a simple Password scheme.
Added a Help link to the FAQ Edit Wizard.

28 years agoAdded last mtime on whole faq.
Guido van Rossum [Fri, 23 May 1997 21:21:43 +0000 (21:21 +0000)]
Added last mtime on whole faq.
Added more elaborate explanation of version conflict.
Set fake header on commit so show() shows the new mtime.
Reorder name/email fields to be after the log message.

28 years agoNits.
Guido van Rossum [Fri, 23 May 1997 19:18:35 +0000 (19:18 +0000)]
Nits.
Use TARGET=rlog instead of _blank for rlog output.
Add missing mailto: to author's email address in Last changed link.
Forget about the domainname in the cookie; the default is just fine.

28 years agoReorg TO DO list.
Guido van Rossum [Fri, 23 May 1997 18:53:06 +0000 (18:53 +0000)]
Reorg TO DO list.
Run rlog commands as pipe so we can cgi.escape(output).
Added self.escape(), like cgi.escape() but also escapes " -- for use
as double-quoted attribute values inside HTML tags.
Fix complains from Mark Lutz: HTTP_HOST is not always set.

28 years agoSmall nits for Grail; don't forget to cgi.translate & and <.
Guido van Rossum [Fri, 23 May 1997 18:13:58 +0000 (18:13 +0000)]
Small nits for Grail; don't forget to cgi.translate & and <.

28 years ago- Suppress the visible text in the epilogue when "edit=no" is specified.
Guido van Rossum [Fri, 23 May 1997 17:45:04 +0000 (17:45 +0000)]
- Suppress the visible text in the epilogue when "edit=no" is specified.
- Add translation of *foobar* into <I>foobar</I> (but not inside <PRE>).
- Optimization for the translation: only translate when @ or / or * seen.
- Add some layout to front page lay-out.

28 years agoAdded section titles (for now, hardcoded in the file).
Guido van Rossum [Fri, 23 May 1997 15:55:19 +0000 (15:55 +0000)]
Added section titles (for now, hardcoded in the file).

28 years agoRemoved references to StdClib and PLStringFuncs, rebuilt everything
Jack Jansen [Fri, 23 May 1997 15:41:54 +0000 (15:41 +0000)]
Removed references to StdClib and PLStringFuncs, rebuilt everything

28 years agoNothing important
Jack Jansen [Fri, 23 May 1997 15:41:15 +0000 (15:41 +0000)]
Nothing important

28 years agoChanged version string and preferences filename to 1.5a2.
Jack Jansen [Fri, 23 May 1997 15:37:54 +0000 (15:37 +0000)]
Changed version string and preferences filename to 1.5a2.

28 years agoRenamed
Jack Jansen [Fri, 23 May 1997 15:36:53 +0000 (15:36 +0000)]
Renamed

28 years agoAdded keys() and mapping interface to shared-library objects, allowing
Jack Jansen [Fri, 23 May 1997 15:36:13 +0000 (15:36 +0000)]
Added keys() and mapping interface to shared-library objects, allowing
iteration over all symbols exported

28 years ago- Added Py_GetProgramFullPath
Jack Jansen [Fri, 23 May 1997 15:35:14 +0000 (15:35 +0000)]
- Added Py_GetProgramFullPath
- Added PyMac_StopGUSISpin and have it called at exit time (fixes crash
  when exiting with sockets open)
- Added PLstr... funcs needed by gusi: those provided by StdCLib are
  broken under cfm68k

28 years agoAdded PyMac_StopGUSISpin
Jack Jansen [Fri, 23 May 1997 15:33:20 +0000 (15:33 +0000)]
Added PyMac_StopGUSISpin

28 years agoAdded code to recognize http/ftp URLs and email addresses, and add <A>
Guido van Rossum [Fri, 23 May 1997 04:44:30 +0000 (04:44 +0000)]
Added code to recognize http/ftp URLs and email addresses, and add <A>
tags for them.

28 years agoMoved the 1.4 NEWS file here (it had to happen someday...).
Guido van Rossum [Fri, 23 May 1997 04:05:31 +0000 (04:05 +0000)]
Moved the 1.4 NEWS file here (it had to happen someday...).

28 years agoAdd doc string to type object.
Fred Drake [Fri, 23 May 1997 04:04:17 +0000 (04:04 +0000)]
Add doc string to type object.

28 years agoMinor change: add prologue() calls to do_info and do_rlog; in
Guido van Rossum [Fri, 23 May 1997 00:50:01 +0000 (00:50 +0000)]
Minor change: add prologue() calls to do_info and do_rlog; in
do_recent, don't display entries without a last-changed-date.

28 years agoCan't return 0 from void function...
Guido van Rossum [Fri, 23 May 1997 00:19:20 +0000 (00:19 +0000)]
Can't return 0 from void function...

28 years agoPyObject_Compare can raise an exception now.
Guido van Rossum [Fri, 23 May 1997 00:06:51 +0000 (00:06 +0000)]
PyObject_Compare can raise an exception now.

28 years agoPyObject_Compare can now return an error. Unfortunately, there are a
Guido van Rossum [Fri, 23 May 1997 00:01:41 +0000 (00:01 +0000)]
PyObject_Compare can now return an error.  Unfortunately, there are a
few places where we don't know how to test for them without losing
speed; don't know yet how to handle that.

28 years agoPyFile_WriteString now returns an error indicator instead of calling
Guido van Rossum [Thu, 22 May 1997 22:35:47 +0000 (22:35 +0000)]
PyFile_WriteString now returns an error indicator instead of calling
PyErr_Clear().  Add checking of those errors.

28 years agoPy_FlushLine and PyFile_WriteString now return error indicators
Guido van Rossum [Thu, 22 May 1997 22:35:04 +0000 (22:35 +0000)]
Py_FlushLine and PyFile_WriteString now return error indicators
instead of calling PyErr_Clear().  Add checking of those errors.

28 years agoPy_FlushLine and PyFile_WriteString now return error indicators
Guido van Rossum [Thu, 22 May 1997 22:26:18 +0000 (22:26 +0000)]
Py_FlushLine and PyFile_WriteString now return error indicators
instead of calling PyErr_Clear().  Add checking of those errors.

28 years agoPyFile_WriteString now returns an error indicator instead of calling
Guido van Rossum [Thu, 22 May 1997 22:25:11 +0000 (22:25 +0000)]
PyFile_WriteString now returns an error indicator instead of calling
PyErr_Clear().

28 years agoflushline and writestring can now return an error
Guido van Rossum [Thu, 22 May 1997 22:23:46 +0000 (22:23 +0000)]
flushline and writestring can now return an error

28 years agoThe usual
Guido van Rossum [Thu, 22 May 1997 20:48:03 +0000 (20:48 +0000)]
The usual