- 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
- 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
- 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
- 5f32248 From: Clarence Gardner <clarence@king.silcom.com> by Guido van Rossum · 28 years ago
- a3d9e02 base64 support by Sjoerd. 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
- 4706562 support module for cPickle 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
- 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
- 1aec323 Ka-Ping's muich improved version of March 26, 1997: by Guido van Rossum · 28 years ago
- 228b8e8 Whole lotta changes. 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
- c1a4ba9 New test output for test_builtin by Guido van Rossum · 28 years ago
- 659a3b5 Optimized the hell out of listmessages(). by Guido van Rossum · 28 years ago
- dddf7a6 Added test of complex() (that catches a bug in 1.4!). by Guido van Rossum · 28 years ago
- bfc3944 Change by Andrew Kuchling (edited by Guido): by Guido van Rossum · 28 years ago
- 1eb9a81 Added new functions replace() and replace1(). by Guido van Rossum · 28 years ago
- 4fc7067 Added a 'sync' method to shelve. If the underlying database does not have a sync by Roger E. Masse · 28 years ago
- 3ee6b19 Removed 'marshal' from the list of "ok" built-in functions -- the by Guido van Rossum · 28 years ago
- 4d81984 Ping's new version -- more efficient at finding the keywords. by Guido van Rossum · 28 years ago
- 3d99e35 Added __assert__. by Guido van Rossum · 28 years ago
- eb8c972 Ka-Ping Yee's version is better: by Guido van Rossum · 28 years ago
- 90d556f Simple module to publish list of Python keywords. by Guido van Rossum · 28 years ago
- f789ee4 Avoid crashes with nested multipart/mixed parts. by Guido van Rossum · 28 years ago
- efd3a3a Implement find_class() without exec statement. by Guido van Rossum · 28 years ago
- c6995534 Change the list() function to match the documentation in the comment by Guido van Rossum · 28 years ago
- 56d1e3a Added Fred Drake's netrc parser class. by Guido van Rossum · 28 years ago
- 18aef3c Support disassembly of a variety of objects through dis.dis(). by Guido van Rossum · 28 years ago
- 7b7c578 Add optional 4th argument to [r]find and [r]index (end of slice). by Guido van Rossum · 28 years ago
- ef8dc06 compile(): Use the __debug__ flag to determine the proper filename extension by Fred Drake · 28 years ago
- b5dc5e3 Added support for imaginary constants (e.g. 0j, 1j, 1.0j). by Guido van Rossum · 28 years ago
- 27e280d Restore old behavior of autotest and testall, using regrtest. by Guido van Rossum · 28 years ago
- f58ed25 Add "extra-verbose" mode, triggered by specifying two -v flags. In by Guido van Rossum · 28 years ago
- e69be3e Much more rigorous testing -- we now try many times, varying in time by Guido van Rossum · 28 years ago
- b51eaa1 Fixed doc string, added __version__, fixed 1 bug. by Guido van Rossum · 28 years ago
- fc6f533 Ka-Ping's version. by Guido van Rossum · 28 years ago
- 2a0711d Removing this -- complex numbers are now builtin, by Guido van Rossum · 28 years ago
- ad183bb Removed nonstandard strftime formats (strftime is tested more by Guido van Rossum · 28 years ago
- 7801614 Remove some bogus code that would cause a NameError if a -r option was passed. by Guido van Rossum · 28 years ago
- 13ddde0 Remove %n and %t from the list of standard expectations. by Guido van Rossum · 28 years ago
- 19302de join(): Wax the incorrect leading comment by Barry Warsaw · 28 years ago
- 384d249 join(): join one or more path components by Barry Warsaw · 28 years ago
- b67a25c Store the current regex syntax along with the regular expression by Barry Warsaw · 28 years ago
- 152f9d9 Put back #! /usr/local/bin/python. For cgi scripts, /usr/bin/env is by Guido van Rossum · 28 years ago
- 9580609 Require _tkinter -- don't attempt to import tkinter when _tkinter does by Guido van Rossum · 28 years ago
- 764d6c7 Gave the Listbox selection methods their correct (longer) names. by Guido van Rossum · 28 years ago
- c8504e2 Added test for ratecv (from Sjoerd, reformatted). by Guido van Rossum · 28 years ago
- 17ca992 Put support for a cnf dictionary back in, since it is still supported by Guido van Rossum · 28 years ago
- 50b82e8 Merged in Jack's fixes. This brings some lines beyond 79 chars again; by Guido van Rossum · 28 years ago
- 838cb28 Put a new, more useful, set of references in the leading comment. by Guido van Rossum · 28 years ago
- d23d940 Move the 'import os' in URLopener.cleanup() to inside the block by Guido van Rossum · 28 years ago
- bbf8c2f Skip Montanaro's robots.txt parser. by Guido van Rossum · 28 years ago
- fc167c6 Did nobody ever notice that "make test" didn't print the summary line by Guido van Rossum · 28 years ago
- 866016b new.code() has grown another foot, eh, another two arguments. by Guido van Rossum · 28 years ago
- 73e122f Fix splitext() to go up to the last dot, not the first. by Guido van Rossum · 28 years ago
- 76f587b Avoid traceback in selection_own_get() when no Tk widget owns the by Guido van Rossum · 28 years ago
- 04f2b45 Version 1.1. Fix memory leak and expensive comparison with None. by Guido van Rossum · 28 years ago
- e9fd28d Add stacksize argument to new.code(). by Guido van Rossum · 28 years ago
- 00f86e6 Of course, when the type of the argument to dis() is unsupported, it by Guido van Rossum · 28 years ago
- bd30795 More user friedly interface: by Guido van Rossum · 28 years ago
- 1d1394e Make as sure as we can that the forked child does not return and by Guido van Rossum · 28 years ago
- 5c7e711 Test output for the SGI cl C module test script. by Roger E. Masse · 28 years ago
- 69ed964 Lame test script for the SGI cl C module. by Roger E. Masse · 28 years ago
- eca63b8 Output from test script for the bsddb C extension module. by Roger E. Masse · 28 years ago
- 352e186 Test script for the bsddb C extension module. by Roger E. Masse · 28 years ago
- 3b039fa Minor output message change by Roger E. Masse · 28 years ago
- d0bc9cb Merge several mods: by Guido van Rossum · 28 years ago
- 469848a As per GvR recomendations, remove the restriction that binhex only run on by Roger E. Masse · 28 years ago
- 4852d37 test output for the binascii C module test script. by Roger E. Masse · 28 years ago
- 2a1c834 test script for the binascii C module. by Roger E. Masse · 28 years ago
- e4d7821 test is no longer needed by Barry Warsaw · 28 years ago
- 52a6ea7 Opps. Added tests for the last two methods that were missing from by Roger E. Masse · 28 years ago
- e17ec8d Modified to use 'rgbimg' instead of the SGI specific 'imgfile' for reading by Roger E. Masse · 28 years ago
- 1ce7c6f Irix 6 specific files -- thanks Sjoerd! by Guido van Rossum · 28 years ago
- bd8a911 test(): close the pipe, just to shut up Purify. by Barry Warsaw · 28 years ago
- 7e98bda Raise ConversionError instances the new fangled way, e.g.: by Barry Warsaw · 28 years ago
- 7a515b9 Output for test of the timing module by Barry Warsaw · 28 years ago
- a6aca46 Test of the timing module by Barry Warsaw · 28 years ago
- 5b45664 Use the new regrtest harness by Barry Warsaw · 28 years ago
- 6f332d8 updated the hex(-16) test since hex() of a signed literal has changed. by Barry Warsaw · 28 years ago
- 906a5e9 updated the oct(-100) test since oct() of a signed literal has changed. by Barry Warsaw · 28 years ago
- 3de721d Catch sunaudiodev.error on open() and re-raise TestFailed exception. by Barry Warsaw · 28 years ago
- 59e066e Oops, remove debugging statements by Barry Warsaw · 28 years ago
- b241c42 A slightly better test of sunaudiodev module. Include the audio data by Barry Warsaw · 28 years ago