1. bdcb941 SF bug #978308, Spurious errors taking bool of dead pro by Neal Norwitz · 20 years ago
  2. 7ff7d2c testGetServBy(): Use services that should be available both on *nix and by Barry Warsaw · 20 years ago
  3. 513ffe8 * Fix missing return after error message is set. by Raymond Hettinger · 20 years ago
  4. 0aeac10 * Add __eq__ and __ne__ so that things like list.index() work properly by Raymond Hettinger · 20 years ago
  5. 5548be2 Test the logic for int(d). by Raymond Hettinger · 20 years ago
  6. 6ea4845 * Make the tests independent of the default precision. by Raymond Hettinger · 20 years ago
  7. d9c0a7a Work through several open todos: by Raymond Hettinger · 20 years ago
  8. 59ad456 Add tests that check the result of calendar.monthcalendar() for a set by Walter Dörwald · 20 years ago
  9. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  10. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  11. 75cc1cb Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  12. 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  13. 31352c5 Remove unused import. (If it's there for some deep, dark reason, it should have been commented.) by Andrew M. Kuchling · 20 years ago
  14. bd3200f Add test case for bug #912845: requesting an HTTP byte range doesn't work by Andrew M. Kuchling · 20 years ago
  15. f1a2f9e Docstring grammar fix by Andrew M. Kuchling · 20 years ago
  16. 3b04ce8 Patch from Mark Hammond to fix a test error. by Raymond Hettinger · 20 years ago
  17. 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 20 years ago
  18. ebd9522 * Silence a test failure that resulted when test_site was run by by Raymond Hettinger · 20 years ago
  19. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 20 years ago
  20. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 20 years ago
  21. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 20 years ago
  22. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  23. bb7c144 One unit test for distutils is not much, but is more than we had yesterday. by Fred Drake · 20 years ago
  24. b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 20 years ago
  25. 59efe36 Add heapq to list of __all__ checks. by Raymond Hettinger · 20 years ago
  26. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 20 years ago
  27. 84a7f00 note a really bad test (no time to fix now) by Michael W. Hudson · 20 years ago
  28. b25aa36 Improve the memory performance and speed of heapq.nsmallest() by using by Raymond Hettinger · 20 years ago
  29. 5c26e86 lightly modified version of my patch by Michael W. Hudson · 20 years ago
  30. 01e80b4 fix a poorly worded error message by Anthony Baxter · 20 years ago
  31. bce036b Convert test_heapq.py to unittests. by Raymond Hettinger · 20 years ago
  32. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 20 years ago
  33. 4182cfd test_devnull(): Use assertEqual() instead of an assert stmt. by Tim Peters · 20 years ago
  34. 6ccc9a9 Removed test_sitepackages test. Skip discovered that it only passed if Python by Brett Cannon · 20 years ago
  35. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago
  36. 604c013 SF 952807: Unpickling pickled instances of subclasses of datetime.date, by Tim Peters · 20 years ago
  37. c28e7ad Try to improve test coverage for utime() by Neal Norwitz · 20 years ago
  38. 7b0a505 Look for the multibyte codec map files in the parent directory too by Neal Norwitz · 20 years ago
  39. 0179a18 add -L flag to cause leaks(1) command to run just before exit by Skip Montanaro · 20 years ago
  40. 6412b12 Remove a number of tests that differ only in input data size. It seems by Neil Schemenauer · 20 years ago
  41. 94afd3e Remove lots of magic constants. by Neil Schemenauer · 20 years ago
  42. 58fc5d08 Rewrote to use temporary files instead of StringIO objects in most places. by Skip Montanaro · 20 years ago
  43. 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 · 20 years ago
  44. 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 · 20 years ago
  45. 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 20 years ago
  46. b12d97c [Bug #841757] Exercise handling of Unicode strings by Andrew M. Kuchling · 20 years ago
  47. 0096e26 Refactored site.py into functions. Also moved over to using sets. by Brett Cannon · 20 years ago
  48. 3c14544 Reuse width/iswide tests from strings_test. (Suggested by Walter Dörwald) by Hye-Shik Chang · 20 years ago
  49. 7bd8606 Fix typo. by Hye-Shik Chang · 20 years ago
  50. 5f51259 Add iswide() and width() method for UserString according as the by Hye-Shik Chang · 20 years ago
  51. 6186410 SF #965425: fix so hyphenated words surrounded by punctuation are by Greg Ward · 20 years ago
  52. 118f931 Rename class attribute containing the class to be tested, so the name is the by Walter Dörwald · 20 years ago
  53. 4ad9723 Remove pre module by Andrew M. Kuchling · 20 years ago
  54. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  55. 7dc8ec9 Copyright year changed by Vinay Sajip · 20 years ago
  56. 1f4bcf9 test_hash(): The test here is different enough from the one in the bug by Tim Peters · 20 years ago
  57. 09e2cb0 [Bug #962631] Fix typo reported by Bryan Blackburn by Andrew M. Kuchling · 20 years ago
  58. 41bd022 SF bug #942952: Weakness in tuple hash by Raymond Hettinger · 20 years ago
  59. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago
  60. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 20 years ago
  61. 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 20 years ago
  62. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 20 years ago
  63. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 20 years ago
  64. 1453e4a * teach repr.repr() about collections.deque() * rename a variable for clarity by Raymond Hettinger · 20 years ago
  65. ba6cd36 * Updated repr.py to handle set() and frozenset(). by Raymond Hettinger · 20 years ago
  66. 83ee795 Add a test to verify an early call to iter() on the outermost for expression. by Raymond Hettinger · 20 years ago
  67. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  68. 8290314 ConfigParser: by Fred Drake · 20 years ago
  69. abc086f ConfigParser: by Fred Drake · 20 years ago
  70. bc12b01 ConfigParser: by Fred Drake · 20 years ago
  71. ad9a7c4 test_alias_nofallback(): Someone broke this test, after 2.3, by by Tim Peters · 20 years ago
  72. f0ba764 SF #847346: merge from release23-maint branch: remove misguided by Greg Ward · 20 years ago
  73. 0e371f2 Make sure "del d[n]" is properly supported. Was necessary because the by Raymond Hettinger · 20 years ago
  74. 300fa1d Temporarily disable doctest until genexps are in CVS by Raymond Hettinger · 20 years ago
  75. e7169eb Add more examples. by Raymond Hettinger · 20 years ago
  76. 9d7c870 SF #950057: itertools.chain doesn't "process" exceptions as they occur by Raymond Hettinger · 20 years ago
  77. 7d9c6c7 Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. by Martin v. Löwis · 20 years ago
  78. 9f1340b Do not use the default namespace for attributes. by Martin v. Löwis · 20 years ago
  79. c60c203 Add a test script for the colorsys module. by Walter Dörwald · 20 years ago
  80. 9f62ecc SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 20 years ago
  81. 61e40bd Special case normalization of empty strings. Fixes #924361. Backported to 2.3. by Martin v. Löwis · 20 years ago
  82. 7892b1c * Add unittests for iterators that report their length by Raymond Hettinger · 20 years ago
  83. daedf21 Fixes for AF_UNIX support on OS/2: by Andrew MacIntyre · 20 years ago
  84. 4e10ed3 If a file is opened with an explicit buffer size >= 1, repeated by Andrew MacIntyre · 20 years ago
  85. 456d325 Fix support for the "prog" keyword to the OptionParser constructor, as well by Fred Drake · 20 years ago
  86. 59db96f When /tmp has certain sticky bits set, newly created subdirectories by Guido van Rossum · 20 years ago
  87. 116d83c SF bug 924242: socket._fileobject._getclosed() returns wrong value by Tim Peters · 20 years ago
  88. 1c5701d Fix test failure for test_tcl on OS/X and Windows if a by David Ascher · 20 years ago
  89. 01ab279 Marshal clean-up (SF patch #873224) by Armin Rigo · 20 years ago
  90. 91a968a Ensure super() lookup of descriptor from classmethod works (SF #743627) by Phillip J. Eby · 20 years ago
  91. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  92. a1dde13 Add test case for unicode(somestring, "idna"). by Martin v. Löwis · 20 years ago
  93. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 20 years ago
  94. 7069338 The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in by Armin Rigo · 20 years ago
  95. ee6c9b8 Fix (really) for tight loop line events by Nicholas Bastin · 20 years ago
  96. fa7bec7 Test for tight loop line event fix, SF bug #765624 by Nicholas Bastin · 20 years ago
  97. aea9459 Test for lack of implicit return line event by Nicholas Bastin · 20 years ago
  98. 3f60629 SF bug 847019 datetime.datetime initialization needs more strict checking by Tim Peters · 20 years ago
  99. 6680341 Normalized files in test_unicode_file to eliminate failure on OSX by Nicholas Bastin · 20 years ago
  100. c82208e Deal with case of when locale time values has characters that can be mistaken by Brett Cannon · 20 years ago