| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set release information for Python 2.2.3. | Fred Drake | 2003-05-29 | 2 | -3/+3 |
|
|
| * | update copyright dates | Fred Drake | 2003-05-22 | 1 | -1/+1 |
|
|
| * | Correct dependency information -- the Python docs load the "About this | Fred Drake | 2003-05-22 | 1 | -2/+2 |
|
|
| * | Minor elaboration in the information about reporting errors. | Fred Drake | 2003-05-22 | 1 | -1/+2 |
|
|
| * | update version/release information | Fred Drake | 2003-05-22 | 1 | -3/+3 |
|
|
| * | update version history | Fred Drake | 2003-05-22 | 1 | -0/+2 |
|
|
| * | the release manager has been fixed; this *will* be a release candidate | Fred Drake | 2003-05-22 | 1 | -1/+1 |
|
|
| * | Start preparing the doc tree for 2.2.3. | Fred Drake | 2003-05-22 | 1 | -1/+1 |
|
|
| * | Backport: Don't mention __slots__ as a technique for error avoidance | Andrew M. Kuchling | 2003-05-20 | 1 | -10/+6 |
|
|
| * | Remove unused line numbers from example code. | Fred Drake | 2003-05-20 | 1 | -28/+27 |
|
|
| * | Fixing typo from previous patch. | Brett Cannon | 2003-05-20 | 1 | -2/+2 |
|
|
| * | Add docs for use of key_file and cert_file parameters. | Brett Cannon | 2003-05-20 | 1 | -1/+6 |
|
|
| * | Fix nits found by Tools\scripts\texcheck.py | Raymond Hettinger | 2003-05-16 | 16 | -24/+24 |
|
|
| * | Add a specific mention of the term "operator overloading" and add an | Fred Drake | 2003-05-12 | 1 | -1/+4 |
|
|
| * | add missing parens - verified w/ interpreter - sorry to dismiss your comment | Skip Montanaro | 2003-05-07 | 1 | -1/+1 |
|
|
| * | replace most uses of `...` by repr(...), noting that `...` is discouraged, | Skip Montanaro | 2003-05-07 | 1 | -17/+15 |
|
|
| * | At the site of an indexed reference to print, point to the relevant | Fred Drake | 2003-04-30 | 1 | -0/+4 |
|
|
| * | - clean up some extra punctuation hidden in indexing markup | Fred Drake | 2003-04-29 | 1 | -13/+10 |
|
|
| * | Clarify that the timeout argument to read_until() is in seconds. | Fred Drake | 2003-04-29 | 1 | -1/+2 |
|
|
| * | SF bug #729096: getopt online documentation example improvement | Raymond Hettinger | 2003-04-29 | 1 | -1/+4 |
|
|
| * | backport of note arising from bug 711019. | Skip Montanaro | 2003-04-26 | 1 | -1/+11 |
|
|
| * | Markup change; make the notice a little stronger by using the "boxed" | Fred Drake | 2003-04-25 | 1 | -6/+9 |
|
|
| * | 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 |
|
|