| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Strike any hint that from-import-* could ever be reasonable; it's a | Fred Drake | 2003-01-06 | 1 | -2/+1 |
|
|
| * | Document that apply() is deprecated. See: | Fred Drake | 2003-01-02 | 1 | -0/+3 |
|
|
| * | SF Bug 645777: list.extend() works with any iterable and is no longer | Raymond Hettinger | 2002-12-29 | 1 | -3/+1 |
|
|
| * | Remove extra ")" in example. | Fred Drake | 2002-12-06 | 1 | -1/+1 |
|
|
| * | Typo: "dead lock" --> "deadlock" | Fred Drake | 2002-12-06 | 2 | -2/+2 |
|
|
| * | Fix problem in example code. It's minor in this particular example, | Fred Drake | 2002-12-03 | 1 | -1/+1 |
|
|
| * | Fix example regular expressions that simulate scanf() constructs. | Fred Drake | 2002-12-03 | 1 | -3/+3 |
|
|
| * | Clarify the interpretation of the __getstate__() return value for | Fred Drake | 2002-11-27 | 1 | -3/+9 |
|
|
| * | Note that str.zfill() and the optional argument to str.strip(), | Fred Drake | 2002-11-16 | 1 | -0/+4 |
|
|
| * | SF 639138, Ref. calendar module in time docs | Neal Norwitz | 2002-11-15 | 1 | -0/+3 |
|
|
| * | Document struct_time and the field names. | Fred Drake | 2002-11-13 | 1 | -14/+25 |
|
|
| * | Fix broken markup. | Fred Drake | 2002-11-13 | 1 | -1/+1 |
|
|
| * | Typo: it's --> its | Fred Drake | 2002-11-13 | 2 | -2/+2 |
|
|
| * | Clarified meaning of \w and \W with respect to the UNICODE and LOCALE flags. | Fred Drake | 2002-11-12 | 1 | -5/+5 |
|
|
| * | Clarified documentation of tempnam(). | Fred Drake | 2002-11-12 | 1 | -0/+4 |
|
|
| * | Fix SF #632864, Typo string instead of sting in LibDoc. | Neal Norwitz | 2002-11-03 | 1 | -1/+1 |
|
|
| * | Fix SF #618146, overflow error in calendar module | Neal Norwitz | 2002-11-03 | 1 | -0/+5 |
|
|
| * | Update example for the type() function to use the currently accepted | Fred Drake | 2002-11-01 | 1 | -2/+13 |
|
|
| * | Add notes to the asctime() and ctime() descriptions to make it | Fred Drake | 2002-10-30 | 1 | -0/+2 |
|
|
| * | - The "-" format flag overrides the "0" flag, not the "-" flag. | Fred Drake | 2002-10-25 | 1 | -28/+43 |
|
|
| * | Update an example to use the DOM implementation object. Explain that | Fred Drake | 2002-10-24 | 1 | -8/+28 |
|
|
| * | Deal with a FAQ: | Fred Drake | 2002-10-23 | 1 | -0/+22 |
|
|
| * | Moved description of _urlopener adjacent to the related functions. | Fred Drake | 2002-10-22 | 1 | -18/+35 |
|
|
| * | Clarify what versions of Windows are supported, and add Linux | Fred Drake | 2002-10-22 | 1 | -1/+1 |
|
|
| * | Fix reference to the Fetchmail FAQ: | Fred Drake | 2002-10-18 | 1 | -6/+8 |
|
|
| * | Document urldefrag(). | Fred Drake | 2002-10-16 | 1 | -0/+7 |
|
|
| * | Fix tildes in URLs. Closes SF bug #614821. | Fred Drake | 2002-10-12 | 1 | -3/+4 |
|
|
| * | Backport email 2.4.2 changes from Python 2.3. | Barry Warsaw | 2002-10-10 | 2 | -6/+8 |
|
|
| * | Document when unittest was added to Python. | Fred Drake | 2002-10-10 | 1 | -0/+1 |
|
|
| * | Accept Armin's documentation patch for SF bug #558179. | Fred Drake | 2002-10-09 | 1 | -5/+5 |
|
|
| * | Backport 1.42 documenting impending deprecation in favor of the email | Raymond Hettinger | 2002-10-06 | 1 | -0/+5 |
|
|
| * | Backport 1.13 documenting impending deprecation in favor of the email | Raymond Hettinger | 2002-10-06 | 1 | -1/+5 |
|
|
| * | Backport 1.3 documenting impending deprecation in favor of the email | Raymond Hettinger | 2002-10-06 | 1 | -0/+5 |
|
|
| * | Backport 1.23 documenting impending deprecation in favor to the email | Raymond Hettinger | 2002-10-06 | 1 | -0/+4 |
|
|
| * | Backport 1.4 documenting the impending deprecation of xreadlines. | Raymond Hettinger | 2002-10-06 | 1 | -0/+1 |
|
|
| * | Backport 1.36 documenting Py2.3's impending deprecation of the non-tuple | Raymond Hettinger | 2002-10-06 | 1 | -4/+8 |
|
|
| * | Backport 1.108 documenting Py2.3's impending deprecation of divmod() | Raymond Hettinger | 2002-10-06 | 1 | -0/+3 |
|
|
| * | Backport 1.94: | Raymond Hettinger | 2002-10-05 | 1 | -4/+10 |
|
|
| * | Backport 1.100: Discussion of Stop Iteration in the Iterator Protocol. | Raymond Hettinger | 2002-10-05 | 1 | -0/+7 |
|
|
| * | Backport 1.88 and 1.87: | Raymond Hettinger | 2002-10-05 | 1 | -7/+11 |
|
|
| * | Backport 1.19: | Raymond Hettinger | 2002-10-05 | 1 | -2/+3 |
|
|
| * | Backport 1.30 and 1.29: | Raymond Hettinger | 2002-10-05 | 1 | -1/+4 |
|
|
| * | Backporting of email 2.4 from Python 2.3. Many newly added modules, | Barry Warsaw | 2002-10-04 | 8 | -644/+696 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2002-10-04 | 7 | -0/+831 |
|
|
| * | Another try at clarifying what goes into and comes out of Unicode objects. | Fred Drake | 2002-09-24 | 1 | -4/+0 |
|
|
| * | Clarify that len() of a Unicode string returns the number of storage units, | Fred Drake | 2002-09-24 | 1 | -0/+4 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2002-09-22 | 1 | -0/+254 |
|
|
| * | Fix typo reported by Paul Clifford. | Fred Drake | 2002-09-12 | 1 | -1/+3 |
|
|
| * | Revise text about the level of DOM support, and provide pointers to | Fred Drake | 2002-09-11 | 1 | -29/+38 |
|
|
| * | Clarify who maintains Tkinter and who maintains Tk. | Fred Drake | 2002-09-10 | 1 | -3/+4 |
|
|