1. b978d18 Guess... :-) by Guido van Rossum · 28 years ago
  2. 3d20986 Checking in ConfigParser.py -- I don't see a reason why this can't be by Guido van Rossum · 28 years ago
  3. 7b8970a Deleting ni.py; renamed to ni1.py, really. by Guido van Rossum · 28 years ago
  4. 6599fb0 Make close(), and hence __del__(), robust in the light of the world by Guido van Rossum · 28 years ago
  5. 41999c1 Doc strings by Mitch Chapman (with a little reformatting). by Guido van Rossum · 28 years ago
  6. 6a99984 Use long() instead of int() to compare mktime(localtime(t) with t... by Guido van Rossum · 28 years ago
  7. dfa6790 New re version from AMK by Guido van Rossum · 28 years ago
  8. c5d2d51 Apply the same change to classes without an __getinitargs__() method by Guido van Rossum · 28 years ago
  9. 61de0ac Reindented according to new standard, without tabs. by Guido van Rossum · 28 years ago
  10. 63cf396 ospath.py has been obsolete for long enough. by Guido van Rossum · 28 years ago
  11. e467be6 When instantiating a class with no arguments and where the class does by Guido van Rossum · 28 years ago
  12. 346f7af Added doc strings and reindented according to new standard, without tabs. by Guido van Rossum · 28 years ago
  13. 15e22e1 Added doc strings and reindented according to new standard, without tabs. by Guido van Rossum · 28 years ago
  14. 7f97328 Fix the exclusion of "config" in the methods copied from Pack to also by Guido van Rossum · 28 years ago
  15. e612be5 Patch my Marc Lemburg to fix urljoin("/a", "..") and urljoin("/a", "..#1"). by Guido van Rossum · 28 years ago
  16. 3fa440e Refinement of home for NT, courtesy Jeff Bauer. by Guido van Rossum · 28 years ago
  17. ab76af3 Provide default for blocksize on retrbinary (Skip Montanaro). by Guido van Rossum · 28 years ago
  18. 98ee50b More generated files for netbsd 1.x, by Anders Andersen. by Guido van Rossum · 28 years ago
  19. 91221c2 Support for netbsd1 and freebsd3, after suggestions by Anders Andersen by Guido van Rossum · 28 years ago
  20. c0f29c2 When a port is specified in an ftp:// URL, must convert it to a number! by Guido van Rossum · 28 years ago
  21. 80f8be8 Support for the "event" command, new in Tk 4.2. By Case Roole. by Guido van Rossum · 28 years ago
  22. 11fbef5 Sjoerd sez: global substitute \240 with \177. by Guido van Rossum · 28 years ago
  23. 376467a Added stropts.h to the list of files automatically regenerated. by Guido van Rossum · 28 years ago
  24. 5284589 Generated from Solaris 2.6's /usr/include/sys/stropts.h via by Barry Warsaw · 28 years ago
  25. 893a8cb *** empty log message *** by Guido van Rossum · 28 years ago
  26. cf4559a Added Pareto and Weibull distributions, courtesy Jeremy Hylton. by Guido van Rossum · 28 years ago
  27. c99a239 Added strop.split tests when sep is None. by Barry Warsaw · 28 years ago
  28. 06ba34c In string.split(), honor maxsplit (if > 0). by Guido van Rossum · 28 years ago
  29. 58a88b3 _Environ(): Added __getinitargs__() method so os.environ.copy() works, by Barry Warsaw · 28 years ago
  30. 9181190 Added tests of strop.replace() by Barry Warsaw · 28 years ago
  31. 0b23348 The usual by Guido van Rossum · 28 years ago
  32. e2d4dd1 Use fuzzy comparison from test_support to compare outcome of by Guido van Rossum · 28 years ago
  33. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 28 years ago
  34. c0b9319 bind_class should return a value by Guido van Rossum · 28 years ago
  35. be7c45e New address parser by Ben Escoto replaces Sjoerd Mullender's parseaddr() by Guido van Rossum · 28 years ago
  36. e6c128f Use fstat if we can; write MAGIC into file last. by Guido van Rossum · 28 years ago
  37. 7d5b99d A new standard module, as discussed on comp.lang.python, to simplify by Guido van Rossum · 28 years ago
  38. 3d96d52 (Queue.Empty): When class based exceptions are in force, derive this by Barry Warsaw · 28 years ago
  39. bd1169a Add Martin von Loewis as the author of this module. by Guido van Rossum · 28 years ago
  40. eef1d4e User-level locale module. A wrapper around _locale which adds by Guido van Rossum · 28 years ago
  41. 8360005 Assert that the proxies object passed in to the URLopener constructor by Guido van Rossum · 28 years ago
  42. 421c224 Added docstrings (contributed by Martin von Loewis). by Guido van Rossum · 28 years ago
  43. 5d68e8e Fixed case sensitivity of attributes (they are case *sensitive*). by Guido van Rossum · 28 years ago
  44. a219efa Sjoerd Mullender's xml parser (based on sgmllib, somewhat). by Guido van Rossum · 28 years ago
  45. 368e06b Some restructuring. by Guido van Rossum · 28 years ago
  46. c1189eb Separate out a function pystones(loops=LOOPS) which runs the benchmark by Guido van Rossum · 28 years ago
  47. f849291 Add __init__.py to test package. by Guido van Rossum · 28 years ago
  48. bfa9f13 islink() returns false, but there is no constant false! Return 0 instead. by Guido van Rossum · 28 years ago
  49. 19f4456 Use ``0'' instead of ``None'' to reset the underlying object in close by Guido van Rossum · 28 years ago
  50. e8d1139 Add empty __init__.py files to the test packages so the new policy by Guido van Rossum · 28 years ago
  51. 613418a New version from Sjoerd, small bugfix + optimizations. by Guido van Rossum · 28 years ago
  52. 0874f7f Tests for tokenize.py (Ka-Ping Yee) by Guido van Rossum · 28 years ago
  53. fefc922 New, fixed version with proper r"..." and R"..." support from Ka-Ping. by Guido van Rossum · 28 years ago
  54. 3b63177 Redone (by Ka-Ping) using the new re module, and adding recognition by Guido van Rossum · 28 years ago
  55. 036309b This should hopefully finally clean up the remaining __del__ related by Guido van Rossum · 28 years ago
  56. af8d2bf Bugfix in match() -- the number of registers shouldn't be divided by two! by Guido van Rossum · 28 years ago
  57. e6eef4b Use __dict__.update(state) instead of for loop over state.items() and by Guido van Rossum · 28 years ago
  58. 31626bc re -> regex conversions by Sjoerd. by Guido van Rossum · 28 years ago
  59. f81e5b9 New module -- converts regex regular expressions to re style. by Guido van Rossum · 28 years ago
  60. 1fef181 Although it's hard to be sure, I *think* this is a working conversion by Guido van Rossum · 28 years ago
  61. 57a68e0 Remove redundant import regsub. by Guido van Rossum · 28 years ago
  62. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 28 years ago
  63. 426916e Add pcre to the list of safe modules. by Guido van Rossum · 28 years ago
  64. f7a8b45 Remove outdated comments. by Guido van Rossum · 28 years ago
  65. 12f86ad Removed some unneeded imports, moved others around. by Guido van Rossum · 28 years ago
  66. a8832b4 Removed unneeded imports of regex and regsub. by Guido van Rossum · 28 years ago
  67. acfb82a Use re instead of regex. Also remove bogus return statement from __init__(). by Guido van Rossum · 28 years ago
  68. 8566e47 Added pgrep() function, which is like grep/egrep/emgrep but uses Perl by Guido van Rossum · 28 years ago
  69. b491442 Deleted this long-obsolete module by Guido van Rossum · 28 years ago
  70. 2498620 Added "new" symbol defns for RE_ANSI_HEX and RE_NO_GNU_EXTENSIONS -- by Guido van Rossum · 28 years ago
  71. 4e8ef5f Catch KeyboardInterrupt separately and propagate it, instead of by Guido van Rossum · 28 years ago
  72. 1510565 Add optional 4th argument to count(), matching find() etc. by Guido van Rossum · 28 years ago
  73. dd65975 Patch by Charles G. Waldman to add optional user and password by Guido van Rossum · 28 years ago
  74. 7eecc24 Remove .pyo files like .pyc files. by Guido van Rossum · 28 years ago
  75. fb5cef1 Added separate tests for {}.get(). by Guido van Rossum · 28 years ago
  76. 9b887c7 Added tests of dict.get() by Barry Warsaw · 28 years ago
  77. 654451d splitpasswd(): The parameter is named "user", not "host". by Fred Drake · 28 years ago
  78. 2861f4e Open files in binary mode (Jack) by Guido van Rossum · 28 years ago
  79. cbf3dd5 Use better timer on the mac Open files in binary mode (Jack) by Guido van Rossum · 28 years ago
  80. 45ac47c Allow open file as parameter (must be seekable) (Jack) by Guido van Rossum · 28 years ago
  81. 9ec2ed4 Change test for re.sub() involving g<...> to use a multi-character by Guido van Rossum · 28 years ago
  82. 5bc5b14 Checking in AMK's latest installement. by Guido van Rossum · 28 years ago
  83. d2c0ec7 Use `...` around binary strings. by Guido van Rossum · 28 years ago
  84. 53ad776 Remove this pathetic little module! by Fred Drake · 28 years ago
  85. c6e8fd6 Temporary fix to valid_identifier(). by Guido van Rossum · 28 years ago
  86. 2f3941d Return the error code from most commands, rather than swallowing it. by Guido van Rossum · 28 years ago
  87. ae590db Fix join to support multiple arguments. by Guido van Rossum · 28 years ago
  88. abfdd70 Add XXX note about wanting support for copy_reg.py... by Guido van Rossum · 28 years ago
  89. 90981e0 Add Jeff Epler's interact() function. Note that it is broken. by Guido van Rossum · 28 years ago
  90. d5484fb Add optional arguments lo and hi to insort() and bisect(), to support by Guido van Rossum · 28 years ago
  91. e3dbc7e Reduced number of temporary names used at module scope. Use underscores in by Fred Drake · 28 years ago
  92. dc1a072 Reduced number of temporary names used at module scope. Use underscores in by Fred Drake · 28 years ago
  93. 923c4ee Don't do weird things with the "import parser"; just do it. Sheesh... by Fred Drake · 28 years ago
  94. a11cccc The usual (and some new modules). by Guido van Rossum · 28 years ago
  95. fc3e61c UserDict.get(): New method to mirror built-in dictionaries' get() method. by Barry Warsaw · 28 years ago
  96. 596db31 Move the __getitem__() definition from StandardException to Exception. by Fred Drake · 28 years ago
  97. bf9d353 New "re" regular expression support. by Guido van Rossum · 28 years ago
  98. 6af6d35 Turns out whatsound.py and sndhdr.py were identical modules. by Guido van Rossum · 28 years ago
  99. f1b0009 Fix path search for test data file so it works under more circumstances. by Guido van Rossum · 28 years ago
  100. ae631f7 There was actually a test that ensured that raising an exception A by Guido van Rossum · 28 years ago