summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added scrap managerJack Jansen1996-04-121-0/+4
|
* Fixed a nasty bug where FindControl could return a reference to aJack Jansen1996-04-124-4/+7
| | | | destroyed python object.
* Interface to the scrap managerJack Jansen1996-04-123-0/+308
|
* Added ScrolledWindow (a window with one or two scrollbars)Jack Jansen1996-04-122-2/+172
|
* Don't atoi() the memo key.Guido van Rossum1996-04-121-7/+16
| | | | Use atoi(), atol(), atof() instead of load_atomic for seed-up.
* A simple scrollbar-less single-font (but multi-window) textJack Jansen1996-04-111-0/+276
| | | | editor. More to come...
* Fixed ttedit to actually workJack Jansen1996-04-112-15/+7
| | | | Fixed minor update bug in tlist
* Added enable(onoff) method to menus and menu itemsJack Jansen1996-04-111-0/+11
|
* Added lost docs for crypt module.Guido van Rossum1996-04-106-0/+50
|
* Added warning on memory use of tcl/tkJack Jansen1996-04-101-2/+4
|
* rebinhexedJack Jansen1996-04-102-4/+4
|
* Added a region arg to update callsJack Jansen1996-04-103-6/+6
|
* Added a tutorialJack Jansen1996-04-102-1/+284
|
* Added region arg to update calls. And binhex files rebinhexed.Jack Jansen1996-04-109-281/+357
|
* Binhex gif files too.Jack Jansen1996-04-101-1/+2
|
* Changed to allow the user to do partial buildsJack Jansen1996-04-101-7/+33
|
* Moved a button in the message dialog. and everything got binhexed again.Jack Jansen1996-04-103-306/+308
|
* Added region argument to various ...Update calls.Jack Jansen1996-04-105-10/+14
| | | | Also, some rsrc files got rebinhexed (sigh)
* Replaced various dummy updateRegions by real argumentsJack Jansen1996-04-1015-21/+43
|
* TextEdit sample code (not yet complete)Jack Jansen1996-04-102-0/+102
|
* Added TextEdit interfaceJack Jansen1996-04-101-0/+56
|
* Interface to TextEdit toolboxJack Jansen1996-04-103-0/+1179
|
* Create files as temp file and move to real location only when complete.Guido van Rossum1996-04-091-7/+22
| | | | Added some try-except statements around listdir and mkdir operations.
* Separate readline initialization into new function PyOS_ReadlineInit().Guido van Rossum1996-04-091-7/+14
| | | | For Dave Ascher's readline extensions.
* Add list() method, analogous to tuple().Guido van Rossum1996-04-091-0/+36
|
* Under NT, interface to mysterious module registry. (Mark H.)Guido van Rossum1996-04-091-0/+8
|
* Under NT, change "long" sharedlib extension to ".dll". (Mark H.)Guido van Rossum1996-04-091-1/+1
|
* Under NT, define sys.dllhandle and sys.winver (Mark H.).Guido van Rossum1996-04-091-0/+10
|
* Add'l change for NT (Mark H.).Guido van Rossum1996-04-091-0/+1
|
* (py-indent-right, py-outdent-left): fixed placement of point afterBarry Warsaw1996-04-081-16/+22
| | | | adjustments.
* (py-parse-state): make sure we don't land inside a triple-quotedBarry Warsaw1996-04-061-10/+16
| | | | string
* Added resource-ids for override preferences.Jack Jansen1996-04-041-1/+7
|
* Added support for override preferencesJack Jansen1996-04-041-13/+54
|
* Added support for editing override preferences in appletsJack Jansen1996-04-042-74/+181
|
* Subtlety: ~root/a should expand to /a, not //a. Everything else unchanged.Guido van Rossum1996-04-021-0/+1
|
* Update reference (it's now RFC 1808); added http to list of protocolsGuido van Rossum1996-03-291-9/+3
| | | | that use parameters.
* Reformatted with 4-space tab stops.Guido van Rossum1996-03-281-286/+406
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow '=' and '~' in unquoted attribute values. Added overridable methods handle_starttag(tag, method, attrs) and handle_endtag(tag, method) so subclasses can decide whether they really want to call the method (e.g. when suppressing some portion of the document). Added support for a number of SGML shortcuts: shorthand full notation <tag>...<>... <tag>...<tag>... <tag>...</> <tag>...</tag> <tag/.../ <tag>...</tag> <tag1<tag2> <tag1><tag2> </tag1</tag2> </tag1></tag2> </tag1<tag2> </tag1><tag2> This required factoring out some common actions and rationalizing the interface to parse_endtag(), so as to make the code more readable. Fixed syntax for &entity and &#char references so the trailing semicolon is optional; removed explicit support for trailing period (which was a TBL mistake in HTML 0.0). Generalized the test program. Tried to speed things up a little. (More to come after the profile results are in.) Fix error recovery: call the end methods popped from the stack instead of the one that triggers. (Plus some complications because of the way HTML extensions are handled in Grail.)
* (py-indent-right, py-outdent-left): Watch out for (mark) returningBarry Warsaw1996-03-251-4/+10
| | | | nil.
* new binhex from Jack (much faster)Guido van Rossum1996-03-251-9/+14
|
* Don't change Standard File folder on chdir().Jack Jansen1996-03-251-0/+2
|
* Replaced non-ascii chars by backslash escapesJack Jansen1996-03-251-1/+1
|
* Removed one level of "mac" in path initializationJack Jansen1996-03-251-8/+8
|
* Compare sourcefile to hqx file (if it exists) before binhexing. ThisJack Jansen1996-03-251-4/+35
| | | | | should stop us from continually updating the .hqx files, at least for resource files.
* Finally check in Jack's latest version, which fixes all known bugs.Guido van Rossum1996-03-231-142/+153
|
* #updated some commentsBarry Warsaw1996-03-221-7/+9
|
* (py-indent-right, py-indent-left): support indentation of regions orBarry Warsaw1996-03-221-34/+69
| | | | current line.
* move mac url2path conversion to separate moduleGuido van Rossum1996-03-211-50/+1
|
* Updated to reflect new situation, added a warning on fmmodule.cJack Jansen1996-03-201-35/+41
|
* Added a note about removing unwanted sys.path stuffJack Jansen1996-03-201-0/+2
|
* re-binhexedJack Jansen1996-03-205-521/+521
|