]> granicus.if.org Git - python/log
python
25 years agoDocument the new stuff in the os module.
Fred Drake [Thu, 9 Dec 1999 22:11:43 +0000 (22:11 +0000)]
Document the new stuff in the os module.

25 years agoAdded support for ctermid, tempnam, tmpfile, tmpnam, and tmpnam_r.
Fred Drake [Thu, 9 Dec 1999 22:03:25 +0000 (22:03 +0000)]
Added support for ctermid, tempnam, tmpfile, tmpnam, and tmpnam_r.

25 years agoAdded support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(),
Fred Drake [Thu, 9 Dec 1999 21:13:07 +0000 (21:13 +0000)]
Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(),
and TMP_MAX.

Converted all functions that used PyArg_Parse() or PyArg_NoArgs() to
use PyArg_ParseTuple() and specified all function names using the
:name syntax in the format strings, to allow better error messages
when TypeError is raised for parameter type mismatches.

25 years agoChanges by Corran Webster to support {Get,Set}ControlData and
Jack Jansen [Thu, 9 Dec 1999 16:03:50 +0000 (16:03 +0000)]
Changes by Corran Webster to support {Get,Set}ControlData and
HandleControlClick. Untested.

25 years agoMinimal test of Dlg.SetControlData by Corran Webster: draw a default
Jack Jansen [Thu, 9 Dec 1999 15:36:36 +0000 (15:36 +0000)]
Minimal test of Dlg.SetControlData by Corran Webster: draw a default
ring around a button. Mainly here so I can transfer it home:-)

25 years agoFirst bits and pieces of appearance support: an init routine, a global flag PyMac_App...
Jack Jansen [Tue, 7 Dec 1999 23:08:10 +0000 (23:08 +0000)]
First bits and pieces of appearance support: an init routine, a global flag PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE
is off the code is disabled (but the variables are still there, set to 0).

25 years agoOpenSSL support. This is based on patches for a version of SSLeay by
Guido van Rossum [Tue, 7 Dec 1999 21:47:09 +0000 (21:47 +0000)]
OpenSSL support.  This is based on patches for a version of SSLeay by
Brian E Gallew, which were improved and adapted to OpenSSL 0.9.4 by
Laszlo Kovacs of HP.  Both have kindly given permission to include
the patches in the Python distribution.  Final formatting by GvR.

25 years agoOpenSSL support. This is based on patches for a version of SSLeay by
Guido van Rossum [Tue, 7 Dec 1999 21:37:17 +0000 (21:37 +0000)]
OpenSSL support.  This is based on patches for a version of SSLeay by
Brian E Gallew, which were improved and adapted to OpenSSL 0.9.4 by
Laszlo Kovacs of HP.  Both have kindly given permission to include
the patches in the Python distribution.  Final formatting by GvR.

25 years agoAccording to Craig H Rowland, openbsd2 is yet another BSD variant that
Guido van Rossum [Mon, 6 Dec 1999 14:51:05 +0000 (14:51 +0000)]
According to Craig H Rowland, openbsd2 is yet another BSD variant that
uses the BSD version of the lock structure.  Sigh, @!%$.

25 years agoAdded \" to escapes so embedded escaped double quotes are handled
Barry Warsaw [Mon, 6 Dec 1999 02:46:49 +0000 (02:46 +0000)]
Added \" to escapes so embedded escaped double quotes are handled
correctly.  Patch suggested by Mads Kiilerich <mk@solit.dk>.

25 years agoSet the finder "is shared" bit, by request of Joe Strout. It seems this allows multip...
Jack Jansen [Fri, 3 Dec 1999 23:38:05 +0000 (23:38 +0000)]
Set the finder "is shared" bit, by request of Joe Strout. It seems this allows multiple simultaneous copies to be run from a server, and Applets shouldn't
write their datafork so it appears safe.

25 years agoAllow for 12 arguments max, in stead of 8. Untested.
Jack Jansen [Fri, 3 Dec 1999 23:35:47 +0000 (23:35 +0000)]
Allow for 12 arguments max, in stead of 8. Untested.

