Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more changes copied from Grail | Guido van Rossum | 1996-05-21 | 2 | -60/+98 |
| | |||||
* | Made Place.info == Pack.info | Guido van Rossum | 1996-05-16 | 2 | -2/+20 |
| | |||||
* | Yet another mini fix to pack/grid info. | Guido van Rossum | 1996-05-16 | 2 | -4/+4 |
| | |||||
* | Some more changes from the net... Typos, 4.0/4.1 issues, new tkButtonInvoke(). | Guido van Rossum | 1996-05-16 | 2 | -10/+50 |
| | |||||
* | Resync with Grail's Tkinter.py. | Guido van Rossum | 1996-05-16 | 2 | -390/+680 |
| | |||||
* | Set the base for atoi() and atol() to 0, since we're reading Python | Guido van Rossum | 1996-05-15 | 1 | -3/+3 |
| | | | | | numbers here, and so that atol() doesn't barf on the trailing 'L'. Add a test case involving a long integer. | ||||
* | Don't atoi() the memo key. | Guido van Rossum | 1996-04-12 | 1 | -7/+16 |
| | | | | Use atoi(), atol(), atof() instead of load_atomic for seed-up. | ||||
* | 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.) | ||||
* | new binhex from Jack (much faster) | Guido van Rossum | 1996-03-25 | 1 | -9/+14 |
| | |||||
* | Finally check in Jack's latest version, which fixes all known bugs. | Guido van Rossum | 1996-03-23 | 1 | -142/+153 |
| | |||||
* | move mac url2path conversion to separate module | Guido van Rossum | 1996-03-21 | 1 | -50/+1 |
| | |||||
* | Added proxy handling; upped version. | Guido van Rossum | 1996-03-20 | 1 | -8/+44 |
| | | | | (Proxy handling uses <proto>_proxy environment variables by default.) | ||||
* | Added print_arguments() function. | Guido van Rossum | 1996-03-14 | 1 | -0/+8 |
| | |||||
* | 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 |
| | |||||
* | Reformatted with 4-space indentation. Added some quick docs to the | Guido van Rossum | 1996-03-07 | 1 | -551/+630 |
| | | | | FieldStorage class. | ||||
* | Added FieldStorage class, which stores parts in files. | Guido van Rossum | 1996-03-07 | 1 | -5/+272 |
| | | | | (Not documented yet, and the files are currently StringIO instances.) | ||||
* | Reformatting only. | Guido van Rossum | 1996-03-06 | 1 | -166/+177 |
| | |||||
* | File upload and revamped documentation. | Guido van Rossum | 1996-03-06 | 1 | -157/+572 |
| | |||||
* | *** empty log message *** | Guido van Rossum | 1996-02-28 | 1 | -0/+122 |
| | |||||
* | Changed makefile() args from r/w to rb/wb, for non-unix compatability. | Jack Jansen | 1996-02-14 | 5 | -7/+7 |
| | |||||
* | Try to normalize urls referring to local files (code copied from posixpath) | Jack Jansen | 1996-02-14 | 1 | -3/+15 |
| | |||||
* | Module to convert a mail message to or from quoted-printable. The | Sjoerd Mullender | 1996-02-14 | 1 | -0/+415 |
| | | | | | message may consist of several MIME parts in which case each part is converted independent of the others. Only converts when necessary. | ||||
* | better way to define ComplexType | Guido van Rossum | 1996-02-13 | 1 | -3/+3 |
| | |||||
* | improved test() | Guido van Rossum | 1996-02-13 | 1 | -10/+34 |
| | |||||
* | even better way to normalize spaces in add_flowing_data | Guido van Rossum | 1996-02-13 | 1 | -17/+9 |
| | |||||
* | better way to normalize spaces in add_flowing_data | Guido van Rossum | 1996-02-12 | 1 | -3/+13 |
| | |||||
* | fix several bogus var refs in error reporting | Guido van Rossum | 1996-02-12 | 1 | -3/+3 |
| | |||||
* | add keyword args to CanvasItem class __init__ | Guido van Rossum | 1996-01-26 | 2 | -6/+6 |
| | |||||
* | more recent linux header files | Guido van Rossum | 1996-01-26 | 8 | -96/+328 |
| | |||||
* | speed up unquote() by using atoi() instead of eval() | Guido van Rossum | 1996-01-26 | 1 | -1/+1 |
| | |||||
* | support 'whence' arg to seek() | Guido van Rossum | 1996-01-25 | 1 | -2/+7 |
| | |||||
* | add acct() method to send new account name | Guido van Rossum | 1996-01-25 | 1 | -0/+5 |
| | |||||
* | fix typo in _setval() return value | Guido van Rossum | 1996-01-25 | 1 | -1/+1 |
| | |||||
* | backward compatible interface for bsddb | Guido van Rossum | 1996-01-25 | 1 | -0/+8 |
| | |||||
* | inherit error from _mod.error | Guido van Rossum | 1996-01-25 | 1 | -0/+3 |
| | |||||
* | real test for executable script | Guido van Rossum | 1996-01-25 | 1 | -1/+1 |
| | |||||
* | correct retrieving return value of os.waitpid() | Guido van Rossum | 1996-01-25 | 1 | -1/+1 |
| | |||||
* | add missing loop step to parseplist() | Guido van Rossum | 1996-01-25 | 1 | -0/+1 |
| | |||||
* | fix default arg for read() -- should be -1 | Guido van Rossum | 1996-01-25 | 1 | -2/+2 |
| | |||||
* | add ComplexType | Guido van Rossum | 1996-01-25 | 1 | -0/+4 |
| | |||||
* | Added pathname2url and url2pathname methods (only correct for unix and | Jack Jansen | 1995-12-21 | 1 | -7/+32 |
| | | | | mac, so far) | ||||
* | Added (dummy) expanduser and expandvar methods | Jack Jansen | 1995-12-15 | 1 | -0/+11 |
| | |||||
* | Fixed local file access for macintosh | Jack Jansen | 1995-12-15 | 1 | -2/+17 |
| | |||||
* | Use global statement instead of importing ourselves to get to global | Sjoerd Mullender | 1995-12-07 | 1 | -6/+2 |
| | | | | variable. | ||||
* | Disable pythons own eventhandling on the mac. | Jack Jansen | 1995-11-10 | 2 | -0/+16 |
| | |||||
* | Fixed basejoin. There were two main problems: | Sjoerd Mullender | 1995-11-10 | 1 | -13/+37 |
| | | | | | | | | | | | | | | - basejoin('some/url', '#name') would strip the last component of some/url and resturn some/#name. - basejoin('file.html', 'relative/path') would return something like file:/relative/path, making a relative path into an absolute one. These bugs are fixed by some drastic changes. No scheme is added when none is present (i.e. it works as replacement for posix.joinpath). If a scheme is present in the second argument, it is returned unprocessed. No hostname are added in this case. If no scheme is present, the scheme of the first argument, if present, is used. The algorithm is commented profusely. Also fixed a typo in a comment. | ||||
* | Also remember the module a class is defined in. | Sjoerd Mullender | 1995-11-02 | 1 | -2/+3 |
| |