1. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  2. c955f89 docstring typo by Skip Montanaro · 24 years ago
  3. 6bd6835 I've been using gdb a lot lately -- I'm missing 'bt' as a command in by Guido van Rossum · 24 years ago
  4. 663f6c2 rewrite of robotparser.py by Bastian Kleineidam. Closes patch 102229. by Skip Montanaro · 24 years ago
  5. a5d23a1 modify urlencode so sequences in the dict are treated as multivalued by Skip Montanaro · 24 years ago
  6. f605606 Better error message if ucnhash cannot be found (obscure attribute by Fredrik Lundh · 24 years ago
  7. 0a5f91f Now that Marc-Andre has retracted unistr(), remove the tests. by Guido van Rossum · 24 years ago
  8. 48eb9cd A hack to augment sys.path with the build/lib.<platform> directory by Guido van Rossum · 24 years ago
  9. a8e14d4 Use a saner test filename, to work on Windows. by Guido van Rossum · 24 years ago
  10. ccc2e3d OK, checking in patch 103329. by Moshe Zadka · 24 years ago
  11. 2e9b396 Add some regression tests of coredump bugs in funcobject.c 2.31. Also by Barry Warsaw · 24 years ago
  12. a1374e4 Change verify() function to raise TestFailed, not AssertionError. by Guido van Rossum · 24 years ago
  13. 10b0418 Bump __version__; add authorship note for the BaseServer patch. by Guido van Rossum · 24 years ago
  14. 989835c Patch #103220 from Jason Tishler: by Andrew M. Kuchling · 24 years ago
  15. 2acb54a improved the ucnhash test a bit by Fredrik Lundh · 24 years ago
  16. ee865c6 added "getcode" and "getname" methods to the ucnhash module (they're by Fredrik Lundh · 24 years ago
  17. 0fdb90c refactored the unicodeobject/ucnhash interface, to hide the by Fredrik Lundh · 24 years ago
  18. cc58363 urllib.py very recently changed to produce uppercase escapes, but no by Tim Peters · 24 years ago
  19. 8880f6d Whitespace normalization. by Tim Peters · 24 years ago
  20. 1a8a53d test_urllib is failing on Windows. I don't know why, but I can at least by Tim Peters · 24 years ago
  21. 983874d Use constructor form of "raise"; normalize <wink> docstrings. by Tim Peters · 24 years ago
  22. d93c0b6 Jeremy's patch #103323: trivial tests of all untested modules. by Tim Peters · 24 years ago
  23. 1a34c87 make the output of _test() suitable for use in the regression test by Jeremy Hylton · 24 years ago
  24. e27a7b8 Anonymous SF bug 129288: "The python 2.0 urllib has %%%x as a format by Guido van Rossum · 24 years ago
  25. e1bb5f9 make error msg more informative when test of exec fails by Jeremy Hylton · 24 years ago
  26. 047e2c9 add test for SyntaxError on def f(a): global a by Jeremy Hylton · 24 years ago
  27. b4ed8c4 add test of bastion and rexec to std regression test suite by Jeremy Hylton · 24 years ago
  28. fc53c13 Checking in a slight variation of Barry's patch 103303. by Guido van Rossum · 24 years ago
  29. 90cb906 SF Patch #102980, by Luke Kenneth Casson Leighton: BaseServer class by Guido van Rossum · 24 years ago
  30. 2312024 Add test that ensures hash() of objects defining __cmp__ or __eq__ but by Guido van Rossum · 24 years ago
  31. 0c6614c Add test that ensures hash([]) and hash({}) raise TypeError. by Guido van Rossum · 24 years ago
  32. 4e8db2e Since I'm about to check in a change to the recursion-detection code by Guido van Rossum · 24 years ago
  33. 2f1064c A dumb test for the dumdbm module. by Guido van Rossum · 24 years ago
  34. 890f209 Add test for comparing recursive data types. by Guido van Rossum · 24 years ago
  35. 753a68e Bite the bullet: use rich comparisons here, too. by Guido van Rossum · 24 years ago
  36. 9710bd5 Add test for misbehaving rich comparisons (always returning 0) -- by Guido van Rossum · 24 years ago
  37. c4a6e8b Rich comparison tests by Guido van Rossum · 24 years ago
  38. d2bf3b7 Whitespace normalization. Leaving tokenize_tests.py alone for now. by Tim Peters · 24 years ago
  39. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  40. f27cc5b Marc-Andre must not have run these tests -- they used verify() but by Guido van Rossum · 24 years ago
  41. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  42. 8551dd6 Stop creating an unbounded number of "Jack is my hero" files under Windows. by Tim Peters · 24 years ago
  43. ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 24 years ago
  44. c14fa30 Patch #103279: sysconfig.py always looks for versions of files in by Andrew M. Kuchling · 24 years ago
  45. 846d6db Fix a bizarre typo in the helper class ComparableException: the by Guido van Rossum · 24 years ago
  46. d2ebe87 Changed name of codec to full path name. This allows importing by Marc-André Lemburg · 24 years ago
  47. 70c4378 Whitespace normalization. by Tim Peters · 24 years ago
  48. e69d3d7 Use __name__ instead of "test_regex" as the module name in the by Guido van Rossum · 24 years ago
  49. b11bd03 Fix bugs with integer-valued variables when parsing Makefiles. Values by Andrew M. Kuchling · 24 years ago
  50. 9710297 Modified version of a patch from Jeremy Kloth, to make .get_outputs() by Andrew M. Kuchling · 24 years ago
  51. bddbaf7 Make pop_source and push_source available, as documented. by Eric S. Raymond · 24 years ago
  52. 3a645e4 Added checks to prevent PyUnicode_Count() from dumping core by Marc-André Lemburg · 24 years ago
  53. 1c5aa69 bumped SRE version number to 2.1. cleaned up and added 1.5.2 by Fredrik Lundh · 24 years ago
  54. dfb673b Whitespace normalization. by Tim Peters · 24 years ago
  55. 8a7d2d5 doctest-- The Little Module That Could --finally makes it to the Big Show <wink>. by Tim Peters · 24 years ago
  56. 47adcba Fix for SF bug #123625: some newsservers need 'authinfo' *before* 'mode by Thomas Wouters · 24 years ago
  57. bd2983c Add strip_dir argument to the single call to .object_filenames(), to by Andrew M. Kuchling · 24 years ago
  58. b8c9417 Variant of Skip's patch 103246 (Remove unneeded string exception compat from Queue). by Tim Peters · 24 years ago
  59. 10bc593 Ugh. Sorry. Checked in the wrong file. Please ignore revision 1.3; by Ka-Ping Yee · 24 years ago
  60. 27ac0d1 better format names and error messages by Ka-Ping Yee · 24 years ago
  61. 2057970 This patch makes sure that the function name always appears in the error by Ka-Ping Yee · 24 years ago
  62. 1ff08b1 Add tokenizer support and tests for u'', U"", uR'', Ur"", etc. by Ka-Ping Yee · 24 years ago
  63. 534c60f Add a test case suggested by Guido, where a method is created with the by Barry Warsaw · 24 years ago
  64. 4a420a0 Committing PEP 232, function attribute feature, approved by Guido. by Barry Warsaw · 24 years ago
  65. afc4f04 - Make sure to quote the username and password (SF patch #103236 by dogfort). by Guido van Rossum · 24 years ago
  66. 2e24044 from the really-stupid-bug department: uppercase literals should match by Fredrik Lundh · 24 years ago
  67. 48450cf mwh@sourceforge found that UnicodeError can be raised by compiling. by Guido van Rossum · 24 years ago
  68. e6ccf3a Default to passive mode. See SF bug #126851. by Guido van Rossum · 24 years ago
  69. 3f819ec Fix from Jack Jansen for the Mac and the Metrowerks compiler, posted by Andrew M. Kuchling · 24 years ago
  70. fd97a91 Revert a change I accidentally checked in together with Ping's by Guido van Rossum · 24 years ago
  71. b35ffc0 added "magic" number to the _sre module, to avoid weird errors caused by Fredrik Lundh · 24 years ago
  72. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 24 years ago
  73. b90f89a Whitespace normalization. by Tim Peters · 24 years ago
  74. 495ad3c Whitespace normalization. by Tim Peters · 24 years ago
  75. 0c9886d Whitespace normalization. by Tim Peters · 24 years ago
  76. 2344fae Whitespace normalization. by Tim Peters · 24 years ago
  77. fa25a7d -- don't use recursion for unbounded non-greedy repeat (bugs #115903, #115696) by Fredrik Lundh · 24 years ago
  78. 07e99cb Whitespace normalization. by Tim Peters · 24 years ago
  79. 88869f9 Whitespace normalization. by Tim Peters · 24 years ago
  80. 752d3f5 - Don't hardcode Unix filename syntax when opening ~/.pdbrc. by Guido van Rossum · 24 years ago
  81. 077153e - Use mimetypes.types_map to initialize extensions_map. by Guido van Rossum · 24 years ago
  82. 2d3eb13 SF Patch #103211. by Guido van Rossum · 24 years ago
  83. c5f15b0 Make the copyright message the same as for the "real" interpreter. by Guido van Rossum · 24 years ago
  84. 11cf605 Whitespace normalization. by Tim Peters · 24 years ago
  85. f6922aa SF Patch #103232 by dougfort: Preserve Nonstandard Port Number in Host Header by Guido van Rossum · 24 years ago
  86. 470ea5a SRE: stricter pattern syntax checking (covers parts of bug #115900) by Fredrik Lundh · 24 years ago
  87. 146965a Whitespace standardization. by Tim Peters · 24 years ago
  88. 538f05c reapplied Fred's "recommended style" patch... by Fredrik Lundh · 24 years ago
  89. 770617b SRE fixes for 2.1 alpha: by Fredrik Lundh · 24 years ago
  90. 9464a7d - Added keyword argument 'append' to filterwarnings(); if true, this by Guido van Rossum · 24 years ago
  91. 8373218 Reverting a dumb experimental version I checked in by mistake. by Tim Peters · 24 years ago
  92. 2caf8df SF bug 128713: type(mmap_object) blew up on Linux. by Tim Peters · 24 years ago
  93. 3ad167a mwh: [ Patch #103228 ] traceback.py nit. by Guido van Rossum · 24 years ago
  94. 4ec59c7 SF Patch #103227 by mwh: make code.py appreciate softspace by Guido van Rossum · 24 years ago
  95. 5ceadc8 No text file relying on significant trailing whitespace is robust under by Tim Peters · 24 years ago
  96. b282520 SF Patch #103225 by Ping: httplib: smallest Python patch ever by Guido van Rossum · 24 years ago
  97. 73cbc5e Fix stupidity. by Tim Peters · 24 years ago
  98. 9fadfb0 Guido found a brand new race in tempfile on Linux, due to Linux changing by Tim Peters · 24 years ago
  99. 1baa22a A variant of SF patch 103028 (Make tempfile.mktemp threadsafe). by Tim Peters · 24 years ago
  100. 0d36206 Delete unused import of pprint module by Andrew M. Kuchling · 24 years ago