25 years agoCorrect the docstring for byteswap(); error noted by Bernhard Reiter
Fred Drake [Fri, 3 Dec 1999 17:15:30 +0000 (17:15 +0000)]
Correct the docstring for byteswap(); error noted by Bernhard Reiter
<bernhard@uwm.edu>.

Added a check that no parameters were passed to byteswap(); previously
allowed any parameters you happened to pass.

25 years ago[from 1999-11-04]
Greg Ward [Fri, 3 Dec 1999 16:18:56 +0000 (16:18 +0000)]
[from 1999-11-04]
Bunch of little bug fixes that appeared in building non-packagized
distributions.  Mainly:
  - brain-slip typo in 'get_package_dir()'
  - don't try to os.path.join() an empty path tuple -- it doesn't like it
  - more type-safety in 'build_module()'

25 years agoDefault schedparams set to (0,0): no event-intervention by Python mainloop. This
Jack Jansen [Fri, 3 Dec 1999 16:08:50 +0000 (16:08 +0000)]
Default schedparams set to (0,0): no event-intervention by Python mainloop. This
was always meant to be the default, and the new example-2 was pretty critical
of this.

25 years agoStandalone.html is long obsolete. Added description of BuildApplication
Jack Jansen [Fri, 3 Dec 1999 16:00:20 +0000 (16:00 +0000)]
Standalone.html is long obsolete. Added description of BuildApplication
process to freezing.html.

25 years agoNew examples by Tony Ingraldi, using dns-lookup in stead of the funny interslip
Jack Jansen [Fri, 3 Dec 1999 15:15:28 +0000 (15:15 +0000)]
New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslip
module.

