1. ee86a66 Fixes a bug in testing code handling .pth files that did not restore the original by Brett Cannon · 21 years ago
  2. 12ac3e1 Using repr() generates entries that the current stats package can't by Nicholas Bastin · 21 years ago
  3. fdf7449 Fix test case for when time.tzname[0] is either UTC or GMT. Also have test by Brett Cannon · 21 years ago
  4. 3f06189 this is patch by Michael W. Hudson · 21 years ago
  5. 18bf43c FreeBSD's services file contains an additional echo service entry, with by Andrew MacIntyre · 21 years ago
  6. 3f7cb5d Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee by Kurt B. Kaiser · 21 years ago
  7. d2c5b4b SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator by Brett Cannon · 21 years ago
  8. bdc3627 Make ntpath compress multiple slashes between drive letter and the rest of the by Brett Cannon · 21 years ago
  9. 85064ff [Patch #988602] Move the urllib2 tests into the test framework by Andrew M. Kuchling · 21 years ago
  10. bf44069 Improve Context construction and representation: by Raymond Hettinger · 21 years ago
  11. 3f41974 Add generic codecs.encode() and .decode() APIs that don't impose by Marc-André Lemburg · 21 years ago
  12. 64a8470 Restructure testing of .pth files. Move previous functions into a class and by Brett Cannon · 21 years ago
  13. 5833587 Add some tests for corner cases. by Raymond Hettinger · 21 years ago
  14. d87ac8f * Update the test suite to reflect that ConversionSyntax was no longer by Raymond Hettinger · 21 years ago
  15. 5aa478b Module and tests: by Raymond Hettinger · 21 years ago
  16. eae05de * fix the print test * add more __init__ tests by Raymond Hettinger · 21 years ago
  17. a435c53 * balance the left/right search for getitem. by Raymond Hettinger · 21 years ago
  18. 302fa6d Add another bunch of test cases for calendars with Sunday as the by Walter Dörwald · 21 years ago
  19. 27f8836 Whitespace normalization. by Tim Peters · 21 years ago
  20. 1c0423a Exercise xrange a bit by Neal Norwitz · 21 years ago
  21. d7be118 Exercise some error conditions by Neal Norwitz · 21 years ago
  22. bdcb941 SF bug #978308, Spurious errors taking bool of dead pro by Neal Norwitz · 21 years ago
  23. 7ff7d2c testGetServBy(): Use services that should be available both on *nix and by Barry Warsaw · 21 years ago
  24. 513ffe8 * Fix missing return after error message is set. by Raymond Hettinger · 21 years ago
  25. 0aeac10 * Add __eq__ and __ne__ so that things like list.index() work properly by Raymond Hettinger · 21 years ago
  26. 5548be2 Test the logic for int(d). by Raymond Hettinger · 21 years ago
  27. 6ea4845 * Make the tests independent of the default precision. by Raymond Hettinger · 21 years ago
  28. d9c0a7a Work through several open todos: by Raymond Hettinger · 21 years ago
  29. 59ad456 Add tests that check the result of calendar.monthcalendar() for a set by Walter Dörwald · 21 years ago
  30. 0a4dd39 Make weak references subclassable: by Fred Drake · 21 years ago
  31. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 21 years ago
  32. 75cc1cb Move Decimal from the sandbox into production. by Raymond Hettinger · 21 years ago
  33. 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 21 years ago
  34. 31352c5 Remove unused import. (If it's there for some deep, dark reason, it should have been commented.) by Andrew M. Kuchling · 21 years ago
  35. bd3200f Add test case for bug #912845: requesting an HTTP byte range doesn't work by Andrew M. Kuchling · 21 years ago
  36. f1a2f9e Docstring grammar fix by Andrew M. Kuchling · 21 years ago
  37. 3b04ce8 Patch from Mark Hammond to fix a test error. by Raymond Hettinger · 21 years ago
  38. 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 21 years ago
  39. ebd9522 * Silence a test failure that resulted when test_site was run by by Raymond Hettinger · 21 years ago
  40. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 21 years ago
  41. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 21 years ago
  42. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 21 years ago
  43. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 21 years ago
  44. bb7c144 One unit test for distutils is not much, but is more than we had yesterday. by Fred Drake · 21 years ago
  45. b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 21 years ago
  46. 59efe36 Add heapq to list of __all__ checks. by Raymond Hettinger · 21 years ago
  47. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 21 years ago
  48. 84a7f00 note a really bad test (no time to fix now) by Michael W. Hudson · 21 years ago
  49. b25aa36 Improve the memory performance and speed of heapq.nsmallest() by using by Raymond Hettinger · 21 years ago
  50. 5c26e86 lightly modified version of my patch by Michael W. Hudson · 21 years ago
  51. 01e80b4 fix a poorly worded error message by Anthony Baxter · 21 years ago
  52. bce036b Convert test_heapq.py to unittests. by Raymond Hettinger · 21 years ago
  53. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 21 years ago
  54. 4182cfd test_devnull(): Use assertEqual() instead of an assert stmt. by Tim Peters · 21 years ago
  55. 6ccc9a9 Removed test_sitepackages test. Skip discovered that it only passed if Python by Brett Cannon · 21 years ago
  56. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 21 years ago
  57. 604c013 SF 952807: Unpickling pickled instances of subclasses of datetime.date, by Tim Peters · 21 years ago
  58. c28e7ad Try to improve test coverage for utime() by Neal Norwitz · 21 years ago
  59. 7b0a505 Look for the multibyte codec map files in the parent directory too by Neal Norwitz · 21 years ago
  60. 0179a18 add -L flag to cause leaks(1) command to run just before exit by Skip Montanaro · 21 years ago
  61. 6412b12 Remove a number of tests that differ only in input data size. It seems by Neil Schemenauer · 21 years ago
  62. 94afd3e Remove lots of magic constants. by Neil Schemenauer · 21 years ago
  63. 58fc5d0 Rewrote to use temporary files instead of StringIO objects in most places. by Skip Montanaro · 21 years ago
  64. b7d8ce0 [Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal according to the HTML REC, but HTMLParser is already a pretty loose parser. Reported by Bernd Zimmermann. by Andrew M. Kuchling · 21 years ago
  65. ba8b6bc [Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback line #s; fix is to look at tb.tb_lineno, not tb.frame.f_lineno. Patch from Robin Becker and me. by Andrew M. Kuchling · 21 years ago
  66. 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 21 years ago
  67. b12d97c [Bug #841757] Exercise handling of Unicode strings by Andrew M. Kuchling · 21 years ago
  68. 0096e26 Refactored site.py into functions. Also moved over to using sets. by Brett Cannon · 21 years ago
  69. 3c14544 Reuse width/iswide tests from strings_test. (Suggested by Walter Dörwald) by Hye-Shik Chang · 21 years ago
  70. 7bd8606 Fix typo. by Hye-Shik Chang · 21 years ago
  71. 5f51259 Add iswide() and width() method for UserString according as the by Hye-Shik Chang · 21 years ago
  72. 6186410 SF #965425: fix so hyphenated words surrounded by punctuation are by Greg Ward · 21 years ago
  73. 118f931 Rename class attribute containing the class to be tested, so the name is the by Walter Dörwald · 21 years ago
  74. 4ad9723 Remove pre module by Andrew M. Kuchling · 21 years ago
  75. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 21 years ago
  76. 7dc8ec9 Copyright year changed by Vinay Sajip · 21 years ago
  77. 1f4bcf9 test_hash(): The test here is different enough from the one in the bug by Tim Peters · 21 years ago
  78. 09e2cb0 [Bug #962631] Fix typo reported by Bryan Blackburn by Andrew M. Kuchling · 21 years ago
  79. 41bd022 SF bug #942952: Weakness in tuple hash by Raymond Hettinger · 21 years ago
  80. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 21 years ago
  81. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 21 years ago
  82. 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 21 years ago
  83. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 21 years ago
  84. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 21 years ago
  85. 1453e4a * teach repr.repr() about collections.deque() * rename a variable for clarity by Raymond Hettinger · 21 years ago
  86. ba6cd36 * Updated repr.py to handle set() and frozenset(). by Raymond Hettinger · 21 years ago
  87. 83ee795 Add a test to verify an early call to iter() on the outermost for expression. by Raymond Hettinger · 21 years ago
  88. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 21 years ago
  89. 8290314 ConfigParser: by Fred Drake · 21 years ago
  90. abc086f ConfigParser: by Fred Drake · 21 years ago
  91. bc12b01 ConfigParser: by Fred Drake · 21 years ago
  92. ad9a7c4 test_alias_nofallback(): Someone broke this test, after 2.3, by by Tim Peters · 21 years ago
  93. f0ba764 SF #847346: merge from release23-maint branch: remove misguided by Greg Ward · 21 years ago
  94. 0e371f2 Make sure "del d[n]" is properly supported. Was necessary because the by Raymond Hettinger · 21 years ago
  95. 300fa1d Temporarily disable doctest until genexps are in CVS by Raymond Hettinger · 21 years ago
  96. e7169eb Add more examples. by Raymond Hettinger · 21 years ago
  97. 9d7c870 SF #950057: itertools.chain doesn't "process" exceptions as they occur by Raymond Hettinger · 21 years ago
  98. 7d9c6c7 Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. by Martin v. Löwis · 21 years ago
  99. 9f1340b Do not use the default namespace for attributes. by Martin v. Löwis · 21 years ago
  100. c60c203 Add a test script for the colorsys module. by Walter Dörwald · 21 years ago