Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add'l change for NT (Mark H.). | Guido van Rossum | 1996-04-09 | 1 | -0/+1 |
| | |||||
* | (py-indent-right, py-outdent-left): fixed placement of point after | Barry Warsaw | 1996-04-08 | 1 | -16/+22 |
| | | | | adjustments. | ||||
* | (py-parse-state): make sure we don't land inside a triple-quoted | Barry Warsaw | 1996-04-06 | 1 | -10/+16 |
| | | | | string | ||||
* | Added resource-ids for override preferences. | Jack Jansen | 1996-04-04 | 1 | -1/+7 |
| | |||||
* | Added support for override preferences | Jack Jansen | 1996-04-04 | 1 | -13/+54 |
| | |||||
* | Added support for editing override preferences in applets | Jack Jansen | 1996-04-04 | 2 | -74/+181 |
| | |||||
* | Subtlety: ~root/a should expand to /a, not //a. Everything else unchanged. | Guido van Rossum | 1996-04-02 | 1 | -0/+1 |
| | |||||
* | Update reference (it's now RFC 1808); added http to list of protocols | Guido van Rossum | 1996-03-29 | 1 | -9/+3 |
| | | | | that use parameters. | ||||
* | Reformatted with 4-space tab stops. | Guido van Rossum | 1996-03-28 | 1 | -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) returning | Barry Warsaw | 1996-03-25 | 1 | -4/+10 |
| | | | | nil. | ||||
* | new binhex from Jack (much faster) | Guido van Rossum | 1996-03-25 | 1 | -9/+14 |
| | |||||
* | Don't change Standard File folder on chdir(). | Jack Jansen | 1996-03-25 | 1 | -0/+2 |
| | |||||
* | Replaced non-ascii chars by backslash escapes | Jack Jansen | 1996-03-25 | 1 | -1/+1 |
| | |||||
* | Removed one level of "mac" in path initialization | Jack Jansen | 1996-03-25 | 1 | -8/+8 |
| | |||||
* | Compare sourcefile to hqx file (if it exists) before binhexing. This | Jack Jansen | 1996-03-25 | 1 | -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 Rossum | 1996-03-23 | 1 | -142/+153 |
| | |||||
* | #updated some comments | Barry Warsaw | 1996-03-22 | 1 | -7/+9 |
| | |||||
* | (py-indent-right, py-indent-left): support indentation of regions or | Barry Warsaw | 1996-03-22 | 1 | -34/+69 |
| | | | | current line. | ||||
* | move mac url2path conversion to separate module | Guido van Rossum | 1996-03-21 | 1 | -50/+1 |
| | |||||
* | Updated to reflect new situation, added a warning on fmmodule.c | Jack Jansen | 1996-03-20 | 1 | -35/+41 |
| | |||||
* | Added a note about removing unwanted sys.path stuff | Jack Jansen | 1996-03-20 | 1 | -0/+2 |
| | |||||
* | re-binhexed | Jack Jansen | 1996-03-20 | 5 | -521/+521 |
| | |||||
* | Removed addpack calls | Jack Jansen | 1996-03-20 | 14 | -75/+1 |
| | |||||
* | Removed addpack calls for toolbox modules. | Jack Jansen | 1996-03-20 | 7 | -35/+0 |
| | |||||
* | Somehow the <<terminated>> got mangled. Fixed. | Jack Jansen | 1996-03-20 | 1 | -1/+1 |
| | |||||
* | Fixed pythonpath to include tkinter and mac:toolbox, and source-tree | Jack Jansen | 1996-03-20 | 7 | -3616/+3616 |
| | | | | locations for mac libs. The others were re-binhexed for reasons unknown... | ||||
* | Fixed for new directory layout | Jack Jansen | 1996-03-20 | 13 | -4101/+4094 |
| | |||||
* | Removed addpack calls for toolbox modules, re-binhexed resources (sigh) | Jack Jansen | 1996-03-20 | 11 | -252/+231 |
| | |||||
* | Added proxy handling; upped version. | Guido van Rossum | 1996-03-20 | 1 | -8/+44 |
| | | | | (Proxy handling uses <proto>_proxy environment variables by default.) | ||||
* | Oops... I Inadvertently lost their cvs files... | Jack Jansen | 1996-03-18 | 4 | -0/+908 |
| | |||||
* | Were copied to Relnotes-1.[12] long ago... | Jack Jansen | 1996-03-18 | 2 | -300/+0 |
| | |||||
* | Fixed binhexer | Jack Jansen | 1996-03-18 | 3 | -75/+76 |
| | |||||
* | Explanations of the examples here | Jack Jansen | 1996-03-18 | 5 | -0/+1019 |
| | |||||
* | Minor fix | Jack Jansen | 1996-03-18 | 1 | -2/+2 |
| | |||||
* | Changed creator from PYTH to Pyth | Jack Jansen | 1996-03-18 | 1 | -1/+1 |
| | |||||
* | Binhexer fixed | Jack Jansen | 1996-03-18 | 1 | -11/+10 |
| | |||||
* | Added option to set queue size | Jack Jansen | 1996-03-18 | 1 | -3/+4 |
| | |||||
* | Added a few file types | Jack Jansen | 1996-03-18 | 1 | -1/+3 |
| | |||||
* | Added print_arguments() function. | Guido van Rossum | 1996-03-14 | 1 | -0/+8 |
| | |||||
* | Use MacOS.openrf (if it is available) for opening resource forks | Jack Jansen | 1996-03-12 | 1 | -3/+9 |
| | | | | Copy in .5Mb chunks in stead of 1Mb | ||||
* | Added checkmenu() method (to checkmark an entry) and delete() method | Jack Jansen | 1996-03-12 | 1 | -0/+18 |
| | | | | to remove a menu. | ||||
* | - Allow setting of argc/argv in <option>-start dialog | Jack Jansen | 1996-03-12 | 3 | -30/+54 |
| | | | | - Set "ok" to be default button | ||||
* | Change to use real temporary files instead of StringIO. Correct and | Guido van Rossum | 1996-03-09 | 1 | -25/+40 |
| | | | | add to documentation. This will be released as cgi.py 2.0a1. | ||||
* | Considerable documentation changes and a few import rearrangements. | Guido van Rossum | 1996-03-09 | 1 | -61/+122 |
| | |||||
* | (py-comment-region): obsoleted by comment-region | Barry Warsaw | 1996-03-07 | 1 | -28/+6 |
| | | | | | | (python-mode): set comment-start to "## " for comment-region. (py-mode-map): Bind C-c# to comment-region. | ||||
* | Reformatted with 4-space indentation. Added some quick docs to the | Guido van Rossum | 1996-03-07 | 1 | -551/+630 |
| | | | | FieldStorage class. | ||||
* | A few missing casts (Richard Neitzel). | Guido van Rossum | 1996-03-07 | 3 | -6/+9 |
| | | | | Don't append Unix paths on a Mac (Jack Jansen). | ||||
* | Added missing include of Fonts.h | Jack Jansen | 1996-03-07 | 1 | -0/+1 |
| | |||||
* | New binhexer | Jack Jansen | 1996-03-07 | 7 | -250/+254 |
| | |||||
* | Config files for shared PPC python with GUSI and for _tkinter plugin | Jack Jansen | 1996-03-07 | 2 | -0/+9 |
| | | | | module. |