1. 1f4bcf9 test_hash(): The test here is different enough from the one in the bug by Tim Peters · 21 years ago
  2. 09e2cb0 [Bug #962631] Fix typo reported by Bryan Blackburn by Andrew M. Kuchling · 21 years ago
  3. 41bd022 SF bug #942952: Weakness in tuple hash by Raymond Hettinger · 21 years ago
  4. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 21 years ago
  5. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 21 years ago
  6. 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 21 years ago
  7. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 21 years ago
  8. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 21 years ago
  9. 1453e4a * teach repr.repr() about collections.deque() * rename a variable for clarity by Raymond Hettinger · 21 years ago
  10. ba6cd36 * Updated repr.py to handle set() and frozenset(). by Raymond Hettinger · 21 years ago
  11. 83ee795 Add a test to verify an early call to iter() on the outermost for expression. by Raymond Hettinger · 21 years ago
  12. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 21 years ago
  13. 8290314 ConfigParser: by Fred Drake · 21 years ago
  14. abc086f ConfigParser: by Fred Drake · 21 years ago
  15. bc12b01 ConfigParser: by Fred Drake · 21 years ago
  16. ad9a7c4 test_alias_nofallback(): Someone broke this test, after 2.3, by by Tim Peters · 21 years ago
  17. f0ba764 SF #847346: merge from release23-maint branch: remove misguided by Greg Ward · 21 years ago
  18. 0e371f2 Make sure "del d[n]" is properly supported. Was necessary because the by Raymond Hettinger · 21 years ago
  19. 300fa1d Temporarily disable doctest until genexps are in CVS by Raymond Hettinger · 21 years ago
  20. e7169eb Add more examples. by Raymond Hettinger · 21 years ago
  21. 9d7c870 SF #950057: itertools.chain doesn't "process" exceptions as they occur by Raymond Hettinger · 21 years ago
  22. 7d9c6c7 Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. by Martin v. Löwis · 21 years ago
  23. 9f1340b Do not use the default namespace for attributes. by Martin v. Löwis · 21 years ago
  24. c60c203 Add a test script for the colorsys module. by Walter Dörwald · 21 years ago
  25. 9f62ecc SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 21 years ago
  26. 61e40bd Special case normalization of empty strings. Fixes #924361. Backported to 2.3. by Martin v. Löwis · 21 years ago
  27. 7892b1c * Add unittests for iterators that report their length by Raymond Hettinger · 21 years ago
  28. daedf21 Fixes for AF_UNIX support on OS/2: by Andrew MacIntyre · 21 years ago
  29. 4e10ed3 If a file is opened with an explicit buffer size >= 1, repeated by Andrew MacIntyre · 21 years ago
  30. 456d325 Fix support for the "prog" keyword to the OptionParser constructor, as well by Fred Drake · 21 years ago
  31. 59db96f When /tmp has certain sticky bits set, newly created subdirectories by Guido van Rossum · 21 years ago
  32. 116d83c SF bug 924242: socket._fileobject._getclosed() returns wrong value by Tim Peters · 21 years ago
  33. 1c5701d Fix test failure for test_tcl on OS/X and Windows if a by David Ascher · 21 years ago
  34. 01ab279 Marshal clean-up (SF patch #873224) by Armin Rigo · 21 years ago
  35. 91a968a Ensure super() lookup of descriptor from classmethod works (SF #743627) by Phillip J. Eby · 21 years ago
  36. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 21 years ago
  37. a1dde13 Add test case for unicode(somestring, "idna"). by Martin v. Löwis · 21 years ago
  38. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 21 years ago
  39. 7069338 The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in by Armin Rigo · 21 years ago
  40. ee6c9b8 Fix (really) for tight loop line events by Nicholas Bastin · 21 years ago
  41. fa7bec7 Test for tight loop line event fix, SF bug #765624 by Nicholas Bastin · 21 years ago
  42. aea9459 Test for lack of implicit return line event by Nicholas Bastin · 21 years ago
  43. 3f60629 SF bug 847019 datetime.datetime initialization needs more strict checking by Tim Peters · 21 years ago
  44. 6680341 Normalized files in test_unicode_file to eliminate failure on OSX by Nicholas Bastin · 21 years ago
  45. c82208e Deal with case of when locale time values has characters that can be mistaken by Brett Cannon · 21 years ago
  46. 4f65331 Limit the nesting depth of a tuple passed as the second argument to by Brett Cannon · 21 years ago
  47. 6fd0b0d commit the portion of PyXML patch #919008 that is relevant to the by Fred Drake · 21 years ago
  48. cd1e8a9 Port test_binascii.py to PyUnit and enhance tests. by Walter Dörwald · 21 years ago
  49. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 21 years ago
  50. 3aa82c0 SF bug #910986: copy.copy fails for array.array by Raymond Hettinger · 21 years ago
  51. 6cbba50 Make test_coercion.py less sensitive to platform fp quirks. Closes by Neil Schemenauer · 21 years ago
  52. ef9bf40 Tidied up the implementations of reversed (including the custom ones by Raymond Hettinger · 21 years ago
  53. d2c3626 Eliminate the double reverse option. It's only use case by Raymond Hettinger · 21 years ago
  54. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 21 years ago
  55. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 21 years ago
  56. 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 21 years ago
  57. 9a8d55e Cleanup: remove test file after it is used. by Neal Norwitz · 21 years ago
  58. 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 21 years ago
  59. b3ee6f9 Fix two bugs in the new do_open() implementation for HTTPHandler. by Jeremy Hylton · 21 years ago
  60. 8036c83 adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. by Samuele Pedroni · 21 years ago
  61. bb99058 Socket handler closed prior to end of test. by Vinay Sajip · 21 years ago
  62. 63dfece Get test to work when run from regrtest (add test_main), remove all CRs (^M)s by Neal Norwitz · 21 years ago
  63. e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago
  64. 55cf434 further testing indicates that the simplified version of the test by Fred Drake · 22 years ago
  65. 61dafcb use existing test object instead of defining a new class by Fred Drake · 22 years ago
  66. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 22 years ago
  67. 05eb401 Fix indentation error in testGetServByName and rewrite loop to avoid clumsy by Skip Montanaro · 22 years ago
  68. 029dba5 Make reversed() transparent with respect to length. by Raymond Hettinger · 22 years ago
  69. 5cab2e3 Give itertools.repeat() a length method. by Raymond Hettinger · 22 years ago
  70. 06353f7 Let reversed() work with itself. by Raymond Hettinger · 22 years ago
  71. ee33b27 Make deque.rotate() smarter. Beef-up related tests. by Raymond Hettinger · 22 years ago
  72. 3b6d025 Patch #868499, adds -T option for code coverage. The implementation is a by Barry Warsaw · 22 years ago
  73. 5c5eb86 * Incorporate Skip's suggestions for documentation (explain the word deque by Raymond Hettinger · 22 years ago
  74. c058fd1 * Fix ref counting in extend() and extendleft(). by Raymond Hettinger · 22 years ago
  75. 3ba85c2 Have deques support high volume loads. by Raymond Hettinger · 22 years ago
  76. 7dcf9f8 Fix test failure message (from SF patch #885008) by Walter Dörwald · 22 years ago
  77. cd736e7 Fix reallocation bug in unicode.translate(): The code was comparing by Walter Dörwald · 22 years ago
  78. bc875f5 Allocating a new weakref object can cause existing weakref objects for by Fred Drake · 22 years ago
  79. ea2adc9 - add tests that exercise fixes for the PyWeakref_NewRef() and by Fred Drake · 22 years ago
  80. ff83c2b Fix input() builtin function to respect compiler flags. by Hye-Shik Chang · 22 years ago
  81. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 22 years ago
  82. 734fb57 Add a Guido inspired example for groupby(). by Raymond Hettinger · 22 years ago
  83. a5e719e Test not the standard utf-8 codec but gb18030 which is the most complex by Hye-Shik Chang · 22 years ago
  84. 1301892 For whatever reason, these files had \r\r\n line endings on Windows, by Tim Peters · 22 years ago
  85. 58eb11c Whitespace normalization. by Tim Peters · 22 years ago
  86. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 22 years ago
  87. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 22 years ago
  88. 75c00ef [SF #866875] Add a specialized routine for one character by Hye-Shik Chang · 22 years ago
  89. d73ef06 Exercise sorted() where possible by Raymond Hettinger · 22 years ago
  90. 4f019d3 More complete code coverage, including testing the new RFC 3548 support. by Barry Warsaw · 22 years ago
  91. b993b06 The script now takes an optional command-line argument to specify how many by Alex Martelli · 22 years ago
  92. 6e70acc Strengthen the test for hash effectiveness by Raymond Hettinger · 22 years ago
  93. b386f6a As part of fixing bug #829532, add a test case that exercises os.makedirs by Andrew M. Kuchling · 22 years ago
  94. 7fc4cf5 Fix unicode.rsplit()'s bug that ignores separater on the end of string when by Hye-Shik Chang · 22 years ago
  95. 8d2e08d Enable some unittests on FreeBSD. by Hye-Shik Chang · 22 years ago
  96. e708fbd Remove methods that are no longer called by urllib2. by Jeremy Hylton · 22 years ago
  97. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 22 years ago
  98. df38ea9 Add methods to MockHTTPClass for modern httplib interface. by Jeremy Hylton · 22 years ago
  99. 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 22 years ago
  100. c1be59f SF patch 852995: add processors feature to urllib2 by Jeremy Hylton · 22 years ago