1. a703a21 * Use weakref's of DBCursor objects for the iterator cursors to avoid a by Gregory P. Smith · 21 years ago
  2. 83c1874 SF patch #834444: add versionadd to new functions by Raymond Hettinger · 21 years ago
  3. cc523fc SF patch #834015: Remove imports of unused modules by Raymond Hettinger · 21 years ago
  4. dc113a8 * Fix the singlethreaded deadlocks occurring in the simple bsddb interface. by Gregory P. Smith · 21 years ago
  5. e276717 Fix a tuple memory leak when raising DB, DBEnv and DBCursor "object by Gregory P. Smith · 21 years ago
  6. 54a831b Use PyTuple_Pack() to simplify enumerate(). by Raymond Hettinger · 21 years ago
  7. b4b9ced [Bug #817178] Fix incorrect arguments in example, noted by Terry Reedy by Andrew M. Kuchling · 21 years ago
  8. 2389c41 Patch #833710: Set INSTSONAME on Solaris. Backported to 2.3. by Martin v. Löwis · 21 years ago
  9. 893ffa4 Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2. by Martin v. Löwis · 21 years ago
  10. 04570db Patch #628301: Update installer to by Martin v. Löwis · 21 years ago
  11. 45394c2 Patch #531629: Add multicall support. by Martin v. Löwis · 21 years ago
  12. f9b08b8 Patch #785689: Use basename in usage. Backported to 2.3. by Martin v. Löwis · 21 years ago
  13. be4fea6 Patch #787189: Explicitly define CTRL on SGI. by Martin v. Löwis · 21 years ago
  14. 48440b7 Patch #: Add POP3 over SSL support. by Martin v. Löwis · 21 years ago
  15. 9ad853b Patch #788404: ignore "b" and "t" mode modifiers in posix_popen. by Martin v. Löwis · 21 years ago
  16. 9885c93 Fix typo. by Raymond Hettinger · 21 years ago
  17. 82b2482 Minor grammatical fix. by Brett Cannon · 21 years ago
  18. c40b7af Update test to include "sorted" in dir(list). by Raymond Hettinger · 21 years ago
  19. 0a9b9da Add list.sorted() classmethod. by Raymond Hettinger · 21 years ago
  20. c43a7e7 SF bug #827902: ctime is not creation time by Raymond Hettinger · 21 years ago
  21. 9920430 SF #775057, fix IDLE problem in about dialog by Neal Norwitz · 21 years ago
  22. 030f68a note db2pickle/pickle2db tweaks by Skip Montanaro · 21 years ago
  23. 48f9c6d allow dump/load of gdbm files by Skip Montanaro · 21 years ago
  24. 9c8f7ea Fixed dis.disassemble_string(). Added dis.findlinestarts(). SF bug 811294 by Armin Rigo · 21 years ago
  25. 3be6d5d Documented gc.get_referrers() as dangerous. SF bug 793822 by Armin Rigo · 21 years ago
  26. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 21 years ago
  27. 0e4f764 Fix nits in error messages. by Raymond Hettinger · 21 years ago
  28. 8476c4d SF bug #827902: ctime is not creation time by Raymond Hettinger · 21 years ago
  29. 0f10343 Docstring fix: XHTML 1.0 entities are supported by Andrew M. Kuchling · 21 years ago
  30. b546be2 Fix inaccuracy: all entities from XHTML 1.0 are supported (according to text further down in this file) by Andrew M. Kuchling · 21 years ago
  31. 405a795 Patch #803998: Correctly check for error in SSL_write. by Martin v. Löwis · 21 years ago
  32. 11892ec Patch #817854: Add missing operations for SSLFile. Fixes #792101. by Martin v. Löwis · 21 years ago
  33. 98779e0 Fix Greg Ward's error message nit: PyObject_SetItem and PySequenceSetItem by Raymond Hettinger · 21 years ago
  34. 9c7ed4c Document that varlist can be NULL. by Raymond Hettinger · 21 years ago
  35. cca3491 Another instance of the same typo. by Steve Purcell · 21 years ago
  36. d591f66 Replace the window() example with pairwise() which demonstrates tee(). by Raymond Hettinger · 21 years ago
  37. f0c5aec Minor improvements to itertools.tee(): by Raymond Hettinger · 21 years ago
  38. 397b45d Incorporated patch 819077, from George Yoshida: by Steve Purcell · 21 years ago
  39. a253e18 regressing the performance bugfix -- Guido wants the performance bug left by Alex Martelli · 21 years ago
  40. 1d313ab oh dear. Wrong manipulation. Committed a version of ceval.c from my by Armin Rigo · 21 years ago
  41. 092381a Made function declaration a proper C prototype by Armin Rigo · 21 years ago
  42. 8ed69e3 SF #829941, update tutorial, built-in types can be base classes since 2.2 by Neal Norwitz · 21 years ago
  43. dd66645 document the performance fix to builtin_sum(). by Alex Martelli · 21 years ago
  44. a2777d3 Changed builtin_sum to use PyNumber_InPlaceAdd (same semantics, but fixes by Alex Martelli · 21 years ago
  45. 5cf6394 Use PyArg_UnpackTuple() where possible. by Raymond Hettinger · 21 years ago
  46. 4514369 Improvements to coding for itertools.tee(): by Raymond Hettinger · 21 years ago
  47. 23b44a3 Patch #812378: Normalize white space. by Martin v. Löwis · 21 years ago
  48. f8d59d2 Patch #828384: Don't discard nested exception in AddObject. by Martin v. Löwis · 21 years ago
  49. 7883dc8 [Patch #772077 from Tim Rice] Fix for compiling the readline module on UnixWare; fix goofy comment indent. 2.3 bugfix candidate by Andrew M. Kuchling · 21 years ago
  50. 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
  51. 1b3c04b Fixed bug introduced in revision 1.27 by Armin Rigo · 21 years ago
  52. 4894c30 Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap(). by Walter Dörwald · 21 years ago
  53. 6a5b027 Added itertools.tee() by Raymond Hettinger · 21 years ago
  54. 16b9fa8 - The pwd module incorrectly advertised its struct type as by Guido van Rossum · 21 years ago
  55. 50a2570 Record an item I missed and bump the version number. [2.3 bugfix candidate.] by Andrew M. Kuchling · 21 years ago
  56. d4210bc Patch #813200: Quote executable path on Windows. Fixes #811082. by Martin v. Löwis · 21 years ago
  57. ee950ff - add "Why is Python installed on my computer?" as a documentation FAQ by Fred Drake · 21 years ago
  58. 38443c1 Remove unneeded import. by Guido van Rossum · 21 years ago
  59. 97aa32b Replace a reduce() with sum(). by Raymond Hettinger · 21 years ago
  60. 7cebbf3 Add docstring by Andrew M. Kuchling · 21 years ago
  61. 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
  62. 38afcef [Bug #809174] loads() and dumps() not documented by Andrew M. Kuchling · 21 years ago
  63. f9ca409 [Bug #758241] When you use asyncore with a non-default map, methods by Andrew M. Kuchling · 21 years ago
  64. d22bb65 Avoid confusing name for the 3rd argument to str.replace(). by Fred Drake · 21 years ago
  65. f12f324 Don't make promises about about the visibility of the induction variable. by Raymond Hettinger · 21 years ago
  66. e4b9d8c Removing bogus Py_DECREF() reported by Armin Rigo (SF bug 812353). by Jeremy Hylton · 21 years ago
  67. 174d276 Fix indentation. by Jeremy Hylton · 21 years ago
  68. fcefd0d Apply patch 823328 -- support for rfc 2617 digestion authentication. by Jeremy Hylton · 21 years ago
  69. 4e21dc9 - make this section format by Fred Drake · 21 years ago
  70. 5e75f15 add missing dependency by Fred Drake · 21 years ago
  71. 5b6150e markup fixes; this would not format by Fred Drake · 21 years ago
  72. 86c60ed ConfigParser.items() and SafeConfigParser.items() no longer return a by Fred Drake · 21 years ago
  73. 8c4da53 Make both items() methods return lists; one had changed to return an by Fred Drake · 21 years ago
  74. de05032 Note the update to Expat 1.95.7. by Fred Drake · 21 years ago
  75. 2d59a49 Provide a bit more information to the compiler when building Expat. by Fred Drake · 21 years ago
  76. 08317ae Update to Expat 1.95.7; there are no changes to the Expat sources. by Fred Drake · 21 years ago
  77. 6aedcfc Add some more items by Andrew M. Kuchling · 21 years ago
  78. 2fb4d51 Document list.sort() changes by Andrew M. Kuchling · 21 years ago
  79. 5717208 Show microseconds, milliseconds or seconds, whichever is most natural, by Guido van Rossum · 21 years ago
  80. 0c9a318 Use 'predicate = bool' as the default predicate for ifilter[false]. by Guido van Rossum · 21 years ago
  81. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  82. 4b17e39 Modify the Py_RETURN_* macros to be of the form ``do {...} while (0)`` in order by Brett Cannon · 21 years ago
  83. 26b3a7b Modified the Py_RETURN_* macros by having the statements surrounded by {} in by Brett Cannon · 21 years ago
  84. d05235e Defined macros Py_RETURN_(TRUE|FALSE|NONE) as helper functions for returning by Brett Cannon · 21 years ago
  85. 52da449 Patch #823259: Update spec file: by Martin v. Löwis · 21 years ago
  86. 01a74b2 Make CObjects mutable. Fixes #477441. by Martin v. Löwis · 21 years ago
  87. 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 21 years ago
  88. dd7eb14 Patch #792869: Clarify error message for parameters declared global, by Martin v. Löwis · 21 years ago
  89. 0f0c06a Removing dead code. by Gustavo Niemeyer · 21 years ago
  90. d969775 Fixed \versionadded for the (?(id/name)yes|no) expression support. by Gustavo Niemeyer · 21 years ago
  91. 9e62ff2 Patch #822994: Consolidate tests for self.closed. by Martin v. Löwis · 21 years ago
  92. 6828e18 Patch #825679: Clarify semantics of .isfoo on empty strings. Backported to 2.3. by Martin v. Löwis · 21 years ago
  93. 849a972 Patch #809535: Mention behaviour of seek on text files. Backported to 2.3. by Martin v. Löwis · 21 years ago
  94. ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 21 years ago
  95. 41e2809 Typo found by Lokasz Pankowski: by Thomas Heller · 21 years ago
  96. ae4a299 Fix typo found by Neal Norwitz. by Raymond Hettinger · 21 years ago
  97. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 21 years ago
  98. 42b1ba3 * list.sort() now supports three keyword arguments: cmp, key, and reverse. by Raymond Hettinger · 21 years ago
  99. 90f7d25 Added Bjorn Pettersen for initial conversion of Lib/platform.py's docstring to LaTeX. by Brett Cannon · 21 years ago
  100. 4fc3855 Initial checkin of docs for Lib/platform.py . by Brett Cannon · 21 years ago