1. 2303b1c Keybindings with the Shift modifier now work correctly. So do bindings by Kurt B. Kaiser · 21 years ago
  2. c714d45 Update NEWS.txt to include some items missed earlier. Update the by Kurt B. Kaiser · 21 years ago
  3. f5f41bf * Checkin remaining documentation by Raymond Hettinger · 21 years ago
  4. ceca5d2 test_guess_all_types(): Use a more robust test for checking that by Barry Warsaw · 21 years ago
  5. 49ba4c3 * Simplify hash function and add test to show effectiveness of the hash by Raymond Hettinger · 21 years ago
  6. bfd334a Extend temporary hashability to remove() and discard(). by Raymond Hettinger · 21 years ago
  7. 19c2d77 Allow temporary hashability for the __contains__ test. by Raymond Hettinger · 21 years ago
  8. 3fbec70 issubset() and issuperset() to work with general iterables by Raymond Hettinger · 21 years ago
  9. 944a6c3 test_applesingle is an expected skip almost anywhere. by Guido van Rossum · 21 years ago
  10. 403a203 SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 21 years ago
  11. 901dc98 test_applesingle is an expected skip on Win32 by Raymond Hettinger · 21 years ago
  12. 4df3068 Fix typo fix. by Walter Dörwald · 21 years ago
  13. af7dc8d Patch #831747: Add skip_accept_encoding parameter to putrequest. by Martin v. Löwis · 21 years ago
  14. 10d176f Get rid of MacOS9 support. Paths are still hard-coded, that'll be fixed later. by Jack Jansen · 21 years ago
  15. 70b9f49 Remove deprecation of sets.Set.update(). by Raymond Hettinger · 21 years ago
  16. fb4d0e0 Fix typos. by Walter Dörwald · 21 years ago
  17. 924f616 - After an exception, run.py was not setting the exception vector. Noam by Kurt B. Kaiser · 21 years ago
  18. b03136a __init__(): The docstring was incorrect regarding how header wrapping by Barry Warsaw · 21 years ago
  19. 3997f58 Modified version by Bob Ippolito. It passes the just-added test_applesingle by Jack Jansen · 21 years ago
  20. 5949854 Fix for [ 765456 ]: testAFakeZlib failed on platforms that use a by Just van Rossum · 21 years ago
  21. c0b2b72 Test the applesingle decoder. by Jack Jansen · 21 years ago
  22. 50a4bb3 Various fixups (most suggested by Armin Rigo). by Raymond Hettinger · 21 years ago
  23. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  24. aaf1c8d SF #841977 - modulefinder fails to find extension modules in packages by Thomas Heller · 21 years ago
  25. f7f9e99 subtype_dealloc(): A more complete fix for critical bug 840829 + by Tim Peters · 21 years ago
  26. d4e48b7 Patch #839877: Remove unused lambda expression. by Martin v. Löwis · 21 years ago
  27. add09b4 SF bug 840829: weakref callbacks and gc corrupt memory. by Tim Peters · 21 years ago
  28. 859db26 Improve backwards compatibility code to handle True/False. by Raymond Hettinger · 21 years ago
  29. ad983e7 Improve the implementation of itertools.tee(). by Raymond Hettinger · 21 years ago
  30. 767126d Make Message.__str__ more efficient. by Neil Schemenauer · 21 years ago
  31. d892137 Patch #798297: Add IMAP THREAD command. by Martin v. Löwis · 21 years ago
  32. b25615939 mktemp() shouldn't rely on os.path.exists(), which can return False if by Guido van Rossum · 21 years ago
  33. f09994e fixed wrong error checking on fcntl call as per SF bug # 821896 by Alex Martelli · 21 years ago
  34. 0c5b4ad fixed obvious bug in _send_header as per SF bug #831271 by Alex Martelli · 21 years ago
  35. af28e4b Update test to handle list.__reversed__(). by Raymond Hettinger · 21 years ago
  36. e21f606 SF bug #835457: Small typo in logging documentation by Raymond Hettinger · 21 years ago
  37. b3af181 Convert heapq.py to a C implementation. by Raymond Hettinger · 21 years ago
  38. d2171d2 Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 21 years ago
  39. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 21 years ago
  40. f607fc5 Add traceback.format_exc(). by Neil Schemenauer · 21 years ago
  41. a703a21 * Use weakref's of DBCursor objects for the iterator cursors to avoid a by Gregory P. Smith · 21 years ago
  42. cc523fc SF patch #834015: Remove imports of unused modules by Raymond Hettinger · 21 years ago
  43. dc113a8 * Fix the singlethreaded deadlocks occurring in the simple bsddb interface. by Gregory P. Smith · 21 years ago
  44. 893ffa4 Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2. by Martin v. Löwis · 21 years ago
  45. 45394c2 Patch #531629: Add multicall support. by Martin v. Löwis · 21 years ago
  46. f9b08b8 Patch #785689: Use basename in usage. Backported to 2.3. by Martin v. Löwis · 21 years ago
  47. 48440b7 Patch #: Add POP3 over SSL support. by Martin v. Löwis · 21 years ago
  48. c40b7af Update test to include "sorted" in dir(list). by Raymond Hettinger · 21 years ago
  49. 0a9b9da Add list.sorted() classmethod. by Raymond Hettinger · 21 years ago
  50. 9920430 SF #775057, fix IDLE problem in about dialog by Neal Norwitz · 21 years ago
  51. 9c8f7ea Fixed dis.disassemble_string(). Added dis.findlinestarts(). SF bug 811294 by Armin Rigo · 21 years ago
  52. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 21 years ago
  53. 0f10343 Docstring fix: XHTML 1.0 entities are supported by Andrew M. Kuchling · 21 years ago
  54. 11892ec Patch #817854: Add missing operations for SSLFile. Fixes #792101. by Martin v. Löwis · 21 years ago
  55. cca3491 Another instance of the same typo. by Steve Purcell · 21 years ago
  56. d591f66 Replace the window() example with pairwise() which demonstrates tee(). by Raymond Hettinger · 21 years ago
  57. f0c5aec Minor improvements to itertools.tee(): by Raymond Hettinger · 21 years ago
  58. 397b45d Incorporated patch 819077, from George Yoshida: by Steve Purcell · 21 years ago
  59. 23b44a3 Patch #812378: Normalize white space. by Martin v. Löwis · 21 years ago
  60. 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 · 21 years ago
  61. 1b3c04b Fixed bug introduced in revision 1.27 by Armin Rigo · 21 years ago
  62. 4894c30 Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap(). by Walter Dörwald · 21 years ago
  63. 6a5b027 Added itertools.tee() by Raymond Hettinger · 21 years ago
  64. d4210bc Patch #813200: Quote executable path on Windows. Fixes #811082. by Martin v. Löwis · 21 years ago
  65. 38443c1 Remove unneeded import. by Guido van Rossum · 21 years ago
  66. 97aa32b Replace a reduce() with sum(). by Raymond Hettinger · 21 years ago
  67. 7cebbf3 Add docstring by Andrew M. Kuchling · 21 years ago
  68. 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 · 21 years ago
  69. f9ca409 [Bug #758241] When you use asyncore with a non-default map, methods by Andrew M. Kuchling · 21 years ago
  70. fcefd0d Apply patch 823328 -- support for rfc 2617 digestion authentication. by Jeremy Hylton · 21 years ago
  71. 8c4da53 Make both items() methods return lists; one had changed to return an by Fred Drake · 21 years ago
  72. 5717208 Show microseconds, milliseconds or seconds, whichever is most natural, by Guido van Rossum · 21 years ago
  73. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  74. 9e62ff2 Patch #822994: Consolidate tests for self.closed. by Martin v. Löwis · 21 years ago
  75. ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 21 years ago
  76. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 21 years ago
  77. 42b1ba3 * list.sort() now supports three keyword arguments: cmp, key, and reverse. by Raymond Hettinger · 21 years ago
  78. d0e2705 Open results files, which contain binary pickles, in binary mode. by Jeremy Hylton · 21 years ago
  79. 2bfb94c Add test__locale to expected skip list for Darwin. by Brett Cannon · 21 years ago
  80. d662548 Patch #810914: Return absolute path for mkstemp. Fixes #810408. by Martin v. Löwis · 21 years ago
  81. 411c602 Minor fixup. "Random" was listed twice in __all__. by Raymond Hettinger · 21 years ago
  82. 8da2a52 See rev. 1.42 for log message by Brett Cannon · 21 years ago
  83. 82860df see rev. 1.13 for log message by Brett Cannon · 21 years ago
  84. 80bd5ca Ouch. Remove debug code containing obscenities. :-) by Guido van Rossum · 21 years ago
  85. b427c00 The fullmodname() function chopped off the first character if the by Guido van Rossum · 21 years ago
  86. b97f0b7 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 21 years ago
  87. 3aaad50 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 21 years ago
  88. f563c8b Patch #817329: Use SC_OPEN_MAX to determine MAXFD. Backported to 2.3. by Martin v. Löwis · 21 years ago
  89. 0a4a50d SF patch [ 816787 ] urllib2.URLError don't calll IOError.__init__ by Jeremy Hylton · 21 years ago
  90. 504de6b Fix for SF bug [ 817156 ] invalid \U escape gives 0=length unistr. by Jeremy Hylton · 21 years ago
  91. dbe3d28 Adopt Christian Stork's suggested argument order for the logic quantifiers. by Raymond Hettinger · 21 years ago
  92. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 21 years ago
  93. b8c7876 GNUTranslations._parse(): Initialize local variable k so that if the by Barry Warsaw · 21 years ago
  94. 0b87444 tweak the docstring to not be so focused on 1.6. by Skip Montanaro · 21 years ago
  95. dffeed3 Make the fieldnames argument optional in the DictReader. If self.fieldnames by Skip Montanaro · 21 years ago
  96. be0db8b bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the length by Gregory P. Smith · 21 years ago
  97. 3a01b7d Removed redundant 'return' statement. (Issue 813159) by Steve Purcell · 21 years ago
  98. 1eb41e2 Use a threadsafe private DBEnv for each bsddb compatibility interface by Gregory P. Smith · 21 years ago
  99. 9edae34 Fix typo in the comments. by Raymond Hettinger · 21 years ago
  100. 3778f40 Add more identity tests. by Raymond Hettinger · 21 years ago