- 2861f4e Open files in binary mode (Jack) by Guido van Rossum · 27 years ago
- cbf3dd5 Use better timer on the mac Open files in binary mode (Jack) by Guido van Rossum · 27 years ago
- 45ac47c Allow open file as parameter (must be seekable) (Jack) by Guido van Rossum · 27 years ago
- 9ec2ed4 Change test for re.sub() involving g<...> to use a multi-character by Guido van Rossum · 27 years ago
- 5bc5b14 Checking in AMK's latest installement. by Guido van Rossum · 27 years ago
- d2c0ec7 Use `...` around binary strings. by Guido van Rossum · 27 years ago
- 53ad776 Remove this pathetic little module! by Fred Drake · 27 years ago
- c6e8fd6 Temporary fix to valid_identifier(). by Guido van Rossum · 27 years ago
- 2f3941d Return the error code from most commands, rather than swallowing it. by Guido van Rossum · 27 years ago
- ae590db Fix join to support multiple arguments. by Guido van Rossum · 27 years ago
- abfdd70 Add XXX note about wanting support for copy_reg.py... by Guido van Rossum · 27 years ago
- 90981e0 Add Jeff Epler's interact() function. Note that it is broken. by Guido van Rossum · 27 years ago
- d5484fb Add optional arguments lo and hi to insort() and bisect(), to support by Guido van Rossum · 27 years ago
- e3dbc7e Reduced number of temporary names used at module scope. Use underscores in by Fred Drake · 27 years ago
- dc1a072 Reduced number of temporary names used at module scope. Use underscores in by Fred Drake · 27 years ago
- 923c4ee Don't do weird things with the "import parser"; just do it. Sheesh... by Fred Drake · 27 years ago
- a11cccc The usual (and some new modules). by Guido van Rossum · 27 years ago
- fc3e61c UserDict.get(): New method to mirror built-in dictionaries' get() method. by Barry Warsaw · 27 years ago
- 596db31 Move the __getitem__() definition from StandardException to Exception. by Fred Drake · 27 years ago
- bf9d353 New "re" regular expression support. by Guido van Rossum · 27 years ago
- 6af6d35 Turns out whatsound.py and sndhdr.py were identical modules. by Guido van Rossum · 27 years ago
- f1b0009 Fix path search for test data file so it works under more circumstances. by Guido van Rossum · 27 years ago
- ae631f7 There was actually a test that ensured that raising an exception A by Guido van Rossum · 27 years ago
- a008fa5 Fixed test for socket.error to work when it's a class exception. by Guido van Rossum · 27 years ago
- ac8a9f3 Handy utility to guess MIME type from extension. by Guido van Rossum · 27 years ago
- 83bd9a9 Move Widget.config() c.s. to Misc class, so the Tk class also inherits them. by Guido van Rossum · 27 years ago
- 332e144 Use sys.exc_info() where needed. Use "re" module, making it threadsafe. by Guido van Rossum · 27 years ago
- f15d159 Use sys.exc_info() where needed. by Guido van Rossum · 27 years ago
- c90ad21 No longer need to be very careful with saving the exception state by Guido van Rossum · 27 years ago
- a3beb63 Removing emacs.py, which is obsolete. by Guido van Rossum · 27 years ago
- da28666 Add optional bufsize argument to various calls so we can make the by Guido van Rossum · 27 years ago
- 4752966 Use Marc Lemburg's tb_lineno() to calculate the correct line number. by Guido van Rossum · 27 years ago
- 2781fbe Word completion for the new readline.set_completer() function. by Guido van Rossum · 27 years ago
- 6dd4868 The command can now either be a string (as before) or a list of by Guido van Rossum · 27 years ago
- 25131fa NumberError => ArithmeticError by Barry Warsaw · 27 years ago
- c56ba38 Two subtle changes: by Guido van Rossum · 27 years ago
- 7883e1d Entirely rewritten parseaddr() function by Sjoerd Mullender. by Guido van Rossum · 27 years ago
- a1dbe50 Added code to emit trailing ',' for singleton tuples in two places. by Guido van Rossum · 27 years ago
- 4fb5b28 Three independent changes: by Guido van Rossum · 27 years ago
- 4ece95d #Added doc string. by Guido van Rossum · 27 years ago
- 4f9f8e3 Make functionality more closely the same as what's implemented by default. by Guido van Rossum · 27 years ago
- 501d0bb *** empty log message *** by Guido van Rossum · 27 years ago
- 1c0d851 Renamed platform specific subdirectories to plat-*. by Guido van Rossum · 27 years ago
- 5c1f5bd Renamed dos_8x3 to dos-8x3. by Guido van Rossum · 27 years ago
- d7500fc These directories renamed: tkinter -> lib-tk, stdwin -> lib-stdwin. by Guido van Rossum · 27 years ago
- c8bf884 Added test for __all__. by Guido van Rossum · 27 years ago
- e8fd143 #Adapt the doc string to reality. by Guido van Rossum · 27 years ago
- 1049932 Initialize self.__tempfiles to [] in the constructor (else it remains by Guido van Rossum · 27 years ago
- 62b297b Change packages -> site-packages by Guido van Rossum · 27 years ago
- d6ead32 *Semantic change*: when unpickling the instance variables of an by Guido van Rossum · 27 years ago
- eeadc04 Look for uuencoded test files in the directory containing this module, too. by Guido van Rossum · 27 years ago
- bc8b2bd Look for uuencoded test files in the directory containing this module, too. by Guido van Rossum · 27 years ago
- f9fa20b Pass optional arguments (globals(), locals(), []) to __import__() so by Guido van Rossum · 27 years ago
- 10887a3 Fix details in the test: by Guido van Rossum · 27 years ago
- 81da02e Added feeble test for reload() of packages and submodules. by Guido van Rossum · 27 years ago
- 6c61242 Test set for package import. by Guido van Rossum · 27 years ago
- f394f56 Made the 'info' argument to SyntaxError optional, so phase-2 syntax by Guido van Rossum · 27 years ago
- 6459627 Now produces some reassuring output. by Jeremy Hylton · 27 years ago
- 9dc2b8e Many more tests, including tests of many optional arguments. by Jeremy Hylton · 27 years ago
- 898c915 Added some try-excepts so that it can be imported in restricted mode by Guido van Rossum · 27 years ago
- d807b75 The re test suite is very slow on slower hosts. by Guido van Rossum · 27 years ago
- dc5d07d Different test for Unix -- rely on os.sep instead of sys.platform. by Guido van Rossum · 27 years ago
- 2b3fd76 One patch from Sjoerd and one from Jack. by Guido van Rossum · 27 years ago
- ad87d3e Give in to Mike Meyer -- add *both* lib/python1.5/packages and by Guido van Rossum · 27 years ago
- fc6efff #Removed debug print that was accidentally left in. by Guido van Rossum · 27 years ago
- 5ed5c4c Add the same _keep_alive patch (by Michael Scharff) that was added to by Guido van Rossum · 27 years ago
- 625f40d #typo by Guido van Rossum · 27 years ago
- a28dab5 Write out the dynamic OS choice, to avoid exec statements. by Guido van Rossum · 27 years ago
- f30bec7 New site.py semantics. Searches in by Guido van Rossum · 27 years ago
- 3e613ce New file, which is imported by the built-in module when python is by Barry Warsaw · 27 years ago
- 6ed41a0 Expanded r() function to handle class exceptions. by Barry Warsaw · 27 years ago
- 02840fd user.py -- when imported, execfile(~/.pythonrc.py). by Guido van Rossum · 27 years ago
- e2ed9df Fixed bugs regarding lines starting with '.' (both receiving and sending). by Guido van Rossum · 27 years ago
- ab0abdc Explicitly close the socket and temp file in URLopener.retrieve(), so by Guido van Rossum · 27 years ago
- 09f9547 regression test for new sequence unpacking semantics by Barry Warsaw · 27 years ago
- 9525df0 Output for sequence unpacking test by Barry Warsaw · 27 years ago
- 558f66f Added a few more tests of exception class raising by Barry Warsaw · 27 years ago
- ac405ce generated output for new tests by Barry Warsaw · 27 years ago
- d543077 Added tests of the new builtin functions issubclass() and isinstance() by Barry Warsaw · 27 years ago
- b6784dc Interpret three slashes in file: URL as local file (for Netscape on by Guido van Rossum · 27 years ago
- 558be28 Make sure the objects returned by __getinitargs__() are kept alive (in by Guido van Rossum · 27 years ago
- a412220 Change default verbosity so that there are only three levels left: -q, by Guido van Rossum · 27 years ago
- e703842 Tweaks to cope with strftime returning 0 without error for %Z by Guido van Rossum · 27 years ago
- f07eaea Forgot to check in the fixed output for print by Guido van Rossum · 27 years ago
- 9918e0c Add missing comma to make a tuple of (tagOrId). by Guido van Rossum · 27 years ago
- ce32096 Oops. Of course, print b should also be print `b`. :-( by Guido van Rossum · 27 years ago
- c95a6c1 Use imp.find_module() as the most certain way to find the test data. by Guido van Rossum · 27 years ago
- 57fa217 generated by regrtest.py -g by Jeremy Hylton · 27 years ago
- 6eb4b6a test the zlib module only produce output if somethign goes wrong by Jeremy Hylton · 27 years ago
- cf00505 Added tests for \b, \B (AMK). by Guido van Rossum · 27 years ago
- 827ea7c Last minut changes for \B, \S (?). AMK. by Guido van Rossum · 27 years ago
- ff712aa The usual. by Guido van Rossum · 27 years ago
- 2b41fdc Moved some non-standard format characters out of the standard list. by Guido van Rossum · 27 years ago
- c4d6c4d OK, reop is safe again. by Guido van Rossum · 27 years ago
- 5526e39 set LOOPS to 10000 by Guido van Rossum · 27 years ago
- c4c2641 Print `a` so encrypted text is shown in ascii, not binary. by Guido van Rossum · 27 years ago
- e838701 Don't call sys.exit() all over the place -- simply return the exit by Guido van Rossum · 27 years ago
- 257c772 Comment out use of reop.expand_escape and reop._expand until their by Guido van Rossum · 27 years ago
- 1530c87 Fred Lundh's latest versions. by Guido van Rossum · 27 years ago
- f53c86c Add dummies for create/delete filehandles, just so that vanilla Grail by Guido van Rossum · 27 years ago