1. 3a833f7 This commit was manufactured by cvs2svn to create tag 'r24'. by cvs2svn · 21 years ago v2.4
  2. e9d719b update gcc ref by Anthony Baxter · 21 years ago
  3. e2648ee doodedoodedoo on the way to 2.4 final by Anthony Baxter · 21 years ago
  4. 6e3fa29 REVERT revision 1.260; the trunk is FROZEN. by Fred Drake · 21 years ago
  5. af1389a Bump buildno for 2.4 release by Martin v. Löwis · 21 years ago
  6. a98825c Fix a nit. by Raymond Hettinger · 21 years ago
  7. e1defa4 Fix argument order in pure python version of nsmallest() and nlargest(). by Raymond Hettinger · 21 years ago
  8. f4c7c40 RFC 2822 describes the characters allowed in a header field name. Conform to by Barry Warsaw · 21 years ago
  9. e48bad7 preparing for 2.4 final (wooooooo!) by Anthony Baxter · 21 years ago
  10. 99b7d64 There's likely nothing more to do to the email package before Python 2.4 is by Barry Warsaw · 21 years ago
  11. 26be206 Whitespace normalization. by Tim Peters · 21 years ago
  12. 2e8c1f1 Fix for SF bug #1072623. When the last line of the input string does not end by Barry Warsaw · 21 years ago
  13. f7f9b6c Fix typo in comment. by Walter Dörwald · 21 years ago
  14. 4fd38b3 Fix typo. by Raymond Hettinger · 21 years ago
  15. 23ce584 Clarify the ordering of dictionary keys. by Raymond Hettinger · 21 years ago
  16. 3de9aa4 Make sure the money formatting recipe can doesn't run out of digits by Raymond Hettinger · 21 years ago
  17. 7a8173a Rename a static variable "history_length" to "_history_length". by Hye-Shik Chang · 21 years ago
  18. 536183b Following a LtU thread, change introductory paragraph of decimal section by Andrew M. Kuchling · 21 years ago
  19. cb328f3 SF patch #1071739 (by Christos Georgiou) by Fredrik Lundh · 21 years ago
  20. f8c6e6a add missing dependency by Fred Drake · 21 years ago
  21. 605ed02 SF bug #1071588 coercing decimal to int doesn't work between -1 and 1 by Raymond Hettinger · 21 years ago
  22. 8f2c4ee SF bug #1071566: moneyfmt recipe in decimal documentation has error by Raymond Hettinger · 21 years ago
  23. 3684c87 Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the by Brett Cannon · 21 years ago
  24. 4c79a83 Hye-Shik Chang's fix for Bug 875692. by Kurt B. Kaiser · 21 years ago
  25. 8e6f2de Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there by Johannes Gijsbers · 21 years ago
  26. 7f13cfa os.walk(): Changed the "sum of bytes consumed by files" example to use by Tim Peters · 21 years ago
  27. 919a3b4 SF bug 1071087: os.walk example for deleting a full tree is sometime wrong. by Tim Peters · 21 years ago
  28. a9cadcd Correct the handling of 0-termination of PyUnicode_AsWideChar() by Marc-André Lemburg · 21 years ago
  29. 6d60c09 Include site-packages directory. by Martin v. Löwis · 21 years ago
  30. 08febeb Add 'linux2' as one of the platforms that does not use the echo service as one by Brett Cannon · 21 years ago
  31. 139af02 Fixed quantize syntax. by Facundo Batista · 21 years ago
  32. e953511 On OpenBSD, terminating IDLE with ctrl-c from the command line caused a by Kurt B. Kaiser · 21 years ago
  33. bae8f37 Fill in the benchmark figures, bogus or not; add a disclaimer by Andrew M. Kuchling · 21 years ago
  34. 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
  35. c64be94 It's GTK+, apparently; remove XXX comment by Andrew M. Kuchling · 21 years ago
  36. 7466659 Bump version number; update patch/bug counts; bet that the final release will be in December by Andrew M. Kuchling · 21 years ago
  37. 5a2bc5f This commit was manufactured by cvs2svn to create tag 'r24c1'. by cvs2svn · 21 years ago v2.4c1
  38. 5cc727a 2.4rc1 by Anthony Baxter · 21 years ago
  39. 39e92ea Mark PyRange_New() as deprecated. by Raymond Hettinger · 21 years ago
  40. a2325f6 SF patch #1068456: small update for pdb docs by Raymond Hettinger · 21 years ago
  41. eac02e6 Add missing have_tcl conditions by Martin v. Löwis · 21 years ago
  42. 2a21679 SF bug #1066036: Typo about PyErr_WriteUnraisable() by Raymond Hettinger · 21 years ago
  43. 83e4a14 SF bug #1067018: Obsolete info in Tutorial 9.1 by Raymond Hettinger · 21 years ago
  44. 88c2595 SF bug #1067023: A small typo by Raymond Hettinger · 21 years ago
  45. b2d5a8e Comment for performance measurement. by Raymond Hettinger · 21 years ago
  46. 2224be6 Remove tempfile after use in test_call_string. by Peter Astrand · 21 years ago
  47. 0bb2a65 split functionality into pystack and pystackv commands. The former will by Skip Montanaro · 21 years ago
  48. 03562a5 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 21 years ago
  49. 5acdf93 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 21 years ago
  50. 49d4213 preparing for rc1 by Anthony Baxter · 21 years ago
  51. 1b626ca Fix pprint to be able to handle objects that don't have a __repr__ by Walter Dörwald · 21 years ago
  52. fdc58f2 SF bug 1066438: datetime.replace method description error by Tim Peters · 21 years ago
  53. 6fe8f19 Back out rev 1.96; see #1009389. by Martin v. Löwis · 21 years ago
  54. 5895481 avoid applying :active to anchors that are only link targets (no href attribute) by Fred Drake · 21 years ago
  55. f7a8899 The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit by Kurt B. Kaiser · 21 years ago
  56. 1681b62 add another way to specify an alternate name for the documentation set, by Fred Drake · 21 years ago
  57. bbc0d44 SF bug 1065388: calendar day/month name lookup too slow by Tim Peters · 21 years ago
  58. fba7369 Patch #1050475: Fix various x86_64 build issues by Martin v. Löwis · 21 years ago
  59. deb39b5 if we treat \LaTeX specially, we need to do the same for \TeX by Fred Drake · 21 years ago
  60. 64f164e - wrap a long line - add directory information for the "What's New" document by Fred Drake · 21 years ago
  61. 9103ec5 avoid the inane markup generated by LaTeX2HTML for \LaTeX; that simply by Fred Drake · 21 years ago
  62. aee4da6 Add options to regrtest.py to make it possible to specify where to put by Walter Dörwald · 21 years ago
  63. 0ca0c64 SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character lines by Tim Peters · 21 years ago
  64. 195404f Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64 by Peter Astrand · 21 years ago
  65. 2dae764 On second thought: "Errors should never pass silently", so barf when a by Just van Rossum · 21 years ago
  66. 48ecacc testing control chars and non-dict root objects by Just van Rossum · 21 years ago
  67. b84330d - \f is not a valid XML character by Just van Rossum · 21 years ago
  68. 26e811a reordered a couple of things by Just van Rossum · 21 years ago
  69. 4416094 SF bug 1060644. Better explanation of min() and max() methods. Thanks Raymond Hettinger and Tim Peters. by Facundo Batista · 21 years ago
  70. 961eda7 SF #1063757: fix markup error (had LaTeX markup in the reST source, oops!). by Greg Ward · 21 years ago
  71. edde492 Minor grammatical errors fixed by Vinay Sajip · 21 years ago
  72. af305b1 remove some generated cruft now that we avoid the removal of elements by Fred Drake · 21 years ago
  73. 2269d86 Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet by Fred Drake · 21 years ago
  74. c686483 add a comment explaining a particular text transformation by Fred Drake · 21 years ago
  75. 758f5ea Replace last two uses of the "list" environment with "description" environments. by Fred Drake · 21 years ago
  76. 52c937d remove unhelpful property setting that overrides the right setting for by Fred Drake · 21 years ago
  77. 8efc80a - remove use of a "list" environment (replace with a table) by Fred Drake · 21 years ago
  78. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 21 years ago
  79. 0a3c818 - hack for MSIE5 to make (real) tables center by Fred Drake · 21 years ago
  80. 9c8149a more HTML styling detail changes by Fred Drake · 21 years ago
  81. 5d93eef move table formatting for grammar productions from HTML to CSS by Fred Drake · 21 years ago
  82. 5b00059 minor markup nits; fix missing whitespace by Fred Drake · 21 years ago
  83. 179b39a remove unreachable cruft by Fred Drake · 21 years ago
  84. 9e927f1 add a comment about one of the remaining warts in the table formatting by Fred Drake · 21 years ago
  85. b194b5b remove comment that seems to be wrong after all; browsers do implement by Fred Drake · 21 years ago
  86. 39a6a6d move much of the table styling out of the HTML and into the CSS; by Fred Drake · 21 years ago
  87. 96b49a5 SF patch 1062495: Modules/zipimport.c does not compile on solaris (Contributed by Niki W. Waibel.) by Raymond Hettinger · 21 years ago
  88. 2c45c9a SF patch 1062495: Modules/zipimport.c does not compile on solaris by Raymond Hettinger · 21 years ago
  89. 41f7038 Avoid a linker warning: MSVC 7 doesn't support /pdb:None, the debug by Thomas Heller · 21 years ago
  90. 0cf87be more more styling to the CSS by Fred Drake · 21 years ago
  91. d7a5bca more XHTML friendliness: <dl compact> becomes well-formed by Fred Drake · 21 years ago
  92. dcb16ac override a bit of LaTeX2HTML so empty table cells don't disappear from by Fred Drake · 21 years ago
  93. 952f880 SF patch #1062279: deque pickling problems (Contributed by Dima Dorfman.) by Raymond Hettinger · 21 years ago
  94. 15056a5 SF 1062353: set pickling problems by Raymond Hettinger · 21 years ago
  95. f8c075c Bump version number Add doctest section Wordsmithing by Andrew M. Kuchling · 21 years ago
  96. 7960bf9 And delete a useless comment. by Tim Peters · 21 years ago
  97. d7bbbbc _OutputRedirectingPdb.trace_dispatch(): Return the base class's by Tim Peters · 21 years ago
  98. 50c6bdb test_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton by Tim Peters · 21 years ago
  99. e0b855f test for fixedness of bug #1057835. (thanks to Raymond for the prod). by Michael W. Hudson · 21 years ago
  100. 05522ad Fix bug by Michael W. Hudson · 21 years ago