- 25 Jan, 1999 12 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
/usr/local/include comes before /usr/X11R1/include. On some Linux distributions the latter apparently contains (standard!) a bad tcl.h or tk.h.
-
Guido van Rossum authored
happen in restricted mode.
-
Guido van Rossum authored
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.
-
Guido van Rossum authored
-
Guido van Rossum authored
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.
-
Guido van Rossum authored
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.
-
Guido van Rossum authored
non-zero things like 5j and complex(1,0) are considered to be zero/false. Tim Peters.
-
Guido van Rossum authored
Also define F_OK etc. when not already defined, when doing access().
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
numbers in all other projects/libraries.
-
- 24 Jan, 1999 1 commit
-
-
Just van Rossum authored
Needed to keep CWGUSI under cvs because of filesnames with slashes.
-
- 23 Jan, 1999 1 commit
-
-
Just van Rossum authored
-
- 22 Jan, 1999 6 commits
-
-
Just van Rossum authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
The documentation is unclear on this, but the old implementation caused problems with Default Folder.
-
Jack Jansen authored
-
- 21 Jan, 1999 8 commits
-
-
Barry Warsaw authored
py-newline-and-indent.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
places) which isn't worth bgenning.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
them, so the warning is obsolete).
-
- 20 Jan, 1999 4 commits
-
-
Fred Drake authored
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".
-
Fred Drake authored
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.
-
Fred Drake authored
IRIX systems.
-
Fred Drake authored
module available on IRIX.
-
- 19 Jan, 1999 8 commits
-
-
Fred Drake authored
<author> inside the <moduleinfo> element. Fix problems with paragraph identification.
-
Fred Drake authored
entire attribute value. Add ability to save list of "empty" elements to a file -- enabled by constant in the code.
-
Fred Drake authored
than one "root" that prevented all the <label id=...> items from being promoted to id attributes on the enclosing chapter/ section/... properly.
-
Fred Drake authored
Removed "New" from module synopsis.
-
Fred Drake authored
introductory text).
-
Fred Drake authored
to <module link>.
-
Fred Drake authored
-
Fred Drake authored
Change the message printed before running buildindex.py; "Doing the index..." wasn't clear and could be misinterpreted with an inappropriate mindset. ;-)
-