- 01fc65d From: conrad@cgl.ucsf.edu (Conrad Huang %CGL) by Guido van Rossum · 26 years ago
- b298a30 Reduce memory requirements. by Guido van Rossum · 26 years ago
- 03e35c5 Add a few doc strings. by Guido van Rossum · 27 years ago
- ea176b6 benchmark for list.sort() by Guido van Rossum · 27 years ago
- b1b4f94 Make Tim O'Malley's requested change: in FieldStorage.__init__(), when by Guido van Rossum · 27 years ago
- 073b829 When a file name is selected ("OK" button, <Return> in the filename entry), by Fred Drake · 27 years ago
- e7b6e39 New files from Thomas Gellekum by Guido van Rossum · 27 years ago
- d618c91 Added table of WSA error codes. by Guido van Rossum · 27 years ago
- e0c0da9 Patches to make the proxy code work again. (Why does that always break by Guido van Rossum · 27 years ago
- a986bb7 Take out the check for AUTH-LOGIN or AUTH=LOGIN in login() -- some by Guido van Rossum · 27 years ago
- b485224 REMOVE samefile(), sameopenfile(), samestat() -- these cannot be made by Guido van Rossum · 27 years ago
- e365a59 Change the names of all methods in the Wm class: they are now by Guido van Rossum · 27 years ago
- 0132f69 Another optimization, probably of negligeable effect: instead of by Guido van Rossum · 27 years ago
- dc59340 In _bind(), found a way to test for break without a temp variable. by Guido van Rossum · 27 years ago
- f975699 Save a tiny bit of time: self.tk.call takes a tuple argument so it's by Guido van Rossum · 27 years ago
- f0c891a Import MacOS at the top instead of insize Tk.__init__() -- the latter by Guido van Rossum · 27 years ago
- 7e6d18c Replace all calls to acquire_lock() and release_lock() with acquire() by Guido van Rossum · 27 years ago
- 57a0661 On the Mac, create the Temporary Items folder if it does not exist yet. (Jack) by Guido van Rossum · 27 years ago
- 9c93a69 Put quotes around the filename, so spaces in filenames work. (Jack) by Guido van Rossum · 27 years ago
- 53117ae typo in error message (fname vs. file). (Jack) by Guido van Rossum · 27 years ago
- b86ba12 Support byte-swapped dbhash (bsddb) files. Found by Ben Sayer. by Guido van Rossum · 27 years ago
- fc1f64d Oops, I had 'n' and 'c' mixed up in my mind. Get rid of the comment by Guido van Rossum · 27 years ago
- a5c0998 Inspired by Ben Sayer, rewritten the code and some of the comments to by Guido van Rossum · 27 years ago
- e86271a When setting the event structure fields, don't die when the widget by Guido van Rossum · 27 years ago
- 0eae8fb Feeble attempt at making urlopen more robust -- don't call splituser() by Guido van Rossum · 27 years ago
- 9291d27 parse150(): Simplify RE used to parse the message a little, taking advantage by Fred Drake · 27 years ago
- 446898f Use hex() when outputting the various checksums so the test output is the by Guido van Rossum · 27 years ago
- bb189db Small corrections to comments that were cloned from aifc; moreover by Guido van Rossum · 27 years ago
- 1740b8d New test sample -- "Nobody expects the Spanish Inquisition!" by Guido van Rossum · 27 years ago
- e26132c Move unified findfile() into test_support.py by Guido van Rossum · 27 years ago
- 5fd9068 Run the self-test (test.test_MimeWriter) when invoked as a script. by Guido van Rossum · 27 years ago
- 2ad816f Add test for MimeWriter module by Guido van Rossum · 27 years ago
- e87ed5f Add writelines() method to Compare class. by Guido van Rossum · 27 years ago
- 9a34523 As Tim Peters points out, ``from string import *'' should not set re to None. by Guido van Rossum · 27 years ago
- de2f708 Fix regexp for attrfind; bug reported by Lars Marius Garshol by Fred Drake · 27 years ago
- ac36c64 Open wave files in binary mode. by Fred Drake · 27 years ago
- 64d036c Add connect_ex to list of methods. by Guido van Rossum · 27 years ago
- fb9b7fd Be nicer to systems that have neither termios nor msvcrt. by Guido van Rossum · 27 years ago
- b19e2a3 Whoops! Add a missing 'instantiated = 1' to load_inst(); otherwise it by Guido van Rossum · 27 years ago
- be14e69 New revision -- sometimes it's AUTH-LOGIN, sometimes AUTH=LOGIN! by Guido van Rossum · 27 years ago
- 5c7e8cd Avoid using the obsolete rand module; and improve the randomness by Guido van Rossum · 27 years ago
- 38d8f4e New version doesn't require REV1 capability. by Guido van Rossum · 27 years ago
- c74521a Oops -- remove some debug print statements! by Guido van Rossum · 27 years ago
- c296651 Add image_types() and image_names() as methods to Misc class. by Guido van Rossum · 27 years ago
- ce73acf Tim's version 4, with my mods by Guido van Rossum · 27 years ago
- 4cee3c4 Another easter present. by Guido van Rossum · 27 years ago
- 7f5013a New Java-style threading module. The doc strings are in a separate module. by Guido van Rossum · 27 years ago
- bb08066 The usual by Guido van Rossum · 27 years ago
- b5903ac Another new utility: getpass() prompts for a password, with echo off. by Guido van Rossum · 27 years ago
- 29e5f5d When getcwd() doesn't exist or raises an exception, don't fail but by Guido van Rossum · 27 years ago
- c09e6b1 Clarify that put *blocks* when the queue is full. Add some blank by Guido van Rossum · 27 years ago
- eeec0af Piers' new version (but I unfolded a few doc strings). by Guido van Rossum · 27 years ago
- c2c07fa Piers Lauder's IMAP module. by Guido van Rossum · 27 years ago
- 03774bb Version with docstrings and some other changes, by Piers Lauder. by Guido van Rossum · 27 years ago
- 3217be9 Relocating file to Lib/lib-old. by Fred Drake · 27 years ago
- 153165c Restore ni as an obsolete module. by Fred Drake · 27 years ago
- 484772d Dave Ascher's pop client code. by Guido van Rossum · 27 years ago
- 8053d89 Add usage message when no arguments. by Guido van Rossum · 27 years ago
- f4b44fa Tim's latest version (supports old and new tokenize modules) by Guido van Rossum · 27 years ago
- 986abac Give in to tabnanny by Guido van Rossum · 27 years ago
- 1ae297a Remove some long obsolete files... by Guido van Rossum · 27 years ago
- f62cf61 Give in to tabnanny. by Guido van Rossum · 27 years ago
- 5810297 Correction to vonmisesvariate() by Magnus Kessler: it should take and by Guido van Rossum · 27 years ago
- 56c04b8 Restructured the event_* calls slightly -- there's really no need to by Guido van Rossum · 27 years ago
- bdc61b1 Relocating file to Lib/lib-old. by Fred Drake · 27 years ago
- a351f89 Relocating file to Lib/lib-old. by Fred Drake · 27 years ago
- 8430c58 AMK's latest by Guido van Rossum · 27 years ago
- a50547e Track changes in tokenize.py by Guido van Rossum · 27 years ago
- 18586f4 Add optional argument to help(). by Guido van Rossum · 27 years ago
- 1d5102c Explicitly close rfile and wfile in StreamRequestHandler.finish() -- by Guido van Rossum · 27 years ago
- a90c78b Differentiate between NEWLINE token (an official newline) and NL token by Guido van Rossum · 27 years ago
- fbe63de UnixMailbox: don't be fooled by lines that begin with "From " but by Guido van Rossum · 27 years ago
- 7e07b38 Sjoerd's latest. by Guido van Rossum · 27 years ago
- 0454b51 Oops, pulled over by the tab police :-) by Guido van Rossum · 27 years ago
- b5916ab Change by Sjoerd (with minor reformatting): by Guido van Rossum · 27 years ago
- 75d92c1 Added a __delitem__ to the Message class. by Guido van Rossum · 27 years ago
- b1062fc Correct dumb typo found by kjpylint (stack should be self.stack). by Guido van Rossum · 27 years ago
- 599174f Correct a definite typo ('mem' should be 'memo'). by Guido van Rossum · 27 years ago
- 9ab75cb Tim Peters' program for checking whether a program's indentation is by Guido van Rossum · 27 years ago
- a6bb6be Strip argument to atol and atof to match what strop does better. by Guido van Rossum · 27 years ago
- a08faba A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 27 years ago
- 117a5a8 Return the name of the Tcl command defined by _bind(). This can by Guido van Rossum · 27 years ago
- 548703a The usual. by Guido van Rossum · 27 years ago
- 65e5399 Don't write "if self.dict: self.dict.close()"; just write by Guido van Rossum · 27 years ago
- 3ec38f0 A few lines were indented using tabs instead of spaces -- fix them. by Guido van Rossum · 27 years ago
- 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
- 9ea7024 Delete this unused relic. by Guido van Rossum · 27 years ago
- 7e7ca0b A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 27 years ago
- 8ca8420 A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 27 years ago
- fa6e254 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
- 1847d06 Reindented with tabs only (seems fair to the Windows crowd). by Guido van Rossum · 27 years ago
- 2830dcc Get rid of the Emacs cruft now that Python-mode guess the desired settings! by Guido van Rossum · 27 years ago
- 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
- cd0f59e Get rid of the Emacs cruft now that Python-mode guess the desired settings! by Guido van Rossum · 27 years ago
- 69c70a2 Support 'whence' parameter to seek(). by Guido van Rossum · 27 years ago
- c8d3628 Give in to Timmy's Tedious Tab Theorem. by Guido van Rossum · 27 years ago
- c457048 Give in to the tab police. by Guido van Rossum · 27 years ago
- 677beda Fix indent of one line in mkarg(), that got indented badly by the by Guido van Rossum · 27 years ago
- 3f0666c Add obvious needed else clause to format_exception(). by Guido van Rossum · 27 years ago
- 96c07fe Prefer clock() over times() for timer function, except on the Mac, by Guido van Rossum · 27 years ago