1. 6aedcfc Add some more items by Andrew M. Kuchling · 21 years ago
  2. 2fb4d51 Document list.sort() changes by Andrew M. Kuchling · 21 years ago
  3. 5717208 Show microseconds, milliseconds or seconds, whichever is most natural, by Guido van Rossum · 21 years ago
  4. 0c9a318 Use 'predicate = bool' as the default predicate for ifilter[false]. by Guido van Rossum · 21 years ago
  5. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  6. 4b17e39 Modify the Py_RETURN_* macros to be of the form ``do {...} while (0)`` in order by Brett Cannon · 21 years ago
  7. 26b3a7b Modified the Py_RETURN_* macros by having the statements surrounded by {} in by Brett Cannon · 21 years ago
  8. d05235e Defined macros Py_RETURN_(TRUE|FALSE|NONE) as helper functions for returning by Brett Cannon · 21 years ago
  9. 52da449 Patch #823259: Update spec file: by Martin v. Löwis · 21 years ago
  10. 01a74b2 Make CObjects mutable. Fixes #477441. by Martin v. Löwis · 21 years ago
  11. 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 21 years ago
  12. dd7eb14 Patch #792869: Clarify error message for parameters declared global, by Martin v. Löwis · 21 years ago
  13. 0f0c06a Removing dead code. by Gustavo Niemeyer · 21 years ago
  14. d969775 Fixed \versionadded for the (?(id/name)yes|no) expression support. by Gustavo Niemeyer · 21 years ago
  15. 9e62ff2 Patch #822994: Consolidate tests for self.closed. by Martin v. Löwis · 21 years ago
  16. 6828e18 Patch #825679: Clarify semantics of .isfoo on empty strings. Backported to 2.3. by Martin v. Löwis · 21 years ago
  17. 849a972 Patch #809535: Mention behaviour of seek on text files. Backported to 2.3. by Martin v. Löwis · 21 years ago
  18. ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 21 years ago
  19. 41e2809 Typo found by Lokasz Pankowski: by Thomas Heller · 21 years ago
  20. ae4a299 Fix typo found by Neal Norwitz. by Raymond Hettinger · 21 years ago
  21. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 21 years ago
  22. 42b1ba3 * list.sort() now supports three keyword arguments: cmp, key, and reverse. by Raymond Hettinger · 21 years ago
  23. 90f7d25 Added Bjorn Pettersen for initial conversion of Lib/platform.py's docstring to LaTeX. by Brett Cannon · 21 years ago
  24. 4fc3855 Initial checkin of docs for Lib/platform.py . by Brett Cannon · 21 years ago
  25. d0e2705 Open results files, which contain binary pickles, in binary mode. by Jeremy Hylton · 21 years ago
  26. c2a2832 SF bug #821701: reduce docs neglect a very important piece of information. by Raymond Hettinger · 21 years ago
  27. 7decf5e SF #822262, Typo in Doc/api/intro.tex by Neal Norwitz · 21 years ago
  28. 2bfb94c Add test__locale to expected skip list for Darwin. by Brett Cannon · 21 years ago
  29. 7e94a9a fix for bug [819860]: make sure the buffer gets emptied, even if WEInsert() fails by Just van Rossum · 21 years ago
  30. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  31. cb2da43 Extended tuple's C API to include a new function, PyTuple_Pack() that is by Raymond Hettinger · 21 years ago
  32. d662548 Patch #810914: Return absolute path for mkstemp. Fixes #810408. by Martin v. Löwis · 21 years ago
  33. 411c602 Minor fixup. "Random" was listed twice in __all__. by Raymond Hettinger · 21 years ago
  34. 5d9ca4e Add mention of urlparse becoming RFC 2396 compliant. by Brett Cannon · 21 years ago
  35. 112c1d9 (revision purely to add comment) by Brett Cannon · 21 years ago
  36. 3da46f0 (just for comment to fix previous commit comment) by Brett Cannon · 21 years ago
  37. eab353d See rev. 1.250 for log message by Brett Cannon · 21 years ago
  38. 8da2a52 See rev. 1.42 for log message by Brett Cannon · 21 years ago
  39. 82860df see rev. 1.13 for log message by Brett Cannon · 21 years ago
  40. aac6ae9 SF patch #819955: Erroneous \seemodule in tarfile docs by Raymond Hettinger · 21 years ago
  41. 56bb16f Use the simpler and faster PyArg_UnpackTuple() instead of by Raymond Hettinger · 21 years ago
  42. f34f264 SF bug #820397: __nonzero__() returns 1/0 by Raymond Hettinger · 21 years ago
  43. 40b9df2 add some information about using graphics with the Python document classes by Fred Drake · 21 years ago
  44. 80bd5ca Ouch. Remove debug code containing obscenities. :-) by Guido van Rossum · 21 years ago
  45. b427c00 The fullmodname() function chopped off the first character if the by Guido van Rossum · 21 years ago
  46. 13dbabe To build on windows, the manual editing of the python_nt.rc file to by Thomas Heller · 21 years ago
  47. b97f0b7 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 21 years ago
  48. 3aaad50 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 21 years ago
  49. 98c65be Return a bool rather than an int from proxy_has_key(). by Guido van Rossum · 21 years ago
  50. 22c3dda Fix leak introduced by previous typeobject.c checkin. by Guido van Rossum · 21 years ago
  51. 02c58f8 SF patch #820195 by Wojtek Walczak (gminick at users.sourceforge.net): by Guido van Rossum · 21 years ago
  52. 95a97d5 Fix a typo, discovered by Joonas Paalasmaa. by Thomas Heller · 21 years ago
  53. f563c8b Patch #817329: Use SC_OPEN_MAX to determine MAXFD. Backported to 2.3. by Martin v. Löwis · 21 years ago
  54. 0a4a50d SF patch [ 816787 ] urllib2.URLError don't calll IOError.__init__ by Jeremy Hylton · 21 years ago
  55. 504de6b Fix for SF bug [ 817156 ] invalid \U escape gives 0=length unistr. by Jeremy Hylton · 21 years ago
  56. dbe3d28 Adopt Christian Stork's suggested argument order for the logic quantifiers. by Raymond Hettinger · 21 years ago
  57. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 21 years ago
  58. 5c68ef0 two bugfixes by Anthony Baxter · 21 years ago
  59. bab23cf made the SGI INET_ADDRSTRLEN define apply for any compiler on Irix. Both the by Anthony Baxter · 21 years ago
  60. 6169c6b FreeBSD 4.8 and MacOS X 10.2 have a broken ncurses.h - if you don't by Anthony Baxter · 21 years ago
  61. b8c7876 GNUTranslations._parse(): Initialize local variable k so that if the by Barry Warsaw · 21 years ago
  62. f64ec0f A helper to dump info about the current frame, assuming it is the variable f. by Jeremy Hylton · 21 years ago
  63. d46e684 Check for TclError when reading variables. Fixes #807314. Backported to 2.3. by Martin v. Löwis · 21 years ago
  64. 664a271 - don't re-write a SourceForge authenticated CVS root into the by Fred Drake · 21 years ago
  65. def9934 forgot the NEWS blurb about the change to csv.DictReader by Skip Montanaro · 21 years ago
  66. 0b87444 tweak the docstring to not be so focused on 1.6. by Skip Montanaro · 21 years ago
  67. dffeed3 Make the fieldnames argument optional in the DictReader. If self.fieldnames by Skip Montanaro · 21 years ago
  68. 3bbd654 Patch #813445: Add IPPROTO_IPV6 option to the socketmodule. by Martin v. Löwis · 21 years ago
  69. a0f1734 Patch #813445: Add missing socket.IPPROTO_IPV6. Backported to 2.3. by Martin v. Löwis · 21 years ago
  70. 76bafc6 Patch #814764: Undefine xopen_source on OpenBSD 3.4. Backported to 2.3. by Martin v. Löwis · 21 years ago
  71. 6f75a36 normalize whitespace by Fred Drake · 21 years ago
  72. a6008d0 Make sure the trunk Makefile doesn't require mkhowto to be "installed" by Fred Drake · 21 years ago
  73. d12819c Release 2.3.2 (final) has a windows build number of 49. by Thomas Heller · 21 years ago
  74. 7c49747 updated HPUX notes. by Anthony Baxter · 21 years ago
  75. be0db8b bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the length by Gregory P. Smith · 21 years ago
  76. efb3a16 Various minor updates in the description of mkhowto. by Fred Drake · 21 years ago
  77. 4e3a277 no longer assign into sys; "print chevron" is the way to go by Fred Drake · 21 years ago
  78. 94b3463 We're long past worrying about Python versions older than 1.5.2; by Fred Drake · 21 years ago
  79. 1dc3bb4 Work around minor markup issue: we don't want markup to escape into by Fred Drake · 21 years ago
  80. 292f597 Fix stupid style bug in a second place. by Fred Drake · 21 years ago
  81. c504c20 Fix stupid style bug. by Fred Drake · 21 years ago
  82. 83dd43f workaround for OpenBSD compiler bug w.r.t. handling of overflows. by Anthony Baxter · 21 years ago
  83. 3a01b7d Removed redundant 'return' statement. (Issue 813159) by Steve Purcell · 21 years ago
  84. c2b0081 added 2.3.2 by Anthony Baxter · 21 years ago
  85. 1da0bba Update to match the version used to build the 2.3.2c1 documentation. by Fred Drake · 21 years ago
  86. 69db2b9 - change computation of VERSION to use tools/getversioninfo; this is by Fred Drake · 21 years ago
  87. 984920b Make the embedded hyperlinks work. by Fred Drake · 21 years ago
  88. b36615d - update pkglist.html more frequently, and explain why that's helpful by Fred Drake · 21 years ago
  89. f7a0d68 Update the list of directories passed to py2texi.el. The ordering was by Fred Drake · 21 years ago
  90. d4956aa Make the "path math" more robust, and support both relative and by Fred Drake · 21 years ago
  91. 1eb41e2 Use a threadsafe private DBEnv for each bsddb compatibility interface by Gregory P. Smith · 21 years ago
  92. c8083cf Load the version information from ../Include/patchlevel.h, so there are by Fred Drake · 21 years ago
  93. 43b5e40 * Fix markup. by Raymond Hettinger · 21 years ago
  94. 36bd2a1 The windows build number for 2.3.2c1 is 48 by Thomas Heller · 21 years ago
  95. 6122c12 re.sub expands escape sequences in it's second argument. by Thomas Heller · 21 years ago
  96. b7c9529 Typo: documnetation -> documentation by Thomas Heller · 21 years ago
  97. d4a1419 Lots of markup corrections. Some are minor, but others are not: the by Fred Drake · 21 years ago
  98. cc2e48d Make sure LaTeX2HTML's $TEXINPUTS variable is initialized to include by Fred Drake · 21 years ago
  99. c050119 fix for bug #811160 - autoconf vs. hp/ux system header files. by Anthony Baxter · 21 years ago
  100. e1b38c4 update one more reference to a file that moved from texinputs/ to commontex/ by Fred Drake · 21 years ago