1. 1847d06 Reindented with tabs only (seems fair to the Windows crowd). by Guido van Rossum · 26 years ago
  2. 2830dcc Get rid of the Emacs cruft now that Python-mode guess the desired settings! by Guido van Rossum · 26 years ago
  3. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  4. cd0f59e Get rid of the Emacs cruft now that Python-mode guess the desired settings! by Guido van Rossum · 26 years ago
  5. 69c70a2 Support 'whence' parameter to seek(). by Guido van Rossum · 26 years ago
  6. c8d3628 Give in to Timmy's Tedious Tab Theorem. by Guido van Rossum · 26 years ago
  7. c457048 Give in to the tab police. by Guido van Rossum · 26 years ago
  8. 677beda Fix indent of one line in mkarg(), that got indented badly by the by Guido van Rossum · 26 years ago
  9. 3f0666c Add obvious needed else clause to format_exception(). by Guido van Rossum · 26 years ago
  10. 96c07fe Prefer clock() over times() for timer function, except on the Mac, by Guido van Rossum · 26 years ago
  11. 677fc84 As Mike Fletcher pointed out, a __deepcopy__() method should be called by Guido van Rossum · 26 years ago
  12. 6d4d1c2 Added support for "data" URL, by Sjoerd Mullender. by Guido van Rossum · 26 years ago
  13. 5c1d229 Instead of 'import mac', use 'import os' -- this way, the path syntax by Guido van Rossum · 26 years ago
  14. 9e43adb Initialize adlist variable in getrouteaddr(), so an illegal address by Guido van Rossum · 26 years ago
  15. d8c5b8c Typo (coestring -> codestring) discovered by Mark Hammond. by Guido van Rossum · 26 years ago
  16. 1345264 Sjoerd writes: When a multipart message is incomplete, mimify crashes. by Guido van Rossum · 26 years ago
  17. 6e73af7 New version of tb_lineno(), this time *not* using try-except, to avoid by Guido van Rossum · 26 years ago
  18. 46c86bb A working version of the 'args' command (it prints the current values by Guido van Rossum · 26 years ago
  19. d151d34 Add test for core dump -- make sure it doesn't come back! by Guido van Rossum · 26 years ago
  20. 7266496 Tweak the tb_lineno() function to be compatible with JPython, which by Guido van Rossum · 26 years ago
  21. 21df8f5 Typo: baseWidht -> baseWidth. by Guido van Rossum · 26 years ago
  22. 0001a11 Fix bug in trace_vdelete(); should use master's delete command. by Guido van Rossum · 26 years ago
  23. 2fc4d58 Added debug statements to report data actually sent and received on the socket. by Guido van Rossum · 26 years ago
  24. b190884 Fix for literal null bytes -- these must be replaced by the four by Guido van Rossum · 26 years ago
  25. 72c2e1b Fixed a bug in the gauss() function. The bug was reported by Mike by Guido van Rossum · 26 years ago
  26. 9824509 Add rmd() (remove directory command); fix comment in parse257. by Guido van Rossum · 26 years ago
  27. 0d530ce Faster implementation of normcase (using string.lower( by Guido van Rossum · 26 years ago
  28. a73033f Feature added by Bill van Melle: when no timezone is present, assume by Guido van Rossum · 26 years ago
  29. 16a0bc2 (1) Change normpath() to *not* also call normcase(). by Guido van Rossum · 26 years ago
  30. 00455b7 Fix sign reversal in mktime_tz discovered by Bill van Melle. by Guido van Rossum · 26 years ago
  31. 358473c Andrew Kuchling writes: by Guido van Rossum · 26 years ago
  32. e60142f Adding output of test_xmllib.py by Guido van Rossum · 26 years ago
  33. fe82acc Fixed typo in docstring: "__ version__" --> "__version__" by Fred Drake · 26 years ago
  34. 8a666e7 Fix a horrible race condition -- various routines were storing the by Guido van Rossum · 26 years ago
  35. d767329 Added rmtree(), to recursively remove a directory tree. by Guido van Rossum · 26 years ago
  36. 03710d2 Two suggested features by Sjoerd: by Guido van Rossum · 26 years ago
  37. c5d8fed (1) Use matchobj.groups(), not matchbj.group() to get all groups. by Guido van Rossum · 26 years ago
  38. c9aef03 Make this test work when imported from the interpreter instead of run by Guido van Rossum · 26 years ago
  39. fc40a83 Sez The Dragon: by Guido van Rossum · 26 years ago
  40. bbe323e SMTP client by The Dragon De Monsyne <dragondm@integral.org>. by Guido van Rossum · 26 years ago
  41. 02505e4 New version of xmllib from Sjoerd. by Guido van Rossum · 27 years ago
  42. b16a3b8 (This fix is really by Jeremy) by Guido van Rossum · 27 years ago
  43. abe2a45 Unpickler.load_inst(), Unpickler.load_obj(), Unpickler.load_build(): by Barry Warsaw · 27 years ago
  44. 5da0f50 get(): Fixed a bug in the merge order of the dictionaries. This makes by Barry Warsaw · 27 years ago
  45. c567b81 Revamped, to match py_compile.py: by Guido van Rossum · 27 years ago
  46. f7edadb Add Gopher to list of protocols that support query strings. by Guido van Rossum · 27 years ago
  47. e757962 Fix bad new bug in ftp code -- the test for existing file using NLST by Guido van Rossum · 27 years ago
  48. ca99c2c Fix to ismount(). Can't remember who told me this. by Guido van Rossum · 27 years ago
  49. 29c4688 Patch by Tim O'Malley for servers that send a response looking just like by Guido van Rossum · 27 years ago
  50. d2dd9a8 Some patches by Lars Marius Garshol: by Guido van Rossum · 27 years ago
  51. 63566e2 Added docstrings. by Guido van Rossum · 27 years ago
  52. e2c6e20 Add trace methods to class Variable by Guido van Rossum · 27 years ago
  53. f473cb0 Added tests for qualified sub and split by Guido van Rossum · 27 years ago
  54. 8687164 Seems I've found a way to fix this. by Guido van Rossum · 27 years ago
  55. 0d8fcb2 Update the doc string to emphasize non-Unix behavior earlier; by Guido van Rossum · 27 years ago
  56. 2b2b3f9 Fix two bugs: by Guido van Rossum · 27 years ago
  57. 46f3714 New module added. by Guido van Rossum · 27 years ago
  58. 51ca6e3 When there's no filename, don't make one up. by Guido van Rossum · 27 years ago
  59. f5910e4 Add tests for re.L(OCALE). by Guido van Rossum · 27 years ago
  60. 380bf64 Since DSA.py never made it to the release, neither should dos-8x3/dsa.py. by Guido van Rossum · 27 years ago
  61. d01e9aa the usual by Guido van Rossum · 27 years ago
  62. 1cd6a45 Two critical fixes to the changes that I made for Greg McFarlane -- by Guido van Rossum · 27 years ago
  63. 5baf4bc Moved things around a bit in interact(), so outout is processed before by Guido van Rossum · 27 years ago
  64. 9fd41e3 Fixed several bugs reported by Greg McFarmane: by Guido van Rossum · 27 years ago
  65. 23e21e7 Minor editing corrections. by Guido van Rossum · 27 years ago
  66. 2003204 Added doc string, provided by Charles Waldman (with some reformatting by Guido van Rossum · 27 years ago
  67. d499004 Solve two annoying problems with ftp URLs for Jack: when repeated by Guido van Rossum · 27 years ago
  68. adfacf4 Do a better job of keeping the dialog visible when the master window by Guido van Rossum · 27 years ago
  69. 4d9d3f1 Typo: Widht instead of Width... by Guido van Rossum · 27 years ago
  70. ccb5ec6 Added expect() method which takes a list of regular expressions and an by Guido van Rossum · 27 years ago
  71. 00f9fea Use string.replace instead of regsub.[g]sub. by Guido van Rossum · 27 years ago
  72. b9b50eb Decided to add the telnet library that I wrote long ago (it's still in by Guido van Rossum · 27 years ago
  73. b8c42c9 Add new optional parameter 'suffix' (default ''), which is appended to by Guido van Rossum · 27 years ago
  74. 629bcfb Make this test succeed even when using "import test.test_zlib". by Guido van Rossum · 27 years ago
  75. fedc6d0 Added SOLID definition. by Guido van Rossum · 27 years ago
  76. b532399 PhotoImage.put(): Fixed -to handling, including backward compatibility hack. by Fred Drake · 27 years ago
  77. 80fb344 On NT, use a better template, ~XXX- where XXX is os.getpid(). by Guido van Rossum · 27 years ago
  78. 92d91f5 Move %x test to nonstandard section because it appears to be locale specific. by Guido van Rossum · 27 years ago
  79. f0413d4 Added tag_prevrange analogous to rag_nextrange. by Guido van Rossum · 27 years ago
  80. 30da0ea Believe it or not, some people have an empty group database. by Guido van Rossum · 27 years ago
  81. 98b9d77 Change _nametowidget to nametowidget -- it is a public interface. by Guido van Rossum · 27 years ago
  82. 9e32666 Remove unneeded "import re". by Guido van Rossum · 27 years ago
  83. 7814ea6 Last minute fix to Text.window_cget(), which should properly Tcl-ify by Guido van Rossum · 27 years ago
  84. 4d35e6f yeah, yeah. by Guido van Rossum · 27 years ago
  85. 5ac00ac Fix problem detected by Greg McFarlane -- callbacks passed to by Guido van Rossum · 27 years ago
  86. d1f4984 Jim Fulton writes: by Guido van Rossum · 27 years ago
  87. d0753e2 At Barry's suggestion, plug the security leak by using an empty by Guido van Rossum · 27 years ago
  88. 90d62ab Since this module is used as a fallback in case no built-in modules by Guido van Rossum · 27 years ago
  89. e680546 Don't specify base 0 to string.atoi when unpickling integers in text by Guido van Rossum · 27 years ago
  90. e44a8d9 Support uue and x-uue as short names for uuencode. by Guido van Rossum · 27 years ago
  91. 9ab94c1 Doc strings and reformatting with 4 spaces bty Mitch Chapman. by Guido van Rossum · 27 years ago
  92. 5bdea89 # Typos in the comments giving the names of two recently added distributions. by Guido van Rossum · 27 years ago
  93. b978d18 Guess... :-) by Guido van Rossum · 27 years ago
  94. 3d20986 Checking in ConfigParser.py -- I don't see a reason why this can't be by Guido van Rossum · 27 years ago
  95. 7b8970a Deleting ni.py; renamed to ni1.py, really. by Guido van Rossum · 27 years ago
  96. 6599fb0 Make close(), and hence __del__(), robust in the light of the world by Guido van Rossum · 27 years ago
  97. 41999c1 Doc strings by Mitch Chapman (with a little reformatting). by Guido van Rossum · 27 years ago
  98. 6a99984 Use long() instead of int() to compare mktime(localtime(t) with t... by Guido van Rossum · 27 years ago
  99. dfa6790 New re version from AMK by Guido van Rossum · 27 years ago
  100. c5d2d51 Apply the same change to classes without an __getinitargs__() method by Guido van Rossum · 27 years ago