25 years agoGive a warning if system-wide sys.argv processing is off (because then we
Jack Jansen [Thu, 2 Dec 1999 22:52:12 +0000 (22:52 +0000)]
Give a warning if system-wide sys.argv processing is off (because then we
may have missed an applet being dropped on us). This may fix the obscure bug
Tony Ingraldi was experiencing.

25 years agoLast try, think I got it now.
Barry Warsaw [Wed, 1 Dec 1999 23:40:01 +0000 (23:40 +0000)]
Last try, think I got it now.

25 years agoOnce more
Barry Warsaw [Wed, 1 Dec 1999 23:38:27 +0000 (23:38 +0000)]
Once more

25 years agoOnce more
Barry Warsaw [Wed, 1 Dec 1999 23:38:03 +0000 (23:38 +0000)]
Once more

25 years agoUrg!
Barry Warsaw [Wed, 1 Dec 1999 23:36:42 +0000 (23:36 +0000)]
Urg!

25 years agomore trivial stuff to test CVS -- should be the last?
Barry Warsaw [Wed, 1 Dec 1999 23:30:46 +0000 (23:30 +0000)]
more trivial stuff to test CVS -- should be the last?

25 years agotesting CVS once more
Barry Warsaw [Wed, 1 Dec 1999 23:29:10 +0000 (23:29 +0000)]
testing CVS once more

25 years agotesting CVS
Barry Warsaw [Wed, 1 Dec 1999 23:25:55 +0000 (23:25 +0000)]
testing CVS

25 years agotesting CVS
Barry Warsaw [Wed, 1 Dec 1999 23:23:32 +0000 (23:23 +0000)]
testing CVS

25 years agotesting CVS
Barry Warsaw [Wed, 1 Dec 1999 23:01:50 +0000 (23:01 +0000)]
testing CVS

25 years agotesting CVS
Barry Warsaw [Wed, 1 Dec 1999 22:55:28 +0000 (22:55 +0000)]
testing CVS

25 years agoMinor change to test new CVS reporting
Barry Warsaw [Wed, 1 Dec 1999 22:53:10 +0000 (22:53 +0000)]
Minor change to test new CVS reporting

25 years agoMinor change to test new CVS reporting
Barry Warsaw [Wed, 1 Dec 1999 22:52:19 +0000 (22:52 +0000)]
Minor change to test new CVS reporting

25 years agoMinor change to test new CVS reporting
Barry Warsaw [Wed, 1 Dec 1999 22:47:14 +0000 (22:47 +0000)]
Minor change to test new CVS reporting

25 years agoMinor change to test new CVS reporting
Barry Warsaw [Wed, 1 Dec 1999 22:46:09 +0000 (22:46 +0000)]
Minor change to test new CVS reporting

25 years agoMinor change to test new CVS reporting
Barry Warsaw [Wed, 1 Dec 1999 22:43:04 +0000 (22:43 +0000)]
Minor change to test new CVS reporting

25 years agoMinor change to test new CVS reporting
Barry Warsaw [Wed, 1 Dec 1999 22:38:59 +0000 (22:38 +0000)]
Minor change to test new CVS reporting

25 years agoMinor change to test new CVS reporting
Barry Warsaw [Wed, 1 Dec 1999 22:34:42 +0000 (22:34 +0000)]
Minor change to test new CVS reporting

25 years agoUpdate link to PythonWare library page.
Fred Drake [Wed, 1 Dec 1999 18:44:09 +0000 (18:44 +0000)]
Update link to PythonWare library page.

25 years agoIn abspath(), always use normpath(), even when win32api is available
Guido van Rossum [Tue, 30 Nov 1999 15:00:00 +0000 (15:00 +0000)]
In abspath(), always use normpath(), even when win32api is available
(and even when it fails).  This avoids the problem where a trailing
separator is not removed when win32api.GetFullPathName() is used.

25 years agoA bunch of docstring fixes.
Barry Warsaw [Sun, 28 Nov 1999 17:11:06 +0000 (17:11 +0000)]
A bunch of docstring fixes.

25 years agolook for builtins before stuff on the path.
Greg Stein [Wed, 24 Nov 1999 02:38:37 +0000 (02:38 +0000)]
look for builtins before stuff on the path.

25 years agoadd loading of dynamic library modules.
Greg Stein [Wed, 24 Nov 1999 02:37:05 +0000 (02:37 +0000)]
add loading of dynamic library modules.

25 years agorewrite_descriptor(): Fixup conversion of arguments (simpler).
Fred Drake [Tue, 23 Nov 1999 21:52:03 +0000 (21:52 +0000)]
rewrite_descriptor():  Fixup conversion of arguments (simpler).

join_adjacent_elements():  Hack to merge adjacent instances of
        <option>; the source \programopt with GNU-style long options
        created problems with LaTeX2HTML; this removes the evil
        workaround, which should never be necessary from structured
        documents(!).

25 years agoDon't rename \var to <varname>; DocBook is too verbose here.
Fred Drake [Tue, 23 Nov 1999 21:48:41 +0000 (21:48 +0000)]
Don't rename \var to <varname>; DocBook is too verbose here.

Do adopt DocBook's <command>, <option>, <envar> names for \program,
\programopt, \envvar.

Add \filenq --> <filename quote="no"> (it has to go somewhere, at
least for now).

25 years agoturn SysPathImporter into PathImporter.
Greg Stein [Sat, 20 Nov 1999 12:31:07 +0000 (12:31 +0000)]
turn SysPathImporter into PathImporter.

25 years agoremove the __version__ global.
Greg Stein [Sat, 20 Nov 1999 11:39:56 +0000 (11:39 +0000)]
remove the __version__ global.

25 years agoonly put __path__ into package modules.
Greg Stein [Sat, 20 Nov 1999 11:39:00 +0000 (11:39 +0000)]
only put __path__ into package modules.

25 years agoshift code from DirectoryImporter out to a common area.
Greg Stein [Sat, 20 Nov 1999 11:22:37 +0000 (11:22 +0000)]
shift code from DirectoryImporter out to a common area.
remove use of "os" module (bootstrap issues) and go to the underlying
  platform-specific modules
fix problem in _compile() (trapped wrong error on permission issues)
add SysPathImporter and BuiltinImporter
put __file__ into modules imported from the filesystem. [backwards compat]
put __path__ into modules [backwards compat]
  oops: it is doing this for all modules, not just packages.
comment and tweak to the PackageArchiveImporter

25 years agoMoved all the imports to the top.
Fred Drake [Fri, 19 Nov 1999 21:57:56 +0000 (21:57 +0000)]
Moved all the imports to the top.

Use the methods on the AST object instead of module-level functions;
these have been implemented for a couple of versions now, and are
already used in the module documentation in preference to the
functions.

25 years agoSet the date and version to reflect the actual status, not the last
Fred Drake [Thu, 18 Nov 1999 20:57:36 +0000 (20:57 +0000)]
Set the date and version to reflect the actual status, not the last
released status.  Has to be changed just before publishing anyway.

25 years agoWhen generating the top-level index to the documents, make sure some
Fred Drake [Thu, 18 Nov 1999 20:56:29 +0000 (20:56 +0000)]
When generating the top-level index to the documents, make sure some
oddball things from the LaTeX get translated to rational values.  This
is mostly to keep things from looking broken in a development tree
when they're not.

25 years agoPatches by Kannan Vijayan:
Guido van Rossum [Thu, 18 Nov 1999 17:51:02 +0000 (17:51 +0000)]
Patches by Kannan Vijayan:

new:
readline.get_begidx() -> int
gets the beginning index in the command line string
delimiting the tab-completion scope.  This would
probably be used from within a tab-completion
handler

readline.get_endidx() -> int
gets the ending index in the command line string
delimiting the tab-completion scope.  This would
probably be used from within a tab-compeltion
handler

readline.set_completer_delims(string) -> None
sets the delimiters used by readline as word breakpoints
for tab-completion

readline.get_completer_delims() -> string
gets the delimiters used by readline as word breakpoints
for tab-completion

fixed:
readline.get_line_buffer() -> string
doesnt cause a debug message every other call

25 years agoRemoved last XXX comment; no further action needed on this one.
Fred Drake [Wed, 17 Nov 1999 16:09:57 +0000 (16:09 +0000)]
Removed last XXX comment; no further action needed on this one.

25 years agoComplete the integration of Sam Bayer's fixes.
Guido van Rossum [Wed, 17 Nov 1999 15:41:47 +0000 (15:41 +0000)]
Complete the integration of Sam Bayer's fixes.

25 years agoChanged fron importing wcnew back to webchecker.
Guido van Rossum [Wed, 17 Nov 1999 15:40:48 +0000 (15:40 +0000)]
Changed fron importing wcnew back to webchecker.

25 years agoIntegrated Sam Bayer's wcnew.py code. It seems silly to keep two
Guido van Rossum [Wed, 17 Nov 1999 15:40:08 +0000 (15:40 +0000)]
Integrated Sam Bayer's wcnew.py code.  It seems silly to keep two
files.  Removed Sam's "SLB" change comments; otherwise this is the
same as wcnew.py.

25 years ago# *NOT* by Sam Bayer: reindented to use 4 spaces like the rest here,
Guido van Rossum [Wed, 17 Nov 1999 15:13:21 +0000 (15:13 +0000)]
# *NOT* by Sam Bayer: reindented to use 4 spaces like the rest here,
# and removed trailing whitespace.

25 years agoSamuel L. Bayer:
Guido van Rossum [Wed, 17 Nov 1999 15:04:26 +0000 (15:04 +0000)]
Samuel L. Bayer:

- same trick with "import wcnew; webchecker = wcnew" as above
- updated readhtml() method to handle pair representation; used
  new name suppression infrastructure from wcnew.py to suppress
  processing name anchors

[And untabified --GvR]

25 years agoSamuel L. Bayer:
Guido van Rossum [Wed, 17 Nov 1999 15:03:52 +0000 (15:03 +0000)]
Samuel L. Bayer:

- added -t and -a arguments
- added "import wcnew; webchecker = wcnew" in place of "import
  webchecker" (I assume that if you're happy with the changes, you'll
  just replace webchecker.py with wcnew.py, but if I were to do that,
  the diffs would be incomprehensible)
