summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Correct typo in new function get_breaks().Guido van Rossum1999-01-251-1/+1
|
* Change clear syntax to support three alternatives:Guido van Rossum1999-01-251-3/+47
| | | | | | | | | 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.
* Change clear_break() to the old signature clear_break(file, line).Guido van Rossum1999-01-251-26/+40
| | | | | | | | 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.
* Ai! complex_nonzero() has && which should be ||, else decidedlyGuido van Rossum1999-01-251-1/+1
| | | | | non-zero things like 5j and complex(1,0) are considered to be zero/false. Tim Peters.
* Only do ttyname() when HAVE_TTYNAME is defined.Guido van Rossum1999-01-251-0/+18
| | | | Also define F_OK etc. when not already defined, when doing access().
* Adding sherlock search templates for Python and Python FAQ.Jack Jansen1999-01-253-0/+14
|
* Added Icn module to toolboxmodulesJack Jansen1999-01-253-0/+3
|
* Set PythonCore version number to sys.hexversion, and removed versionJack Jansen1999-01-2523-0/+0
| | | | numbers in all other projects/libraries.
* Script to synchronize files with / in their name and their _s_ counterparts.Just van Rossum1999-01-241-0/+89
| | | | Needed to keep CWGUSI under cvs because of filesnames with slashes.
* Test checkin, to see whether I really can do it. --jvr schpeaking.Just van Rossum1999-01-231-2/+0
|
* Test checkin, to see whether I really can do it. --jvr schpeaking.Just van Rossum1999-01-221-0/+2
|
* Add "term" to AUTOCLOSE.Fred Drake1999-01-221-1/+1
|
* Header for PyObject_DelItem() mentioned non-existing 3rd argument.Guido van Rossum1999-01-221-1/+1
|
* Updated for 1.5.2b1Jack Jansen1999-01-222-7/+7
|
* In unpackevent, get the direct object (----) before asking for missed ↵Jack Jansen1999-01-221-0/+7
| | | | | | | parameters. The documentation is unclear on this, but the old implementation caused problems with Default Folder.
* Select the whole default input field in AskString (Joe Strout)Jack Jansen1999-01-221-1/+2
|
* (py-mode-map): Add back force of RET (aka C-m) toBarry Warsaw1999-01-211-0/+9
| | | | py-newline-and-indent.
* Added examples/testcode for the Icn module.Jack Jansen1999-01-213-1/+374
|
* Don't qualify local symbols with aetools...Jack Jansen1999-01-211-1/+1
|
* Manually added definitions for normal, bold, etc. These are in MacTypes (of allJack Jansen1999-01-212-3/+31
| | | | places) which isn't worth bgenning.
* Updated for 1.5.2b1Jack Jansen1999-01-211-1/+3
|
* Updated for 1.5.2b1 (better late than never:-)Jack Jansen1999-01-212-4/+8
|
* Updated the version number in the vers and preffilename resources.Jack Jansen1999-01-212-0/+0
|
* Removed warnings for packages (Just implemented support for freezingJack Jansen1999-01-212-2/+2
| | | | them, so the warning is obsolete).
* convert(): Added parameter "autoclose", which should be a sequence ofFred Drake1999-01-201-8/+19
| | | | | | | | | | | | | | 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".
* Modified the "sgml" and "xml" targets to stop if the sub-makes fail inFred Drake1999-01-201-3/+22
| | | | | | | | 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.
* Add caveat on partial dependence on the "cl" module, only available onFred Drake1999-01-201-0/+4
| | | | IRIX systems.
* Move the jpeg module to the SGI section; it is dependent on the "cl"Fred Drake1999-01-201-1/+1
| | | | module available on IRIX.
* create_module_info(): If there's a \moduleauthor, move it to anFred Drake1999-01-191-20/+18
| | | | | | <author> inside the <moduleinfo> element. Fix problems with paragraph identification.
* isnmtoken(), istoken(): Fix to ensure the regex has to match theFred Drake1999-01-191-2/+17
| | | | | | | entire attribute value. Add ability to save list of "empty" elements to a file -- enabled by constant in the code.
* handle_labels(): Fix problem for document fragments containing moreFred Drake1999-01-191-12/+14
| | | | | | than one "root" that prevented all the <label id=...> items from being promoted to id attributes on the enclosing chapter/ section/... properly.
* Revised comments on null bytes in pattern string.Fred Drake1999-01-191-5/+6
| | | | Removed "New" from module synopsis.
* Fix second description of handling 2-digit years (last item inFred Drake1999-01-191-9/+16
| | | | introductory text).
* convert(): Change the element name remapping to convert <refmodule>Fred Drake1999-01-191-0/+1
| | | | to <module link>.
* format_attrs(): Attempt a bit more minimization for SGML output.Fred Drake1999-01-191-4/+22
|
* add_module_idx(), add_idx_hook():Fred Drake1999-01-191-2/+2
| | | | | | Change the message printed before running buildindex.py; "Doing the index..." wasn't clear and could be misinterpreted with an inappropriate mindset. ;-)
* Enable os.path as a mostly-normal submodule, including "from os.pathFred Drake1999-01-191-0/+2
| | | | import isfile" and "import os.path".
* (py-mode-map): Removed special bindings for C-m and C-j toBarry Warsaw1999-01-191-3/+0
| | | | | | | | | | | 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 :-)
* (py-narrow-to-defun): New command (bound to C-x n d) which mimics theBarry Warsaw1999-01-181-0/+15
| | | | | | 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.
* Added 'warn' method.Greg Ward1999-01-181-1/+10
|
* Fix typo spotted by Jeff MacDonald <jam@ans.net>.Fred Drake1999-01-181-2/+2
|
* Only deiconify when iconic.Guido van Rossum1999-01-182-4/+8
|
* MiscGuido van Rossum1999-01-181-0/+3
|
* Interface to GetIcon, PlotIcon and friends.Jack Jansen1999-01-183-0/+828
|
* Added doc strings to the exception classes.Guido van Rossum1999-01-151-3/+29
| | | | Contributed by Blake Winton, but considerably edited.
* Patch by Piers Lauder: make exceptions classes.Guido van Rossum1999-01-151-14/+13
| | | | Take opportunity to add more explanatory messages to exceptions.
* (py-electric-delete): Implement the XEmacs 21 blessed way of checkingBarry Warsaw1999-01-151-3/+4
| | | | for delete forwardness.
* Bruce Wheeler quotes Mark Hammond with a different version of theGuido van Rossum1999-01-141-1/+1
| | | | last patch to this file: use pathLen, not bufSize, as the initializer.
* Add a "tarball" target.Fred Drake1999-01-141-0/+3
|
* Adjust so that we are no longer using special entities for well-knownFred Drake1999-01-141-19/+21
| | | | names. These are too much of a pain for occaissional authors.