Guido van Rossum
aa8d16761b
Make sure not to call realloc() with a NULL pointer -- call malloc()
...
in that case. Tamito Kajiyama.
1999-01-25 21:43:51 +00:00
Guido van Rossum
11801859e0
Include myselect.h -- needed on some platforms.
1999-01-25 21:39:03 +00:00
Guido van Rossum
8bf6dc77d1
Rearrange the -I flags for compiling _tkinter.c so that
...
/usr/local/include comes before /usr/X11R1/include. On some Linux
distributions the latter apparently contains (standard!) a bad tcl.h
or tk.h.
1999-01-25 21:38:29 +00:00
Guido van Rossum
2fff84d892
Don't die if CodeType doesn't exist -- ignore the error. This could
...
happen in restricted mode.
1999-01-25 21:37:02 +00:00
Guido van Rossum
7999bfb235
There's a macro PycString_IMPORT which the documentation listed as
...
PycStringIO_IMPORT. While arguably the name used in the documentation
is more consistent, I think it's probably safer not to change the
macro definition and instead fix the doco.
1999-01-25 21:36:13 +00:00
Guido van Rossum
0189c010c3
Correct typo in new function get_breaks().
1999-01-25 20:56:33 +00:00
Guido van Rossum
816a9fbd2c
Change clear syntax to support three alternatives:
...
clear
clear file:line
clear bpno bpno ...
Also print the breakpoint data after calling set_break(), because the
print statement in set_break() has gone.
1999-01-25 20:56:07 +00:00
Guido van Rossum
6ea27cc2c6
Change clear_break() to the old signature clear_break(file, line).
...
Add new clear_bpbynumber() with single bpno argument. (Adapted from
a patch by Richard Wolff.)
Also some cleanup in error messages and moved some comments into a
docstring.
1999-01-25 20:51:34 +00:00
Guido van Rossum
3bbef60990
Ai! complex_nonzero() has && which should be ||, else decidedly
...
non-zero things like 5j and complex(1,0) are considered to be
zero/false. Tim Peters.
1999-01-25 19:42:19 +00:00
Guido van Rossum
d371ff17a1
Only do ttyname() when HAVE_TTYNAME is defined.
...
Also define F_OK etc. when not already defined, when doing access().
1999-01-25 16:12:23 +00:00
Jack Jansen
27e04206b9
Adding sherlock search templates for Python and Python FAQ.
1999-01-25 15:11:15 +00:00
Jack Jansen
c94e7854d0
Added Icn module to toolboxmodules
1999-01-25 12:39:39 +00:00
Jack Jansen
d26e1a0d3f
Set PythonCore version number to sys.hexversion, and removed version
...
numbers in all other projects/libraries.
1999-01-25 12:24:27 +00:00
Just van Rossum
d0f0637dad
Script to synchronize files with / in their name and their _s_ counterparts.
...
Needed to keep CWGUSI under cvs because of filesnames with slashes.
1999-01-24 23:24:21 +00:00
Just van Rossum
e3308ecb34
Test checkin, to see whether I really can do it. --jvr schpeaking.
1999-01-23 00:06:06 +00:00
Just van Rossum
ae1e875683
Test checkin, to see whether I really can do it. --jvr schpeaking.
1999-01-22 23:58:04 +00:00
Fred Drake
a49a4eabbf
Add "term" to AUTOCLOSE.
1999-01-22 22:48:24 +00:00
Guido van Rossum
d1dbf633ed
Header for PyObject_DelItem() mentioned non-existing 3rd argument.
1999-01-22 20:10:49 +00:00
Jack Jansen
539d4256b0
Updated for 1.5.2b1
1999-01-22 13:26:45 +00:00
Jack Jansen
90c3c164e0
In unpackevent, get the direct object (----) before asking for missed parameters.
...
The documentation is unclear on this, but the old implementation caused problems
with Default Folder.
1999-01-22 13:23:12 +00:00
Jack Jansen
d61f92bab3
Select the whole default input field in AskString (Joe Strout)
1999-01-22 13:14:06 +00:00
Barry Warsaw
f19feb8fb5
(py-mode-map): Add back force of RET (aka C-m) to
...
py-newline-and-indent.
1999-01-21 17:06:11 +00:00
Jack Jansen
1c4d96fde8
Added examples/testcode for the Icn module.
1999-01-21 14:30:55 +00:00
Jack Jansen
a0fcd25800
Don't qualify local symbols with aetools...
1999-01-21 13:34:26 +00:00
Jack Jansen
d9f5a39ef3
Manually added definitions for normal, bold, etc. These are in MacTypes (of all
...
places) which isn't worth bgenning.
1999-01-21 13:31:30 +00:00
Jack Jansen
c0011894b2
Updated for 1.5.2b1
1999-01-21 12:51:36 +00:00
Jack Jansen
13976c80a7
Updated for 1.5.2b1 (better late than never:-)
1999-01-21 12:50:47 +00:00
Jack Jansen
7d2f9d6e6c
Updated the version number in the vers and preffilename resources.
1999-01-21 12:50:19 +00:00
Jack Jansen
3008b04e38
Removed warnings for packages (Just implemented support for freezing
...
them, so the warning is obsolete).
1999-01-21 12:49:20 +00:00
Fred Drake
43278f01dc
convert(): Added parameter "autoclose", which should be a sequence of
...
general identifiers for which closing tags will be omitted
when SGML is generated. This can be used to tell the markup
generator to drop stuff like </para>. Note that it needs to
be possible for the closing tag to *always* be omitted for it
to be included in "autoclose".
main(): Added command-line option "-a" / "--autoclose" to set the
list of general identifiers passed to the convert() function
as the "autoclose" parameter. The list may only be specified
once (not additive) and GIs should be comma-separated. The
default list includes only "para".
1999-01-20 20:35:05 +00:00
Fred Drake
0a5b8de5e2
Modified the "sgml" and "xml" targets to stop if the sub-makes fail in
...
any subdirectory; don't continue with remaining subdirs.
Added "api", "ext", "lib", "mac", "ref", and "tut" targets to only do
submakes in those directories. This is just a lot easier to use than
to cd into the subdir and use make.rules directly.
1999-01-20 17:26:56 +00:00
Fred Drake
19a0dba342
Add caveat on partial dependence on the "cl" module, only available on
...
IRIX systems.
1999-01-20 16:26:09 +00:00
Fred Drake
9ea3e36419
Move the jpeg module to the SGI section; it is dependent on the "cl"
...
module available on IRIX.
1999-01-20 15:55:20 +00:00
Fred Drake
4259f0db04
create_module_info(): If there's a \moduleauthor, move it to an
...
<author> inside the <moduleinfo> element.
Fix problems with paragraph identification.
1999-01-19 23:09:31 +00:00
Fred Drake
36dfe58694
isnmtoken(), istoken(): Fix to ensure the regex has to match the
...
entire attribute value.
Add ability to save list of "empty" elements to a file -- enabled by
constant in the code.
1999-01-19 23:03:04 +00:00
Fred Drake
2664db9f76
handle_labels(): Fix problem for document fragments containing more
...
than one "root" that prevented all the <label id=...> items
from being promoted to id attributes on the enclosing chapter/
section/... properly.
1999-01-19 21:46:48 +00:00
Fred Drake
a7998f650a
Revised comments on null bytes in pattern string.
...
Removed "New" from module synopsis.
1999-01-19 20:00:08 +00:00
Fred Drake
6ffa445832
Fix second description of handling 2-digit years (last item in
...
introductory text).
1999-01-19 19:35:18 +00:00
Fred Drake
d6ced7d199
convert(): Change the element name remapping to convert <refmodule>
...
to <module link>.
1999-01-19 17:11:23 +00:00
Fred Drake
f82e4ab617
format_attrs(): Attempt a bit more minimization for SGML output.
1999-01-19 17:10:31 +00:00
Fred Drake
9bbdce5945
add_module_idx(), add_idx_hook():
...
Change the message printed before running buildindex.py;
"Doing the index..." wasn't clear and could be misinterpreted
with an inappropriate mindset. ;-)
1999-01-19 16:30:10 +00:00
Fred Drake
0237909e42
Enable os.path as a mostly-normal submodule, including "from os.path
...
import isfile" and "import os.path".
1999-01-19 16:05:13 +00:00
Barry Warsaw
cb5540e72a
(py-mode-map): Removed special bindings for C-m and C-j to
...
py-newline-and-indent. These ought to get picked up by the mapcar
that follows; any existing binding to newline-and-indent gets shadowed
to py-newline-and-indent.
This will break some people who, e.g. bind C-m or C-j to newline but
still want these bound to py-newline-and-indent in Python mode. On
the other hand, the forced binding pisses off Emacs diehards. So
consider this experimental and see if any tall Dutch guys complain :-)
1999-01-19 13:26:56 +00:00
Barry Warsaw
f8ddb6afa0
(py-narrow-to-defun): New command (bound to C-x n d) which mimics the
...
standard narrow-to-defun but works with Python classes and methods.
With no arg, narrows to most enclosing def/method. With C-u arg,
narrows to most enclosing class.
1999-01-18 21:49:39 +00:00
Greg Ward
f6cdcd509d
Added 'warn' method.
1999-01-18 17:08:16 +00:00
Fred Drake
7eca8e5017
Fix typo spotted by Jeff MacDonald <jam@ans.net>.
1999-01-18 15:46:02 +00:00
Guido van Rossum
36911a1ca9
Only deiconify when iconic.
1999-01-18 15:18:57 +00:00
Guido van Rossum
f87240f447
Misc
1999-01-18 15:18:34 +00:00
Jack Jansen
31000dd0f4
Interface to GetIcon, PlotIcon and friends.
1999-01-18 09:34:50 +00:00
Guido van Rossum
433892021e
Added doc strings to the exception classes.
...
Contributed by Blake Winton, but considerably edited.
1999-01-15 04:03:46 +00:00