| Commit message (Expand) | Author | Age | Files | Lines |
* | Search for a valid begin line instead of requiring the first line. | Guido van Rossum | 1997-04-08 | 1 | -9/+16 |
|
|
* | (Optional) MSL compatability | Jack Jansen | 1997-04-08 | 1 | -0/+4 |
|
|
* | DisposPtr -> DisposePtr | Jack Jansen | 1997-04-08 | 1 | -1/+1 |
|
|
* | Changed the few old routine names still used to the new ones | Jack Jansen | 1997-04-08 | 3 | -9/+14 |
|
|
* | Changed [SG]etCRefCon to [SG]etControlReference | Jack Jansen | 1997-04-08 | 2 | -7/+7 |
|
|
* | Modified for (optional) use of MSL | Jack Jansen | 1997-04-08 | 1 | -2/+4 |
|
|
* | Fixed for compiling without OLDROUTINENAMES and OLDROUTINELOCATIONS | Jack Jansen | 1997-04-08 | 2 | -6/+6 |
|
|
* | Ka-Ping's muich improved version of March 26, 1997: | Guido van Rossum | 1997-04-08 | 1 | -74/+98 |
|
|
* | Support for alternative string quotes (a"xx", b"xx", c"xx", ...). | Guido van Rossum | 1997-04-06 | 1 | -4/+9 |
|
|
* | Support for alternative string quotes (a"xx", b"xx", c"xx", ...). | Guido van Rossum | 1997-04-06 | 1 | -3/+6 |
|
|
* | Various status updates. | Guido van Rossum | 1997-04-03 | 2 | -42/+12 |
|
|
* | Added site | Guido van Rossum | 1997-04-03 | 2 | -0/+6 |
|
|
* | New stuff by AMK. | Guido van Rossum | 1997-04-03 | 19 | -41/+401 |
|
|
* | Remove a redundant XINCREF(value). This caused the reference count of | Guido van Rossum | 1997-04-03 | 1 | -1/+0 |
|
|
* | New version by Sjoerd, with support for IRIX 6 audio library. | Guido van Rossum | 1997-04-03 | 1 | -340/+3035 |
|
|
* | Added an attribute string_id_to_buffer, which gives the offset you | Jack Jansen | 1997-04-03 | 1 | -0/+12 |
|
|
* | - Most errors are *not* OSErr style, so raise better exceptions (with | Jack Jansen | 1997-04-03 | 1 | -27/+57 |
|
|
* | Still not a real test, but at least it runs again | Jack Jansen | 1997-04-03 | 1 | -17/+26 |
|
|
* | Use MacOS.string_id_to_buffer for id() to buffer address hack | Jack Jansen | 1997-04-03 | 1 | -1/+2 |
|
|
* | Use MacOS.string_id_to_buffer for the hack to convert string id() to | Jack Jansen | 1997-04-03 | 1 | -1/+2 |
|
|
* | Checked in some new Tk demos that I wrote a while ago. | Guido van Rossum | 1997-04-03 | 4 | -0/+1047 |
|
|
* | Small grammatical touchups: | Fred Drake | 1997-04-02 | 2 | -6/+6 |
|
|
* | Whole lotta changes. | Guido van Rossum | 1997-04-02 | 52 | -434/+2276 |
|
|
* | use /usr/bin/env | Guido van Rossum | 1997-04-02 | 1 | -1/+1 |
|
|
* | Added replace() implementation by Perry Stoll (debugged and reformatted by me). | Guido van Rossum | 1997-04-02 | 1 | -1/+167 |
|
|
* | Spell Unix, not UNIX. | Guido van Rossum | 1997-04-02 | 2 | -2/+2 |
|
|
* | Horrible hack to split up code '--' to prevent | Guido van Rossum | 1997-04-02 | 2 | -4/+8 |
|
|
* | Add complex(). | Guido van Rossum | 1997-04-02 | 2 | -10/+60 |
|
|
* | Add cross-refs for int() to atoi() etc. | Guido van Rossum | 1997-04-02 | 2 | -30/+28 |
|
|
* | Changed my mind on replace(). | Guido van Rossum | 1997-04-02 | 2 | -24/+4 |
|
|
* | Add #! line. | Guido van Rossum | 1997-04-02 | 1 | -0/+2 |
|
|
* | New doc strings. | Guido van Rossum | 1997-04-02 | 1 | -1/+6 |
|
|
* | Fix two small bugs with proxies. | Guido van Rossum | 1997-04-02 | 1 | -1/+2 |
|
|
* | New symbols due to assert statement. | Guido van Rossum | 1997-04-02 | 1 | -32/+33 |
|
|
* | New test output for test_builtin | Guido van Rossum | 1997-04-02 | 1 | -0/+1 |
|
|
* | Win32 precision clock() -- Mark Hammond. | Guido van Rossum | 1997-04-02 | 1 | -1/+44 |
|
|
* | Support include statement :-( | Guido van Rossum | 1997-04-02 | 1 | -0/+1 |
|
|
* | Support assert stmt. | Guido van Rossum | 1997-04-02 | 1 | -1/+32 |
|
|
* | Several fixes reported by jim F. | Guido van Rossum | 1997-04-02 | 1 | -31/+28 |
|
|
* | Allow passing a .pyo file. | Guido van Rossum | 1997-04-02 | 1 | -5/+8 |
|
|
* | Added assert statement. | Guido van Rossum | 1997-04-02 | 1 | -0/+45 |
|
|
* | Added assert grammar. | Guido van Rossum | 1997-04-02 | 2 | -526/+555 |
|
|
* | Allow leading underscore in keywords. | Guido van Rossum | 1997-04-02 | 1 | -1/+1 |
|
|
* | Added AssertionError. | Guido van Rossum | 1997-04-02 | 1 | -0/+1 |
|
|
* | Added __assert__ statement (later to be renamed) | Guido van Rossum | 1997-04-02 | 1 | -1/+2 |
|
|
* | Optimized the hell out of listmessages(). | Guido van Rossum | 1997-04-02 | 1 | -10/+8 |
|
|
* | Get rid of .conj pseudo data attribute for complex numbers. | Guido van Rossum | 1997-04-01 | 1 | -5/+2 |
|
|
* | Remove ConflictError (which was also removed from bltinmodule.c, even | Guido van Rossum | 1997-03-31 | 1 | -1/+0 |
|
|
* | remove ConflictError | Guido van Rossum | 1997-03-31 | 1 | -1/+0 |
|
|
* | Remove ConflictError, add InteractiveFlag, CObject_Type, FdIsInteractive, and... | Guido van Rossum | 1997-03-31 | 1 | -2/+8 |
|
|