- 4246edd Unroll the for loop used for building python, so the first three by Guido van Rossum · 28 years ago
- caa9f23 Change inspired by Tommy Burnette to add an interface to get stderr, too. by Guido van Rossum · 28 years ago
- 5fd026d Fix a couple of glitches identified by Greg Stein. by Fred Drake · 28 years ago
- f39d051 _safe_repr(): Make the context parameter required; ok since it's only for by Fred Drake · 28 years ago
- a89fda0 Muchly changed and improved pprint.py: by Fred Drake · 28 years ago
- ab0d1af spliturl() should not throw away everything past first newline by Guido van Rossum · 28 years ago
- b2c02de Removed pprint.py. by Fred Drake · 28 years ago
- 0c5e049 Reindented with 4 spaces. by Guido van Rossum · 28 years ago
- 7cfd31e Rewrite parsesequence() to emulate MH without invoking pick. by Guido van Rossum · 28 years ago
- 5e92aff Checking in a copy of Fred Drake's data structure pretty-printer by Guido van Rossum · 28 years ago
- 03a7466 OK, ready to make 'assert' a keyword (instead of '__assert__'). by Guido van Rossum · 28 years ago
- 7aa9fc5 Use uuencoded test images. by Guido van Rossum · 28 years ago
- 684480f Soft failure for Win32 and Mac platforms. Less output unless verbose. by Guido van Rossum · 28 years ago
- cc5a91d Soft failure for Win32 platform. by Guido van Rossum · 28 years ago
- 505043f No need to define assert, it's built in. by Guido van Rossum · 28 years ago
- b5d2039 Always use spaces for indentation. by Fred Drake · 28 years ago
- 103cc6d Patch by Craig McPheeters to clean up the back-references to widgets by Guido van Rossum · 28 years ago
- 5a56649 Remove Digital Creations copyright (Jim sez it's okay). by Guido van Rossum · 28 years ago
- 62bd30c Catch and report ValueError raised by strftime. by Guido van Rossum · 28 years ago
- b31c7dc OK, I lied. On Windows, _IOLBF seems to be the same as full by Guido van Rossum · 28 years ago
- 2a21219 Change in when and how stdin and stdout are set to line-buffering. by Guido van Rossum · 28 years ago
- 7844e38 Keep Microsoft VC happy. by Guido van Rossum · 28 years ago
- 6bf62da Keep gcc -Wall and Microsoft VC happy. by Guido van Rossum · 28 years ago
- 9012603 Removed two unused static function: string_addsep() and by Barry Warsaw · 28 years ago
- 3dc35b0 My own patch: support writable 'softspace' attribute. by Guido van Rossum · 28 years ago
- 1d2e240 (Jack:) On the Mac, don't automatically enable dynamic loading. by Guido van Rossum · 28 years ago
- 62bf108 (Jack:) Don't define TRUE and FALSE if already defined. by Guido van Rossum · 28 years ago
- 6976a52 (Jack:) On the Mac, use standard strerror() if using MSL C-library. by Guido van Rossum · 28 years ago
- 2d45be1 (Jack:) On the Mac, give syntax error on \r. by Guido van Rossum · 28 years ago
- 3648884 (Jack:) Align mapping entries to 4-words if USE_CACHE_ALIGNED is defined. by Guido van Rossum · 28 years ago
- fd16d94 (Jack:) fopen arg typo (?) "rw" changed to "rb". by Guido van Rossum · 28 years ago
- fb421c8 (Jack:) Mac only: get GUSI errno.h values too. by Guido van Rossum · 28 years ago
- 54a1d0b (Jack+Guido:) interpret ../ in basejoin() according to RFC1808. by Guido van Rossum · 28 years ago
- c511aee Open files in binary mode. by Guido van Rossum · 28 years ago
- f4f756c (Jack:) Better MacOS support. by Guido van Rossum · 28 years ago
- 9e33074 (Jack:) Recognize PNG files. by Guido van Rossum · 28 years ago
- 3d82972 Remove the Emacs shell-script line. It's not a shell script. by Guido van Rossum · 28 years ago
- 5f32248 From: Clarence Gardner <clarence@king.silcom.com> by Guido van Rossum · 28 years ago
- 9722781 The default path components are now all relative instead of absolute paths. by Guido van Rossum · 28 years ago
- 305e5d0 Completely revamped the way the default path is constructed. by Guido van Rossum · 28 years ago
- ec61b77 Pass VERSION and VPATH into getpath.c. by Guido van Rossum · 28 years ago
- 5d88aa3 Oops, added <URL:...> around the URL. by Guido van Rossum · 28 years ago
- 24c9359 (Sjoerd:) Incorporate `build number' stuff. by Guido van Rossum · 28 years ago
- 5ad7aaf (Sjoerd:) Install getbuildinfo.c in config/ so extensions can use it. by Guido van Rossum · 28 years ago
- 1e0b19e Bugfix by Sjoerd: by Guido van Rossum · 28 years ago
- a3d9e02 base64 support by Sjoerd. by Guido van Rossum · 28 years ago
- 44adb0c Added note about SWIG (replacing a whole lot of nonsense about how by Guido van Rossum · 28 years ago
- cb5cf9b Use uuencoded test images. by Guido van Rossum · 28 years ago
- cee1dd3 Don't just die when an error is not defined; print a warning instead. by Guido van Rossum · 28 years ago
- a6ed225 Try calling getpid() from /usr/lib/libc.so instead of some other random things. by Guido van Rossum · 28 years ago
- c9f8f14 Use TESTFN instead of /etc/passwd and /dev/null as test files. by Guido van Rossum · 28 years ago
- 2095d24 Tweaks to keep the Microsoft compiler quiet. by Guido van Rossum · 28 years ago
- 644a12b Tweaks to keep the Microsoft compiler quier. by Guido van Rossum · 28 years ago
- 8017767 Remove unused variable. by Guido van Rossum · 28 years ago
- fa658ce Remove two unised variables. by Guido van Rossum · 28 years ago
- 45c3aab Got rid of the static decl of PyCObject_Import, which was a 1.4 by Guido van Rossum · 28 years ago
- d385d59 Give PyErr_Format a new name and make it static. by Guido van Rossum · 28 years ago
- 4706562 support module for cPickle by Guido van Rossum · 28 years ago
- 60456fd Jim Fulton's version 2.2. by Guido van Rossum · 28 years ago
- 154417e Unknown changes by Jim Fulton. by Guido van Rossum · 28 years ago
- 0a73dd5 Changed the way the C API was exported. Jim Fulton. by Guido van Rossum · 28 years ago
- b72cf2d New version by Digital Creations, supports binary format compatible by Guido van Rossum · 28 years ago
- de65527 Ping's latest. Fixes triple quoted strings ending in odd by Guido van Rossum · 28 years ago
- 1836a62 NewMovieFromFile has extra parameter and return value by Jack Jansen · 28 years ago
- e0cf87b Enabled resID input/output parameter to NewMovieFromFile. This changes by Jack Jansen · 28 years ago
- 3ccd2f1 while (1) -> while 1. Sorry. by Guido van Rossum · 28 years ago
- 2ebaa17 Search for a valid begin line instead of requiring the first line. by Guido van Rossum · 28 years ago
- 6463920 (Optional) MSL compatability by Jack Jansen · 28 years ago
- 184c160 DisposPtr -> DisposePtr by Jack Jansen · 28 years ago
- 08c3be3 Changed the few old routine names still used to the new ones by Jack Jansen · 28 years ago
- 85ae4a8 Changed [SG]etCRefCon to [SG]etControlReference by Jack Jansen · 28 years ago
- 5495672 Modified for (optional) use of MSL by Jack Jansen · 28 years ago
- 9e1be97 Fixed for compiling without OLDROUTINENAMES and OLDROUTINELOCATIONS by Jack Jansen · 28 years ago
- 1aec323 Ka-Ping's muich improved version of March 26, 1997: by Guido van Rossum · 28 years ago
- 24dacb3 Support for alternative string quotes (a"xx", b"xx", c"xx", ...). by Guido van Rossum · 28 years ago
- 5f5e817 Support for alternative string quotes (a"xx", b"xx", c"xx", ...). by Guido van Rossum · 28 years ago
- 1508538 Various status updates. by Guido van Rossum · 28 years ago
- fc5ee0f Added site by Guido van Rossum · 28 years ago
- 571391b New stuff by AMK. by Guido van Rossum · 28 years ago
- 6191551 Remove a redundant XINCREF(value). This caused the reference count of by Guido van Rossum · 28 years ago
- d641d67 New version by Sjoerd, with support for IRIX 6 audio library. by Guido van Rossum · 28 years ago
- f73bab7 Added an attribute string_id_to_buffer, which gives the offset you by Jack Jansen · 28 years ago
- 377df98 - Most errors are *not* OSErr style, so raise better exceptions (with by Jack Jansen · 28 years ago
- cb2554e Still not a real test, but at least it runs again by Jack Jansen · 28 years ago
- 1801aad Use MacOS.string_id_to_buffer for id() to buffer address hack by Jack Jansen · 28 years ago
- 4240b61 Use MacOS.string_id_to_buffer for the hack to convert string id() to by Jack Jansen · 28 years ago
- 9a8cb84 Checked in some new Tk demos that I wrote a while ago. by Guido van Rossum · 28 years ago
- 387c575 Small grammatical touchups: by Fred Drake · 28 years ago
- 228b8e8 Whole lotta changes. by Guido van Rossum · 28 years ago
- d69a84b use /usr/bin/env by Guido van Rossum · 28 years ago
- 101923b Added replace() implementation by Perry Stoll (debugged and reformatted by me). by Guido van Rossum · 28 years ago
- f643e3f Spell Unix, not UNIX. by Guido van Rossum · 28 years ago
- e8d94a8 Horrible hack to split up code '--' to prevent by Guido van Rossum · 28 years ago
- 1cd26f2 Add complex(). Update int(), long(), float() to support string conversions. by Guido van Rossum · 28 years ago
- 740eb82 Add cross-refs for int() to atoi() etc. by Guido van Rossum · 28 years ago
- 21aa0ef Changed my mind on replace(). by Guido van Rossum · 28 years ago
- aa925a5 Add #! line. by Guido van Rossum · 28 years ago
- ab096c9 New doc strings. by Guido van Rossum · 28 years ago
- fd79566 Fix two small bugs with proxies. by Guido van Rossum · 28 years ago
- a9a3575 New symbols due to assert statement. by Guido van Rossum · 28 years ago