- fixed buggy -v argument (I think you got out of sync with the
  way verbosity was handled in webchecker vs. wcgui between 1.5 and
  1.5.2)
- made -v actually do something by adding a call to c.setflags()
  (probably the same problem as above)
- updated references to URLs to accommodate wcnew.py's pair
  representation; added appropriate calls to format_url() to handle
  display; added argument to ListPanel() initialization to provide
  access to format_url()

[And untabified --GvR]

25 years agoSamuel L. Bayer:
Guido van Rossum [Wed, 17 Nov 1999 15:02:53 +0000 (15:02 +0000)]
Samuel L. Bayer:

- same fixes from webchecker.py
- incorporated small diff between current webchecker.py and 1.5.2
- fixed bug where "extra roots" added with the -t argument were being
  checked as real roots, not just as possible continuations
- added -a argument to suppress checking of name anchors

[And untabified --GvR]

25 years agoSamuel L. Bayer:
Guido van Rossum [Wed, 17 Nov 1999 15:00:14 +0000 (15:00 +0000)]
Samuel L. Bayer:

- forced new done origins to set errors if they're in self.bad (fixes
  bug where only the first of a number of errorful references to a
  link is reported under some circumstances)
- suppressed adding duplicates to self.todo list (cleans up printout
  in wcgui details)

