1. e1bb5f9 make error msg more informative when test of exec fails by Jeremy Hylton · 24 years ago
  2. 047e2c9 add test for SyntaxError on def f(a): global a by Jeremy Hylton · 24 years ago
  3. b4ed8c4 add test of bastion and rexec to std regression test suite by Jeremy Hylton · 24 years ago
  4. fc53c13 Checking in a slight variation of Barry's patch 103303. by Guido van Rossum · 24 years ago
  5. 90cb906 SF Patch #102980, by Luke Kenneth Casson Leighton: BaseServer class by Guido van Rossum · 24 years ago
  6. 2312024 Add test that ensures hash() of objects defining __cmp__ or __eq__ but by Guido van Rossum · 24 years ago
  7. 0c6614c Add test that ensures hash([]) and hash({}) raise TypeError. by Guido van Rossum · 24 years ago
  8. 4e8db2e Since I'm about to check in a change to the recursion-detection code by Guido van Rossum · 24 years ago
  9. 2f1064c A dumb test for the dumdbm module. by Guido van Rossum · 24 years ago
  10. 890f209 Add test for comparing recursive data types. by Guido van Rossum · 24 years ago
  11. 753a68e Bite the bullet: use rich comparisons here, too. by Guido van Rossum · 24 years ago
  12. 9710bd5 Add test for misbehaving rich comparisons (always returning 0) -- by Guido van Rossum · 24 years ago
  13. c4a6e8b Rich comparison tests by Guido van Rossum · 24 years ago
  14. d2bf3b7 Whitespace normalization. Leaving tokenize_tests.py alone for now. by Tim Peters · 24 years ago
  15. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  16. f27cc5b Marc-Andre must not have run these tests -- they used verify() but by Guido van Rossum · 24 years ago
  17. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  18. 8551dd6 Stop creating an unbounded number of "Jack is my hero" files under Windows. by Tim Peters · 24 years ago
  19. ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 24 years ago
  20. c14fa30 Patch #103279: sysconfig.py always looks for versions of files in by Andrew M. Kuchling · 24 years ago
  21. 846d6db Fix a bizarre typo in the helper class ComparableException: the by Guido van Rossum · 24 years ago
  22. d2ebe87 Changed name of codec to full path name. This allows importing by Marc-André Lemburg · 24 years ago
  23. 70c4378 Whitespace normalization. by Tim Peters · 24 years ago
  24. e69d3d7 Use __name__ instead of "test_regex" as the module name in the by Guido van Rossum · 24 years ago
  25. b11bd03 Fix bugs with integer-valued variables when parsing Makefiles. Values by Andrew M. Kuchling · 24 years ago
  26. 9710297 Modified version of a patch from Jeremy Kloth, to make .get_outputs() by Andrew M. Kuchling · 24 years ago
  27. bddbaf7 Make pop_source and push_source available, as documented. by Eric S. Raymond · 24 years ago
  28. 3a645e4 Added checks to prevent PyUnicode_Count() from dumping core by Marc-André Lemburg · 24 years ago
  29. 1c5aa69 bumped SRE version number to 2.1. cleaned up and added 1.5.2 by Fredrik Lundh · 24 years ago
  30. dfb673b Whitespace normalization. by Tim Peters · 24 years ago
  31. 8a7d2d5 doctest-- The Little Module That Could --finally makes it to the Big Show <wink>. by Tim Peters · 24 years ago
  32. 47adcba Fix for SF bug #123625: some newsservers need 'authinfo' *before* 'mode by Thomas Wouters · 24 years ago
  33. bd2983c Add strip_dir argument to the single call to .object_filenames(), to by Andrew M. Kuchling · 24 years ago
  34. b8c9417 Variant of Skip's patch 103246 (Remove unneeded string exception compat from Queue). by Tim Peters · 24 years ago
  35. 10bc593 Ugh. Sorry. Checked in the wrong file. Please ignore revision 1.3; by Ka-Ping Yee · 24 years ago
  36. 27ac0d1 better format names and error messages by Ka-Ping Yee · 24 years ago
  37. 2057970 This patch makes sure that the function name always appears in the error by Ka-Ping Yee · 24 years ago
  38. 1ff08b1 Add tokenizer support and tests for u'', U"", uR'', Ur"", etc. by Ka-Ping Yee · 24 years ago
  39. 534c60f Add a test case suggested by Guido, where a method is created with the by Barry Warsaw · 24 years ago
  40. 4a420a0 Committing PEP 232, function attribute feature, approved by Guido. by Barry Warsaw · 24 years ago
  41. afc4f04 - Make sure to quote the username and password (SF patch #103236 by dogfort). by Guido van Rossum · 24 years ago
  42. 2e24044 from the really-stupid-bug department: uppercase literals should match by Fredrik Lundh · 24 years ago
  43. 48450cf mwh@sourceforge found that UnicodeError can be raised by compiling. by Guido van Rossum · 24 years ago
  44. e6ccf3a Default to passive mode. See SF bug #126851. by Guido van Rossum · 24 years ago
  45. 3f819ec Fix from Jack Jansen for the Mac and the Metrowerks compiler, posted by Andrew M. Kuchling · 24 years ago
  46. fd97a91 Revert a change I accidentally checked in together with Ping's by Guido van Rossum · 24 years ago
  47. b35ffc0 added "magic" number to the _sre module, to avoid weird errors caused by Fredrik Lundh · 24 years ago
  48. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 24 years ago
  49. b90f89a Whitespace normalization. by Tim Peters · 24 years ago
  50. 495ad3c Whitespace normalization. by Tim Peters · 24 years ago
  51. 0c9886d Whitespace normalization. by Tim Peters · 24 years ago
  52. 2344fae Whitespace normalization. by Tim Peters · 24 years ago
  53. fa25a7d -- don't use recursion for unbounded non-greedy repeat (bugs #115903, #115696) by Fredrik Lundh · 24 years ago
  54. 07e99cb Whitespace normalization. by Tim Peters · 24 years ago
  55. 88869f9 Whitespace normalization. by Tim Peters · 24 years ago
  56. 752d3f5 - Don't hardcode Unix filename syntax when opening ~/.pdbrc. by Guido van Rossum · 24 years ago
  57. 077153e - Use mimetypes.types_map to initialize extensions_map. by Guido van Rossum · 24 years ago
  58. 2d3eb13 SF Patch #103211. by Guido van Rossum · 24 years ago
  59. c5f15b0 Make the copyright message the same as for the "real" interpreter. by Guido van Rossum · 24 years ago
  60. 11cf605 Whitespace normalization. by Tim Peters · 24 years ago
  61. f6922aa SF Patch #103232 by dougfort: Preserve Nonstandard Port Number in Host Header by Guido van Rossum · 24 years ago
  62. 470ea5a SRE: stricter pattern syntax checking (covers parts of bug #115900) by Fredrik Lundh · 24 years ago
  63. 146965a Whitespace standardization. by Tim Peters · 24 years ago
  64. 538f05c reapplied Fred's "recommended style" patch... by Fredrik Lundh · 24 years ago
  65. 770617b SRE fixes for 2.1 alpha: by Fredrik Lundh · 24 years ago
  66. 9464a7d - Added keyword argument 'append' to filterwarnings(); if true, this by Guido van Rossum · 24 years ago
  67. 8373218 Reverting a dumb experimental version I checked in by mistake. by Tim Peters · 24 years ago
  68. 2caf8df SF bug 128713: type(mmap_object) blew up on Linux. by Tim Peters · 24 years ago
  69. 3ad167a mwh: [ Patch #103228 ] traceback.py nit. by Guido van Rossum · 24 years ago
  70. 4ec59c7 SF Patch #103227 by mwh: make code.py appreciate softspace by Guido van Rossum · 24 years ago
  71. 5ceadc8 No text file relying on significant trailing whitespace is robust under by Tim Peters · 24 years ago
  72. b282520 SF Patch #103225 by Ping: httplib: smallest Python patch ever by Guido van Rossum · 24 years ago
  73. 73cbc5e Fix stupidity. by Tim Peters · 24 years ago
  74. 9fadfb0 Guido found a brand new race in tempfile on Linux, due to Linux changing by Tim Peters · 24 years ago
  75. 1baa22a A variant of SF patch 103028 (Make tempfile.mktemp threadsafe). by Tim Peters · 24 years ago
  76. 0d36206 Delete unused import of pprint module by Andrew M. Kuchling · 24 years ago
  77. bb0a4b7 Patch #103134: Support import lines in pth files. by Martin v. Löwis · 24 years ago
  78. 62c1115 Adapted version of SF Patch #103173 by pyretic: make uu.decode work by Guido van Rossum · 24 years ago
  79. ef34274 Moved the test codec definition to a new module and updated the test and by Marc-André Lemburg · 24 years ago
  80. 58c82f0 Assorted xreadlines problems: by Tim Peters · 24 years ago
  81. 07b78a8 Test for xreadline. by Guido van Rossum · 24 years ago
  82. 705a3ad Check in patch #102971: if library_dirs is a string, split it using by Andrew M. Kuchling · 24 years ago
  83. 9d56cd1 Patch #102953: Fix bug #125452, where shlex.shlex hangs when it by Andrew M. Kuchling · 24 years ago
  84. e1fd526 GetoptError is always initialized with exactly two parameters, so simplify by Fred Drake · 24 years ago
  85. b2a0a83 Fixed bug which caused HTTPS not to work at all with string URLs by Moshe Zadka · 24 years ago
  86. daa823a Text.__init__(): Make sure the data parameter is a string (8-bit or by Fred Drake · 24 years ago
  87. 3a55f95 18 isn't a prime (duh). by Tim Peters · 24 years ago
  88. 86821b2 MS Win32 .readline() speedup, as discussed on Python-Dev. This is a tricky by Tim Peters · 24 years ago
  89. e3fb18c Add more regression tests, including for the import statement variations. by Fred Drake · 24 years ago
  90. 1109db4 This patch adds a new feature to the builtin charmap codec: by Marc-André Lemburg · 24 years ago
  91. 4795524 Speed it up by using readlines(sizehint). It's still slower than by Guido van Rossum · 24 years ago
  92. a4d18a0 Add test cases based on RFC 1808. So now we actually have a test suite by Fred Drake · 24 years ago
  93. 867952f urlunparse(): Do not add a leading slash to the path if it is empty. by Fred Drake · 24 years ago
  94. 1a7aab7 When a PyCFunction that takes only positional parameters is called with by Fred Drake · 24 years ago
  95. 0ee7d82 No more RCmp. by Neil Schemenauer · 24 years ago
  96. 623116a Sequence repeat works now for in-place multiply with an integer type by Neil Schemenauer · 24 years ago
  97. aa726ba __rcmp__ no longer gets called on instances. Remove the test for it. by Neil Schemenauer · 24 years ago
  98. 38f0223 Numbers no longer compare smaller than all other types. Fix the only by Neil Schemenauer · 24 years ago
  99. 5ab3661 Actually call the object with an __call__ method, instead of just by Jeremy Hylton · 24 years ago
  100. a866df8 This patch changes the default behaviour of the builtin charmap by Marc-André Lemburg · 24 years ago