1. 166878f Fixing bug #1072259 in SRE. by Gustavo Niemeyer · 21 years ago
  2. 4901a1f Add key= argument to heapq.nsmallest() and heapq.nlargest(). by Raymond Hettinger · 21 years ago
  3. de7b990 Update the MSC6 pythoncore projects to compile for Py2.5 by Raymond Hettinger · 21 years ago
  4. 5d6057f Fix typo. by Raymond Hettinger · 21 years ago
  5. 65a350d SF bug #1076955: Tutorial corrections Part II by Raymond Hettinger · 21 years ago
  6. aa2b2aa SF bug #1076955: Tutorial corrections Part I by Raymond Hettinger · 21 years ago
  7. 4d930be Add all readme files in Tools. by Martin v. Löwis · 21 years ago
  8. 0e920a7 Recompiled binaries after source changes. by Thomas Heller · 21 years ago
  9. 8992b9b printf format code for integers is %d not %s. by Thomas Heller · 21 years ago
  10. fd77c6c Update the filenames in the MSVC project file for Python 2.5. by Thomas Heller · 21 years ago
  11. 6ad6ee6 Update import library name on windows. by Thomas Heller · 21 years ago
  12. ab807e8 Make the example server code clearer; add the corresponding example client. [Bugfix candidate] by Andrew M. Kuchling · 21 years ago
  13. 9cc5cb7 Running the pre-install or post-install script did not work when by Thomas Heller · 21 years ago
  14. cdd6e4d - fix up internal hyperlink generation in PDF formatting so that links at by Fred Drake · 21 years ago
  15. cf05f47 - bump version number for "What's New" document by Fred Drake · 21 years ago
  16. 2db7680 Continue the post-release mechanics; we need a "What's New" document by Fred Drake · 21 years ago
  17. 29eb40c Fix nit. by Raymond Hettinger · 21 years ago
  18. 3805fe7 Mention getservbyport(). There's no patch number in the CVS log, so I assume Barry wrote the code. by Andrew M. Kuchling · 21 years ago
  19. aafdc9c Bump version number by Andrew M. Kuchling · 21 years ago
  20. e2a66bf Remove mention of Template being a subclass of unicode by Andrew M. Kuchling · 21 years ago
  21. b69c49c [Patch #1076365] Correction of name of Template class; add contributor by Andrew M. Kuchling · 21 years ago
  22. fd1c69e7 Bump version number to 2.5. by Martin v. Löwis · 21 years ago
  23. 738131d Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightly modified. by Peter Astrand · 21 years ago
  24. 6fdf3cb Corrected example for replacing shell pipeline. Fixes bug 1073790. by Peter Astrand · 21 years ago
  25. 4871535 Update release date. by Andrew M. Kuchling · 21 years ago
  26. 02d74f6 Hear the #error: change the default value of the mutable_arg argument by Michael W. Hudson · 21 years ago
  27. a3bc546 post 2.4 release machinations by Anthony Baxter · 21 years ago
  28. 4277ed8 whoops! by Anthony Baxter · 21 years ago
  29. 3a833f7 This commit was manufactured by cvs2svn to create tag 'r24'. by cvs2svn · 21 years ago
  30. e9d719b update gcc ref by Anthony Baxter · 21 years ago
  31. e2648ee doodedoodedoo on the way to 2.4 final by Anthony Baxter · 21 years ago
  32. 6e3fa29 REVERT revision 1.260; the trunk is FROZEN. by Fred Drake · 21 years ago
  33. af1389a Bump buildno for 2.4 release by Martin v. Löwis · 21 years ago
  34. a98825c Fix a nit. by Raymond Hettinger · 21 years ago
  35. e1defa4 Fix argument order in pure python version of nsmallest() and nlargest(). by Raymond Hettinger · 21 years ago
  36. f4c7c40 RFC 2822 describes the characters allowed in a header field name. Conform to by Barry Warsaw · 21 years ago
  37. e48bad7 preparing for 2.4 final (wooooooo!) by Anthony Baxter · 21 years ago
  38. 99b7d64 There's likely nothing more to do to the email package before Python 2.4 is by Barry Warsaw · 21 years ago
  39. 26be206 Whitespace normalization. by Tim Peters · 21 years ago
  40. 2e8c1f1 Fix for SF bug #1072623. When the last line of the input string does not end by Barry Warsaw · 21 years ago
  41. f7f9b6c Fix typo in comment. by Walter Dörwald · 21 years ago
  42. 4fd38b3 Fix typo. by Raymond Hettinger · 21 years ago
  43. 23ce584 Clarify the ordering of dictionary keys. by Raymond Hettinger · 21 years ago
  44. 3de9aa4 Make sure the money formatting recipe can doesn't run out of digits by Raymond Hettinger · 21 years ago
  45. 7a8173a Rename a static variable "history_length" to "_history_length". by Hye-Shik Chang · 21 years ago
  46. 536183b Following a LtU thread, change introductory paragraph of decimal section by Andrew M. Kuchling · 21 years ago
  47. cb328f3 SF patch #1071739 (by Christos Georgiou) by Fredrik Lundh · 21 years ago
  48. f8c6e6a add missing dependency by Fred Drake · 21 years ago
  49. 605ed02 SF bug #1071588 coercing decimal to int doesn't work between -1 and 1 by Raymond Hettinger · 21 years ago
  50. 8f2c4ee SF bug #1071566: moneyfmt recipe in decimal documentation has error by Raymond Hettinger · 21 years ago
  51. 3684c87 Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the by Brett Cannon · 21 years ago
  52. 4c79a83 Hye-Shik Chang's fix for Bug 875692. by Kurt B. Kaiser · 21 years ago
  53. 8e6f2de Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there by Johannes Gijsbers · 21 years ago
  54. 7f13cfa os.walk(): Changed the "sum of bytes consumed by files" example to use by Tim Peters · 21 years ago
  55. 919a3b4 SF bug 1071087: os.walk example for deleting a full tree is sometime wrong. by Tim Peters · 21 years ago
  56. a9cadcd Correct the handling of 0-termination of PyUnicode_AsWideChar() by Marc-André Lemburg · 21 years ago
  57. 6d60c09 Include site-packages directory. by Martin v. Löwis · 21 years ago
  58. 08febeb Add 'linux2' as one of the platforms that does not use the echo service as one by Brett Cannon · 21 years ago
  59. 139af02 Fixed quantize syntax. by Facundo Batista · 21 years ago
  60. e953511 On OpenBSD, terminating IDLE with ctrl-c from the command line caused a by Kurt B. Kaiser · 21 years ago
  61. bae8f37 Fill in the benchmark figures, bogus or not; add a disclaimer by Andrew M. Kuchling · 21 years ago
  62. 067947e Last pass to fill in contributor names; remove stray 'contributed by' from the incompatible changes section; remove some XXX comments by Andrew M. Kuchling · 21 years ago
  63. c64be94 It's GTK+, apparently; remove XXX comment by Andrew M. Kuchling · 21 years ago
  64. 7466659 Bump version number; update patch/bug counts; bet that the final release will be in December by Andrew M. Kuchling · 21 years ago
  65. 5a2bc5f This commit was manufactured by cvs2svn to create tag 'r24c1'. by cvs2svn · 21 years ago
  66. 5cc727a 2.4rc1 by Anthony Baxter · 21 years ago
  67. 39e92ea Mark PyRange_New() as deprecated. by Raymond Hettinger · 21 years ago
  68. a2325f6 SF patch #1068456: small update for pdb docs by Raymond Hettinger · 21 years ago
  69. eac02e6 Add missing have_tcl conditions by Martin v. Löwis · 21 years ago
  70. 2a21679 SF bug #1066036: Typo about PyErr_WriteUnraisable() by Raymond Hettinger · 21 years ago
  71. 83e4a14 SF bug #1067018: Obsolete info in Tutorial 9.1 by Raymond Hettinger · 21 years ago
  72. 88c2595 SF bug #1067023: A small typo by Raymond Hettinger · 21 years ago
  73. b2d5a8e Comment for performance measurement. by Raymond Hettinger · 21 years ago
  74. 2224be6 Remove tempfile after use in test_call_string. by Peter Astrand · 21 years ago
  75. 0bb2a65 split functionality into pystack and pystackv commands. The former will by Skip Montanaro · 21 years ago
  76. 03562a5 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 21 years ago
  77. 5acdf93 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 21 years ago
  78. 49d4213 preparing for rc1 by Anthony Baxter · 21 years ago
  79. 1b626ca Fix pprint to be able to handle objects that don't have a __repr__ by Walter Dörwald · 21 years ago
  80. fdc58f2 SF bug 1066438: datetime.replace method description error by Tim Peters · 21 years ago
  81. 6fe8f19 Back out rev 1.96; see #1009389. by Martin v. Löwis · 21 years ago
  82. 5895481 avoid applying :active to anchors that are only link targets (no href attribute) by Fred Drake · 21 years ago
  83. f7a8899 The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit by Kurt B. Kaiser · 21 years ago
  84. 1681b62 add another way to specify an alternate name for the documentation set, by Fred Drake · 21 years ago
  85. bbc0d44 SF bug 1065388: calendar day/month name lookup too slow by Tim Peters · 21 years ago
  86. fba7369 Patch #1050475: Fix various x86_64 build issues by Martin v. Löwis · 21 years ago
  87. deb39b5 if we treat \LaTeX specially, we need to do the same for \TeX by Fred Drake · 21 years ago
  88. 64f164e - wrap a long line - add directory information for the "What's New" document by Fred Drake · 21 years ago
  89. 9103ec5 avoid the inane markup generated by LaTeX2HTML for \LaTeX; that simply by Fred Drake · 21 years ago
  90. aee4da6 Add options to regrtest.py to make it possible to specify where to put by Walter Dörwald · 21 years ago
  91. 0ca0c64 SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character lines by Tim Peters · 21 years ago
  92. 195404f Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64 by Peter Astrand · 21 years ago
  93. 2dae764 On second thought: "Errors should never pass silently", so barf when a by Just van Rossum · 21 years ago
  94. 48ecacc testing control chars and non-dict root objects by Just van Rossum · 21 years ago
  95. b84330d - \f is not a valid XML character by Just van Rossum · 21 years ago
  96. 26e811a reordered a couple of things by Just van Rossum · 21 years ago
  97. 4416094 SF bug 1060644. Better explanation of min() and max() methods. Thanks Raymond Hettinger and Tim Peters. by Facundo Batista · 21 years ago
  98. 961eda7 SF #1063757: fix markup error (had LaTeX markup in the reST source, oops!). by Greg Ward · 21 years ago
  99. edde492 Minor grammatical errors fixed by Vinay Sajip · 21 years ago
  100. af305b1 remove some generated cruft now that we avoid the removal of elements by Fred Drake · 21 years ago