25 years agoMoshe Zadka writes: When deploying SimpleHTTPServer, I noticed a
Guido van Rossum [Tue, 16 Nov 1999 19:04:32 +0000 (19:04 +0000)]
Moshe Zadka writes: When deploying SimpleHTTPServer, I noticed a
problem: it does not encode/decode the urls, which is wrong.

25 years agoHint for C++ users on AIX by Gary Duzan added.
Guido van Rossum [Tue, 16 Nov 1999 16:03:03 +0000 (16:03 +0000)]
Hint for C++ users on AIX by Gary Duzan added.

25 years agoThe 'test' target ought to depend on 'all', not just on python$(EXE)
Guido van Rossum [Tue, 16 Nov 1999 15:58:32 +0000 (15:58 +0000)]
The 'test' target ought to depend on 'all', not just on python$(EXE)
-- otherwise shared libraries might not be rebuilt.

25 years agoPatch by Vladimir Marangozov, inspired by a bug report from Gary
Guido van Rossum [Tue, 16 Nov 1999 15:57:37 +0000 (15:57 +0000)]
Patch by Vladimir Marangozov, inspired by a bug report from Gary
Duzan, for AIX, to support C++ objects with static initializers, when
using the genuine IBM C++ compiler (namely xlC/xlC_r).

See accompanying patches to acconfig.h and importdl.c.

25 years agoChanges resulting from patch to acconfig.h.
Guido van Rossum [Tue, 16 Nov 1999 15:55:56 +0000 (15:55 +0000)]
Changes resulting from patch to acconfig.h.

25 years agoPatch by Vladimir Marangozov, inspired by a bug report from Gary
Guido van Rossum [Tue, 16 Nov 1999 15:55:00 +0000 (15:55 +0000)]
Patch by Vladimir Marangozov, inspired by a bug report from Gary
Duzan, for AIX, to support C++ objects with static initializers, when
using the genuine IBM C++ compiler (namely xlC/xlC_r).

See accompanying patches to configure.in and importdl.c.

25 years agoPatch by Vladimir Marangozov, inspired by a bug report from Gary
Guido van Rossum [Tue, 16 Nov 1999 15:54:16 +0000 (15:54 +0000)]
Patch by Vladimir Marangozov, inspired by a bug report from Gary
Duzan, for AIX, to support C++ objects with static initializers, when
using the genuine IBM C++ compiler (namely xlC/xlC_r).

See accompanying patches to configure.in and acconfig.h.

25 years agoChange the last PyErr_Format %s format to %.400s.
Guido van Rossum [Mon, 15 Nov 1999 19:29:33 +0000 (19:29 +0000)]
Change the last PyErr_Format %s format to %.400s.

25 years agoPreliminary documentation for turtle module (Tk), by Moshe Zadka.
Fred Drake [Mon, 15 Nov 1999 17:03:41 +0000 (17:03 +0000)]
Preliminary documentation for turtle module (Tk), by Moshe Zadka.

Fixed up a few TeXisms and markup nits, but otherwise unchanged.
Somewhat raw.

