1. 9e62ff2 Patch #822994: Consolidate tests for self.closed. by Martin v. Löwis · 21 years ago
  2. ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 21 years ago
  3. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 21 years ago
  4. 42b1ba3 * list.sort() now supports three keyword arguments: cmp, key, and reverse. by Raymond Hettinger · 21 years ago
  5. d0e2705 Open results files, which contain binary pickles, in binary mode. by Jeremy Hylton · 21 years ago
  6. 2bfb94c Add test__locale to expected skip list for Darwin. by Brett Cannon · 21 years ago
  7. d662548 Patch #810914: Return absolute path for mkstemp. Fixes #810408. by Martin v. Löwis · 21 years ago
  8. 411c602 Minor fixup. "Random" was listed twice in __all__. by Raymond Hettinger · 21 years ago
  9. 8da2a52 See rev. 1.42 for log message by Brett Cannon · 21 years ago
  10. 82860df see rev. 1.13 for log message by Brett Cannon · 21 years ago
  11. 80bd5ca Ouch. Remove debug code containing obscenities. :-) by Guido van Rossum · 21 years ago
  12. b427c00 The fullmodname() function chopped off the first character if the by Guido van Rossum · 21 years ago
  13. b97f0b7 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 21 years ago
  14. 3aaad50 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 21 years ago
  15. f563c8b Patch #817329: Use SC_OPEN_MAX to determine MAXFD. Backported to 2.3. by Martin v. Löwis · 21 years ago
  16. 0a4a50d SF patch [ 816787 ] urllib2.URLError don't calll IOError.__init__ by Jeremy Hylton · 21 years ago
  17. 504de6b Fix for SF bug [ 817156 ] invalid \U escape gives 0=length unistr. by Jeremy Hylton · 21 years ago
  18. dbe3d28 Adopt Christian Stork's suggested argument order for the logic quantifiers. by Raymond Hettinger · 21 years ago
  19. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 21 years ago
  20. b8c7876 GNUTranslations._parse(): Initialize local variable k so that if the by Barry Warsaw · 21 years ago
  21. 0b87444 tweak the docstring to not be so focused on 1.6. by Skip Montanaro · 21 years ago
  22. dffeed3 Make the fieldnames argument optional in the DictReader. If self.fieldnames by Skip Montanaro · 21 years ago
  23. be0db8b bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the length by Gregory P. Smith · 21 years ago
  24. 3a01b7d Removed redundant 'return' statement. (Issue 813159) by Steve Purcell · 21 years ago
  25. 1eb41e2 Use a threadsafe private DBEnv for each bsddb compatibility interface by Gregory P. Smith · 21 years ago
  26. 9edae34 Fix typo in the comments. by Raymond Hettinger · 21 years ago
  27. 3778f40 Add more identity tests. by Raymond Hettinger · 21 years ago
  28. 84ef153 Let IDLE use the HTMLHelp docs on Windows, if found. by Thomas Heller · 21 years ago
  29. 9a80c5d Added codec for bz2 compression. by Raymond Hettinger · 21 years ago
  30. 3198275 Topical change: use 'startswith()' to identify test methods with a by Steve Purcell · 21 years ago
  31. b8b60ea PlaySoundTest.test_alias_nofallback(): Simplified the coding by using by Tim Peters · 21 years ago
  32. 086e562 PlaySoundTest.test_alias_fallback(): Disabled this test, and explained by Tim Peters · 21 years ago
  33. e46d14c Avoid list as a variable name. by Walter Dörwald · 21 years ago
  34. 7e74384 - Fixed loading of tests by name when name refers to unbound by Steve Purcell · 21 years ago
  35. 175a6ac Improve and expand identity tests. by Raymond Hettinger · 21 years ago
  36. 41631e8 Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new by Gregory P. Smith · 21 years ago
  37. cec1b3f Maintain backwards compatibility with python < 2.3 by dynamically by Gregory P. Smith · 21 years ago
  38. 0aab002 SF patch 809915: Fix bogus address to hopefully always break. by Tim Peters · 21 years ago
  39. c7c516a test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn't by Tim Peters · 21 years ago
  40. c6bb6c0 Patch #707167: Pass dircache exceptions to the caller. Fixes #682813. by Martin v. Löwis · 21 years ago
  41. 7bdc484 Patch #808362: Fix typos. by Martin v. Löwis · 21 years ago
  42. dc14ab1 Patch #793559: Reset __starttext_tag. Fixes #709491. Backported to 2.3. by Martin v. Löwis · 21 years ago
  43. cb3062e Patch #805976: Add DOTBOX and UNDERLINE. by Martin v. Löwis · 21 years ago
  44. 7a70ea4 SF patch #806246: use basestring where possible by Raymond Hettinger · 21 years ago
  45. 2d72b5d Test __all__ for unittest.py by Raymond Hettinger · 21 years ago
  46. d75e7e4 Explicitly define public symbols via __all__: see discussion with Raymond by Steve Purcell · 21 years ago
  47. d55111f * Converted test to unittest format. * Expanded coverage. by Raymond Hettinger · 21 years ago
  48. 2e9da60 The previous change works much faster (one lookup per key) when by Raymond Hettinger · 21 years ago
  49. 91dd19d SF bug #804115: bad argument handling(unittest.py) by Raymond Hettinger · 21 years ago
  50. 42a61ed Simplify doctest of tee(). by Raymond Hettinger · 21 years ago
  51. cbe81f2 Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632. by Martin v. Löwis · 21 years ago
  52. 1b699a5 Patch #790000: Allow os.access to handle Unicode file name. by Martin v. Löwis · 21 years ago
  53. deadbf5 SF #662923 by Raymond Hettinger · 21 years ago
  54. b7b1db9 Oops. Really fix the indentation problem this time. by Jeremy Hylton · 21 years ago
  55. d7fb676 Fix inconsistent mix of tabs and spaces that caused test to fail. by Jeremy Hylton · 21 years ago
  56. 4997a69 display link to module docs when it looks like the object module is a core by Skip Montanaro · 21 years ago
  57. 62685d3 Python Bug 775061 by Kurt B. Kaiser · 21 years ago
  58. a098b33 Add an example to address a common question of how to split iterators. by Raymond Hettinger · 21 years ago
  59. 9d50d91 Set the warnings stacklevel to two. by Raymond Hettinger · 21 years ago
  60. f1827cf SF bug 801631: file.truncate fault on windows. by Tim Peters · 21 years ago
  61. 3f7a948 **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 21 years ago
  62. 66d09f1 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 21 years ago
  63. b859c07 SF bug #800796: Difference between hash() and __hash__() by Raymond Hettinger · 21 years ago
  64. f5b9373 Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). by Martin v. Löwis · 21 years ago
  65. 8ad1dd7 Catch locale.error as well. Fixes #788378. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  66. 2e31ce2 test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. by Barry Warsaw · 21 years ago
  67. a74e868 A fix for parsing parameters when there are semicolons inside the by Barry Warsaw · 21 years ago
  68. 6f7b213 use the long names for re compilation options; this makes it easier to by Fred Drake · 21 years ago
  69. f19f861 Modernize code a bit: use isinstance instead of type(); return True/False by Andrew M. Kuchling · 21 years ago
  70. 0ec5288 [Patch #759208] Fix has_key emulation to not raise KeyError by Andrew M. Kuchling · 21 years ago
  71. f70e076 Only apply case-insensitivity test on appropriate platforms.' test_filecmp.py by Raymond Hettinger · 21 years ago
  72. eeca37e SF bug #453515: filecmp.dircmp case sensitivity bug by Raymond Hettinger · 21 years ago
  73. 5f8b0b1 SF 798269: bug fix for doctest (sf bug id: 798254 by Raymond Hettinger · 21 years ago
  74. 5d2e777 SF patch #736962: Port tests to unittest (Part 2) by Raymond Hettinger · 21 years ago
  75. 99c2d53 SF patch #790443: add SafeConfigParser to __all__ by Raymond Hettinger · 21 years ago
  76. 6d362b2 SF bug #785222: zlib monotonic test by Raymond Hettinger · 21 years ago
  77. f9f4c69 SF patch #736962: Port tests to unittest (Contributed by Walter Dörwald). by Raymond Hettinger · 21 years ago
  78. c11dbcd SF bug 797650: Infinite loop in textwrap.py by Raymond Hettinger · 21 years ago
  79. 6229713 Eliminate unnecessary eval() in tests by Raymond Hettinger · 21 years ago
  80. a56f6b6 SF bug #793826: using itertools.izip to mutate tuples by Raymond Hettinger · 21 years ago
  81. b738041 Rework previous fix slightly; the &0x20 test seems useless, and the isprint() check mustn't prevent the meta-bit check at the end by Andrew M. Kuchling · 21 years ago
  82. e8792c1 Add tests for meta- bit set by Andrew M. Kuchling · 21 years ago
  83. 72cdb70 [Bug #790356] unctrl() doesn't work for full printable charset. Fix by Dave Cinege. by Andrew M. Kuchling · 21 years ago
  84. e752e20 Add simple unit test for ascii.unctrl() function by Andrew M. Kuchling · 21 years ago
  85. ff638ea [Bug #776542] open_https() generates a bad Authorization header because it calls .putheader() wrongly. Reported by Steffen Ries. by Andrew M. Kuchling · 21 years ago
  86. 953c6f5 Make sure parentheses are escaped when used in the format string. by Brett Cannon · 21 years ago
  87. 6676f6e Support DBEnv.set_shm_key() to allow multi-threaded multi-process by Gregory P. Smith · 21 years ago
  88. ead21f5 Fix SF bug [ 788011 ] compiler.compileFile fails on csv.py by Jeremy Hylton · 21 years ago
  89. 4651f53 Fix typo in docstring: The switch is '-x', not '-s'. by Thomas Heller · 21 years ago
  90. 611dbc3 Remove a typo. (Or is this some markup I don't understand? ;-) by Thomas Heller · 21 years ago
  91. 9bfe533 SF bug #795506: Wrong handling of string format code for float values. by Raymond Hettinger · 21 years ago
  92. 063606a test_largefile can leave its temp file open if one of many tests fail. On by Jason Tishler · 21 years ago
  93. c86c24e Bump the version number for the standalone mimelib package. by Barry Warsaw · 21 years ago
  94. 622d60b test_rfc2231_no_language_or_charset_in_filename(), by Barry Warsaw · 21 years ago
  95. 6208369 get_param(): Update the docstring to explain how CHARSET and LANGUAGE by Barry Warsaw · 21 years ago
  96. 0b6f0d8 decode_rfc2231(): We need to urllib.unquote() the value even if the by Barry Warsaw · 21 years ago
  97. 6a18012 Improvements to set.py: by Raymond Hettinger · 21 years ago
  98. 1954035 Keep doctests in sync with the docs. by Raymond Hettinger · 21 years ago
  99. ee562fc Make sets.py compatible with Py2.2 by Raymond Hettinger · 21 years ago
  100. c8cb5d9 Make a copy of L before appending, so the global L remains by Walter Dörwald · 21 years ago