]>
granicus.if.org Git - python/log
Guido van Rossum [Wed, 25 Feb 1998 16:33:39 +0000 (16:33 +0000)]
Tweak the tb_lineno() function to be compatible with JPython, which
has no line number table etc.
Barry Warsaw [Wed, 25 Feb 1998 15:57:47 +0000 (15:57 +0000)]
(py-master-file): Fixed some typos in the docstring.
Fred Drake [Wed, 25 Feb 1998 15:48:16 +0000 (15:48 +0000)]
Make sure the ']' in the content of the \item[] isn't used as the ending ']'.
Jack Jansen [Wed, 25 Feb 1998 15:47:51 +0000 (15:47 +0000)]
Support for sound input added. The interface is even worse than the
sound-output interface, so this needs a Python wrapper shortly.
Jack Jansen [Wed, 25 Feb 1998 15:46:50 +0000 (15:46 +0000)]
Regenerated because of confusion with Style/StyleParameter and
Char/CharParameter
Jack Jansen [Wed, 25 Feb 1998 15:45:21 +0000 (15:45 +0000)]
Regerated: Style and StyleParameter are different beasts
Jack Jansen [Wed, 25 Feb 1998 15:44:38 +0000 (15:44 +0000)]
Oops, this wasn't checked in yet: part of the AE structure for the new
universal headers.
Jack Jansen [Wed, 25 Feb 1998 15:43:57 +0000 (15:43 +0000)]
Module to use Mac serial port as a communication link
Jack Jansen [Wed, 25 Feb 1998 15:42:48 +0000 (15:42 +0000)]
Helper routines to create standalone Python applications.
Jack Jansen [Wed, 25 Feb 1998 15:42:03 +0000 (15:42 +0000)]
Hack to get at string buffer address changed
Jack Jansen [Wed, 25 Feb 1998 15:41:24 +0000 (15:41 +0000)]
Helper file for version-checking
Jack Jansen [Wed, 25 Feb 1998 15:40:35 +0000 (15:40 +0000)]
Added (minimal) documentation on how to build standalone applications
with Python.
Updated various things (versions of libraries used, urls).
Fred Drake [Wed, 25 Feb 1998 15:40:22 +0000 (15:40 +0000)]
PyFile_FromFile() description: make sure the closing brace for the arguments
comes after the arguments are complete.
Fred Drake [Wed, 25 Feb 1998 15:31:20 +0000 (15:31 +0000)]
Derive the name of the modules .ind from the jobname.
Fred Drake [Wed, 25 Feb 1998 15:30:47 +0000 (15:30 +0000)]
Change quoting of the "echo" commands yet again.... why can't shells agree?
Derive the name of the modules .idx from the jobname.
Fred Drake [Wed, 25 Feb 1998 15:29:43 +0000 (15:29 +0000)]
Make this work better with a4 paper.
Make the table of contents "hot" for PDF output. No additional packages are
needed.
Move code for \b@code, \e@code into the macros for the verbatim environment
directly since they're not used elsewhere.
Derive the name of the modules .idx from the jobname.
Some clean ups.
Guido van Rossum [Tue, 24 Feb 1998 23:26:18 +0000 (23:26 +0000)]
Typo: baseWidht -> baseWidth.
Fred Drake [Tue, 24 Feb 1998 21:43:05 +0000 (21:43 +0000)]
Logical markup.
Fred Drake [Mon, 23 Feb 1998 21:37:27 +0000 (21:37 +0000)]
Add support for hyperref package. This builds the PDF outline, makes the ToC
and index "hot", etc.
Updated a comment about fncychap.
Removed unused minitoc support; I'm not going to use it. Something that makes
more sense with the Python lib ref can be done with reasonable effort, and can
wait a little while.
Fred Drake [Mon, 23 Feb 1998 21:34:26 +0000 (21:34 +0000)]
clean: Remove *.out (hyperref's internal files for building outlines for PDF).
Fred Drake [Mon, 23 Feb 1998 21:33:43 +0000 (21:33 +0000)]
Ignore hyperref's *.out files (used in building outlines for PDF).
Fred Drake [Mon, 23 Feb 1998 21:32:18 +0000 (21:32 +0000)]
Change quoting a little bit to avoid problems building it at CNRI.
Fred Drake [Mon, 23 Feb 1998 21:31:24 +0000 (21:31 +0000)]
Clean up some stuff in the {seealso} at the end. This avoids a little nit
(which causes processing to fail) when using the LaTeX hyperref package.
Guido van Rossum [Mon, 23 Feb 1998 15:30:44 +0000 (15:30 +0000)]
Patches from Jack for new Apple headers
Fred Drake [Mon, 23 Feb 1998 14:42:00 +0000 (14:42 +0000)]
Marked the unmarked AttributeError. (AMK)
"Protect the class instance" --> "Protect the object" It works for anything
with attributes to look up! (AMK)
Logical markup.
Fred Drake [Mon, 23 Feb 1998 14:37:40 +0000 (14:37 +0000)]
"streans" --> "streams" (AMK)
Fred Drake [Sun, 22 Feb 1998 20:42:11 +0000 (20:42 +0000)]
Add a period to "Written by James Roskind"
Fred Drake [Sun, 22 Feb 1998 19:47:13 +0000 (19:47 +0000)]
Changed way *.ind are forced to exist; the files are now reset to contain
an empty index instead of touched. Note that for modindex.ind, this also
includes "\label{modindex}" so that the modindex.py script doesn't change
the set of labels in the document.
Be more consistent in use of $* in commands.
Guido van Rossum [Sun, 22 Feb 1998 04:41:51 +0000 (04:41 +0000)]
Fixed and extended the example; the original example contained some
bogus code.
Guido van Rossum [Sun, 22 Feb 1998 04:36:34 +0000 (04:36 +0000)]
Add slightly more explicit warning about running "make clean" when
changing the --with-thread option. I'm doubtful this will help
though...
Guido van Rossum [Sun, 22 Feb 1998 04:23:51 +0000 (04:23 +0000)]
Added two subsections with extra hints and details, even for
extensions and embedding programs.
Guido van Rossum [Sat, 21 Feb 1998 20:08:39 +0000 (20:08 +0000)]
Adapt to new webchecker structure. Due to better structure of
getpage(), much less duplicate code is needed -- we only need to
override readhtml().
Guido van Rossum [Sat, 21 Feb 1998 20:02:09 +0000 (20:02 +0000)]
Major overhaul. Don't use global variable (e.g. verbose); use
instance variables. Make all global functions methods, for easy
overriding. Restructure getpage() for easy overriding. Add
save_pickle() method and load_pickle() global function to make it
easier for other programs to emulate the toplevel interface.
Fred Drake [Sat, 21 Feb 1998 06:30:17 +0000 (06:30 +0000)]
The list of module descriptions should be a {description} environment, not
{itemize}!
Fred Drake [Fri, 20 Feb 1998 21:55:10 +0000 (21:55 +0000)]
Removed two items, correct one spelling error.
Guido van Rossum [Fri, 20 Feb 1998 21:45:14 +0000 (21:45 +0000)]
A bug in PCRE could cause core dumps in patterns such as
'((a)*)*'. Andrew Kuchling posted a fix to the string-sig.
Jack Jansen [Fri, 20 Feb 1998 16:08:47 +0000 (16:08 +0000)]
Default button on main window wasn't set correctly
Jack Jansen [Fri, 20 Feb 1998 16:08:19 +0000 (16:08 +0000)]
Added some debug prints (if enabled by setting DEBUG)
Jack Jansen [Fri, 20 Feb 1998 16:06:56 +0000 (16:06 +0000)]
BuildApplet will now also update old applets
Jack Jansen [Fri, 20 Feb 1998 16:05:24 +0000 (16:05 +0000)]
Current ("1.5b4") projects, with new UH toolbox modules and such
Jack Jansen [Fri, 20 Feb 1998 16:04:01 +0000 (16:04 +0000)]
USE_PRECOMPILED_HEADERS renamed to MSL_USE_PRECOMPILED_HEADERS
Jack Jansen [Fri, 20 Feb 1998 16:03:15 +0000 (16:03 +0000)]
- Universal Headers 3 mods
- Started on menubar-restore code (but it still doesn't work 100%)
Jack Jansen [Fri, 20 Feb 1998 16:02:09 +0000 (16:02 +0000)]
Regenerated from Universal Headers 3.0.1. Some new calls are
blacklisted, because they are not available in classic 68k programs,
and bgen doesn't have a way to put #ifdef/#endif in the generated
code. For now we only implement calls that work on all three models.
Jack Jansen [Fri, 20 Feb 1998 15:59:59 +0000 (15:59 +0000)]
Fixed double-dispose of splash() dialog
Jack Jansen [Fri, 20 Feb 1998 15:57:30 +0000 (15:57 +0000)]
Updated for Waste 1.3
Jack Jansen [Fri, 20 Feb 1998 15:56:19 +0000 (15:56 +0000)]
Add fstat() if using GUSI
Jack Jansen [Fri, 20 Feb 1998 15:55:53 +0000 (15:55 +0000)]
Universal Headers 3
Jack Jansen [Fri, 20 Feb 1998 15:55:30 +0000 (15:55 +0000)]
Updated to Universal Headers 3 constant names
Jack Jansen [Fri, 20 Feb 1998 15:54:44 +0000 (15:54 +0000)]
Regenerated from Universal Headers 3.0.1 (which are changed
substantially from previous releases)
Jack Jansen [Fri, 20 Feb 1998 15:53:58 +0000 (15:53 +0000)]
Updated to Waste 1.3
Jack Jansen [Fri, 20 Feb 1998 15:51:39 +0000 (15:51 +0000)]
Break circular reference on menus upon cleanup
Jack Jansen [Fri, 20 Feb 1998 15:50:23 +0000 (15:50 +0000)]
Added CHECK_IMPORT_CASE
Added HAVE_HYPOT, except for 68k (where you get 10-byte-float hypot,
sigh...)
Jack Jansen [Fri, 20 Feb 1998 15:48:57 +0000 (15:48 +0000)]
Removed incorrect weMonoStyled from initialization
Jack Jansen [Fri, 20 Feb 1998 15:46:35 +0000 (15:46 +0000)]
Fixed bug in explanation of how to run test.autotest, and warned for
out-of-memory condition
Fred Drake [Fri, 20 Feb 1998 06:08:07 +0000 (06:08 +0000)]
Tell TeX about a pathological hyphenation case (BaseHTTPRequestHandler).
Fred Drake [Fri, 20 Feb 1998 06:03:52 +0000 (06:03 +0000)]
Added \label{}s for logical addressing.
Logical markup.
Fred Drake [Fri, 20 Feb 1998 05:49:37 +0000 (05:49 +0000)]
Added \label{}s for logical addressing.
Fred Drake [Fri, 20 Feb 1998 00:45:52 +0000 (00:45 +0000)]
Fixed typo reported by Vladimir Marangozov <Vladimir.Marangozov@imag.fr>.
Fred Drake [Thu, 19 Feb 1998 21:40:51 +0000 (21:40 +0000)]
Don't ignore makeinfo errors.
Fred Drake [Thu, 19 Feb 1998 21:40:22 +0000 (21:40 +0000)]
Clean up name->name conversion a little, *make sure it happens in all the
right places*!
Guido van Rossum [Thu, 19 Feb 1998 21:33:13 +0000 (21:33 +0000)]
Revert to the old (indented) form of @DGUX_IS_BROKEN@.
Guido van Rossum [Thu, 19 Feb 1998 21:32:40 +0000 (21:32 +0000)]
Different way to suppores the DGUX rule
Guido van Rossum [Thu, 19 Feb 1998 21:29:38 +0000 (21:29 +0000)]
Change default RCS bin directory to /usr/local/bin/.
Guido van Rossum [Thu, 19 Feb 1998 21:28:49 +0000 (21:28 +0000)]
Delete the 'exit' command from the Tcl interpreter -- it would allow
users to exit Python without the normal precautions. (The can do this
using os._exit() anyway, but at least that's documented.)
Guido van Rossum [Thu, 19 Feb 1998 21:20:30 +0000 (21:20 +0000)]
Fix bug in trace_vdelete(); should use master's delete command.
Guido van Rossum [Thu, 19 Feb 1998 21:19:48 +0000 (21:19 +0000)]
Added debug statements to report data actually sent and received on
the socket.
Guido van Rossum [Thu, 19 Feb 1998 21:18:56 +0000 (21:18 +0000)]
Fix for literal null bytes -- these must be replaced by the four
characters \, 0, 0, 0.
Guido van Rossum [Thu, 19 Feb 1998 21:17:42 +0000 (21:17 +0000)]
Fixed a bug in the gauss() function. The bug was reported by Mike
Miller, who complained that its kurtosis was bad, and then fixed by
Lambert Meertens (author of the original algorithm) who discovered
that the mathematical analysis leading to his solution was wrong, and
provided a corrected version. Mike then tested the fix and reported
that the kurtosis was now good.
Guido van Rossum [Thu, 19 Feb 1998 21:15:44 +0000 (21:15 +0000)]
Add rmd() (remove directory command); fix comment in parse257.
In login(), force passwd and acct to '' when they are None (this can
happen in the test program!).
Guido van Rossum [Thu, 19 Feb 1998 21:08:36 +0000 (21:08 +0000)]
Faster implementation of normcase (using string.lower(
string.replace(...)) instead of a for loop).
Don't call normcase() in normpath() -- the filesystem just might be
case preserving...
Guido van Rossum [Thu, 19 Feb 1998 21:02:32 +0000 (21:02 +0000)]
Jeff Kunce writes (and he is right):
Also, I just ran across a [possible] minor glitch
in the library documentation for site.py. It says:
"For example, suppose sys.prefix and
sys.exec_prefix are set to `/usr/local'. The
Python 1.5 library is then installed in
`/usr/local/lib/python1.5'. Suppose this has a
subdirectory `/usr/local/python1.5/site-packages'
with three subsubdirectories, `foo', `bar' and
`spam'..."
I think it should be:
"...Suppose this has a subdirectory
`/usr/local/lib/python1.5/site-packages' with..."
^^^^
Fred Drake [Thu, 19 Feb 1998 21:02:26 +0000 (21:02 +0000)]
Revise comment about the {fulllineitems} environment to be accurate.
Guido van Rossum [Thu, 19 Feb 1998 21:00:45 +0000 (21:00 +0000)]
Fix some outdated comments (mostly by removing a large comment block
that was only causing confusing). Add free(userpath) and
free(machinepath) statements to prevent some leaks.
Fred Drake [Thu, 19 Feb 1998 21:00:41 +0000 (21:00 +0000)]
Improve support for logical node names.
Guido van Rossum [Thu, 19 Feb 1998 20:59:23 +0000 (20:59 +0000)]
Enable CHECK_IMPORT_CASE on Win32.
Fred Drake [Thu, 19 Feb 1998 20:59:19 +0000 (20:59 +0000)]
Adjusted \label{} for *consistent* logical addressing.
Logical markup.
Guido van Rossum [Thu, 19 Feb 1998 20:58:44 +0000 (20:58 +0000)]
Moved clear_carefully() to _PyModule_Clear() in moduleobject.c
(modified) and use that.
Some differences in the cleanup algorithm:
- Clear __main__ before the other modules.
- Delete more sys variables: including ps1, ps2, exitfunc, argv, and
even path -- this will prevent new imports!
- Restore stdin, stdout, stderr from __stdin__, __stdout__,
__stderr__, effectively deleting hooks that the user might have
installed -- so their (the hooks') destructors will run.
Guido van Rossum [Thu, 19 Feb 1998 20:53:06 +0000 (20:53 +0000)]
Make backup copies of stdin, stdout, stderr as __stdin__, __stdout__,
__stderr__. These will be used by the import cleanup.
Guido van Rossum [Thu, 19 Feb 1998 20:51:52 +0000 (20:51 +0000)]
Add internal routine _PyModule_Clear(), which does approximately what
clear_carefully() used to do in import.c. Differences: leave only
__builtins__ alone in the 2nd pass; and don't clear the dictionary (on
the theory that as long as there are references left to the
dictionary, those might be destructors that might expect __builtins__
to be alive when they run; and __builtins__ can't normally be part of
a cycle).
Fred Drake [Thu, 19 Feb 1998 20:50:52 +0000 (20:50 +0000)]
Added \label{} for logical addressing.
Guido van Rossum [Thu, 19 Feb 1998 20:48:26 +0000 (20:48 +0000)]
Vladimir Marangozov' performance hack: copy f_builtins from ancestor
if the globals are the same.
Also, when creating a dummy builtins dictionary, add "None" to it,
just to be kind.
Guido van Rossum [Thu, 19 Feb 1998 20:46:48 +0000 (20:46 +0000)]
Check ferror(), not errno, for fread() error.
Fred Drake [Thu, 19 Feb 1998 20:46:47 +0000 (20:46 +0000)]
Add missing files to $(LIBFILES).
Run node2label.pl on the HTML versions of all the LaTeX manuals.
Fred Drake [Thu, 19 Feb 1998 20:22:13 +0000 (20:22 +0000)]
Added \label{} for logical addressing.
Fred Drake [Thu, 19 Feb 1998 20:07:39 +0000 (20:07 +0000)]
Added \label{} for logical addressing.
Fred Drake [Thu, 19 Feb 1998 19:45:19 +0000 (19:45 +0000)]
Added itemized list of Macintosh modules, similar to the other chapters.
Fred Drake [Thu, 19 Feb 1998 19:40:17 +0000 (19:40 +0000)]
Added \label{} for logical addressing.
Fred Drake [Thu, 19 Feb 1998 18:59:48 +0000 (18:59 +0000)]
Separate chapter and section.
Fred Drake [Thu, 19 Feb 1998 18:51:39 +0000 (18:51 +0000)]
Make sure the general index and about nodes get labels assigned, so they get
real names instead of node#.html names.
Fred Drake [Thu, 19 Feb 1998 18:29:18 +0000 (18:29 +0000)]
Separate binhex and binuu documentation from binascii. Support better
module addressing in HTML.
Fred Drake [Thu, 19 Feb 1998 17:26:48 +0000 (17:26 +0000)]
Remove debugging print.
Support {classdesc} and {fulllineitems} environments.
Support most recent logical markup.
Fred Drake [Thu, 19 Feb 1998 16:18:19 +0000 (16:18 +0000)]
Bring date into line with the last documentation release.
Fred Drake [Thu, 19 Feb 1998 16:01:41 +0000 (16:01 +0000)]
Work on a temporary file, not the input file.
Fred Drake [Thu, 19 Feb 1998 16:01:04 +0000 (16:01 +0000)]
Revised some targets to make better use of make "special" variables, to avoid
repeating file names.
Change lib.texi target to not overwrite the input file; work on a copy.
Fred Drake [Thu, 19 Feb 1998 15:20:30 +0000 (15:20 +0000)]
Support environments {fulllineitems} and {classdesc}, more of the new logical
markup.
The info generation now works, yet again.
Fred Drake [Thu, 19 Feb 1998 15:18:02 +0000 (15:18 +0000)]
Adjust grouping for the "b(reak)" command syntax description. This is
required to get the info generation back in operation, yet again.
Fred Drake [Thu, 19 Feb 1998 15:09:35 +0000 (15:09 +0000)]
Logical markup.
Several uses of "\^" could be simplified; this fixes part of the info
generation process.
Fred Drake [Thu, 19 Feb 1998 14:00:22 +0000 (14:00 +0000)]
\nodename{} must immediately follow \chapter{} to be handled correctly;
adding the \label{} broke that.
Fred Drake [Thu, 19 Feb 1998 06:32:06 +0000 (06:32 +0000)]
{fulllineitems} is now an environment; use it as such.
Fred Drake [Thu, 19 Feb 1998 06:26:35 +0000 (06:26 +0000)]
Logical markup.
Changed {funcdesc} to {classdesc}. This is a test case for {classdesc}.