]>
granicus.if.org Git - python/log
Fred Drake [Mon, 11 Jan 1999 22:30:34 +0000 (22:30 +0000)]
output_body(): For <address> elements, just skip, since they're
always part of the page trailer.
Fred Drake [Mon, 11 Jan 1999 18:36:23 +0000 (18:36 +0000)]
Patches describing the statvfs() and fstatvfs() functions. Additional
text about large file support.
All new text by Steve Clift <clift@mail.anacapa.net>, with only minor
revision / addition of markup.
Guido van Rossum [Mon, 11 Jan 1999 16:47:30 +0000 (16:47 +0000)]
Addition to previous note -- comfigure --without-gcc also works.
Guido van Rossum [Mon, 11 Jan 1999 16:45:44 +0000 (16:45 +0000)]
Add note about gcc-2.8.1 setting sys.maxint to -1 on 64-bit IRIX.
Fred Drake [Mon, 11 Jan 1999 15:34:55 +0000 (15:34 +0000)]
get_config_h_filename(): Fix to work with current Python
installations; it was picking up a stale config.h from an
overwritten installation.
Guido van Rossum [Mon, 11 Jan 1999 14:52:40 +0000 (14:52 +0000)]
Some requests have been fulfilled.
Guido van Rossum [Mon, 11 Jan 1999 14:51:32 +0000 (14:51 +0000)]
Set the cursor to a watch when opening the class browser (which may
take quite a while, browsing multiple files).
Newer, better center() -- but assumes no wrapping.
Guido van Rossum [Mon, 11 Jan 1999 14:49:00 +0000 (14:49 +0000)]
Got rid of debug print statement in goto_line_event().
Guido van Rossum [Mon, 11 Jan 1999 14:47:54 +0000 (14:47 +0000)]
I think I like it better if it prints the traceback even when it displays
the stack viewer.
Guido van Rossum [Mon, 11 Jan 1999 14:46:55 +0000 (14:46 +0000)]
Bind ESC to close-window.
Guido van Rossum [Mon, 11 Jan 1999 14:46:06 +0000 (14:46 +0000)]
Use a HSeparator between the classes and the items.
Make the list of classes wider by default (40 chars).
Bind ESC to close-window.
Guido van Rossum [Mon, 11 Jan 1999 14:45:11 +0000 (14:45 +0000)]
Separator classes (draggable divider between two panes).
Guido van Rossum [Sun, 10 Jan 1999 16:56:58 +0000 (16:56 +0000)]
Patch by Charles Waldman -- remove unneeded and even harmful test for
float to the negative power (which is already and better done in
floatobject.c.)
Guido van Rossum [Sun, 10 Jan 1999 06:09:13 +0000 (06:09 +0000)]
Added some more comments.
Guido van Rossum [Sat, 9 Jan 1999 22:01:33 +0000 (22:01 +0000)]
Don't traceback when wakeup() is called when the window has been destroyed.
This can happen when a torn-of Windows menu references closed windows.
And Tim Peters claims that the Windows menu is his favorite to tear off...
Guido van Rossum [Sat, 9 Jan 1999 22:00:10 +0000 (22:00 +0000)]
Allow tearing off of the Windows menu.
Guido van Rossum [Sat, 9 Jan 1999 21:58:11 +0000 (21:58 +0000)]
Close on ESC.
Guido van Rossum [Sat, 9 Jan 1999 21:57:56 +0000 (21:57 +0000)]
Updated a bunch of things (it was mostly still 0.1!)
Guido van Rossum [Sat, 9 Jan 1999 21:40:35 +0000 (21:40 +0000)]
Use 'xrange', not 'range', in error messages. Reported by Nathan Sullivan.
Barry Warsaw [Sat, 9 Jan 1999 17:22:38 +0000 (17:22 +0000)]
(py-outdent-p): Short circuit infloop for illegal construct
(e.g. except: on first line of buffer).
Guido van Rossum [Sat, 9 Jan 1999 05:00:59 +0000 (05:00 +0000)]
Added ScriptBinding to standard bindings.
Guido van Rossum [Sat, 9 Jan 1999 05:00:17 +0000 (05:00 +0000)]
This now actually works. See doc string. It can run a module (i.e.
import or reload) or debug it (same with debugger control). Output
goes to a fresh output window, only created when needed.
Guido van Rossum [Fri, 8 Jan 1999 21:28:05 +0000 (21:28 +0000)]
Need extern decl. for fdatasync() in case it exists but isn't declared
anywhere (or, more likely, the declaration requires a magical
combination of _POSIX defines).
Guido van Rossum [Fri, 8 Jan 1999 21:08:33 +0000 (21:08 +0000)]
Now using autoconf 2.13
Guido van Rossum [Fri, 8 Jan 1999 21:05:37 +0000 (21:05 +0000)]
Added fsync() and fdatasync(). Patches by Scott Cotton. Requires
HAVE_* macros set by configure script.
Barry Warsaw [Fri, 8 Jan 1999 17:42:03 +0000 (17:42 +0000)]
FieldStorage.__init__(): if there is no content-type header, use
text/plain for inner parts, but application/x-www-form-urlencoded
for outer parts. Honor any existing content-type header.
Lower down, if the content-type header is something we don't
understand (say because it there was a typo in the header coming from
the client), default to text/plain for inner parts, but
application/x-www-form-urlencoded for outer parts.
Guido van Rossum [Fri, 8 Jan 1999 17:26:02 +0000 (17:26 +0000)]
What's new in this release.
Guido van Rossum [Fri, 8 Jan 1999 15:56:28 +0000 (15:56 +0000)]
Hack for Windows so that if (1) the exit status is nonzero and (2) we
think we have our own DOS box (i.e. we're not started from a command
line shell), we print a message and wait for the user to hit a key
before the DOS box is closed.
The hacky heuristic for determining whether we have our *own* DOS box
(due to Mark Hammond) is to test whether we're on line zero...
Fred Drake [Fri, 8 Jan 1999 15:49:45 +0000 (15:49 +0000)]
Remove the "lib-" prefix from the name of the info archive.
Fred Drake [Fri, 8 Jan 1999 15:48:47 +0000 (15:48 +0000)]
No longer useful.
Fred Drake [Fri, 8 Jan 1999 15:40:16 +0000 (15:40 +0000)]
It's finally gone!
Fred Drake [Fri, 8 Jan 1999 15:34:06 +0000 (15:34 +0000)]
Remove obsolete files.
Fred Drake [Fri, 8 Jan 1999 15:33:38 +0000 (15:33 +0000)]
Replace most everything but the comment at the top.
Fred Drake [Fri, 8 Jan 1999 15:32:27 +0000 (15:32 +0000)]
Add a few comments.
Guido van Rossum [Fri, 8 Jan 1999 15:31:07 +0000 (15:31 +0000)]
Paul Prescod's patches to allow the stack viewer to pop up when a
traceback is printed.
Fred Drake [Fri, 8 Jan 1999 15:27:17 +0000 (15:27 +0000)]
New support scripts for HTML->info conversion that use Michael Ernst's new
conversion tools.
Fred Drake [Fri, 8 Jan 1999 15:25:29 +0000 (15:25 +0000)]
New conversion tools for HTML->info from Michael Ernst
<mernst@cs.washington.edu>.
Thanks!
Guido van Rossum [Thu, 7 Jan 1999 22:09:51 +0000 (22:09 +0000)]
Need to include <sys/types.h> for off_t.
Guido van Rossum [Thu, 7 Jan 1999 21:50:41 +0000 (21:50 +0000)]
Ty Sarna writes:
The following patches (relative to 1.5.2b1) enable Python dynamic
loading to work on NetBSD platforms that use ELF (presnetly mips and
alpha systems). They automaticly determine wether the system is ELF or
a.out rather than using astatic list of platforms so that when other
NetBSD platforms move to ELF, python will continue to work without
change.
Guido van Rossum [Thu, 7 Jan 1999 21:48:46 +0000 (21:48 +0000)]
Changes for long file support.
Fred Drake [Thu, 7 Jan 1999 18:47:07 +0000 (18:47 +0000)]
convert(): Make sure no line has trailing whitespace. (docfixer.py
checks for \n\n as a paragraph separator, LaTeX allows white
space between the newlines.)
Guido van Rossum [Thu, 7 Jan 1999 18:29:26 +0000 (18:29 +0000)]
The doc string for strptime had the arguments reversed -- the string
comes first, the format second! Scott Cotton discovered this.
Fred Drake [Thu, 7 Jan 1999 15:45:55 +0000 (15:45 +0000)]
Markup nit.
Add module synopsis.
Guido van Rossum [Thu, 7 Jan 1999 00:12:15 +0000 (00:12 +0000)]
Change paragraph width limit to 70 (like Emacs M-Q).
Guido van Rossum [Thu, 7 Jan 1999 00:11:29 +0000 (00:11 +0000)]
Separating TODO from README. Slight reformulation of features. No
exact release date.
Guido van Rossum [Thu, 7 Jan 1999 00:10:00 +0000 (00:10 +0000)]
Separating TODO from README.
Guido van Rossum [Wed, 6 Jan 1999 23:34:39 +0000 (23:34 +0000)]
Explain how come that pickle and cPickle, while using the same data
format, can produce different pickle strings for the same object.
Guido van Rossum [Wed, 6 Jan 1999 23:14:14 +0000 (23:14 +0000)]
Minor clarifications by Sean Reifschneider:
- add example of string literal concatenation
- add clarifying comment to the example of the if statement
Guido van Rossum [Wed, 6 Jan 1999 23:10:51 +0000 (23:10 +0000)]
Replace the docs for reduce with an adaptation of its docstring, which
was actually clearer!
Guido van Rossum [Wed, 6 Jan 1999 23:03:43 +0000 (23:03 +0000)]
Add doc for access() and ttyname(). Patch by Sean Reifschneider.
Jeremy Hylton [Wed, 6 Jan 1999 22:56:24 +0000 (22:56 +0000)]
fix bug in PyZlib_flush.
patch from Grzegorz Makarewicz & Rafal Smotrzyk.
Guido van Rossum [Wed, 6 Jan 1999 22:52:38 +0000 (22:52 +0000)]
Change the access() code to return 1 if granted, 0 if not granted.
Patch (again) by Sean Reifschneider.
Fred Drake [Wed, 6 Jan 1999 22:50:52 +0000 (22:50 +0000)]
Preliminary code to mark paragraphs. Seems to work, but very slow.
Andrew M. Kuchling [Wed, 6 Jan 1999 22:13:09 +0000 (22:13 +0000)]
Fixed bug in the common-case code for HTTP URLs; it would lose the query,
fragment, and/or parameter information.
3 cases added to the test suite to check for this bug.
Guido van Rossum [Wed, 6 Jan 1999 18:54:57 +0000 (18:54 +0000)]
Constants for [f]statvfs() (new in posixmodule.c) by Steve Clift.
Guido van Rossum [Wed, 6 Jan 1999 18:53:34 +0000 (18:53 +0000)]
Changes for long file support by Steve Clift.
Guido van Rossum [Wed, 6 Jan 1999 18:52:29 +0000 (18:52 +0000)]
Changes for long file support by Steve Clift.
(Slightly modified to isolate the test for various funcs more.)
Guido van Rossum [Wed, 6 Jan 1999 18:51:17 +0000 (18:51 +0000)]
Changes for long file support by Steve Clift.
(This also redoes my previous patch, but better.)
Guido van Rossum [Wed, 6 Jan 1999 18:50:37 +0000 (18:50 +0000)]
Changes for long file support by Steve Clift.
(Really: moved a bunch of defs to longobject.h.)
Guido van Rossum [Wed, 6 Jan 1999 18:44:57 +0000 (18:44 +0000)]
Changes for long file support by Steve Clift.
Guido van Rossum [Wed, 6 Jan 1999 18:44:23 +0000 (18:44 +0000)]
Changes for long file support by Steve Clift.
He also fixes thread-related evil that caused core dumps.
Guido van Rossum [Wed, 6 Jan 1999 18:42:14 +0000 (18:42 +0000)]
Changes for long file support by Steve Clift.
Also added access() and ttyname() by Sean Reifschneider.
Guido van Rossum [Wed, 6 Jan 1999 18:39:42 +0000 (18:39 +0000)]
Changes for long file support by Steve Clift.
Fred Drake [Wed, 6 Jan 1999 16:28:34 +0000 (16:28 +0000)]
Update and add docstrings.
Fred Drake [Wed, 6 Jan 1999 15:21:19 +0000 (15:21 +0000)]
Remove documentation for whatraw() since it's gone now.
Fred Drake [Wed, 6 Jan 1999 15:20:49 +0000 (15:20 +0000)]
Move brief descriptions of what() and whathdr() to docstrings in the
functions (from comments).
Greg Ward [Wed, 6 Jan 1999 14:46:06 +0000 (14:46 +0000)]
Another patch from Fred: factored _init_posix into
get_config_h_filename, get_makefile_filename, parse_config_h, and
parse_makefile.
Guido van Rossum [Wed, 6 Jan 1999 13:05:58 +0000 (13:05 +0000)]
Got rid of whatraw().
Doc-string-ified the lead comments.
Added auto call of test() when run as script.
Guido van Rossum [Wed, 6 Jan 1999 12:49:24 +0000 (12:49 +0000)]
Add extend() method. A small New Year's present from Jean-Claude Wippler.
Fred Drake [Tue, 5 Jan 1999 23:09:12 +0000 (23:09 +0000)]
Document the sndhdr module.
Document that the whatsound module is obsolete.
Fred Drake [Tue, 5 Jan 1999 22:54:49 +0000 (22:54 +0000)]
Shorten the synopsis that gets into the table of contents.
Fred Drake [Tue, 5 Jan 1999 22:16:29 +0000 (22:16 +0000)]
write_idxfile(): New function. Isolate format of the external index
data file used by buildindex.py.
next_argument_id(): Removed; no longer used.
next_argument(): Doesn't use next_argument_id(), just does the work.
gen_target(), gen_target_name(): Removed, no longer used. The only
place that used them now does the (trivial) work directly.
Lots of little changes so we never have to pass around $br_id values
all over the place. The only places they're used now new IDs are
generated as needed.
Fred Drake [Tue, 5 Jan 1999 21:42:18 +0000 (21:42 +0000)]
Added missing "from" in IOError description.
Fred Drake [Tue, 5 Jan 1999 20:53:43 +0000 (20:53 +0000)]
Remove obsolete comment.
Guido van Rossum [Tue, 5 Jan 1999 18:02:24 +0000 (18:02 +0000)]
Incorporate fix suggested by /Fredrik Lundh in the newsgroup to cope
with trailing garbage generated by some broke uuencoders.
Guido van Rossum [Tue, 5 Jan 1999 17:16:46 +0000 (17:16 +0000)]
Patch by Charles Waldman to implement an optional nlines argument to
w.scroll(). (It then calls wscrl(win, nlines) instead of scoll(win).)
Fred Drake [Tue, 5 Jan 1999 15:49:39 +0000 (15:49 +0000)]
Make the documents that have indexes dependent on the buildindex.py
script.
Fred Drake [Tue, 5 Jan 1999 14:39:27 +0000 (14:39 +0000)]
do_cmd_methodline(): New function, implements indexing version of
\methodline.
Fixed up support for \withsubitem, hopefully improving the fidelity of
the index a bit.
Guido van Rossum [Tue, 5 Jan 1999 14:10:29 +0000 (14:10 +0000)]
Upgraded to WISE 5.0g; bumped to 1.5.2b2; added dialog for Tcl.
Fred Drake [Mon, 4 Jan 1999 22:00:56 +0000 (22:00 +0000)]
trim_ignored_letters(): Simplify a little.
Guido van Rossum [Mon, 4 Jan 1999 21:19:09 +0000 (21:19 +0000)]
Hm. There was a boundary condition error at the end of the file too.
Guido van Rossum [Mon, 4 Jan 1999 21:18:40 +0000 (21:18 +0000)]
Hm. Add Unix binding for replace, too.
Fred Drake [Mon, 4 Jan 1999 18:25:38 +0000 (18:25 +0000)]
Update information on the version of latex2html to use, including
complaint about 98.2b8 problems.
Guido van Rossum [Mon, 4 Jan 1999 18:06:45 +0000 (18:06 +0000)]
This hopefully fixes the problem of having to set PATH
in autoexec.bat in order to find the Tcl DLLs -- Tkinter calls FixTk
which will hunt around in a few common places and then set PATH
and try again, or else issue a big clarifying error message.
Guido van Rossum [Mon, 4 Jan 1999 17:22:18 +0000 (17:22 +0000)]
Fix two places (seek and truncate) where a cascade of PyArg_Parse
calls was used instead of a single PyArg_ParseTuple call with an
optional argument.
Guido van Rossum [Mon, 4 Jan 1999 16:49:09 +0000 (16:49 +0000)]
Chris Herborth writes:
Here's a little cleanup of the BeOS/ directory for 1.5.2b2; it makes the
ar-fake, linkcc and linkmodule shell scripts a little smarter (and,
in the case of PowerPC systems, quieter :-).
Guido van Rossum [Mon, 4 Jan 1999 16:45:59 +0000 (16:45 +0000)]
Chris Herborth writes:
Donn Cave tells me the PyImport_BeImageID() function isn't needed anymore.
Guido van Rossum [Mon, 4 Jan 1999 16:39:38 +0000 (16:39 +0000)]
Chris Herborth writes:
Donn Cave tells me the PyImport_BeImageID() function isn't needed anymore.
Guido van Rossum [Mon, 4 Jan 1999 16:35:02 +0000 (16:35 +0000)]
Ran eventparse.py again.
Guido van Rossum [Mon, 4 Jan 1999 16:34:41 +0000 (16:34 +0000)]
Added Unix Meta-q key binding;
fix find_paragraph when at start of file.
Guido van Rossum [Mon, 4 Jan 1999 16:32:21 +0000 (16:32 +0000)]
Added Meta-/ binding for Unix as alt for Alt-/.
Guido van Rossum [Mon, 4 Jan 1999 16:32:04 +0000 (16:32 +0000)]
Add unix binding for grep (otherwise the menu entry doesn't work!)
Guido van Rossum [Mon, 4 Jan 1999 16:31:31 +0000 (16:31 +0000)]
Adjusted Unix height to work with fvwm96. :=(
Fred Drake [Mon, 4 Jan 1999 16:15:02 +0000 (16:15 +0000)]
Typo: "TWELV" --> "TWELVE"
Added note at top, since LaTeX style writers like to force name
changes when someone else makes a change to the style. I'm sending a
note to the author reporting the error and asking for an updated
version.
This cannot be distributed in this form. This will be resolved when I
get a response from Ulf Lindgren.
Typo reported by rwolff@noao.edu (Richard Wolff).
Guido van Rossum [Mon, 4 Jan 1999 15:52:33 +0000 (15:52 +0000)]
Need to import sys!
Guido van Rossum [Mon, 4 Jan 1999 13:05:58 +0000 (13:05 +0000)]
Formatted some paragraphs
Guido van Rossum [Mon, 4 Jan 1999 13:04:54 +0000 (13:04 +0000)]
Add new extension to reformat a (text) paragraph.
Guido van Rossum [Mon, 4 Jan 1999 12:23:46 +0000 (12:23 +0000)]
Typo in Win specific height setting.
Guido van Rossum [Sun, 3 Jan 1999 13:06:00 +0000 (13:06 +0000)]
Recover from failed saves; when a file turns out to be a directory,
create a directory and moer the original file to the index.html.
Guido van Rossum [Sun, 3 Jan 1999 13:00:34 +0000 (13:00 +0000)]
Get rid of the strptype() declaration -- on some BSD systems, it's a
conflict, and it should be declared in time.h anyway.
(Too bad if gcc -Wall won't be happy if it isn't declared...)