1. 0a9b9da Add list.sorted() classmethod. by Raymond Hettinger · 21 years ago
  2. c43a7e7 SF bug #827902: ctime is not creation time by Raymond Hettinger · 21 years ago
  3. 9920430 SF #775057, fix IDLE problem in about dialog by Neal Norwitz · 21 years ago
  4. 030f68a note db2pickle/pickle2db tweaks by Skip Montanaro · 21 years ago
  5. 48f9c6d allow dump/load of gdbm files by Skip Montanaro · 21 years ago
  6. 9c8f7ea Fixed dis.disassemble_string(). Added dis.findlinestarts(). SF bug 811294 by Armin Rigo · 21 years ago
  7. 3be6d5d Documented gc.get_referrers() as dangerous. SF bug 793822 by Armin Rigo · 21 years ago
  8. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 21 years ago
  9. 0e4f764 Fix nits in error messages. by Raymond Hettinger · 21 years ago
  10. 8476c4d SF bug #827902: ctime is not creation time by Raymond Hettinger · 21 years ago
  11. 0f10343 Docstring fix: XHTML 1.0 entities are supported by Andrew M. Kuchling · 21 years ago
  12. 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
  13. 405a795 Patch #803998: Correctly check for error in SSL_write. by Martin v. Löwis · 21 years ago
  14. 11892ec Patch #817854: Add missing operations for SSLFile. Fixes #792101. by Martin v. Löwis · 21 years ago
  15. 98779e0 Fix Greg Ward's error message nit: PyObject_SetItem and PySequenceSetItem by Raymond Hettinger · 21 years ago
  16. 9c7ed4c Document that varlist can be NULL. by Raymond Hettinger · 21 years ago
  17. cca3491 Another instance of the same typo. by Steve Purcell · 21 years ago
  18. d591f66 Replace the window() example with pairwise() which demonstrates tee(). by Raymond Hettinger · 21 years ago
  19. f0c5aec Minor improvements to itertools.tee(): by Raymond Hettinger · 21 years ago
  20. 397b45d Incorporated patch 819077, from George Yoshida: by Steve Purcell · 21 years ago
  21. a253e18 regressing the performance bugfix -- Guido wants the performance bug left by Alex Martelli · 21 years ago
  22. 1d313ab oh dear. Wrong manipulation. Committed a version of ceval.c from my by Armin Rigo · 21 years ago
  23. 092381a Made function declaration a proper C prototype by Armin Rigo · 21 years ago
  24. 8ed69e3 SF #829941, update tutorial, built-in types can be base classes since 2.2 by Neal Norwitz · 21 years ago
  25. dd66645 document the performance fix to builtin_sum(). by Alex Martelli · 21 years ago
  26. a2777d3 Changed builtin_sum to use PyNumber_InPlaceAdd (same semantics, but fixes by Alex Martelli · 21 years ago
  27. 5cf6394 Use PyArg_UnpackTuple() where possible. by Raymond Hettinger · 21 years ago
  28. 4514369 Improvements to coding for itertools.tee(): by Raymond Hettinger · 21 years ago
  29. 23b44a3 Patch #812378: Normalize white space. by Martin v. Löwis · 21 years ago
  30. f8d59d2 Patch #828384: Don't discard nested exception in AddObject. by Martin v. Löwis · 21 years ago
  31. 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
  32. 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
  33. 1b3c04b Fixed bug introduced in revision 1.27 by Armin Rigo · 21 years ago
  34. 4894c30 Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap(). by Walter Dörwald · 21 years ago
  35. 6a5b027 Added itertools.tee() by Raymond Hettinger · 21 years ago
  36. 16b9fa8 - The pwd module incorrectly advertised its struct type as by Guido van Rossum · 21 years ago
  37. 50a2570 Record an item I missed and bump the version number. [2.3 bugfix candidate.] by Andrew M. Kuchling · 21 years ago
  38. d4210bc Patch #813200: Quote executable path on Windows. Fixes #811082. by Martin v. Löwis · 21 years ago
  39. ee950ff - add "Why is Python installed on my computer?" as a documentation FAQ by Fred Drake · 21 years ago
  40. 38443c1 Remove unneeded import. by Guido van Rossum · 21 years ago
  41. 97aa32b Replace a reduce() with sum(). by Raymond Hettinger · 21 years ago
  42. 7cebbf3 Add docstring by Andrew M. Kuchling · 21 years ago
  43. 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
  44. 38afcef [Bug #809174] loads() and dumps() not documented by Andrew M. Kuchling · 21 years ago
  45. f9ca409 [Bug #758241] When you use asyncore with a non-default map, methods by Andrew M. Kuchling · 21 years ago
  46. d22bb65 Avoid confusing name for the 3rd argument to str.replace(). by Fred Drake · 21 years ago
  47. f12f324 Don't make promises about about the visibility of the induction variable. by Raymond Hettinger · 21 years ago
  48. e4b9d8c Removing bogus Py_DECREF() reported by Armin Rigo (SF bug 812353). by Jeremy Hylton · 21 years ago
  49. 174d276 Fix indentation. by Jeremy Hylton · 21 years ago
  50. fcefd0d Apply patch 823328 -- support for rfc 2617 digestion authentication. by Jeremy Hylton · 21 years ago
  51. 4e21dc9 - make this section format by Fred Drake · 21 years ago
  52. 5e75f15 add missing dependency by Fred Drake · 21 years ago
  53. 5b6150e markup fixes; this would not format by Fred Drake · 21 years ago
  54. 86c60ed ConfigParser.items() and SafeConfigParser.items() no longer return a by Fred Drake · 21 years ago
  55. 8c4da53 Make both items() methods return lists; one had changed to return an by Fred Drake · 21 years ago
  56. de05032 Note the update to Expat 1.95.7. by Fred Drake · 21 years ago
  57. 2d59a49 Provide a bit more information to the compiler when building Expat. by Fred Drake · 21 years ago
  58. 08317ae Update to Expat 1.95.7; there are no changes to the Expat sources. by Fred Drake · 21 years ago
  59. 6aedcfc Add some more items by Andrew M. Kuchling · 21 years ago
  60. 2fb4d51 Document list.sort() changes by Andrew M. Kuchling · 21 years ago
  61. 5717208 Show microseconds, milliseconds or seconds, whichever is most natural, by Guido van Rossum · 21 years ago
  62. 0c9a318 Use 'predicate = bool' as the default predicate for ifilter[false]. by Guido van Rossum · 21 years ago
  63. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  64. 4b17e39 Modify the Py_RETURN_* macros to be of the form ``do {...} while (0)`` in order by Brett Cannon · 21 years ago
  65. 26b3a7b Modified the Py_RETURN_* macros by having the statements surrounded by {} in by Brett Cannon · 21 years ago
  66. d05235e Defined macros Py_RETURN_(TRUE|FALSE|NONE) as helper functions for returning by Brett Cannon · 21 years ago
  67. 52da449 Patch #823259: Update spec file: by Martin v. Löwis · 21 years ago
  68. 01a74b2 Make CObjects mutable. Fixes #477441. by Martin v. Löwis · 21 years ago
  69. 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 21 years ago
  70. dd7eb14 Patch #792869: Clarify error message for parameters declared global, by Martin v. Löwis · 21 years ago
  71. 0f0c06a Removing dead code. by Gustavo Niemeyer · 21 years ago
  72. d969775 Fixed \versionadded for the (?(id/name)yes|no) expression support. by Gustavo Niemeyer · 21 years ago
  73. 9e62ff2 Patch #822994: Consolidate tests for self.closed. by Martin v. Löwis · 21 years ago
  74. 6828e18 Patch #825679: Clarify semantics of .isfoo on empty strings. Backported to 2.3. by Martin v. Löwis · 21 years ago
  75. 849a972 Patch #809535: Mention behaviour of seek on text files. Backported to 2.3. by Martin v. Löwis · 21 years ago
  76. ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 21 years ago
  77. 41e2809 Typo found by Lokasz Pankowski: by Thomas Heller · 21 years ago
  78. ae4a299 Fix typo found by Neal Norwitz. by Raymond Hettinger · 21 years ago
  79. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 21 years ago
  80. 42b1ba3 * list.sort() now supports three keyword arguments: cmp, key, and reverse. by Raymond Hettinger · 21 years ago
  81. 90f7d25 Added Bjorn Pettersen for initial conversion of Lib/platform.py's docstring to LaTeX. by Brett Cannon · 21 years ago
  82. 4fc3855 Initial checkin of docs for Lib/platform.py . by Brett Cannon · 21 years ago
  83. d0e2705 Open results files, which contain binary pickles, in binary mode. by Jeremy Hylton · 21 years ago
  84. c2a2832 SF bug #821701: reduce docs neglect a very important piece of information. by Raymond Hettinger · 21 years ago
  85. 7decf5e SF #822262, Typo in Doc/api/intro.tex by Neal Norwitz · 21 years ago
  86. 2bfb94c Add test__locale to expected skip list for Darwin. by Brett Cannon · 21 years ago
  87. 7e94a9a fix for bug [819860]: make sure the buffer gets emptied, even if WEInsert() fails by Just van Rossum · 21 years ago
  88. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  89. cb2da43 Extended tuple's C API to include a new function, PyTuple_Pack() that is by Raymond Hettinger · 21 years ago
  90. d662548 Patch #810914: Return absolute path for mkstemp. Fixes #810408. by Martin v. Löwis · 21 years ago
  91. 411c602 Minor fixup. "Random" was listed twice in __all__. by Raymond Hettinger · 21 years ago
  92. 5d9ca4e Add mention of urlparse becoming RFC 2396 compliant. by Brett Cannon · 21 years ago
  93. 112c1d9 (revision purely to add comment) by Brett Cannon · 21 years ago
  94. 3da46f0 (just for comment to fix previous commit comment) by Brett Cannon · 21 years ago
  95. eab353d See rev. 1.250 for log message by Brett Cannon · 21 years ago
  96. 8da2a52 See rev. 1.42 for log message by Brett Cannon · 21 years ago
  97. 82860df see rev. 1.13 for log message by Brett Cannon · 21 years ago
  98. aac6ae9 SF patch #819955: Erroneous \seemodule in tarfile docs by Raymond Hettinger · 21 years ago
  99. 56bb16f Use the simpler and faster PyArg_UnpackTuple() instead of by Raymond Hettinger · 21 years ago
  100. f34f264 SF bug #820397: __nonzero__() returns 1/0 by Raymond Hettinger · 21 years ago