summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* (Jack:) fopen arg typo (?) "rw" changed to "rb".Guido van Rossum1997-04-111-1/+1
* (Jack:) Mac only: get GUSI errno.h values too.Guido van Rossum1997-04-111-0/+5
* (Jack+Guido:) interpret ../ in basejoin() according to RFC1808.Guido van Rossum1997-04-111-0/+7
* Open files in binary mode.Guido van Rossum1997-04-111-4/+4
* (Jack:) Better MacOS support.Guido van Rossum1997-04-111-0/+10
* (Jack:) Recognize PNG files.Guido van Rossum1997-04-111-0/+12
* Remove the Emacs shell-script line. It's not a shell script.Guido van Rossum1997-04-111-1/+0
* From: Clarence Gardner <clarence@king.silcom.com>Guido van Rossum1997-04-111-2/+2
* The default path components are now all relative instead of absolute paths.Guido van Rossum1997-04-111-6/+10
* Completely revamped the way the default path is constructed.Guido van Rossum1997-04-111-34/+531
* Pass VERSION and VPATH into getpath.c.Guido van Rossum1997-04-111-0/+2
* Oops, added <URL:...> around the URL.Guido van Rossum1997-04-111-1/+1
* (Sjoerd:) Incorporate `build number' stuff.Guido van Rossum1997-04-111-2/+8
* (Sjoerd:) Install getbuildinfo.c in config/ so extensions can use it.Guido van Rossum1997-04-111-0/+1
* Bugfix by Sjoerd:Guido van Rossum1997-04-111-1/+5
* base64 support by Sjoerd.Guido van Rossum1997-04-111-11/+25
* Added note about SWIG (replacing a whole lot of nonsense about howGuido van Rossum1997-04-111-27/+10
* Use uuencoded test images.Guido van Rossum1997-04-097-166/+3333
* Don't just die when an error is not defined; print a warning instead.Guido van Rossum1997-04-091-4/+9
* 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