1. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 22 years ago
  2. f607fc5 Add traceback.format_exc(). by Neil Schemenauer · 22 years ago
  3. a703a21 * Use weakref's of DBCursor objects for the iterator cursors to avoid a by Gregory P. Smith · 22 years ago
  4. cc523fc SF patch #834015: Remove imports of unused modules by Raymond Hettinger · 22 years ago
  5. dc113a8 * Fix the singlethreaded deadlocks occurring in the simple bsddb interface. by Gregory P. Smith · 22 years ago
  6. 893ffa4 Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2. by Martin v. Löwis · 22 years ago
  7. 45394c2 Patch #531629: Add multicall support. by Martin v. Löwis · 22 years ago
  8. f9b08b8 Patch #785689: Use basename in usage. Backported to 2.3. by Martin v. Löwis · 22 years ago
  9. 48440b7 Patch #: Add POP3 over SSL support. by Martin v. Löwis · 22 years ago
  10. c40b7af Update test to include "sorted" in dir(list). by Raymond Hettinger · 22 years ago
  11. 0a9b9da Add list.sorted() classmethod. by Raymond Hettinger · 22 years ago
  12. 9920430 SF #775057, fix IDLE problem in about dialog by Neal Norwitz · 22 years ago
  13. 9c8f7ea Fixed dis.disassemble_string(). Added dis.findlinestarts(). SF bug 811294 by Armin Rigo · 22 years ago
  14. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 22 years ago
  15. 0f10343 Docstring fix: XHTML 1.0 entities are supported by Andrew M. Kuchling · 22 years ago
  16. 11892ec Patch #817854: Add missing operations for SSLFile. Fixes #792101. by Martin v. Löwis · 22 years ago
  17. cca3491 Another instance of the same typo. by Steve Purcell · 22 years ago
  18. d591f66 Replace the window() example with pairwise() which demonstrates tee(). by Raymond Hettinger · 22 years ago
  19. f0c5aec Minor improvements to itertools.tee(): by Raymond Hettinger · 22 years ago
  20. 397b45d Incorporated patch 819077, from George Yoshida: by Steve Purcell · 22 years ago
  21. 23b44a3 Patch #812378: Normalize white space. by Martin v. Löwis · 22 years ago
  22. 10a4449 [Bug #822668] tarfile raises an exception if the tarfile is gzipped and is too large; the gzip filesize should be written out mod 2**32. (Reported by Johan Fredrik Ohman) by Andrew M. Kuchling · 22 years ago
  23. 1b3c04b Fixed bug introduced in revision 1.27 by Armin Rigo · 22 years ago
  24. 4894c30 Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap(). by Walter Dörwald · 22 years ago
  25. 6a5b027 Added itertools.tee() by Raymond Hettinger · 22 years ago
  26. d4210bc Patch #813200: Quote executable path on Windows. Fixes #811082. by Martin v. Löwis · 22 years ago
  27. 38443c1 Remove unneeded import. by Guido van Rossum · 22 years ago
  28. 97aa32b Replace a reduce() with sum(). by Raymond Hettinger · 22 years ago
  29. 7cebbf3 Add docstring by Andrew M. Kuchling · 22 years ago
  30. 6c2871e [Part of patch #648322] Delete the poll2() function, which uses a 'poll' extension module that was once part of Medusa. Contributed by Kjetil Jacobsen by Andrew M. Kuchling · 22 years ago
  31. f9ca409 [Bug #758241] When you use asyncore with a non-default map, methods by Andrew M. Kuchling · 22 years ago
  32. fcefd0d Apply patch 823328 -- support for rfc 2617 digestion authentication. by Jeremy Hylton · 22 years ago
  33. 8c4da53 Make both items() methods return lists; one had changed to return an by Fred Drake · 22 years ago
  34. 5717208 Show microseconds, milliseconds or seconds, whichever is most natural, by Guido van Rossum · 22 years ago
  35. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 22 years ago
  36. 9e62ff2 Patch #822994: Consolidate tests for self.closed. by Martin v. Löwis · 22 years ago
  37. ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 22 years ago
  38. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 22 years ago
  39. 42b1ba3 * list.sort() now supports three keyword arguments: cmp, key, and reverse. by Raymond Hettinger · 22 years ago
  40. d0e2705 Open results files, which contain binary pickles, in binary mode. by Jeremy Hylton · 22 years ago
  41. 2bfb94c Add test__locale to expected skip list for Darwin. by Brett Cannon · 22 years ago
  42. d662548 Patch #810914: Return absolute path for mkstemp. Fixes #810408. by Martin v. Löwis · 22 years ago
  43. 411c602 Minor fixup. "Random" was listed twice in __all__. by Raymond Hettinger · 22 years ago
  44. 8da2a52 See rev. 1.42 for log message by Brett Cannon · 22 years ago
  45. 82860df see rev. 1.13 for log message by Brett Cannon · 22 years ago
  46. 80bd5ca Ouch. Remove debug code containing obscenities. :-) by Guido van Rossum · 22 years ago
  47. b427c00 The fullmodname() function chopped off the first character if the by Guido van Rossum · 22 years ago
  48. b97f0b7 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 22 years ago
  49. 3aaad50 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 22 years ago
  50. f563c8b Patch #817329: Use SC_OPEN_MAX to determine MAXFD. Backported to 2.3. by Martin v. Löwis · 22 years ago
  51. 0a4a50d SF patch [ 816787 ] urllib2.URLError don't calll IOError.__init__ by Jeremy Hylton · 22 years ago
  52. 504de6b Fix for SF bug [ 817156 ] invalid \U escape gives 0=length unistr. by Jeremy Hylton · 22 years ago
  53. dbe3d28 Adopt Christian Stork's suggested argument order for the logic quantifiers. by Raymond Hettinger · 22 years ago
  54. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 22 years ago
  55. b8c7876 GNUTranslations._parse(): Initialize local variable k so that if the by Barry Warsaw · 22 years ago
  56. 0b87444 tweak the docstring to not be so focused on 1.6. by Skip Montanaro · 22 years ago
  57. dffeed3 Make the fieldnames argument optional in the DictReader. If self.fieldnames by Skip Montanaro · 22 years ago
  58. be0db8b bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the length by Gregory P. Smith · 22 years ago
  59. 3a01b7d Removed redundant 'return' statement. (Issue 813159) by Steve Purcell · 22 years ago
  60. 1eb41e2 Use a threadsafe private DBEnv for each bsddb compatibility interface by Gregory P. Smith · 22 years ago
  61. 9edae34 Fix typo in the comments. by Raymond Hettinger · 22 years ago
  62. 3778f40 Add more identity tests. by Raymond Hettinger · 22 years ago
  63. 84ef153 Let IDLE use the HTMLHelp docs on Windows, if found. by Thomas Heller · 22 years ago
  64. 9a80c5d Added codec for bz2 compression. by Raymond Hettinger · 22 years ago
  65. 3198275 Topical change: use 'startswith()' to identify test methods with a by Steve Purcell · 22 years ago
  66. b8b60ea PlaySoundTest.test_alias_nofallback(): Simplified the coding by using by Tim Peters · 22 years ago
  67. 086e562 PlaySoundTest.test_alias_fallback(): Disabled this test, and explained by Tim Peters · 22 years ago
  68. e46d14c Avoid list as a variable name. by Walter Dörwald · 22 years ago
  69. 7e74384 - Fixed loading of tests by name when name refers to unbound by Steve Purcell · 22 years ago
  70. 175a6ac Improve and expand identity tests. by Raymond Hettinger · 22 years ago
  71. 41631e8 Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new by Gregory P. Smith · 22 years ago
  72. cec1b3f Maintain backwards compatibility with python < 2.3 by dynamically by Gregory P. Smith · 22 years ago
  73. 0aab002 SF patch 809915: Fix bogus address to hopefully always break. by Tim Peters · 22 years ago
  74. c7c516a test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn't by Tim Peters · 22 years ago
  75. c6bb6c0 Patch #707167: Pass dircache exceptions to the caller. Fixes #682813. by Martin v. Löwis · 22 years ago
  76. 7bdc484 Patch #808362: Fix typos. by Martin v. Löwis · 22 years ago
  77. dc14ab1 Patch #793559: Reset __starttext_tag. Fixes #709491. Backported to 2.3. by Martin v. Löwis · 22 years ago
  78. cb3062e Patch #805976: Add DOTBOX and UNDERLINE. by Martin v. Löwis · 22 years ago
  79. 7a70ea4 SF patch #806246: use basestring where possible by Raymond Hettinger · 22 years ago
  80. 2d72b5d Test __all__ for unittest.py by Raymond Hettinger · 22 years ago
  81. d75e7e4 Explicitly define public symbols via __all__: see discussion with Raymond by Steve Purcell · 22 years ago
  82. d55111f * Converted test to unittest format. * Expanded coverage. by Raymond Hettinger · 22 years ago
  83. 2e9da60 The previous change works much faster (one lookup per key) when by Raymond Hettinger · 22 years ago
  84. 91dd19d SF bug #804115: bad argument handling(unittest.py) by Raymond Hettinger · 22 years ago
  85. 42a61ed Simplify doctest of tee(). by Raymond Hettinger · 22 years ago
  86. cbe81f2 Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632. by Martin v. Löwis · 22 years ago
  87. 1b699a5 Patch #790000: Allow os.access to handle Unicode file name. by Martin v. Löwis · 22 years ago
  88. deadbf5 SF #662923 by Raymond Hettinger · 22 years ago
  89. b7b1db9 Oops. Really fix the indentation problem this time. by Jeremy Hylton · 22 years ago
  90. d7fb676 Fix inconsistent mix of tabs and spaces that caused test to fail. by Jeremy Hylton · 22 years ago
  91. 4997a69 display link to module docs when it looks like the object module is a core by Skip Montanaro · 22 years ago
  92. 62685d3 Python Bug 775061 by Kurt B. Kaiser · 22 years ago
  93. a098b33 Add an example to address a common question of how to split iterators. by Raymond Hettinger · 22 years ago
  94. 9d50d91 Set the warnings stacklevel to two. by Raymond Hettinger · 22 years ago
  95. f1827cf SF bug 801631: file.truncate fault on windows. by Tim Peters · 22 years ago
  96. 3f7a948 **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 22 years ago
  97. 66d09f1 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 22 years ago
  98. b859c07 SF bug #800796: Difference between hash() and __hash__() by Raymond Hettinger · 22 years ago
  99. f5b9373 Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). by Martin v. Löwis · 22 years ago
  100. 8ad1dd7 Catch locale.error as well. Fixes #788378. Will backport to 2.3. by Martin v. Löwis · 22 years ago