- 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
- 677fc84 As Mike Fletcher pointed out, a __deepcopy__() method should be called by Guido van Rossum · 27 years ago
- 6d4d1c2 Added support for "data" URL, by Sjoerd Mullender. by Guido van Rossum · 27 years ago
- 5c1d229 Instead of 'import mac', use 'import os' -- this way, the path syntax by Guido van Rossum · 27 years ago
- 9e43adb Initialize adlist variable in getrouteaddr(), so an illegal address by Guido van Rossum · 27 years ago
- d8c5b8c Typo (coestring -> codestring) discovered by Mark Hammond. by Guido van Rossum · 27 years ago
- 1345264 Sjoerd writes: When a multipart message is incomplete, mimify crashes. by Guido van Rossum · 27 years ago
- 6e73af7 New version of tb_lineno(), this time *not* using try-except, to avoid by Guido van Rossum · 27 years ago
- 46c86bb A working version of the 'args' command (it prints the current values by Guido van Rossum · 27 years ago
- d151d34 Add test for core dump -- make sure it doesn't come back! by Guido van Rossum · 27 years ago
- 7266496 Tweak the tb_lineno() function to be compatible with JPython, which by Guido van Rossum · 27 years ago
- 21df8f5 Typo: baseWidht -> baseWidth. by Guido van Rossum · 27 years ago
- 0001a11 Fix bug in trace_vdelete(); should use master's delete command. by Guido van Rossum · 27 years ago
- 2fc4d58 Added debug statements to report data actually sent and received on the socket. by Guido van Rossum · 27 years ago
- b190884 Fix for literal null bytes -- these must be replaced by the four by Guido van Rossum · 27 years ago
- 72c2e1b Fixed a bug in the gauss() function. The bug was reported by Mike by Guido van Rossum · 27 years ago
- 9824509 Add rmd() (remove directory command); fix comment in parse257. by Guido van Rossum · 27 years ago
- 0d530ce Faster implementation of normcase (using string.lower( by Guido van Rossum · 27 years ago
- a73033f Feature added by Bill van Melle: when no timezone is present, assume by Guido van Rossum · 27 years ago
- 16a0bc2 (1) Change normpath() to *not* also call normcase(). by Guido van Rossum · 27 years ago
- 00455b7 Fix sign reversal in mktime_tz discovered by Bill van Melle. by Guido van Rossum · 27 years ago
- 358473c Andrew Kuchling writes: by Guido van Rossum · 27 years ago
- e60142f Adding output of test_xmllib.py by Guido van Rossum · 27 years ago
- fe82acc Fixed typo in docstring: "__ version__" --> "__version__" by Fred Drake · 27 years ago
- 8a666e7 Fix a horrible race condition -- various routines were storing the by Guido van Rossum · 27 years ago
- d767329 Added rmtree(), to recursively remove a directory tree. by Guido van Rossum · 27 years ago
- 03710d2 Two suggested features by Sjoerd: by Guido van Rossum · 27 years ago
- c5d8fed (1) Use matchobj.groups(), not matchbj.group() to get all groups. by Guido van Rossum · 27 years ago
- c9aef03 Make this test work when imported from the interpreter instead of run by Guido van Rossum · 27 years ago
- fc40a83 Sez The Dragon: by Guido van Rossum · 27 years ago
- bbe323e SMTP client by The Dragon De Monsyne <dragondm@integral.org>. by Guido van Rossum · 27 years ago
- 02505e4 New version of xmllib from Sjoerd. by Guido van Rossum · 27 years ago
- b16a3b8 (This fix is really by Jeremy) by Guido van Rossum · 27 years ago
- abe2a45 Unpickler.load_inst(), Unpickler.load_obj(), Unpickler.load_build(): by Barry Warsaw · 27 years ago
- 5da0f50 get(): Fixed a bug in the merge order of the dictionaries. This makes by Barry Warsaw · 27 years ago
- c567b81 Revamped, to match py_compile.py: by Guido van Rossum · 27 years ago
- f7edadb Add Gopher to list of protocols that support query strings. by Guido van Rossum · 27 years ago
- e757962 Fix bad new bug in ftp code -- the test for existing file using NLST by Guido van Rossum · 27 years ago
- ca99c2c Fix to ismount(). Can't remember who told me this. by Guido van Rossum · 27 years ago
- 29c4688 Patch by Tim O'Malley for servers that send a response looking just like by Guido van Rossum · 27 years ago
- d2dd9a8 Some patches by Lars Marius Garshol: by Guido van Rossum · 27 years ago
- 63566e2 Added docstrings. by Guido van Rossum · 27 years ago
- e2c6e20 Add trace methods to class Variable by Guido van Rossum · 27 years ago
- f473cb0 Added tests for qualified sub and split by Guido van Rossum · 27 years ago
- 8687164 Seems I've found a way to fix this. by Guido van Rossum · 27 years ago
- 0d8fcb2 Update the doc string to emphasize non-Unix behavior earlier; by Guido van Rossum · 27 years ago
- 2b2b3f9 Fix two bugs: by Guido van Rossum · 27 years ago
- 46f3714 New module added. by Guido van Rossum · 27 years ago
- 51ca6e3 When there's no filename, don't make one up. by Guido van Rossum · 27 years ago
- f5910e4 Add tests for re.L(OCALE). by Guido van Rossum · 27 years ago
- 380bf64 Since DSA.py never made it to the release, neither should dos-8x3/dsa.py. by Guido van Rossum · 27 years ago
- d01e9aa the usual by Guido van Rossum · 27 years ago
- 1cd6a45 Two critical fixes to the changes that I made for Greg McFarlane -- by Guido van Rossum · 27 years ago
- 5baf4bc Moved things around a bit in interact(), so outout is processed before by Guido van Rossum · 27 years ago
- 9fd41e3 Fixed several bugs reported by Greg McFarmane: by Guido van Rossum · 27 years ago