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