1. 83bd9a9 Move Widget.config() c.s. to Misc class, so the Tk class also inherits them. by Guido van Rossum · 27 years ago
  2. 332e144 Use sys.exc_info() where needed. Use "re" module, making it threadsafe. by Guido van Rossum · 27 years ago
  3. f15d159 Use sys.exc_info() where needed. by Guido van Rossum · 27 years ago
  4. c90ad21 No longer need to be very careful with saving the exception state by Guido van Rossum · 27 years ago
  5. a3beb63 Removing emacs.py, which is obsolete. by Guido van Rossum · 27 years ago
  6. da28666 Add optional bufsize argument to various calls so we can make the by Guido van Rossum · 27 years ago
  7. 4752966 Use Marc Lemburg's tb_lineno() to calculate the correct line number. by Guido van Rossum · 27 years ago
  8. 2781fbe Word completion for the new readline.set_completer() function. by Guido van Rossum · 27 years ago
  9. 6dd4868 The command can now either be a string (as before) or a list of by Guido van Rossum · 27 years ago
  10. 25131fa NumberError => ArithmeticError by Barry Warsaw · 27 years ago
  11. c56ba38 Two subtle changes: by Guido van Rossum · 27 years ago
  12. 7883e1d Entirely rewritten parseaddr() function by Sjoerd Mullender. by Guido van Rossum · 27 years ago
  13. a1dbe50 Added code to emit trailing ',' for singleton tuples in two places. by Guido van Rossum · 27 years ago
  14. 4fb5b28 Three independent changes: by Guido van Rossum · 27 years ago
  15. 4ece95d #Added doc string. by Guido van Rossum · 27 years ago
  16. 4f9f8e3 Make functionality more closely the same as what's implemented by default. by Guido van Rossum · 27 years ago
  17. 501d0bb *** empty log message *** by Guido van Rossum · 27 years ago
  18. 1c0d851 Renamed platform specific subdirectories to plat-*. by Guido van Rossum · 27 years ago
  19. 5c1f5bd Renamed dos_8x3 to dos-8x3. by Guido van Rossum · 27 years ago
  20. d7500fc These directories renamed: tkinter -> lib-tk, stdwin -> lib-stdwin. by Guido van Rossum · 27 years ago
  21. c8bf884 Added test for __all__. by Guido van Rossum · 27 years ago
  22. e8fd143 #Adapt the doc string to reality. by Guido van Rossum · 27 years ago
  23. 1049932 Initialize self.__tempfiles to [] in the constructor (else it remains by Guido van Rossum · 27 years ago
  24. 62b297b Change packages -> site-packages by Guido van Rossum · 27 years ago
  25. d6ead32 *Semantic change*: when unpickling the instance variables of an by Guido van Rossum · 27 years ago
  26. eeadc04 Look for uuencoded test files in the directory containing this module, too. by Guido van Rossum · 27 years ago
  27. bc8b2bd Look for uuencoded test files in the directory containing this module, too. by Guido van Rossum · 27 years ago
  28. f9fa20b Pass optional arguments (globals(), locals(), []) to __import__() so by Guido van Rossum · 27 years ago
  29. 10887a3 Fix details in the test: by Guido van Rossum · 27 years ago
  30. 81da02e Added feeble test for reload() of packages and submodules. by Guido van Rossum · 27 years ago
  31. 6c61242 Test set for package import. by Guido van Rossum · 27 years ago
  32. f394f56 Made the 'info' argument to SyntaxError optional, so phase-2 syntax by Guido van Rossum · 27 years ago
  33. 6459627 Now produces some reassuring output. by Jeremy Hylton · 27 years ago
  34. 9dc2b8e Many more tests, including tests of many optional arguments. by Jeremy Hylton · 27 years ago
  35. 898c915 Added some try-excepts so that it can be imported in restricted mode by Guido van Rossum · 27 years ago
  36. d807b75 The re test suite is very slow on slower hosts. by Guido van Rossum · 27 years ago
  37. dc5d07d Different test for Unix -- rely on os.sep instead of sys.platform. by Guido van Rossum · 27 years ago
  38. 2b3fd76 One patch from Sjoerd and one from Jack. by Guido van Rossum · 27 years ago
  39. ad87d3e Give in to Mike Meyer -- add *both* lib/python1.5/packages and by Guido van Rossum · 27 years ago
  40. fc6efff #Removed debug print that was accidentally left in. by Guido van Rossum · 27 years ago
  41. 5ed5c4c Add the same _keep_alive patch (by Michael Scharff) that was added to by Guido van Rossum · 27 years ago
  42. 625f40d #typo by Guido van Rossum · 27 years ago
  43. a28dab5 Write out the dynamic OS choice, to avoid exec statements. by Guido van Rossum · 27 years ago
  44. f30bec7 New site.py semantics. Searches in by Guido van Rossum · 27 years ago
  45. 3e613ce New file, which is imported by the built-in module when python is by Barry Warsaw · 27 years ago
  46. 6ed41a0 Expanded r() function to handle class exceptions. by Barry Warsaw · 27 years ago
  47. 02840fd user.py -- when imported, execfile(~/.pythonrc.py). by Guido van Rossum · 27 years ago
  48. e2ed9df Fixed bugs regarding lines starting with '.' (both receiving and sending). by Guido van Rossum · 27 years ago
  49. ab0abdc Explicitly close the socket and temp file in URLopener.retrieve(), so by Guido van Rossum · 27 years ago
  50. 09f9547 regression test for new sequence unpacking semantics by Barry Warsaw · 27 years ago
  51. 9525df0 Output for sequence unpacking test by Barry Warsaw · 27 years ago
  52. 558f66f Added a few more tests of exception class raising by Barry Warsaw · 27 years ago
  53. ac405ce generated output for new tests by Barry Warsaw · 27 years ago
  54. d543077 Added tests of the new builtin functions issubclass() and isinstance() by Barry Warsaw · 27 years ago
  55. b6784dc Interpret three slashes in file: URL as local file (for Netscape on by Guido van Rossum · 27 years ago
  56. 558be28 Make sure the objects returned by __getinitargs__() are kept alive (in by Guido van Rossum · 27 years ago
  57. a412220 Change default verbosity so that there are only three levels left: -q, by Guido van Rossum · 27 years ago
  58. e703842 Tweaks to cope with strftime returning 0 without error for %Z by Guido van Rossum · 27 years ago
  59. f07eaea Forgot to check in the fixed output for print by Guido van Rossum · 27 years ago
  60. 9918e0c Add missing comma to make a tuple of (tagOrId). by Guido van Rossum · 27 years ago
  61. ce32096 Oops. Of course, print b should also be print `b`. :-( by Guido van Rossum · 27 years ago
  62. c95a6c1 Use imp.find_module() as the most certain way to find the test data. by Guido van Rossum · 27 years ago
  63. 57fa217 generated by regrtest.py -g by Jeremy Hylton · 27 years ago
  64. 6eb4b6a test the zlib module only produce output if somethign goes wrong by Jeremy Hylton · 27 years ago
  65. cf00505 Added tests for \b, \B (AMK). by Guido van Rossum · 27 years ago
  66. 827ea7c Last minut changes for \B, \S (?). AMK. by Guido van Rossum · 27 years ago
  67. ff712aa The usual. by Guido van Rossum · 27 years ago
  68. 2b41fdc Moved some non-standard format characters out of the standard list. by Guido van Rossum · 27 years ago
  69. c4d6c4d OK, reop is safe again. by Guido van Rossum · 27 years ago
  70. 5526e39 set LOOPS to 10000 by Guido van Rossum · 27 years ago
  71. c4c2641 Print `a` so encrypted text is shown in ascii, not binary. by Guido van Rossum · 27 years ago
  72. e838701 Don't call sys.exit() all over the place -- simply return the exit by Guido van Rossum · 27 years ago
  73. 257c772 Comment out use of reop.expand_escape and reop._expand until their by Guido van Rossum · 27 years ago
  74. 1530c87 Fred Lundh's latest versions. by Guido van Rossum · 27 years ago
  75. f53c86c Add dummies for create/delete filehandles, just so that vanilla Grail by Guido van Rossum · 27 years ago
  76. 88bb808 Fixed (and documented, see Doc/libmimify.tex) mime_decode_header() and by Guido van Rossum · 27 years ago
  77. 95e8053 1.5a3 prerelease 1 from AMK by Guido van Rossum · 27 years ago
  78. 6dc61b1 Add try-finally to close the file after loading it in by Guido van Rossum · 27 years ago
  79. 6af4abd Various changes by AMK, e.g. remove \e, \cX, add \v by Guido van Rossum · 27 years ago
  80. f55afae New dialog from Fred Lundh by Guido van Rossum · 27 years ago
  81. 9d9af2c Fixes for the Mac. (Jack) by Guido van Rossum · 27 years ago
  82. a5e9fb6 Changes suggested by Jim fulton: by Guido van Rossum · 27 years ago
  83. ca54982 Added TemporaryFile and wrapper class by Jim Fulton. by Guido van Rossum · 27 years ago
  84. d510b72 Allow paths without drive specifier (Jack). by Guido van Rossum · 27 years ago
  85. e2ad88c Rewrite normcase() using string.translate... by Guido van Rossum · 27 years ago
  86. efa6837 Treat all HTTP/1.* versions the same. by Guido van Rossum · 27 years ago
  87. 2567dd6 Two changes: by Guido van Rossum · 27 years ago
  88. 0357d02 Rewrite using class, to make waiting for processes possible; by Guido van Rossum · 27 years ago
  89. 570278b Add test for function comparisons by Guido van Rossum · 27 years ago
  90. d6615ab Get READABLE c.s. from _tkinter instead of conditional definition. by Guido van Rossum · 27 years ago
  91. 7995ed2 The reload(sys) test no longer works due to changes in the import semantics. by Guido van Rossum · 27 years ago
  92. 74d25e7 Mention decode_base64 in example. by Guido van Rossum · 27 years ago
  93. 9a876a4 Tweaks by Lars Wirzenius to parse some more forms of illegal dates: by Guido van Rossum · 27 years ago
  94. 4e5cbcf Added createmessage() -- Lars Wirzenius. by Guido van Rossum · 27 years ago
  95. 2e2525f Patch by Lars Wirzenius to allow f.readline(length). by Guido van Rossum · 27 years ago
  96. ed57d76 Regenerated; __assert__ becomes assert. by Guido van Rossum · 27 years ago
  97. 68de379 Add the option to pass an open file object to GzipFile. This obviates by Guido van Rossum · 27 years ago
  98. 64c6620 Add optional 'quote' flag argument to escape(); if true, translate '"' by Guido van Rossum · 27 years ago
  99. 1e8c8a2 New dialog routines (Fred Lundh) by Guido van Rossum · 27 years ago
  100. 65c78e1 Use dictionary's update() method in _cnfmerge(). by Guido van Rossum · 27 years ago