1. 23b44a3 Patch #812378: Normalize white space. by Martin v. Löwis · 21 years ago
  2. f8d59d2 Patch #828384: Don't discard nested exception in AddObject. by Martin v. Löwis · 21 years ago
  3. 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
  4. 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
  5. 1b3c04b Fixed bug introduced in revision 1.27 by Armin Rigo · 21 years ago
  6. 4894c30 Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap(). by Walter Dörwald · 21 years ago
  7. 6a5b027 Added itertools.tee() by Raymond Hettinger · 21 years ago
  8. 16b9fa8 - The pwd module incorrectly advertised its struct type as by Guido van Rossum · 21 years ago
  9. 50a2570 Record an item I missed and bump the version number. [2.3 bugfix candidate.] by Andrew M. Kuchling · 21 years ago
  10. d4210bc Patch #813200: Quote executable path on Windows. Fixes #811082. by Martin v. Löwis · 21 years ago
  11. ee950ff - add "Why is Python installed on my computer?" as a documentation FAQ by Fred Drake · 21 years ago
  12. 38443c1 Remove unneeded import. by Guido van Rossum · 21 years ago
  13. 97aa32b Replace a reduce() with sum(). by Raymond Hettinger · 21 years ago
  14. 7cebbf3 Add docstring by Andrew M. Kuchling · 21 years ago
  15. 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
  16. 38afcef [Bug #809174] loads() and dumps() not documented by Andrew M. Kuchling · 21 years ago
  17. f9ca409 [Bug #758241] When you use asyncore with a non-default map, methods by Andrew M. Kuchling · 21 years ago
  18. d22bb65 Avoid confusing name for the 3rd argument to str.replace(). by Fred Drake · 21 years ago
  19. f12f324 Don't make promises about about the visibility of the induction variable. by Raymond Hettinger · 21 years ago
  20. e4b9d8c Removing bogus Py_DECREF() reported by Armin Rigo (SF bug 812353). by Jeremy Hylton · 21 years ago
  21. 174d276 Fix indentation. by Jeremy Hylton · 21 years ago
  22. fcefd0d Apply patch 823328 -- support for rfc 2617 digestion authentication. by Jeremy Hylton · 21 years ago
  23. 4e21dc9 - make this section format by Fred Drake · 21 years ago
  24. 5e75f15 add missing dependency by Fred Drake · 21 years ago
  25. 5b6150e markup fixes; this would not format by Fred Drake · 21 years ago
  26. 86c60ed ConfigParser.items() and SafeConfigParser.items() no longer return a by Fred Drake · 21 years ago
  27. 8c4da53 Make both items() methods return lists; one had changed to return an by Fred Drake · 21 years ago
  28. de05032 Note the update to Expat 1.95.7. by Fred Drake · 21 years ago
  29. 2d59a49 Provide a bit more information to the compiler when building Expat. by Fred Drake · 21 years ago
  30. 08317ae Update to Expat 1.95.7; there are no changes to the Expat sources. by Fred Drake · 21 years ago
  31. 6aedcfc Add some more items by Andrew M. Kuchling · 21 years ago
  32. 2fb4d51 Document list.sort() changes by Andrew M. Kuchling · 21 years ago
  33. 5717208 Show microseconds, milliseconds or seconds, whichever is most natural, by Guido van Rossum · 21 years ago
  34. 0c9a318 Use 'predicate = bool' as the default predicate for ifilter[false]. by Guido van Rossum · 21 years ago
  35. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  36. 4b17e39 Modify the Py_RETURN_* macros to be of the form ``do {...} while (0)`` in order by Brett Cannon · 21 years ago
  37. 26b3a7b Modified the Py_RETURN_* macros by having the statements surrounded by {} in by Brett Cannon · 21 years ago
  38. d05235e Defined macros Py_RETURN_(TRUE|FALSE|NONE) as helper functions for returning by Brett Cannon · 21 years ago
  39. 52da449 Patch #823259: Update spec file: by Martin v. Löwis · 21 years ago
  40. 01a74b2 Make CObjects mutable. Fixes #477441. by Martin v. Löwis · 21 years ago
  41. 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 21 years ago
  42. dd7eb14 Patch #792869: Clarify error message for parameters declared global, by Martin v. Löwis · 21 years ago
  43. 0f0c06a Removing dead code. by Gustavo Niemeyer · 21 years ago
  44. d969775 Fixed \versionadded for the (?(id/name)yes|no) expression support. by Gustavo Niemeyer · 21 years ago
  45. 9e62ff2 Patch #822994: Consolidate tests for self.closed. by Martin v. Löwis · 21 years ago
  46. 6828e18 Patch #825679: Clarify semantics of .isfoo on empty strings. Backported to 2.3. by Martin v. Löwis · 21 years ago
  47. 849a972 Patch #809535: Mention behaviour of seek on text files. Backported to 2.3. by Martin v. Löwis · 21 years ago
  48. ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 21 years ago
  49. 41e2809 Typo found by Lokasz Pankowski: by Thomas Heller · 21 years ago
  50. ae4a299 Fix typo found by Neal Norwitz. by Raymond Hettinger · 21 years ago
  51. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 21 years ago
  52. 42b1ba3 * list.sort() now supports three keyword arguments: cmp, key, and reverse. by Raymond Hettinger · 21 years ago
  53. 90f7d25 Added Bjorn Pettersen for initial conversion of Lib/platform.py's docstring to LaTeX. by Brett Cannon · 21 years ago
  54. 4fc3855 Initial checkin of docs for Lib/platform.py . by Brett Cannon · 21 years ago
  55. d0e2705 Open results files, which contain binary pickles, in binary mode. by Jeremy Hylton · 21 years ago
  56. c2a2832 SF bug #821701: reduce docs neglect a very important piece of information. by Raymond Hettinger · 21 years ago
  57. 7decf5e SF #822262, Typo in Doc/api/intro.tex by Neal Norwitz · 21 years ago
  58. 2bfb94c Add test__locale to expected skip list for Darwin. by Brett Cannon · 21 years ago
  59. 7e94a9a fix for bug [819860]: make sure the buffer gets emptied, even if WEInsert() fails by Just van Rossum · 21 years ago
  60. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  61. cb2da43 Extended tuple's C API to include a new function, PyTuple_Pack() that is by Raymond Hettinger · 21 years ago
  62. d662548 Patch #810914: Return absolute path for mkstemp. Fixes #810408. by Martin v. Löwis · 21 years ago
  63. 411c602 Minor fixup. "Random" was listed twice in __all__. by Raymond Hettinger · 21 years ago
  64. 5d9ca4e Add mention of urlparse becoming RFC 2396 compliant. by Brett Cannon · 21 years ago
  65. 112c1d9 (revision purely to add comment) by Brett Cannon · 21 years ago
  66. 3da46f0 (just for comment to fix previous commit comment) by Brett Cannon · 21 years ago
  67. eab353d See rev. 1.250 for log message by Brett Cannon · 21 years ago
  68. 8da2a52 See rev. 1.42 for log message by Brett Cannon · 21 years ago
  69. 82860df see rev. 1.13 for log message by Brett Cannon · 21 years ago
  70. aac6ae9 SF patch #819955: Erroneous \seemodule in tarfile docs by Raymond Hettinger · 21 years ago
  71. 56bb16f Use the simpler and faster PyArg_UnpackTuple() instead of by Raymond Hettinger · 21 years ago
  72. f34f264 SF bug #820397: __nonzero__() returns 1/0 by Raymond Hettinger · 21 years ago
  73. 40b9df2 add some information about using graphics with the Python document classes by Fred Drake · 21 years ago
  74. 80bd5ca Ouch. Remove debug code containing obscenities. :-) by Guido van Rossum · 21 years ago
  75. b427c00 The fullmodname() function chopped off the first character if the by Guido van Rossum · 21 years ago
  76. 13dbabe To build on windows, the manual editing of the python_nt.rc file to by Thomas Heller · 21 years ago
  77. b97f0b7 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 21 years ago
  78. 3aaad50 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 21 years ago
  79. 98c65be Return a bool rather than an int from proxy_has_key(). by Guido van Rossum · 21 years ago
  80. 22c3dda Fix leak introduced by previous typeobject.c checkin. by Guido van Rossum · 21 years ago
  81. 02c58f8 SF patch #820195 by Wojtek Walczak (gminick at users.sourceforge.net): by Guido van Rossum · 21 years ago
  82. 95a97d5 Fix a typo, discovered by Joonas Paalasmaa. by Thomas Heller · 21 years ago
  83. f563c8b Patch #817329: Use SC_OPEN_MAX to determine MAXFD. Backported to 2.3. by Martin v. Löwis · 21 years ago
  84. 0a4a50d SF patch [ 816787 ] urllib2.URLError don't calll IOError.__init__ by Jeremy Hylton · 21 years ago
  85. 504de6b Fix for SF bug [ 817156 ] invalid \U escape gives 0=length unistr. by Jeremy Hylton · 21 years ago
  86. dbe3d28 Adopt Christian Stork's suggested argument order for the logic quantifiers. by Raymond Hettinger · 21 years ago
  87. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 21 years ago
  88. 5c68ef0 two bugfixes by Anthony Baxter · 21 years ago
  89. bab23cf made the SGI INET_ADDRSTRLEN define apply for any compiler on Irix. Both the by Anthony Baxter · 21 years ago
  90. 6169c6b FreeBSD 4.8 and MacOS X 10.2 have a broken ncurses.h - if you don't by Anthony Baxter · 21 years ago
  91. b8c7876 GNUTranslations._parse(): Initialize local variable k so that if the by Barry Warsaw · 21 years ago
  92. f64ec0f A helper to dump info about the current frame, assuming it is the variable f. by Jeremy Hylton · 21 years ago
  93. d46e684 Check for TclError when reading variables. Fixes #807314. Backported to 2.3. by Martin v. Löwis · 21 years ago
  94. 664a271 - don't re-write a SourceForge authenticated CVS root into the by Fred Drake · 21 years ago
  95. def9934 forgot the NEWS blurb about the change to csv.DictReader by Skip Montanaro · 21 years ago
  96. 0b87444 tweak the docstring to not be so focused on 1.6. by Skip Montanaro · 21 years ago
  97. dffeed3 Make the fieldnames argument optional in the DictReader. If self.fieldnames by Skip Montanaro · 21 years ago
  98. 3bbd654 Patch #813445: Add IPPROTO_IPV6 option to the socketmodule. by Martin v. Löwis · 21 years ago
  99. a0f1734 Patch #813445: Add missing socket.IPPROTO_IPV6. Backported to 2.3. by Martin v. Löwis · 21 years ago
  100. 76bafc6 Patch #814764: Undefine xopen_source on OpenBSD 3.4. Backported to 2.3. by Martin v. Löwis · 21 years ago