Staging
v0.5.1

sort by:
Revision Author Date Message Commit Date
b5d2039 Always use spaces for indentation. Added pformat() function: formats object to a string representation with no trailing newline; returns the string. 15 April 1997, 14:15:23 UTC
103cc6d Patch by Craig McPheeters to clean up the back-references to widgets contained in commands created by those same widgets. 14 April 1997, 13:30:24 UTC
5a56649 Remove Digital Creations copyright (Jim sez it's okay). 11 April 1997, 22:31:56 UTC
62bd30c Catch and report ValueError raised by strftime. 11 April 1997, 22:26:42 UTC
b31c7dc OK, I lied. On Windows, _IOLBF seems to be the same as full buffering, so to get the normal behavior back, I set it to unbuffered. 11 April 1997, 22:19:12 UTC
2a21219 Change in when and how stdin and stdout are set to line-buffering. This used to be done whenever stdin was interactive. Now we only do it when the -i flag is given. Also (and this is the real reason for this fix) we explicitly allocate a buffer -- this seems to be necessary on Windows. 11 April 1997, 21:57:53 UTC
7844e38 Keep Microsoft VC happy. 11 April 1997, 20:44:04 UTC
6bf62da Keep gcc -Wall and Microsoft VC happy. 11 April 1997, 20:37:35 UTC
9012603 Removed two unused static function: string_addsep() and string_append(). These must be artifacts of GvR's rewrite. Fixed some typos in the leading comment (and re-filled the paragraphs). Hope you don't mind, Guido. 11 April 1997, 20:27:03 UTC
3dc35b0 My own patch: support writable 'softspace' attribute. 11 April 1997, 19:56:06 UTC
1d2e240 (Jack:) On the Mac, don't automatically enable dynamic loading. 11 April 1997, 19:22:06 UTC
62bf108 (Jack:) Don't define TRUE and FALSE if already defined. 11 April 1997, 19:19:46 UTC
6976a52 (Jack:) On the Mac, use standard strerror() if using MSL C-library. 11 April 1997, 19:18:23 UTC
2d45be1 (Jack:) On the Mac, give syntax error on \r. 11 April 1997, 19:16:25 UTC
3648884 (Jack:) Align mapping entries to 4-words if USE_CACHE_ALIGNED is defined. 11 April 1997, 19:14:07 UTC
fd16d94 (Jack:) fopen arg typo (?) "rw" changed to "rb". 11 April 1997, 19:12:20 UTC
fb421c8 (Jack:) Mac only: get GUSI errno.h values too. 11 April 1997, 19:11:25 UTC
54a1d0b (Jack+Guido:) interpret ../ in basejoin() according to RFC1808. 11 April 1997, 19:09:51 UTC
c511aee Open files in binary mode. 11 April 1997, 19:01:48 UTC
f4f756c (Jack:) Better MacOS support. 11 April 1997, 19:00:53 UTC
9e33074 (Jack:) Recognize PNG files. 11 April 1997, 18:59:38 UTC
3d82972 Remove the Emacs shell-script line. It's not a shell script. 11 April 1997, 18:42:45 UTC
5f32248 From: Clarence Gardner <clarence@king.silcom.com> The function parse_qs currently calls urllib.unquote on the value of the field submitted, but not on the name. It needs to do both. 11 April 1997, 18:20:42 UTC
9722781 The default path components are now all relative instead of absolute paths. This completes the getpath.c checkin. Note that to enable this in an existing build tree, you'll have to edit your Setup and Setup.in file to remove the $(DESTLIB) from all the PATH variable definitions. 11 April 1997, 17:19:54 UTC
305e5d0 Completely revamped the way the default path is constructed. Idea and first three implementation rounds due to Barry -- after that I spent another day on it, hopefully it's enough for now :-) (Wait for the checkin to Setup.in.) 11 April 1997, 17:18:45 UTC
ec61b77 Pass VERSION and VPATH into getpath.c. 11 April 1997, 17:04:49 UTC
5d88aa3 Oops, added <URL:...> around the URL. 11 April 1997, 16:46:56 UTC
24c9359 (Sjoerd:) Incorporate `build number' stuff. 11 April 1997, 15:25:47 UTC
5ad7aaf (Sjoerd:) Install getbuildinfo.c in config/ so extensions can use it. 11 April 1997, 15:25:08 UTC
1e0b19e Bugfix by Sjoerd: /* x_ocount is in bytes, wheras play.samples is in frames */ /* we want frames */ 11 April 1997, 15:23:52 UTC
a3d9e02 base64 support by Sjoerd. 11 April 1997, 15:22:56 UTC
44adb0c Added note about SWIG (replacing a whole lot of nonsense about how difficult it is to do). 11 April 1997, 15:19:35 UTC
cb5cf9b Use uuencoded test images. 09 April 1997, 21:25:01 UTC
cee1dd3 Don't just die when an error is not defined; print a warning instead. This for errno-challenged platforms like Windows. 09 April 1997, 21:02:17 UTC
a6ed225 Try calling getpid() from /usr/lib/libc.so instead of some other random things. 09 April 1997, 20:57:52 UTC
c9f8f14 Use TESTFN instead of /etc/passwd and /dev/null as test files. 09 April 1997, 20:51:54 UTC
2095d24 Tweaks to keep the Microsoft compiler quiet. 09 April 1997, 19:41:24 UTC
644a12b Tweaks to keep the Microsoft compiler quier. 09 April 1997, 19:24:53 UTC
8017767 Remove unused variable. 09 April 1997, 18:22:28 UTC
fa658ce Remove two unised variables. 09 April 1997, 18:19:39 UTC
45c3aab Got rid of the static decl of PyCObject_Import, which was a 1.4 compatibility hack. 09 April 1997, 18:04:08 UTC
d385d59 Give PyErr_Format a new name and make it static. 09 April 1997, 17:47:47 UTC
4706562 support module for cPickle 09 April 1997, 17:44:11 UTC
60456fd Jim Fulton's version 2.2. 09 April 1997, 17:36:32 UTC
154417e Unknown changes by Jim Fulton. 09 April 1997, 17:35:33 UTC
0a73dd5 Changed the way the C API was exported. Jim Fulton. 09 April 1997, 17:34:28 UTC
b72cf2d New version by Digital Creations, supports binary format compatible with cPickle. 09 April 1997, 17:32:51 UTC
de65527 Ping's latest. Fixes triple quoted strings ending in odd #backslashes, and other stuff I don't know. 09 April 1997, 17:15:54 UTC
1836a62 NewMovieFromFile has extra parameter and return value 09 April 1997, 15:54:54 UTC
e0cf87b Enabled resID input/output parameter to NewMovieFromFile. This changes the Python interface, unfortunately. Added a few calls that were blacklisted for no apparent reason. 09 April 1997, 15:53:46 UTC
3ccd2f1 while (1) -> while 1. Sorry. 08 April 1997, 19:46:53 UTC
2ebaa17 Search for a valid begin line instead of requiring the first line. 08 April 1997, 19:46:02 UTC
6463920 (Optional) MSL compatability 08 April 1997, 15:28:05 UTC
184c160 DisposPtr -> DisposePtr 08 April 1997, 15:27:29 UTC
08c3be3 Changed the few old routine names still used to the new ones Started working on MSL support 08 April 1997, 15:27:00 UTC
85ae4a8 Changed [SG]etCRefCon to [SG]etControlReference 08 April 1997, 15:26:03 UTC
5495672 Modified for (optional) use of MSL 08 April 1997, 15:24:58 UTC
9e1be97 Fixed for compiling without OLDROUTINENAMES and OLDROUTINELOCATIONS 08 April 1997, 15:24:17 UTC
1aec323 Ka-Ping's muich improved version of March 26, 1997: # Ignore now accepts \f as whitespace. Operator now includes '**'. # Ignore and Special now accept \n or \r\n at the end of a line. # Imagnumber is new. Expfloat is corrected to reject '0e4'. 08 April 1997, 14:24:39 UTC
24dacb3 Support for alternative string quotes (a"xx", b"xx", c"xx", ...). 06 April 1997, 03:46:20 UTC
5f5e817 Support for alternative string quotes (a"xx", b"xx", c"xx", ...). In interactive mode, do generate code for single-string statements. 06 April 1997, 03:41:40 UTC
1508538 Various status updates. 03 April 1997, 23:49:28 UTC
fc5ee0f Added site 03 April 1997, 22:43:02 UTC
571391b New stuff by AMK. 03 April 1997, 22:41:49 UTC
6191551 Remove a redundant XINCREF(value). This caused the reference count of all locals to be upped by one when `from <module> import <whatever>' was executed. 03 April 1997, 18:31:43 UTC
d641d67 New version by Sjoerd, with support for IRIX 6 audio library. 03 April 1997, 17:06:32 UTC
f73bab7 Added an attribute string_id_to_buffer, which gives the offset you have to add to the id() of a string to get the address of the data. This is a horrible and error-prone hack, but unfortunately it is one that is needed for playing audio and crearing pixmaps. Having the constant here is at least marginally better than the previous practice of having the constant 16 all over the place... 03 April 1997, 14:51:03 UTC
377df98 - Most errors are *not* OSErr style, so raise better exceptions (with textual messages) - Plugged a memory leak or two 03 April 1997, 14:48:04 UTC
cb2554e Still not a real test, but at least it runs again 03 April 1997, 14:45:28 UTC
1801aad Use MacOS.string_id_to_buffer for id() to buffer address hack 03 April 1997, 14:44:41 UTC
4240b61 Use MacOS.string_id_to_buffer for the hack to convert string id() to buffer address. 03 April 1997, 14:44:07 UTC
9a8cb84 Checked in some new Tk demos that I wrote a while ago. 03 April 1997, 00:04:51 UTC
387c575 Small grammatical touchups: Para. 1: ...that reads and writes a string buffer... ^ ^ Para. 3: ...can be called at any time to retrieve the... XXXXXXXXXXXX ^^^^^ ...entire contents of the entire ``file'' ... ^^^^^^^ XXXXXXX Guido, I hope I'm not stomping too far afield, but these seem pretty clear to me. 02 April 1997, 14:51:56 UTC
228b8e8 Whole lotta changes. 02 April 1997, 06:13:34 UTC
d69a84b use /usr/bin/env 02 April 1997, 06:11:55 UTC
101923b Added replace() implementation by Perry Stoll (debugged and reformatted by me). 02 April 1997, 06:11:18 UTC
f643e3f Spell Unix, not UNIX. 02 April 1997, 06:06:03 UTC
e8d94a8 Horrible hack to split up code '--' to prevent latex2html from collapsing it into '-'. 02 April 1997, 06:05:07 UTC
1cd26f2 Add complex(). Update int(), long(), float() to support string conversions. 02 April 1997, 06:04:02 UTC
740eb82 Add cross-refs for int() to atoi() etc. Change replace() arguments; remove replace1(). 02 April 1997, 05:56:16 UTC
21aa0ef Changed my mind on replace(). It's now replace(str, old, new, maxsplit=0). Note new ordering of parameters (string first); this is more consistent with translate(). 02 April 1997, 05:49:46 UTC
aa925a5 Add #! line. 02 April 1997, 05:47:39 UTC
ab096c9 New doc strings. 02 April 1997, 05:47:11 UTC
fd79566 Fix two small bugs with proxies. 02 April 1997, 05:46:35 UTC
a9a3575 New symbols due to assert statement. 02 April 1997, 05:46:05 UTC
c1a4ba9 New test output for test_builtin 02 April 1997, 05:44:51 UTC
3917c22 Win32 precision clock() -- Mark Hammond. 02 April 1997, 05:35:28 UTC
9bf8445 Support include statement :-( 02 April 1997, 05:33:00 UTC
925e547 Support assert stmt. 02 April 1997, 05:32:13 UTC
4669fb4 Several fixes reported by jim F. 02 April 1997, 05:31:09 UTC
2a7f58d Allow passing a .pyo file. Print correct name in fatal error from PyErr_Print. 02 April 1997, 05:28:38 UTC
228d7f3 Added assert statement. 02 April 1997, 05:24:36 UTC
8ecd1ad Added assert grammar. 02 April 1997, 05:24:08 UTC
6dacd90 Allow leading underscore in keywords. 02 April 1997, 05:23:46 UTC
6fa4466 Added AssertionError. 02 April 1997, 05:22:53 UTC
556440d Added __assert__ statement (later to be renamed) 02 April 1997, 05:22:18 UTC
659a3b5 Optimized the hell out of listmessages(). Changed numericprog regexpr to make it faster to check. Removed now unnecessary checks for os.curdir, os.pardir. 02 April 1997, 01:18:30 UTC
c054d70 Get rid of .conj pseudo data attribute for complex numbers. Add __members__ attribute. 01 April 1997, 03:12:33 UTC
94dbd99 Remove ConflictError (which was also removed from bltinmodule.c, even though the checkin message failed to note that). 31 March 1997, 17:19:40 UTC
9199f62 remove ConflictError 31 March 1997, 17:19:05 UTC
back to top