25 years agoCorrect typo in module doc string doscovered by Jonathan Giddy.
Guido van Rossum [Mon, 15 Nov 1999 14:19:15 +0000 (14:19 +0000)]
Correct typo in module doc string doscovered by Jonathan Giddy.

25 years agoAdded request to please not send HTML email to the newsgroup/mailing
Fred Drake [Fri, 12 Nov 1999 17:20:40 +0000 (17:20 +0000)]
Added request to please not send HTML email to the newsgroup/mailing
list or to python-docs.

25 years agoDocument \citetitle and \programopt.
Fred Drake [Wed, 10 Nov 1999 22:51:18 +0000 (22:51 +0000)]
Document \citetitle and \programopt.

25 years agoUse \citetitle and \programopt as appropriate.
Fred Drake [Wed, 10 Nov 1999 16:21:37 +0000 (16:21 +0000)]
Use \citetitle and \programopt as appropriate.

25 years agoUse \citetitle as appropriate.
Fred Drake [Wed, 10 Nov 1999 16:13:25 +0000 (16:13 +0000)]
Use \citetitle as appropriate.

25 years agoUse \citetitle in several places, and \programopt where appropriate.
Fred Drake [Wed, 10 Nov 1999 16:01:43 +0000 (16:01 +0000)]
Use \citetitle in several places, and \programopt where appropriate.

25 years agoUse \citetitle in several places.
Fred Drake [Wed, 10 Nov 1999 15:54:57 +0000 (15:54 +0000)]
Use \citetitle in several places.

25 years agoUse \citetitle instead of \emph.
Fred Drake [Tue, 9 Nov 1999 20:11:17 +0000 (20:11 +0000)]
Use \citetitle instead of \emph.

25 years agoUse \citetitle in one place.
Fred Drake [Tue, 9 Nov 1999 20:10:01 +0000 (20:10 +0000)]
Use \citetitle in one place.

25 years agoUse the new markup as apporpriate.
Fred Drake [Tue, 9 Nov 1999 19:45:59 +0000 (19:45 +0000)]
Use the new markup as apporpriate.

25 years agoUse \programopt in one place.
Fred Drake [Tue, 9 Nov 1999 19:44:44 +0000 (19:44 +0000)]
Use \programopt in one place.

25 years agoAdded citetitle and programopt.
Fred Drake [Tue, 9 Nov 1999 19:33:24 +0000 (19:33 +0000)]
Added citetitle and programopt.

Made var get renamed to varname (more like DocBook).
Other names should probably be changed as well; still waiting for the
DocBook book to arrive.

25 years agoUse \programopt in one place.
Fred Drake [Tue, 9 Nov 1999 18:03:00 +0000 (18:03 +0000)]
Use \programopt in one place.

25 years agoMissed a couple of program options that had been marked by \code.
Fred Drake [Tue, 9 Nov 1999 17:31:42 +0000 (17:31 +0000)]
Missed a couple of program options that had been marked by \code.

25 years agoUse \programopt in one place.
Fred Drake [Tue, 9 Nov 1999 17:03:45 +0000 (17:03 +0000)]
Use \programopt in one place.

25 years agoUse \citetitle and \programopt as appropriate.
Fred Drake [Tue, 9 Nov 1999 17:03:03 +0000 (17:03 +0000)]
Use \citetitle and \programopt as appropriate.

25 years ago\programopt: New macro, used to mark command-line parameters in the
Fred Drake [Tue, 9 Nov 1999 17:02:11 +0000 (17:02 +0000)]
\programopt:  New macro, used to mark command-line parameters in the
              text.  Looks like \program.

\citetitle:   New macro, used to mark titles of cited works (like the
              names of the Python manuals).  Accepts & discards an
              optional parameter that is only used by the HTML
              formatter.  Looks like \emph.

25 years agodo_cmd_programopt(): New function, similar to do_cmd_program().
Fred Drake [Tue, 9 Nov 1999 16:59:42 +0000 (16:59 +0000)]
do_cmd_programopt():  New function, similar to do_cmd_program().

