Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another batch... | Guido van Rossum | 1996-09-11 | 8 | -28/+54 |
| | |||||
* | Implement lower by calling lower, not lift. | Guido van Rossum | 1996-09-11 | 2 | -2/+2 |
| | |||||
* | Bug fixes in index&icursor suggested by Nils Fischbeck. | Guido van Rossum | 1996-09-11 | 2 | -10/+10 |
| | |||||
* | Zapped obsolete opcode LOAD_GLOBALS. | Guido van Rossum | 1996-09-10 | 1 | -1/+0 |
| | |||||
* | Added linux2 specific code :-( | Guido van Rossum | 1996-09-10 | 1 | -0/+3 |
| | |||||
* | Fix bogus len() call | Guido van Rossum | 1996-09-10 | 1 | -1/+1 |
| | |||||
* | Correct sys.path[0] when used stand-alone | Guido van Rossum | 1996-09-10 | 1 | -3/+6 |
| | |||||
* | Fix type in loop stripping '__.' from name | Guido van Rossum | 1996-09-10 | 2 | -2/+2 |
| | |||||
* | close module file after loading | Guido van Rossum | 1996-09-10 | 1 | -10/+13 |
| | |||||
* | One fix by sjoerd and one suggested by him. Bumped __version__ to 1.5. | Guido van Rossum | 1996-09-10 | 1 | -9/+24 |
| | | | | | Fix 1: add a method geturl() to the file-like object returned by urlopen(). Fix 2: treat http error 301 the same as error 302. | ||||
* | simpler version of the previous fix | Guido van Rossum | 1996-09-10 | 2 | -8/+4 |
| | |||||
* | compatibility changes suggested by Jack, | Guido van Rossum | 1996-09-10 | 2 | -4/+8 |
| | | | | | for tk_menuBar and tk_bindForTraversal (i.e. don't call these for Tk >= 4.1) | ||||
* | Rewritten by Lars Wizenius to add long options | Guido van Rossum | 1996-09-09 | 1 | -25/+90 |
| | |||||
* | Change to allow keyword args for Group, | Guido van Rossum | 1996-09-06 | 2 | -10/+12 |
| | | | | suggested by Nils Fischbeck, adapted by Fred | ||||
* | Fixed Entry.select_from() to acually call the "select from" widget | Guido van Rossum | 1996-09-06 | 2 | -2/+2 |
| | | | | command instead of the non-existant "select set". (Fred) | ||||
* | Added logging support. | Guido van Rossum | 1996-09-05 | 1 | -0/+60 |
| | |||||
* | Fixed embarrassing logic bug in read_lines_to_outerboundary(). | Guido van Rossum | 1996-09-05 | 1 | -2/+3 |
| | |||||
* | Added Menu.insert*() methods [Fred] | Guido van Rossum | 1996-09-05 | 2 | -0/+26 |
| | |||||
* | Add initial values to variables to avoid crash in __del__ | Guido van Rossum | 1996-09-05 | 2 | -0/+12 |
| | |||||
* | Get rid of nobody_uid() and import pwd -- not used here. | Guido van Rossum | 1996-09-04 | 1 | -12/+0 |
| | |||||
* | Subtle hack so the eps printed is not dependent on the formatting | Guido van Rossum | 1996-08-29 | 1 | -2/+3 |
| | | | | habits of the C library we happen to use... | ||||
* | No double underscores for globals please | Guido van Rossum | 1996-08-26 | 1 | -3/+3 |
| | |||||
* | Another batch of updates... | Guido van Rossum | 1996-08-26 | 20 | -62/+842 |
| | |||||
* | Bump exposed __version__ to 1.4. | Guido van Rossum | 1996-08-26 | 1 | -6/+9 |
| | | | | Correctly handle a URL containing user:password@host when using a proxy. | ||||
* | Don't die when getuid() or getpid() aren't defined. | Guido van Rossum | 1996-08-26 | 1 | -2/+8 |
| | |||||
* | Don't do truncation to 8+3 format -- this is used on NT file systems! | Guido van Rossum | 1996-08-26 | 1 | -9/+2 |
| | |||||
* | Added Mime writer module (formerly in Grail) | Guido van Rossum | 1996-08-26 | 1 | -0/+131 |
| | |||||
* | typo (cotinue -> continue) | Guido van Rossum | 1996-08-26 | 1 | -1/+1 |
| | |||||
* | Three sets of changes from Grail: | Guido van Rossum | 1996-08-26 | 1 | -12/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | date: 1996/08/14 17:27:21; author: fdrake; state: Exp; lines: +11 -9 (formatter.py): Establish a consistent space-handling policy, so that all spaces are handled by the outermost context in which they might be considered. (I.e., softspaces at element boundaries migrate outwards.) For instance: "<A> <IMG> </A>" becomes " <A><IMG></A> ". This avoids some of those nasty underlined spaces around images. It does not affect spaces *between* images within an anchor. date: 1996/08/01 17:02:09; author: fdrake; state: Exp; lines: +3 -2 (formatter.py): Added required parameter to the NullFormatter class; this was omitted by accident. Made AbstractFormatter.add_literal_data() handle preceeding softspace correctly instead of expecting the caller to do it. date: 1996/07/23 22:18:56; author: fdrake; state: Exp; lines: +1 -1 (formatter.py): Correct assert_line_data() to update all internal conditions; This now handles headers with only image content immediately followed by anything. | ||||
* | Slightly faster (un)quoting. | Guido van Rossum | 1996-08-26 | 1 | -8/+8 |
| | |||||
* | Use correct separator for capwords(s, sep). | Guido van Rossum | 1996-08-26 | 2 | -2/+2 |
| | |||||
* | Emacs font-lock de-bogo-kludgificocity | Guido van Rossum | 1996-08-26 | 1 | -0/+2 |
| | |||||
* | Changes for Canvas by Fred | Guido van Rossum | 1996-08-22 | 4 | -86/+66 |
| | |||||
* | imghdr.what(): check for not h'. This lets | Guido van Rossum | 1996-08-22 | 1 | -1/+1 |
| | | | | | | you do: imghdr.what(None, '') And still go down the | ||||
* | Added a small test program. | Guido van Rossum | 1996-08-21 | 2 | -0/+38 |
| | |||||
* | New batch from Fred | Guido van Rossum | 1996-08-21 | 3 | -39/+155 |
| | |||||
* | Get rid of access statement | Guido van Rossum | 1996-08-20 | 4 | -31/+31 |
| | |||||
* | Attempt at Windows-NT compatibility. | Guido van Rossum | 1996-08-20 | 1 | -1/+4 |
| | |||||
* | Add optional separator character to capwords(), for completeness. | Guido van Rossum | 1996-08-20 | 2 | -4/+4 |
| | |||||
* | delattr() can raise AttributeError, not KeyError. | Guido van Rossum | 1996-08-20 | 1 | -2/+2 |
| | | | | Use keyword arg to set verbose flag in test func. | ||||
* | Correct description of splitext(). | Guido van Rossum | 1996-08-20 | 1 | -1/+1 |
| | |||||
* | Added locking hacks for AIX | Guido van Rossum | 1996-08-20 | 1 | -1/+8 |
| | |||||
* | Added print_exception() convenience function. | Guido van Rossum | 1996-08-20 | 1 | -3/+21 |
| | |||||
* | Improved tests; run twice, onece in normal mode, once in restricted mode. | Guido van Rossum | 1996-08-20 | 1 | -0/+15 |
| | |||||
* | Get rid of debug print statements | Guido van Rossum | 1996-08-20 | 2 | -6/+0 |
| | |||||
* | Rename __test() to _test(). | Guido van Rossum | 1996-08-19 | 1 | -2/+2 |
| | |||||
* | XDR interface, evolved from Demo/rpc/xdr.py by Barry. | Guido van Rossum | 1996-08-19 | 1 | -0/+324 |
| | |||||
* | site customization hook... | Guido van Rossum | 1996-08-17 | 1 | -0/+47 |
| | |||||
* | regen for Next | Guido van Rossum | 1996-08-16 | 2 | -0/+22 |
| | |||||
* | Added routines to print, format and extract the current, ``live'' stack. | Guido van Rossum | 1996-08-12 | 1 | -7/+65 |
| | | | | | Also added print_list() and format_list() which format the output from an extract_*() routine. |