]> granicus.if.org Git - python/log
python
25 years agoFixed the password dialog to use a password control.
Jack Jansen [Mon, 13 Dec 1999 16:07:01 +0000 (16:07 +0000)]
Fixed the password dialog to use a password control.

25 years agoC-style comments removed (again).
Jack Jansen [Mon, 13 Dec 1999 16:05:47 +0000 (16:05 +0000)]
C-style comments removed (again).
AE stuff got some extra definitions (don't know why these weren't checked in).

25 years agoMethods {Get,Set}ControlData that know about data types passed for the various
Jack Jansen [Mon, 13 Dec 1999 16:04:48 +0000 (16:04 +0000)]
Methods {Get,Set}ControlData that know about data types passed for the various
4-char codes. The table which maps codes to datatypes is still pretty empty,
I'll fill it as I need entries (or maybe someone wants to spend a nice day filling it?).

25 years agoFixed the password dialog to use a password control.
Jack Jansen [Mon, 13 Dec 1999 15:37:48 +0000 (15:37 +0000)]
Fixed the password dialog to use a password control.
Aligned all sizes and such the HIG standards (I think).

25 years agoUpdated Message, question, YNC and progress dialogs for Appearance. Password
Jack Jansen [Sun, 12 Dec 1999 22:57:51 +0000 (22:57 +0000)]
Updated Message, question, YNC and progress dialogs for Appearance. Password
remains to be done, and maybe we should convert everything to movablemodal too
and make things like question look nicer.

25 years agoIn places where a ResObj is expected for PyArg_Parse and the object passed in isn...
Jack Jansen [Sun, 12 Dec 1999 22:57:29 +0000 (22:57 +0000)]
In places where a ResObj is expected for PyArg_Parse and the object passed in isn't but it does have an as_Resource method use that. This makes life a lot easier
for appearance portability (and was needed anyway).

25 years agoRegenerated toolbox modules with CW Pro 5.2, which has MacOS 8.6 and Appearance 1...
Jack Jansen [Sun, 12 Dec 1999 21:56:56 +0000 (21:56 +0000)]
Regenerated toolbox modules with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support, and added workaround for non-existing calls for 68K.
Static 68K Python still has a tk problem.

25 years agoRegenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.
Jack Jansen [Sun, 12 Dec 1999 21:41:51 +0000 (21:41 +0000)]
Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.

25 years agoDummy functions which return unimpErr for lots of toolbox calls that are unavailable...
Jack Jansen [Sun, 12 Dec 1999 21:38:29 +0000 (21:38 +0000)]
Dummy functions which return unimpErr for lots of toolbox calls that are unavailable for 68K. This way we don't have to disable thm in bgen, so we
can still use them on PPC.

25 years agoOops, PLstring funcs should be "pascal". Funny this never caused problems before...
Jack Jansen [Sun, 12 Dec 1999 21:37:14 +0000 (21:37 +0000)]
Oops, PLstring funcs should be "pascal". Funny this never caused problems before...

25 years agoCatch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'.
Greg Ward [Sun, 12 Dec 1999 17:19:58 +0000 (17:19 +0000)]
Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'.

25 years agoCatch missing MANIFEST file and warn rather than blowing up.
Greg Ward [Sun, 12 Dec 1999 17:07:22 +0000 (17:07 +0000)]
Catch missing MANIFEST file and warn rather than blowing up.
Added 'nuke_release_tree()' method to blow away the directory from
  which the archive file(s) are created, and call it (conditionally)
  from 'make_distribution()'.
Added 'keep_tree' option (false by default) to disable the call to
  'nuke_release_tree()'.

