1. 0874f7f Tests for tokenize.py (Ka-Ping Yee) by Guido van Rossum · 27 years ago
  2. fefc922 New, fixed version with proper r"..." and R"..." support from Ka-Ping. by Guido van Rossum · 27 years ago
  3. 3b63177 Redone (by Ka-Ping) using the new re module, and adding recognition by Guido van Rossum · 27 years ago
  4. 036309b This should hopefully finally clean up the remaining __del__ related by Guido van Rossum · 27 years ago
  5. af8d2bf Bugfix in match() -- the number of registers shouldn't be divided by two! by Guido van Rossum · 27 years ago
  6. e6eef4b Use __dict__.update(state) instead of for loop over state.items() and by Guido van Rossum · 27 years ago
  7. 31626bc re -> regex conversions by Sjoerd. by Guido van Rossum · 27 years ago
  8. f81e5b9 New module -- converts regex regular expressions to re style. by Guido van Rossum · 27 years ago
  9. 1fef181 Although it's hard to be sure, I *think* this is a working conversion by Guido van Rossum · 27 years ago
  10. 57a68e0 Remove redundant import regsub. by Guido van Rossum · 27 years ago
  11. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  12. 426916e Add pcre to the list of safe modules. by Guido van Rossum · 27 years ago
  13. f7a8b45 Remove outdated comments. by Guido van Rossum · 27 years ago
  14. 12f86ad Removed some unneeded imports, moved others around. by Guido van Rossum · 27 years ago
  15. a8832b4 Removed unneeded imports of regex and regsub. by Guido van Rossum · 27 years ago
  16. acfb82a Use re instead of regex. Also remove bogus return statement from __init__(). by Guido van Rossum · 27 years ago
  17. 8566e47 Added pgrep() function, which is like grep/egrep/emgrep but uses Perl by Guido van Rossum · 27 years ago
  18. b491442 Deleted this long-obsolete module by Guido van Rossum · 27 years ago
  19. 2498620 Added "new" symbol defns for RE_ANSI_HEX and RE_NO_GNU_EXTENSIONS -- by Guido van Rossum · 27 years ago
  20. 4e8ef5f Catch KeyboardInterrupt separately and propagate it, instead of by Guido van Rossum · 27 years ago
  21. 1510565 Add optional 4th argument to count(), matching find() etc. by Guido van Rossum · 27 years ago
  22. dd65975 Patch by Charles G. Waldman to add optional user and password by Guido van Rossum · 27 years ago
  23. 7eecc24 Remove .pyo files like .pyc files. by Guido van Rossum · 27 years ago
  24. fb5cef1 Added separate tests for {}.get(). by Guido van Rossum · 27 years ago
  25. 9b887c7 Added tests of dict.get() by Barry Warsaw · 27 years ago
  26. 654451d splitpasswd(): The parameter is named "user", not "host". by Fred Drake · 27 years ago
  27. 2861f4e Open files in binary mode (Jack) by Guido van Rossum · 27 years ago
  28. cbf3dd5 Use better timer on the mac Open files in binary mode (Jack) by Guido van Rossum · 27 years ago
  29. 45ac47c Allow open file as parameter (must be seekable) (Jack) by Guido van Rossum · 27 years ago
  30. 9ec2ed4 Change test for re.sub() involving g<...> to use a multi-character by Guido van Rossum · 27 years ago
  31. 5bc5b14 Checking in AMK's latest installement. by Guido van Rossum · 27 years ago
  32. d2c0ec7 Use `...` around binary strings. by Guido van Rossum · 27 years ago
  33. 53ad776 Remove this pathetic little module! by Fred Drake · 27 years ago
  34. c6e8fd6 Temporary fix to valid_identifier(). by Guido van Rossum · 27 years ago
  35. 2f3941d Return the error code from most commands, rather than swallowing it. by Guido van Rossum · 27 years ago
  36. ae590db Fix join to support multiple arguments. by Guido van Rossum · 27 years ago
  37. abfdd70 Add XXX note about wanting support for copy_reg.py... by Guido van Rossum · 27 years ago
  38. 90981e0 Add Jeff Epler's interact() function. Note that it is broken. by Guido van Rossum · 27 years ago
  39. d5484fb Add optional arguments lo and hi to insort() and bisect(), to support by Guido van Rossum · 27 years ago
  40. e3dbc7e Reduced number of temporary names used at module scope. Use underscores in by Fred Drake · 27 years ago
  41. dc1a072 Reduced number of temporary names used at module scope. Use underscores in by Fred Drake · 27 years ago
  42. 923c4ee Don't do weird things with the "import parser"; just do it. Sheesh... by Fred Drake · 27 years ago
  43. a11cccc The usual (and some new modules). by Guido van Rossum · 27 years ago
  44. fc3e61c UserDict.get(): New method to mirror built-in dictionaries' get() method. by Barry Warsaw · 27 years ago
  45. 596db31 Move the __getitem__() definition from StandardException to Exception. by Fred Drake · 27 years ago
  46. bf9d353 New "re" regular expression support. by Guido van Rossum · 27 years ago
  47. 6af6d35 Turns out whatsound.py and sndhdr.py were identical modules. by Guido van Rossum · 27 years ago
  48. f1b0009 Fix path search for test data file so it works under more circumstances. by Guido van Rossum · 27 years ago
  49. ae631f7 There was actually a test that ensured that raising an exception A by Guido van Rossum · 27 years ago
  50. a008fa5 Fixed test for socket.error to work when it's a class exception. by Guido van Rossum · 27 years ago
  51. ac8a9f3 Handy utility to guess MIME type from extension. by Guido van Rossum · 27 years ago
  52. 83bd9a9 Move Widget.config() c.s. to Misc class, so the Tk class also inherits them. by Guido van Rossum · 27 years ago
  53. 332e144 Use sys.exc_info() where needed. Use "re" module, making it threadsafe. by Guido van Rossum · 27 years ago
  54. f15d159 Use sys.exc_info() where needed. by Guido van Rossum · 27 years ago
  55. c90ad21 No longer need to be very careful with saving the exception state by Guido van Rossum · 27 years ago
  56. a3beb63 Removing emacs.py, which is obsolete. by Guido van Rossum · 27 years ago
  57. da28666 Add optional bufsize argument to various calls so we can make the by Guido van Rossum · 27 years ago
  58. 4752966 Use Marc Lemburg's tb_lineno() to calculate the correct line number. by Guido van Rossum · 27 years ago
  59. 2781fbe Word completion for the new readline.set_completer() function. by Guido van Rossum · 27 years ago
  60. 6dd4868 The command can now either be a string (as before) or a list of by Guido van Rossum · 27 years ago
  61. 25131fa NumberError => ArithmeticError by Barry Warsaw · 27 years ago
  62. c56ba38 Two subtle changes: by Guido van Rossum · 27 years ago
  63. 7883e1d Entirely rewritten parseaddr() function by Sjoerd Mullender. by Guido van Rossum · 27 years ago
  64. a1dbe50 Added code to emit trailing ',' for singleton tuples in two places. by Guido van Rossum · 27 years ago
  65. 4fb5b28 Three independent changes: by Guido van Rossum · 27 years ago
  66. 4ece95d #Added doc string. by Guido van Rossum · 27 years ago
  67. 4f9f8e3 Make functionality more closely the same as what's implemented by default. by Guido van Rossum · 27 years ago
  68. 501d0bb *** empty log message *** by Guido van Rossum · 27 years ago
  69. 1c0d851 Renamed platform specific subdirectories to plat-*. by Guido van Rossum · 27 years ago
  70. 5c1f5bd Renamed dos_8x3 to dos-8x3. by Guido van Rossum · 27 years ago
  71. d7500fc These directories renamed: tkinter -> lib-tk, stdwin -> lib-stdwin. by Guido van Rossum · 27 years ago
  72. c8bf884 Added test for __all__. by Guido van Rossum · 27 years ago
  73. e8fd143 #Adapt the doc string to reality. by Guido van Rossum · 27 years ago
  74. 1049932 Initialize self.__tempfiles to [] in the constructor (else it remains by Guido van Rossum · 27 years ago
  75. 62b297b Change packages -> site-packages by Guido van Rossum · 27 years ago
  76. d6ead32 *Semantic change*: when unpickling the instance variables of an by Guido van Rossum · 27 years ago
  77. eeadc04 Look for uuencoded test files in the directory containing this module, too. by Guido van Rossum · 27 years ago
  78. bc8b2bd Look for uuencoded test files in the directory containing this module, too. by Guido van Rossum · 27 years ago
  79. f9fa20b Pass optional arguments (globals(), locals(), []) to __import__() so by Guido van Rossum · 27 years ago
  80. 10887a3 Fix details in the test: by Guido van Rossum · 27 years ago
  81. 81da02e Added feeble test for reload() of packages and submodules. by Guido van Rossum · 27 years ago
  82. 6c61242 Test set for package import. by Guido van Rossum · 27 years ago
  83. f394f56 Made the 'info' argument to SyntaxError optional, so phase-2 syntax by Guido van Rossum · 27 years ago
  84. 6459627 Now produces some reassuring output. by Jeremy Hylton · 27 years ago
  85. 9dc2b8e Many more tests, including tests of many optional arguments. by Jeremy Hylton · 27 years ago
  86. 898c915 Added some try-excepts so that it can be imported in restricted mode by Guido van Rossum · 27 years ago
  87. d807b75 The re test suite is very slow on slower hosts. by Guido van Rossum · 27 years ago
  88. dc5d07d Different test for Unix -- rely on os.sep instead of sys.platform. by Guido van Rossum · 27 years ago
  89. 2b3fd76 One patch from Sjoerd and one from Jack. by Guido van Rossum · 27 years ago
  90. ad87d3e Give in to Mike Meyer -- add *both* lib/python1.5/packages and by Guido van Rossum · 27 years ago
  91. fc6efff #Removed debug print that was accidentally left in. by Guido van Rossum · 27 years ago
  92. 5ed5c4c Add the same _keep_alive patch (by Michael Scharff) that was added to by Guido van Rossum · 27 years ago
  93. 625f40d #typo by Guido van Rossum · 27 years ago
  94. a28dab5 Write out the dynamic OS choice, to avoid exec statements. by Guido van Rossum · 27 years ago
  95. f30bec7 New site.py semantics. Searches in by Guido van Rossum · 27 years ago
  96. 3e613ce New file, which is imported by the built-in module when python is by Barry Warsaw · 27 years ago
  97. 6ed41a0 Expanded r() function to handle class exceptions. by Barry Warsaw · 27 years ago
  98. 02840fd user.py -- when imported, execfile(~/.pythonrc.py). by Guido van Rossum · 27 years ago
  99. e2ed9df Fixed bugs regarding lines starting with '.' (both receiving and sending). by Guido van Rossum · 27 years ago
  100. ab0abdc Explicitly close the socket and temp file in URLopener.retrieve(), so by Guido van Rossum · 27 years ago