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