25 years agoFixed 'find_package_modules()' to ensure that we never build (and thus
Greg Ward [Sun, 12 Dec 1999 17:03:59 +0000 (17:03 +0000)]
Fixed 'find_package_modules()' to ensure that we never build (and thus
  install) the setup script itself.
Fixed 'build_module()' so we do *not* preserve file mode (which means
  we can install read-only files, which makes the next installation
  of this distribution fail -- at least under Unix); added a comment
  explaining this.

25 years agoChanged 'build_extensions()' so 'sources' can be a list or tuple; and
Greg Ward [Sun, 12 Dec 1999 17:01:01 +0000 (17:01 +0000)]
Changed 'build_extensions()' so 'sources' can be a list or tuple; and
  call CCompiler method 'compile()' with 'include_dirs' not 'includes'.
Fixed stupid typo in 'get_source_files()'.

25 years agoIn 'compile()' method, renamed 'includes' parameter to 'include_dirs' for
Greg Ward [Sun, 12 Dec 1999 16:57:47 +0000 (16:57 +0000)]
In 'compile()' method, renamed 'includes' parameter to 'include_dirs' for
  consistency with 'build_ext' command option.
Changed 'compile()' and 'link_shared_object()' so 'include_dirs',
  'libraries', and 'library_dirs' can be lists or tuples.

25 years agoAdded support for printing out help text from option table: 'print_help()',
Greg Ward [Sun, 12 Dec 1999 16:54:55 +0000 (16:54 +0000)]
Added support for printing out help text from option table: 'print_help()',
  'generate_help()', 'wrap_text()' functions, and a little tiny test
  of 'wrap_text()'.
Changed how caller states that one option is the boolean opposite of
  another: added 'negative_opt' parameter to 'fancy_getopt()', and changed
  to use it instead of parsing long option name.

25 years agoMade "verbose" mode the default; now you have to supply --quiet if you
Greg Ward [Sun, 12 Dec 1999 16:51:44 +0000 (16:51 +0000)]
Made "verbose" mode the default; now you have to supply --quiet if you
  want no output.  Still no option for a happy medium though.
Added "--help" global option.
Changed 'parse_command_line()' to recognize help options (both for the
  whole distribution and per-command), and to distinguish "regular run"
  and "user asked for help" by returning false in the latter case.
Also in 'parse_command_line()', detect invalid command name on command
  line by catching DistutilsModuleError.
  a 'negative_opt' class attribute right after 'global_options'; changed
  how we call 'fancy_getopt()' accordingly.
Initialize 'maintainer' and 'maintainer_email' attributes to Distribution
  to avoid AttributeError when 'author' and 'author_email' not defined.
Initialize 'help' attribute in Command constructor (to avoid
  AttributeError when user *doesn't* ask for help).
In 'setup()':
  * show usage message before dying when we catch DistutilsArgError
  * only run commands if 'parse_command_line()' returned true (that
    way, we exit immediately when a help option is found)
  * catch KeyboardInterrupt and IOError from running commands
Bulked up usage message to show --help options.
Comment, docstring, and error message tweaks.

25 years agoNew appearance mgr support. This appears (no pun intended) to have some problems...
Jack Jansen [Fri, 10 Dec 1999 16:16:19 +0000 (16:16 +0000)]
New appearance mgr support. This appears (no pun intended) to have some problems that I'll fix tonight, so don't check it out.

25 years agoThe call to PyArg_ParseTuple in al_Connect had one too few arguments.
Guido van Rossum [Fri, 10 Dec 1999 15:12:11 +0000 (15:12 +0000)]
The call to PyArg_ParseTuple in al_Connect had one too few arguments.
This fixes PR#157.

25 years agoChanged appearance-dialogs to new WDEF values. Also undid silly change of
Jack Jansen [Thu, 9 Dec 1999 22:54:42 +0000 (22:54 +0000)]
Changed appearance-dialogs to new WDEF values. Also undid silly change of
button types in those dialogs.

25 years agoRegenerated, and manually massaged (sigh): there can now be comments after enum defs...
Jack Jansen [Thu, 9 Dec 1999 22:51:01 +0000 (22:51 +0000)]
Regenerated, and manually massaged (sigh): there can now be comments after enum defs, and bgen doesn't understand this yet.

25 years agoFixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few routine...
Jack Jansen [Thu, 9 Dec 1999 22:49:51 +0000 (22:49 +0000)]
Fixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few routines that seem to be missing in my CW Pro 5.1.

25 years agoAdded USE_APPEARANCE flag.
Jack Jansen [Thu, 9 Dec 1999 22:48:29 +0000 (22:48 +0000)]
Added USE_APPEARANCE flag.

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.