1. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  2. f7f9e99 subtype_dealloc(): A more complete fix for critical bug 840829 + by Tim Peters · 21 years ago
  3. d4e48b7 Patch #839877: Remove unused lambda expression. by Martin v. Löwis · 21 years ago
  4. add09b4 SF bug 840829: weakref callbacks and gc corrupt memory. by Tim Peters · 21 years ago
  5. ad983e7 Improve the implementation of itertools.tee(). by Raymond Hettinger · 21 years ago
  6. af28e4b Update test to handle list.__reversed__(). by Raymond Hettinger · 21 years ago
  7. b3af181 Convert heapq.py to a C implementation. by Raymond Hettinger · 21 years ago
  8. d2171d2 Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 21 years ago
  9. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 21 years ago
  10. a703a21 * Use weakref's of DBCursor objects for the iterator cursors to avoid a by Gregory P. Smith · 21 years ago
  11. dc113a8 * Fix the singlethreaded deadlocks occurring in the simple bsddb interface. by Gregory P. Smith · 21 years ago
  12. 893ffa4 Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2. by Martin v. Löwis · 21 years ago
  13. c40b7af Update test to include "sorted" in dir(list). by Raymond Hettinger · 21 years ago
  14. 0a9b9da Add list.sorted() classmethod. by Raymond Hettinger · 21 years ago
  15. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 21 years ago
  16. d591f66 Replace the window() example with pairwise() which demonstrates tee(). by Raymond Hettinger · 21 years ago
  17. f0c5aec Minor improvements to itertools.tee(): by Raymond Hettinger · 21 years ago
  18. 4894c30 Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap(). by Walter Dörwald · 21 years ago
  19. 6a5b027 Added itertools.tee() by Raymond Hettinger · 21 years ago
  20. d4210bc Patch #813200: Quote executable path on Windows. Fixes #811082. by Martin v. Löwis · 21 years ago
  21. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  22. ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 21 years ago
  23. 42b1ba3 * list.sort() now supports three keyword arguments: cmp, key, and reverse. by Raymond Hettinger · 21 years ago
  24. 2bfb94c Add test__locale to expected skip list for Darwin. by Brett Cannon · 21 years ago
  25. d662548 Patch #810914: Return absolute path for mkstemp. Fixes #810408. by Martin v. Löwis · 21 years ago
  26. 82860df see rev. 1.13 for log message by Brett Cannon · 21 years ago
  27. 504de6b Fix for SF bug [ 817156 ] invalid \U escape gives 0=length unistr. by Jeremy Hylton · 21 years ago
  28. dbe3d28 Adopt Christian Stork's suggested argument order for the logic quantifiers. by Raymond Hettinger · 21 years ago
  29. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 21 years ago
  30. dffeed3 Make the fieldnames argument optional in the DictReader. If self.fieldnames by Skip Montanaro · 21 years ago
  31. 3778f40 Add more identity tests. by Raymond Hettinger · 21 years ago
  32. b8b60ea PlaySoundTest.test_alias_nofallback(): Simplified the coding by using by Tim Peters · 21 years ago
  33. 086e562 PlaySoundTest.test_alias_fallback(): Disabled this test, and explained by Tim Peters · 21 years ago
  34. 175a6ac Improve and expand identity tests. by Raymond Hettinger · 21 years ago
  35. 0aab002 SF patch 809915: Fix bogus address to hopefully always break. by Tim Peters · 21 years ago
  36. c7c516a test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn't by Tim Peters · 21 years ago
  37. c6bb6c0 Patch #707167: Pass dircache exceptions to the caller. Fixes #682813. by Martin v. Löwis · 21 years ago
  38. 7a70ea4 SF patch #806246: use basestring where possible by Raymond Hettinger · 21 years ago
  39. 2d72b5d Test __all__ for unittest.py by Raymond Hettinger · 21 years ago
  40. d55111f * Converted test to unittest format. * Expanded coverage. by Raymond Hettinger · 21 years ago
  41. 42a61ed Simplify doctest of tee(). by Raymond Hettinger · 21 years ago
  42. 1b699a5 Patch #790000: Allow os.access to handle Unicode file name. by Martin v. Löwis · 21 years ago
  43. deadbf5 SF #662923 by Raymond Hettinger · 21 years ago
  44. b7b1db9 Oops. Really fix the indentation problem this time. by Jeremy Hylton · 21 years ago
  45. d7fb676 Fix inconsistent mix of tabs and spaces that caused test to fail. by Jeremy Hylton · 21 years ago
  46. a098b33 Add an example to address a common question of how to split iterators. by Raymond Hettinger · 21 years ago
  47. f1827cf SF bug 801631: file.truncate fault on windows. by Tim Peters · 21 years ago
  48. 3f7a948 **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 21 years ago
  49. 66d09f1 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 21 years ago
  50. b859c07 SF bug #800796: Difference between hash() and __hash__() by Raymond Hettinger · 21 years ago
  51. f5b9373 Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). by Martin v. Löwis · 21 years ago
  52. f70e076 Only apply case-insensitivity test on appropriate platforms.' test_filecmp.py by Raymond Hettinger · 21 years ago
  53. eeca37e SF bug #453515: filecmp.dircmp case sensitivity bug by Raymond Hettinger · 21 years ago
  54. 5d2e777 SF patch #736962: Port tests to unittest (Part 2) by Raymond Hettinger · 21 years ago
  55. 6d362b2 SF bug #785222: zlib monotonic test by Raymond Hettinger · 21 years ago
  56. f9f4c69 SF patch #736962: Port tests to unittest (Contributed by Walter Dörwald). by Raymond Hettinger · 21 years ago
  57. c11dbcd SF bug 797650: Infinite loop in textwrap.py by Raymond Hettinger · 21 years ago
  58. a56f6b6 SF bug #793826: using itertools.izip to mutate tuples by Raymond Hettinger · 21 years ago
  59. e8792c1 Add tests for meta- bit set by Andrew M. Kuchling · 21 years ago
  60. e752e20 Add simple unit test for ascii.unctrl() function by Andrew M. Kuchling · 21 years ago
  61. 953c6f5 Make sure parentheses are escaped when used in the format string. by Brett Cannon · 21 years ago
  62. 9bfe533 SF bug #795506: Wrong handling of string format code for float values. by Raymond Hettinger · 21 years ago
  63. 063606a test_largefile can leave its temp file open if one of many tests fail. On by Jason Tishler · 21 years ago
  64. 6a18012 Improvements to set.py: by Raymond Hettinger · 21 years ago
  65. 1954035 Keep doctests in sync with the docs. by Raymond Hettinger · 21 years ago
  66. c8cb5d9 Make a copy of L before appending, so the global L remains by Walter Dörwald · 21 years ago
  67. b2c7de4 Fix for by Michael W. Hudson · 21 years ago
  68. 69f31eb [Patch #739124] Add use_default_colors() to curses module by Andrew M. Kuchling · 21 years ago
  69. a54b92b Add a unicode prefix to the characters in the UnicodeEncodeError and by Walter Dörwald · 21 years ago
  70. fd196bd Enhance message for UnicodeEncodeError and UnicodeTranslateError. by Walter Dörwald · 21 years ago
  71. c83124a Fix bug in test_bad_timezone where test was assuming locale knew of PDT. by Brett Cannon · 21 years ago
  72. 0fd54d8 Unconditionally opening the temp file in text mode causes this test to fail by Jason Tishler · 21 years ago
  73. 5187a3b Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] and by Brett Cannon · 21 years ago
  74. 3081d59 SF bug #778964: bad seed in python 2.3 random by Raymond Hettinger · 21 years ago
  75. 5475f23 SF bug #770485: cStringIO does not set closed attr by Raymond Hettinger · 21 years ago
  76. b5a4208 Modified itertools.izip() to match the behavior of __builtin__.zip() by Raymond Hettinger · 21 years ago
  77. 77fe69b Re-sync doc tests with the doc updates. by Raymond Hettinger · 21 years ago
  78. e723e45 Repair refcounting on error return from type_set_bases. by Michael W. Hudson · 21 years ago
  79. 7edd0a9 Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename. by Mark Hammond · 21 years ago
  80. 5301d9c Remove useless import. by Walter Dörwald · 21 years ago
  81. b27cca6 Check both __div__ and __truediv__ in division tests. (From SF patch #543867) by Walter Dörwald · 21 years ago
  82. 0d8e16c Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  83. 8db4403 Correct URL of normalization file. Fixes #781065. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  84. 474335c Re-introduce caching of TimeRE and compiled regexes with added thread-safety. by Brett Cannon · 21 years ago
  85. ed9bf12 protect against test problems with Jython by Skip Montanaro · 21 years ago
  86. d5cf0b8 added test for bug 782369 by Skip Montanaro · 21 years ago
  87. c1b4154 more extension marshal tests and conversion to unittest - was surprised to by Skip Montanaro · 21 years ago
  88. eaef615 As discussed on python-dev, changed builtin.zip() to handle zero arguments by Raymond Hettinger · 21 years ago
  89. 175ddb5 Remove caching of TimeRE (and thus LocaleTime) instance. Error was being by Brett Cannon · 21 years ago
  90. 5943b4a Restored commented-out line checked in by mistake. by Tim Peters · 21 years ago
  91. 9390dd5 locale-restoration code: Don't leave comparison to None implicit. For by Tim Peters · 21 years ago
  92. 36f7e93 Fred wasn't kidding -- there really are docs for the locale module <wink>. by Tim Peters · 21 years ago
  93. d1deac0 Fix error in test of not comparing against 0 item of a list by Brett Cannon · 21 years ago
  94. c23f39c Patch #775784: YA Cygwin expected regression test skip patch by Jason Tishler · 21 years ago
  95. 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 21 years ago
  96. 969a700 Make sure mimetypes is reinitialized before running the tests. by Jeremy Hylton · 21 years ago
  97. 096d986 Restore the locale to "C" on exit. by Jeremy Hylton · 21 years ago
  98. bd9f520 Reflow long line. by Jeremy Hylton · 21 years ago
  99. 43d790c Exercise Jim Fulton's new doctest extension for running doctests in a by Raymond Hettinger · 21 years ago
  100. f359062 Extend last change to cover TestSuites as well as TestCases. by Raymond Hettinger · 21 years ago