1. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 21 years ago
  2. 75c00ef [SF #866875] Add a specialized routine for one character by Hye-Shik Chang · 21 years ago
  3. d73ef06 Exercise sorted() where possible by Raymond Hettinger · 21 years ago
  4. 4f019d3 More complete code coverage, including testing the new RFC 3548 support. by Barry Warsaw · 21 years ago
  5. b993b06 The script now takes an optional command-line argument to specify how many by Alex Martelli · 21 years ago
  6. 6e70acc Strengthen the test for hash effectiveness by Raymond Hettinger · 21 years ago
  7. b386f6a As part of fixing bug #829532, add a test case that exercises os.makedirs by Andrew M. Kuchling · 21 years ago
  8. 7fc4cf5 Fix unicode.rsplit()'s bug that ignores separater on the end of string when by Hye-Shik Chang · 21 years ago
  9. 8d2e08d Enable some unittests on FreeBSD. by Hye-Shik Chang · 21 years ago
  10. e708fbd Remove methods that are no longer called by urllib2. by Jeremy Hylton · 21 years ago
  11. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  12. df38ea9 Add methods to MockHTTPClass for modern httplib interface. by Jeremy Hylton · 21 years ago
  13. 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 21 years ago
  14. c1be59f SF patch 852995: add processors feature to urllib2 by Jeremy Hylton · 21 years ago
  15. 328f338 SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald by Neal Norwitz · 21 years ago
  16. b167b04 Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%. by Walter Dörwald · 21 years ago
  17. 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 21 years ago
  18. d25c1c6 Implement itertools.groupby() by Raymond Hettinger · 21 years ago
  19. 9da1efb Remove extra copy of test_key_with_exception that somehow appeared by Michael W. Hudson · 21 years ago
  20. 1df0f65 Fixes and tests for various "holding pointers when arbitrary Python code by Michael W. Hudson · 21 years ago
  21. c6c5ece Typo repair; added some comments and horizontal whitespace. by Tim Peters · 21 years ago
  22. 2e8624c Fix test_unicode_file errors on platforms without Unicode file support, by Mark Hammond · 21 years ago
  23. c8de458 Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() by Walter Dörwald · 21 years ago
  24. 7a7ede5 Patch #750542: pprint now will pretty print subclasses of list, tuple by Walter Dörwald · 21 years ago
  25. 291481b Reduce the size of Big String and Big Binary tests to 2**14 (minus one by Guido van Rossum · 21 years ago
  26. 6d45972 Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with by Mark Hammond · 21 years ago
  27. b337dd9 Add TESTFN_UNICODE_UNENCODEABLE, a unicode filename that can not be by Mark Hammond · 21 years ago
  28. 166958b As discussed on python-dev, added two extractor functions to the by Raymond Hettinger · 21 years ago
  29. 0a18552 Add testcases for _winreg segfault (SF 851056). by Guido van Rossum · 21 years ago
  30. 457bf91 Fix a bug discovered by Kalle Svensson: comparing sys.maxint to by Guido van Rossum · 21 years ago
  31. 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 21 years ago
  32. 37e1363 Make sure the list.sort's decorate step unwinds itself before returning by Raymond Hettinger · 21 years ago
  33. 4f8f976 Add optional fillchar argument to ljust(), rjust(), and center() string methods. by Raymond Hettinger · 21 years ago
  34. f5f41bf * Checkin remaining documentation by Raymond Hettinger · 21 years ago
  35. ceca5d2 test_guess_all_types(): Use a more robust test for checking that by Barry Warsaw · 21 years ago
  36. 49ba4c3 * Simplify hash function and add test to show effectiveness of the hash by Raymond Hettinger · 21 years ago
  37. bfd334a Extend temporary hashability to remove() and discard(). by Raymond Hettinger · 21 years ago
  38. 19c2d77 Allow temporary hashability for the __contains__ test. by Raymond Hettinger · 21 years ago
  39. 3fbec70 issubset() and issuperset() to work with general iterables by Raymond Hettinger · 21 years ago
  40. 944a6c3 test_applesingle is an expected skip almost anywhere. by Guido van Rossum · 21 years ago
  41. 403a203 SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 21 years ago
  42. 901dc98 test_applesingle is an expected skip on Win32 by Raymond Hettinger · 21 years ago
  43. 5949854 Fix for [ 765456 ]: testAFakeZlib failed on platforms that use a by Just van Rossum · 21 years ago
  44. c0b2b72 Test the applesingle decoder. by Jack Jansen · 21 years ago
  45. 50a4bb3 Various fixups (most suggested by Armin Rigo). by Raymond Hettinger · 21 years ago
  46. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  47. f7f9e99 subtype_dealloc(): A more complete fix for critical bug 840829 + by Tim Peters · 21 years ago
  48. d4e48b7 Patch #839877: Remove unused lambda expression. by Martin v. Löwis · 21 years ago
  49. add09b4 SF bug 840829: weakref callbacks and gc corrupt memory. by Tim Peters · 21 years ago
  50. ad983e7 Improve the implementation of itertools.tee(). by Raymond Hettinger · 21 years ago
  51. af28e4b Update test to handle list.__reversed__(). by Raymond Hettinger · 21 years ago
  52. b3af181 Convert heapq.py to a C implementation. by Raymond Hettinger · 21 years ago
  53. d2171d2 Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 21 years ago
  54. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 21 years ago
  55. a703a21 * Use weakref's of DBCursor objects for the iterator cursors to avoid a by Gregory P. Smith · 21 years ago
  56. dc113a8 * Fix the singlethreaded deadlocks occurring in the simple bsddb interface. by Gregory P. Smith · 21 years ago
  57. 893ffa4 Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2. by Martin v. Löwis · 21 years ago
  58. c40b7af Update test to include "sorted" in dir(list). by Raymond Hettinger · 21 years ago
  59. 0a9b9da Add list.sorted() classmethod. by Raymond Hettinger · 21 years ago
  60. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 21 years ago
  61. d591f66 Replace the window() example with pairwise() which demonstrates tee(). by Raymond Hettinger · 21 years ago
  62. f0c5aec Minor improvements to itertools.tee(): by Raymond Hettinger · 21 years ago
  63. 4894c30 Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap(). by Walter Dörwald · 21 years ago
  64. 6a5b027 Added itertools.tee() by Raymond Hettinger · 21 years ago
  65. d4210bc Patch #813200: Quote executable path on Windows. Fixes #811082. by Martin v. Löwis · 21 years ago
  66. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  67. ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 21 years ago
  68. 42b1ba3 * list.sort() now supports three keyword arguments: cmp, key, and reverse. by Raymond Hettinger · 21 years ago
  69. 2bfb94c Add test__locale to expected skip list for Darwin. by Brett Cannon · 21 years ago
  70. d662548 Patch #810914: Return absolute path for mkstemp. Fixes #810408. by Martin v. Löwis · 21 years ago
  71. 82860df see rev. 1.13 for log message by Brett Cannon · 21 years ago
  72. 504de6b Fix for SF bug [ 817156 ] invalid \U escape gives 0=length unistr. by Jeremy Hylton · 21 years ago
  73. dbe3d28 Adopt Christian Stork's suggested argument order for the logic quantifiers. by Raymond Hettinger · 21 years ago
  74. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 21 years ago
  75. dffeed3 Make the fieldnames argument optional in the DictReader. If self.fieldnames by Skip Montanaro · 21 years ago
  76. 3778f40 Add more identity tests. by Raymond Hettinger · 21 years ago
  77. b8b60ea PlaySoundTest.test_alias_nofallback(): Simplified the coding by using by Tim Peters · 21 years ago
  78. 086e562 PlaySoundTest.test_alias_fallback(): Disabled this test, and explained by Tim Peters · 21 years ago
  79. 175a6ac Improve and expand identity tests. by Raymond Hettinger · 21 years ago
  80. 0aab002 SF patch 809915: Fix bogus address to hopefully always break. by Tim Peters · 21 years ago
  81. c7c516a test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn't by Tim Peters · 21 years ago
  82. c6bb6c0 Patch #707167: Pass dircache exceptions to the caller. Fixes #682813. by Martin v. Löwis · 21 years ago
  83. 7a70ea4 SF patch #806246: use basestring where possible by Raymond Hettinger · 21 years ago
  84. 2d72b5d Test __all__ for unittest.py by Raymond Hettinger · 21 years ago
  85. d55111f * Converted test to unittest format. * Expanded coverage. by Raymond Hettinger · 21 years ago
  86. 42a61ed Simplify doctest of tee(). by Raymond Hettinger · 21 years ago
  87. 1b699a5 Patch #790000: Allow os.access to handle Unicode file name. by Martin v. Löwis · 21 years ago
  88. deadbf5 SF #662923 by Raymond Hettinger · 21 years ago
  89. b7b1db9 Oops. Really fix the indentation problem this time. by Jeremy Hylton · 21 years ago
  90. d7fb676 Fix inconsistent mix of tabs and spaces that caused test to fail. by Jeremy Hylton · 21 years ago
  91. a098b33 Add an example to address a common question of how to split iterators. by Raymond Hettinger · 21 years ago
  92. f1827cf SF bug 801631: file.truncate fault on windows. by Tim Peters · 21 years ago
  93. 3f7a948 **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 21 years ago
  94. 66d09f1 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 21 years ago
  95. b859c07 SF bug #800796: Difference between hash() and __hash__() by Raymond Hettinger · 21 years ago
  96. f5b9373 Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). by Martin v. Löwis · 21 years ago
  97. f70e076 Only apply case-insensitivity test on appropriate platforms.' test_filecmp.py by Raymond Hettinger · 21 years ago
  98. eeca37e SF bug #453515: filecmp.dircmp case sensitivity bug by Raymond Hettinger · 21 years ago
  99. 5d2e777 SF patch #736962: Port tests to unittest (Part 2) by Raymond Hettinger · 21 years ago
  100. 6d362b2 SF bug #785222: zlib monotonic test by Raymond Hettinger · 21 years ago