do_cmd_citetitle():  New function.  Extracts one optional and one
                     required parameter.  If the optional one is
                     provided, it is used a URL (or relative URL) and
                     the text of the required parameter is turned into
                     a hyperlink.

25 years agoOops. Remove some garbage from the doc string that was accidentally
Guido van Rossum [Tue, 9 Nov 1999 16:36:45 +0000 (16:36 +0000)]
Oops.  Remove some garbage from the doc string that was accidentally
checked in due to a patching mishap.  Reported by Detlef Lannert;
thanks!

25 years agoJack Jansen: Mac has no EINTR.
Guido van Rossum [Mon, 8 Nov 1999 15:32:27 +0000 (15:32 +0000)]
Jack Jansen: Mac has no EINTR.

25 years agoAdd some header comments to all the files.
Greg Stein [Sun, 7 Nov 1999 13:14:58 +0000 (13:14 +0000)]
Add some header comments to all the files.

25 years agoinitial checkin for my Python stuff.
Greg Stein [Sun, 7 Nov 1999 12:54:45 +0000 (12:54 +0000)]
initial checkin for my Python stuff.

25 years agoPatch by Dieter Maurer to make things work for Tcl/Tk 8.1. This
Guido van Rossum [Fri, 5 Nov 1999 18:11:23 +0000 (18:11 +0000)]
Patch by Dieter Maurer to make things work for Tcl/Tk 8.1.  This
simply moves the call to Tk_MainWindow() after the Tcl/Tk
initialization calls.  The patch is unconditional, it works with
earlier and later versions as well.

25 years agoPatch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with
Guido van Rossum [Fri, 5 Nov 1999 18:09:56 +0000 (18:09 +0000)]
Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with
8.1.1).  His approach doesn't work with Tcl/Tk 8.2, so I've placed it
inside #if TKMAJORMINOR == 8001 and #endif.  See also his patch for
tkappinit.c.

25 years agoAdded HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_H
Jack Jansen [Fri, 5 Nov 1999 15:54:46 +0000 (15:54 +0000)]
Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_H
since we have these in the current CW release (and probably already had them
quite some time, but never added the defines).

25 years agoChanges to ProgressBar:
Jack Jansen [Fri, 5 Nov 1999 15:53:10 +0000 (15:53 +0000)]
Changes to ProgressBar:
- Don't crash if max=0
- set() now has an optional max parameter, to set the maximum value.

25 years agoChecking in text versions of release forms and explanation.
Guido van Rossum [Fri, 5 Nov 1999 15:21:08 +0000 (15:21 +0000)]
Checking in text versions of release forms and explanation.

25 years agosplit() docstring: Made signature and description for the first
Fred Drake [Thu, 4 Nov 1999 19:19:48 +0000 (19:19 +0000)]
split() docstring:  Made signature and description for the first
                    parameter match.  Error pointed out by François
                    Pinard <pinard@iro.umontreal.ca> on c.l.py.

25 years agoBugfix by Jack Jansen for Macintosh (for the inet_ntoa/aton changes):
Guido van Rossum [Thu, 4 Nov 1999 18:22:29 +0000 (18:22 +0000)]
Bugfix by Jack Jansen for Macintosh (for the inet_ntoa/aton changes):

<arpa/inet.h> doesn't exist and isn't needed; and inet_addr() returns
a structure containing a long rather than a long.

25 years agoTypo fixed in docstring; removed unneccesary import. (jvr)
Just van Rossum [Thu, 4 Nov 1999 10:30:13 +0000 (10:30 +0000)]
Typo fixed in docstring; removed unneccesary import. (jvr)

25 years agoAdapted to new macmudulefinder.process() API. (jvr)
Just van Rossum [Thu, 4 Nov 1999 10:28:59 +0000 (10:28 +0000)]
Adapted to new macmudulefinder.process() API. (jvr)

25 years ago- changed the API of process() so it will return a list of missing modules instead...
Just van Rossum [Thu, 4 Nov 1999 10:28:00 +0000 (10:28 +0000)]
- changed the API of process() so it will return a list of missing modules instead of raising an exception.
- minor cleanups
(jvr)