| Commit message (Expand) | Author | Age | Files | Lines |
| * | Backport library tour, glossary, and small fixups to the tutorial. | Raymond Hettinger | 2003-12-04 | 1 | -8/+331 |
|
|
| * | Bump some version numbers. | Fred Drake | 2003-12-04 | 2 | -4/+4 |
|
|
| * | Backport checkin: | Walter Dörwald | 2003-12-03 | 1 | -1/+1 |
|
|
| * | Patch #849350: Update to document bool return values. | Martin v. Löwis | 2003-11-27 | 4 | -4/+4 |
|
|
| * | More words: gave more motivation, and added cautions about the special | Tim Peters | 2003-11-21 | 1 | -10/+51 |
|
|
| * | Add a missing import. Closes SF # 816344. Will forward port. | Barry Warsaw | 2003-11-21 | 1 | -0/+1 |
|
|
| * | Generator's constructor: The documentation was incorrect regarding how | Barry Warsaw | 2003-11-19 | 1 | -3/+2 |
|
|
| * | Patch #843088: Fix typos. | Martin v. Löwis | 2003-11-18 | 2 | -3/+3 |
|
|
| * | Fix typo | Raymond Hettinger | 2003-11-16 | 1 | -1/+1 |
|
|
| * | add missing "if" | Fred Drake | 2003-11-10 | 1 | -1/+1 |
|
|
| * | Backport of 1.26: | Michael W. Hudson | 2003-11-07 | 1 | -1/+1 |
|
|
| * | Patch #837322: Clarify owning, borrowing, stealing. | Martin v. Löwis | 2003-11-06 | 1 | -6/+10 |
|
|
| * | fix SF bug # 812818 | Alex Martelli | 2003-11-02 | 1 | -5/+41 |
|
|
| * | Avoid giving advice that's bad for security, as per SF bug #823515 | Alex Martelli | 2003-11-02 | 1 | -1/+3 |
|
|
| * | clarified (in the 5.14 summary) that tests and comparisons all chain, | Alex Martelli | 2003-11-02 | 1 | -3/+3 |
|
|
| * | SF patch #834444: add versionadd to new functions | Raymond Hettinger | 2003-11-02 | 1 | -0/+2 |
|
|
| * | [Bug #817178] Fix incorrect arguments in example, noted by Terry Reedy | Andrew M. Kuchling | 2003-10-31 | 1 | -1/+1 |
|
|
| * | Patch #830858: Correct the number of is-functions. | Martin v. Löwis | 2003-10-31 | 1 | -1/+1 |
|
|
| * | SF bug #827902: ctime is not creation time | Raymond Hettinger | 2003-10-29 | 1 | -2/+3 |
|
|
| * | SF bug #827902: ctime is not creation time | Raymond Hettinger | 2003-10-27 | 1 | -1/+2 |
|
|
| * | Document that varlist can be NULL. | Raymond Hettinger | 2003-10-26 | 1 | -2/+4 |
|
|
| * | SF #829941, update tutorial, built-in types can be base classes since 2.2 | Neal Norwitz | 2003-10-25 | 1 | -2/+2 |
|
|
| * | Avoid confusing name for the 3rd argument to str.replace(). | Fred Drake | 2003-10-22 | 1 | -3/+3 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2003-10-21 | 4 | -0/+605 |
|
|
| * | Don't make promises about about the visibility of the induction variable. | Raymond Hettinger | 2003-10-21 | 1 | -12/+0 |
|
|
| * | ConfigParser.items() and SafeConfigParser.items() no longer return a | Fred Drake | 2003-10-21 | 1 | -3/+3 |
|
|
| * | Backport 1.19: | Raymond Hettinger | 2003-10-20 | 1 | -4/+2 |
|
|
| * | Backport checkin: | Walter Dörwald | 2003-10-20 | 6 | -6/+6 |
|
|
| * | Patch #821093: Fix various typos. | Martin v. Löwis | 2003-10-19 | 8 | -14/+14 |
|
|
| * | Patch #825679: Clarify semantics of .isfoo on empty strings. | Martin v. Löwis | 2003-10-18 | 1 | -5/+7 |
|
|
| * | Patch #809535: Mention behaviour of seek on text files. | Martin v. Löwis | 2003-10-18 | 1 | -1/+6 |
|
|
| * | Fix typo found by Lukasz Pankowski: | Thomas Heller | 2003-10-16 | 1 | -1/+1 |
|
|
| * | SF bug #821701: reduce docs neglect a very important piece of information. | Raymond Hettinger | 2003-10-13 | 1 | -1/+3 |
|
|
| * | SF #822262, Typo in Doc/api/intro.tex | Neal Norwitz | 2003-10-13 | 1 | -1/+1 |
|
|
| * | SF patch #819955: Erroneous \seemodule in tarfile docs | Raymond Hettinger | 2003-10-12 | 1 | -1/+1 |
|
|
| * | Fix a typo, discovered by Joonas Paalasmaa. | Thomas Heller | 2003-10-08 | 1 | -2/+2 |
|
|
| * | Adopt Christian Stork's suggested argument order for quantifier examples. | Raymond Hettinger | 2003-10-05 | 1 | -4/+4 |
|
|
| * | - don't re-write a SourceForge authenticated CVS root into the | Fred Drake | 2003-10-03 | 1 | -4/+7 |
|
|
| * | added a warning from Greg about legacy mode with threads. | Anthony Baxter | 2003-10-01 | 1 | -0/+8 |
|
|
| * | Revert the last change to this script on the 2.3.x maint branch; the | Fred Drake | 2003-09-30 | 1 | -6/+4 |
|
|
| * | Work around minor markup issue: we don't want markup to escape into | Fred Drake | 2003-09-30 | 1 | -1/+1 |
|
|
| * | Bump version numbers for the coming release. | Fred Drake | 2003-09-30 | 2 | -3/+3 |
|
|
| * | Update to CSS from trunk revision 1.35. | Fred Drake | 2003-09-30 | 1 | -5/+21 |
|
|
| * | Backport changes from trunk needed to make the GNU info format build. | Fred Drake | 2003-09-29 | 2 | -3/+9 |
|
|
| * | Backported from trunk revision 1.16: | Fred Drake | 2003-09-28 | 1 | -4/+6 |
|
|
| * | - update pkglist.html more frequently, and explain why that's helpful | Fred Drake | 2003-09-28 | 1 | -3/+15 |
|
|
| * | re.sub expands escape sequences in it's second argument. | Thomas Heller | 2003-09-27 | 1 | -1/+1 |
|
|
| * | Typo: documnetation -> documentation | Thomas Heller | 2003-09-27 | 1 | -1/+1 |
|
|
| * | Make sure LaTeX2HTML's $TEXINPUTS variable is initialized to include | Fred Drake | 2003-09-27 | 1 | -1/+13 |
|
|
| * | update one more reference to a file that moved from texinputs/ to | Fred Drake | 2003-09-27 | 1 | -1/+1 |
|
|