1. 06d1268 Move uchhash functionality into unicodedata (after the recent by Fredrik Lundh · 24 years ago
  2. 17ab123 a few more modules get __all__ by Skip Montanaro · 24 years ago
  3. f449391 __all__: removed "error", "abort", "readonly", as these are not by Barry Warsaw · 24 years ago
  4. 24f3aca It's "gopherlib" not "gopher". by Barry Warsaw · 24 years ago
  5. cfa4096 Fixed autoraise glitches. by Eric S. Raymond · 24 years ago
  6. 2dd4276 added a few more __all__ lists fixed typo in ihooks docstring by Skip Montanaro · 24 years ago
  7. f79cb2d Expose the autoraise capability. Improve the documentation. by Eric S. Raymond · 24 years ago
  8. f7f1851 Rewrite webbrowser.py to fix various bugs following Ka-Ping Yee's by Eric S. Raymond · 24 years ago
  9. f87d857 Restore alphabetic order. Also try to import rlcompleter and curses, but by Tim Peters · 24 years ago
  10. 578ceee Add simple test of list comprehension that uses a name that isn't by Jeremy Hylton · 24 years ago
  11. d0f5e70 - Use "exec ... in dict" to avoid having to walk on eggshells; locals by Guido van Rossum · 24 years ago
  12. 763cb0a Typo repair. by Tim Peters · 24 years ago
  13. e935816 Reorganize pickle/cPickle testing so the tests pass regardless of the order by Tim Peters · 24 years ago
  14. d74804d The "user" module cannot reasonably be tested. Moved to the end (and by Fred Drake · 24 years ago
  15. 7f9b5e0 OK, changed my mind once more on this. The comparison hierarchy is now by Guido van Rossum · 24 years ago
  16. d9bae8b Numeric-smelling objects now once again compare smaller than by Guido van Rossum · 24 years ago
  17. 31584cb Finn Bock (SF patch #103349): by Guido van Rossum · 24 years ago
  18. f317a18 Finn Bock (SF patch #103345): Avoid outdated exec form in test_class.py. by Guido van Rossum · 24 years ago
  19. 0c94724 Patch #103342: Make shutil.copytree more useful under Jython. by Tim Peters · 24 years ago
  20. d304f44 Patch #103343: Allow the important test_pkg to succeed under Jython. by Tim Peters · 24 years ago
  21. db78687 In format(), consider sign only after grouping. by Martin v. Löwis · 24 years ago
  22. 08dabf0 Patch #103344: Sort dicts from extcall for easier comparison with Jython. by Tim Peters · 24 years ago
  23. dfc538a Whitespace normalization. by Tim Peters · 24 years ago
  24. 384fd10 Bug #128475: mimetools.encode (sometimes) fails when called from a thread. by Tim Peters · 24 years ago
  25. eccd02a more __all__ updates by Skip Montanaro · 24 years ago
  26. e78b92a added some tests for urlencode by Skip Montanaro · 24 years ago
  27. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  28. c955f89 docstring typo by Skip Montanaro · 24 years ago
  29. 6bd6835 I've been using gdb a lot lately -- I'm missing 'bt' as a command in by Guido van Rossum · 24 years ago
  30. 663f6c2 rewrite of robotparser.py by Bastian Kleineidam. Closes patch 102229. by Skip Montanaro · 24 years ago
  31. a5d23a1 modify urlencode so sequences in the dict are treated as multivalued by Skip Montanaro · 24 years ago
  32. f605606 Better error message if ucnhash cannot be found (obscure attribute by Fredrik Lundh · 24 years ago
  33. 0a5f91f Now that Marc-Andre has retracted unistr(), remove the tests. by Guido van Rossum · 24 years ago
  34. 48eb9cd A hack to augment sys.path with the build/lib.<platform> directory by Guido van Rossum · 24 years ago
  35. a8e14d4 Use a saner test filename, to work on Windows. by Guido van Rossum · 24 years ago
  36. ccc2e3d OK, checking in patch 103329. by Moshe Zadka · 24 years ago
  37. 2e9b396 Add some regression tests of coredump bugs in funcobject.c 2.31. Also by Barry Warsaw · 24 years ago
  38. a1374e4 Change verify() function to raise TestFailed, not AssertionError. by Guido van Rossum · 24 years ago
  39. 10b0418 Bump __version__; add authorship note for the BaseServer patch. by Guido van Rossum · 24 years ago
  40. 989835c Patch #103220 from Jason Tishler: by Andrew M. Kuchling · 24 years ago
  41. 2acb54a improved the ucnhash test a bit by Fredrik Lundh · 24 years ago
  42. ee865c6 added "getcode" and "getname" methods to the ucnhash module (they're by Fredrik Lundh · 24 years ago
  43. 0fdb90c refactored the unicodeobject/ucnhash interface, to hide the by Fredrik Lundh · 24 years ago
  44. cc58363 urllib.py very recently changed to produce uppercase escapes, but no by Tim Peters · 24 years ago
  45. 8880f6d Whitespace normalization. by Tim Peters · 24 years ago
  46. 1a8a53d test_urllib is failing on Windows. I don't know why, but I can at least by Tim Peters · 24 years ago
  47. 983874d Use constructor form of "raise"; normalize <wink> docstrings. by Tim Peters · 24 years ago
  48. d93c0b6 Jeremy's patch #103323: trivial tests of all untested modules. by Tim Peters · 24 years ago
  49. 1a34c87 make the output of _test() suitable for use in the regression test by Jeremy Hylton · 24 years ago
  50. e27a7b8 Anonymous SF bug 129288: "The python 2.0 urllib has %%%x as a format by Guido van Rossum · 24 years ago
  51. e1bb5f9 make error msg more informative when test of exec fails by Jeremy Hylton · 24 years ago
  52. 047e2c9 add test for SyntaxError on def f(a): global a by Jeremy Hylton · 24 years ago
  53. b4ed8c4 add test of bastion and rexec to std regression test suite by Jeremy Hylton · 24 years ago
  54. fc53c13 Checking in a slight variation of Barry's patch 103303. by Guido van Rossum · 24 years ago
  55. 90cb906 SF Patch #102980, by Luke Kenneth Casson Leighton: BaseServer class by Guido van Rossum · 24 years ago
  56. 2312024 Add test that ensures hash() of objects defining __cmp__ or __eq__ but by Guido van Rossum · 24 years ago
  57. 0c6614c Add test that ensures hash([]) and hash({}) raise TypeError. by Guido van Rossum · 24 years ago
  58. 4e8db2e Since I'm about to check in a change to the recursion-detection code by Guido van Rossum · 24 years ago
  59. 2f1064c A dumb test for the dumdbm module. by Guido van Rossum · 24 years ago
  60. 890f209 Add test for comparing recursive data types. by Guido van Rossum · 24 years ago
  61. 753a68e Bite the bullet: use rich comparisons here, too. by Guido van Rossum · 24 years ago
  62. 9710bd5 Add test for misbehaving rich comparisons (always returning 0) -- by Guido van Rossum · 24 years ago
  63. c4a6e8b Rich comparison tests by Guido van Rossum · 24 years ago
  64. d2bf3b7 Whitespace normalization. Leaving tokenize_tests.py alone for now. by Tim Peters · 24 years ago
  65. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  66. f27cc5b Marc-Andre must not have run these tests -- they used verify() but by Guido van Rossum · 24 years ago
  67. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  68. 8551dd6 Stop creating an unbounded number of "Jack is my hero" files under Windows. by Tim Peters · 24 years ago
  69. ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 24 years ago
  70. c14fa30 Patch #103279: sysconfig.py always looks for versions of files in by Andrew M. Kuchling · 24 years ago
  71. 846d6db Fix a bizarre typo in the helper class ComparableException: the by Guido van Rossum · 24 years ago
  72. d2ebe87 Changed name of codec to full path name. This allows importing by Marc-André Lemburg · 24 years ago
  73. 70c4378 Whitespace normalization. by Tim Peters · 24 years ago
  74. e69d3d7 Use __name__ instead of "test_regex" as the module name in the by Guido van Rossum · 24 years ago
  75. b11bd03 Fix bugs with integer-valued variables when parsing Makefiles. Values by Andrew M. Kuchling · 24 years ago
  76. 9710297 Modified version of a patch from Jeremy Kloth, to make .get_outputs() by Andrew M. Kuchling · 24 years ago
  77. bddbaf7 Make pop_source and push_source available, as documented. by Eric S. Raymond · 24 years ago
  78. 3a645e4 Added checks to prevent PyUnicode_Count() from dumping core by Marc-André Lemburg · 24 years ago
  79. 1c5aa69 bumped SRE version number to 2.1. cleaned up and added 1.5.2 by Fredrik Lundh · 24 years ago
  80. dfb673b Whitespace normalization. by Tim Peters · 24 years ago
  81. 8a7d2d5 doctest-- The Little Module That Could --finally makes it to the Big Show <wink>. by Tim Peters · 24 years ago
  82. 47adcba Fix for SF bug #123625: some newsservers need 'authinfo' *before* 'mode by Thomas Wouters · 24 years ago
  83. bd2983c Add strip_dir argument to the single call to .object_filenames(), to by Andrew M. Kuchling · 24 years ago
  84. b8c9417 Variant of Skip's patch 103246 (Remove unneeded string exception compat from Queue). by Tim Peters · 24 years ago
  85. 10bc593 Ugh. Sorry. Checked in the wrong file. Please ignore revision 1.3; by Ka-Ping Yee · 24 years ago
  86. 27ac0d1 better format names and error messages by Ka-Ping Yee · 24 years ago
  87. 2057970 This patch makes sure that the function name always appears in the error by Ka-Ping Yee · 24 years ago
  88. 1ff08b1 Add tokenizer support and tests for u'', U"", uR'', Ur"", etc. by Ka-Ping Yee · 24 years ago
  89. 534c60f Add a test case suggested by Guido, where a method is created with the by Barry Warsaw · 24 years ago
  90. 4a420a0 Committing PEP 232, function attribute feature, approved by Guido. by Barry Warsaw · 24 years ago
  91. afc4f04 - Make sure to quote the username and password (SF patch #103236 by dogfort). by Guido van Rossum · 24 years ago
  92. 2e24044 from the really-stupid-bug department: uppercase literals should match by Fredrik Lundh · 24 years ago
  93. 48450cf mwh@sourceforge found that UnicodeError can be raised by compiling. by Guido van Rossum · 24 years ago
  94. e6ccf3a Default to passive mode. See SF bug #126851. by Guido van Rossum · 24 years ago
  95. 3f819ec Fix from Jack Jansen for the Mac and the Metrowerks compiler, posted by Andrew M. Kuchling · 24 years ago
  96. fd97a91 Revert a change I accidentally checked in together with Ping's by Guido van Rossum · 24 years ago
  97. b35ffc0 added "magic" number to the _sre module, to avoid weird errors caused by Fredrik Lundh · 24 years ago
  98. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 24 years ago
  99. b90f89a Whitespace normalization. by Tim Peters · 24 years ago
  100. 495ad3c Whitespace normalization. by Tim Peters · 24 years ago