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