summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Try calling getpid() from /usr/lib/libc.so instead of some otherGuido van Rossum1997-04-091-4/+1
* Use TESTFN instead of /etc/passwd and /dev/null as test files.Guido van Rossum1997-04-091-5/+12
* Tweaks to keep the Microsoft compiler quiet.Guido van Rossum1997-04-095-18/+18
* Tweaks to keep the Microsoft compiler quier.Guido van Rossum1997-04-098-19/+36
* Remove unused variable.Guido van Rossum1997-04-091-1/+0
* Remove two unised variables.Guido van Rossum1997-04-091-2/+0
* Got rid of the static decl of PyCObject_Import, which was a 1.4Guido van Rossum1997-04-091-19/+4
* Give PyErr_Format a new name and make it static.Guido van Rossum1997-04-091-0/+5
* support module for cPickleGuido van Rossum1997-04-091-0/+17
* Jim Fulton's version 2.2.Guido van Rossum1997-04-091-2810/+2931
* Unknown changes by Jim Fulton.Guido van Rossum1997-04-091-199/+140
* Changed the way the C API was exported. Jim Fulton.Guido van Rossum1997-04-091-39/+47
* New version by Digital Creations, supports binary format compatibleGuido van Rossum1997-04-091-427/+785
* Ping's latest. Fixes triple quoted strings ending in oddGuido van Rossum1997-04-091-20/+31
* NewMovieFromFile has extra parameter and return valueJack Jansen1997-04-092-2/+2
* Enabled resID input/output parameter to NewMovieFromFile. This changesJack Jansen1997-04-093-13/+192
* while (1) -> while 1. Sorry.Guido van Rossum1997-04-081-1/+1
* 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