| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add modified versions of the examples from Sean Reifschneider | Fred Drake | 2003-04-25 | 1 | -0/+36 |
|
|
| * | Backport 1.47 and 1.7 | Raymond Hettinger | 2003-04-25 | 2 | -11/+47 |
|
|
| * | Add cross-references between urllib.urlencode() and cgi.parse_qs[l](). | Fred Drake | 2003-04-24 | 2 | -0/+6 |
|
|
| * | Include notice that the rotor module will be deprecated in Python 2.3. | Fred Drake | 2003-04-24 | 1 | -0/+2 |
|
|
| * | Fix documentation errors in regards to urlretrieve() and local files. | Brett Cannon | 2003-04-24 | 1 | -11/+11 |
|
|
| * | backport note about password limitations | Skip Montanaro | 2003-04-23 | 1 | -0/+7 |
|
|
| * | fsync(): Implemented for Windows, via calling MS _commit. This counts | Tim Peters | 2003-04-23 | 1 | -2/+9 |
|
|
| * | Added documentation for the handle_pi() method, based on SF patch #662464. | Fred Drake | 2003-04-17 | 1 | -1/+15 |
|
|
| * | As discussed on python-dev, revised docs to note that | Raymond Hettinger | 2003-04-16 | 1 | -1/+8 |
|
|
| * | Backport: | Neal Norwitz | 2003-04-11 | 1 | -1/+5 |
|
|
| * | Backport comments about PyObject_Type() (HEAD revisions 1.24, 1.25). | Fred Drake | 2003-04-09 | 1 | -3/+7 |
|
|
| * | Added example of using positional and keyword args with atexit.register(). | Fred Drake | 2003-04-08 | 1 | -0/+15 |
|
|
| * | Match some of the markup changes from the trunk. | Fred Drake | 2003-03-31 | 1 | -3/+4 |
|
|
| * | Fix symbol in grammar; this should fix some hyperlinking in the HTML | Fred Drake | 2003-03-31 | 1 | -1/+1 |
|
|
| * | Backporting docs for email 2.5 | Barry Warsaw | 2003-03-21 | 6 | -13/+27 |
|
|
| * | - added example of using a comparison function with list.sort(), and | Fred Drake | 2003-03-20 | 1 | -6/+35 |
|
|
| * | - backport portions of SF patch #700798: fixes and cleanups for descriptor info | Fred Drake | 2003-03-20 | 1 | -9/+9 |
|
|
| * | - explain what a UNC path is in the makedirs() description, since | Fred Drake | 2003-03-20 | 1 | -2/+5 |
|
|
| * | SF bug #697220, string.strip implementation/doc mismatch | Neal Norwitz | 2003-03-04 | 1 | -0/+2 |
|
|
| * | Backported fix to [521782] unreliable file.read() error handling. | Gustavo Niemeyer | 2003-03-04 | 1 | -1/+3 |
|
|
| * | Typo | Raymond Hettinger | 2003-02-21 | 2 | -2/+2 |
|
|
| * | Backport libtime.tex 1.53: | Raymond Hettinger | 2003-02-21 | 1 | -1/+1 |
|
|
| * | Backport 1.7: Clarify when a read-only object is created. | Raymond Hettinger | 2003-02-21 | 1 | -0/+5 |
|
|
| * | SF bug #685775: turtle circle() documentation error | Raymond Hettinger | 2003-02-21 | 1 | -4/+5 |
|
|
| * | Fix SF bug #687655, String formatting conversions misleading | Neal Norwitz | 2003-02-17 | 1 | -1/+1 |
|
|
| * | backporting Fred's doc fix. | Skip Montanaro | 2003-02-14 | 1 | -2/+3 |
|
|
| * | add missing description of os.extsep | Skip Montanaro | 2003-02-14 | 1 | -0/+5 |
|
|
| * | Fix SF bug #675259, os.environ leaks under FreeBSD and Mac OS X | Neal Norwitz | 2003-02-07 | 1 | -1/+7 |
|
|
| * | Update to better reflect the usage of struct_time instances throughout; | Fred Drake | 2003-02-04 | 1 | -24/+28 |
|
|
| * | backports: | Neal Norwitz | 2003-02-02 | 1 | -2/+95 |
|
|
| * | backport: | Neal Norwitz | 2003-02-02 | 1 | -3/+8 |
|
|
| * | Backport: | Neal Norwitz | 2003-02-02 | 2 | -3/+3 |
|
|
| * | Fix typo reported to python-docs. | Fred Drake | 2003-01-25 | 1 | -1/+1 |
|
|
| * | Backport SF patch #634866: Alex Martelli's corrections to the ref manual. | Raymond Hettinger | 2003-01-19 | 3 | -48/+98 |
|
|
| * | SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' and | Raymond Hettinger | 2003-01-13 | 1 | -1/+4 |
|
|
| * | Backport last change: | Neal Norwitz | 2003-01-12 | 1 | -1/+2 |
|
|
| * | 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 |
|
|
| * | Backport documentation of left-to-right evaluation order. | Raymond Hettinger | 2002-12-16 | 1 | -0/+31 |
|
|
| * | Revise the __all__ index entry a touch. | Fred Drake | 2002-12-07 | 1 | -1/+1 |
|
|
| * | Add __all__ to Reference Manual index. | Raymond Hettinger | 2002-12-07 | 1 | -0/+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 |
|
|
| * | Backport version 1.21: | Walter Dörwald | 2002-12-06 | 1 | -8/+13 |
|
|
| * | 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 | 2 | -3/+4 |
|
|
| * | Fix SF # 646578, Documentation Typo | Neal Norwitz | 2002-12-02 | 1 | -1/+1 |
|
|
| * | Remove unused variable | Neal Norwitz | 2002-12-02 | 1 | -1/+1 |
|
|
| * | Update 2.2 document | Andrew M. Kuchling | 2002-11-27 | 1 | -1/+4 |
|
|