| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make example more readable | Andrew M. Kuchling | 2003-12-16 | 1 | -3/+6 |
|
|
* | Add rsplit method for str and unicode builtin types. | Hye-Shik Chang | 2003-12-15 | 2 | -0/+35 |
|
|
* | missing word (should backport - is release23-maint still locked?) | Skip Montanaro | 2003-12-15 | 1 | -1/+1 |
|
|
* | SF #859811, typo in docs | Neal Norwitz | 2003-12-14 | 4 | -5/+5 |
|
|
* | SF #859810, typo in doc | Neal Norwitz | 2003-12-14 | 1 | -1/+1 |
|
|
* | SF patch 852995: add processors feature to urllib2 | Jeremy Hylton | 2003-12-14 | 1 | -1/+31 |
|
|
* | Add a versionadded tag for traceback.format_exc() | Neal Norwitz | 2003-12-13 | 1 | -0/+1 |
|
|
* | After hearing from someone who gave up on timeout sockets due to a | Guido van Rossum | 2003-12-13 | 1 | -0/+4 |
|
|
* | Note that \var{ppos} values are not consecutive and should not be altered. | Raymond Hettinger | 2003-12-13 | 1 | -1/+3 |
|
|
* | * Added a new method flag, METH_COEXIST. | Raymond Hettinger | 2003-12-13 | 1 | -0/+15 |
|
|
* | Expand the groupby() example to: | Raymond Hettinger | 2003-12-12 | 1 | -0/+15 |
|
|
* | fix typo and join two paragraphs | Fred Drake | 2003-12-11 | 1 | -2/+1 |
|
|
* | Fix broken link (closes bug #852236). Thanks to Fedor Baart for bug file and | Brett Cannon | 2003-12-11 | 1 | -1/+1 |
|
|
* | SF patch #855195: fix typos | Raymond Hettinger | 2003-12-07 | 4 | -3/+4 |
|
|
* | Fix missing paren. | Raymond Hettinger | 2003-12-07 | 1 | -1/+1 |
|
|
* | Fix double hyphen markup. | Raymond Hettinger | 2003-12-07 | 1 | -3/+3 |
|
|
* | SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) | Raymond Hettinger | 2003-12-07 | 4 | -9/+8 |
|
|
* | Put str() in alphabetical order. | Raymond Hettinger | 2003-12-07 | 1 | -10/+10 |
|
|
* | SF bug #855317: unittest: 5.3.9 Getting Extended Error Information | Raymond Hettinger | 2003-12-07 | 1 | -42/+0 |
|
|
* | Add groupby() | Andrew M. Kuchling | 2003-12-06 | 1 | -0/+28 |
|
|
* | Edit description a bit | Andrew M. Kuchling | 2003-12-06 | 1 | -2/+2 |
|
|
* | Incorporate suggestions from Aahz. | Raymond Hettinger | 2003-12-06 | 1 | -7/+9 |
|
|
* | Implement itertools.groupby() | Raymond Hettinger | 2003-12-06 | 1 | -0/+60 |
|
|
* | SF bug #844123: "up" instead of "down" in turtle module documentation | Raymond Hettinger | 2003-12-06 | 1 | -1/+1 |
|
|
* | - fix markup in the bool() description | Fred Drake | 2003-12-05 | 1 | -10/+9 |
|
|
* | Fix links and typos. | Raymond Hettinger | 2003-12-05 | 1 | -14/+22 |
|
|
* | Fix typo | Raymond Hettinger | 2003-12-05 | 1 | -4/+4 |
|
|
* | Fix link | Raymond Hettinger | 2003-12-03 | 1 | -3/+2 |
|
|
* | Add a standard library tour | Raymond Hettinger | 2003-12-03 | 1 | -0/+318 |
|
|
* | Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() | Walter Dörwald | 2003-12-03 | 1 | -6/+14 |
|
|
* | Fix typo. (From SF bug #853064) | Walter Dörwald | 2003-12-03 | 1 | -1/+1 |
|
|
* | Convert a 0/1 to False/True. | Raymond Hettinger | 2003-12-02 | 1 | -2/+2 |
|
|
* | As discussed on python-dev, added two extractor functions to the | Raymond Hettinger | 2003-12-01 | 1 | -0/+33 |
|
|
* | - Removed FutureWarnings related to hex/oct literals and conversions | Guido van Rossum | 2003-11-29 | 1 | -13/+11 |
|
|
* | Patch #849350: Update to document bool return values. Backported to 2.3. | Martin v. Löwis | 2003-11-27 | 4 | -4/+4 |
|
|
* | Patch #849595: Add socket.shutdown() constants. | Martin v. Löwis | 2003-11-27 | 1 | -2/+2 |
|
|
* | - clean up generated HTML | Fred Drake | 2003-11-26 | 1 | -7/+20 |
|
|
* | Fix typo and mark-up; shorten text | Andrew M. Kuchling | 2003-11-26 | 1 | -5/+3 |
|
|
* | Fix typos | Andrew M. Kuchling | 2003-11-26 | 1 | -2/+2 |
|
|
* | Nits from a review of the documentation update. | Raymond Hettinger | 2003-11-26 | 4 | -12/+24 |
|
|
* | Add version changed doc for addition of fillchar to ljust/rjust/center | Neal Norwitz | 2003-11-26 | 1 | -0/+3 |
|
|
* | Add optional fillchar argument to ljust(), rjust(), and center() string methods. | Raymond Hettinger | 2003-11-26 | 1 | -6/+8 |
|
|
* | As discussed on python-dev, banish apply(), buffer(), coerce(), and | Raymond Hettinger | 2003-11-25 | 1 | -51/+68 |
|
|
* | Expose dict_contains() and PyDict_Contains() with is about 10% faster | Raymond Hettinger | 2003-11-25 | 1 | -0/+8 |
|
|
* | make the generated HTML more XHTML friendly | Fred Drake | 2003-11-25 | 1 | -7/+8 |
|
|
* | Note the addition of set() and frozenset(). | Raymond Hettinger | 2003-11-24 | 1 | -0/+44 |
|
|
* | * Checkin remaining documentation | Raymond Hettinger | 2003-11-24 | 1 | -0/+120 |
|
|
* | 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. | Barry Warsaw | 2003-11-21 | 1 | -0/+1 |
|
|
* | Add two items | Andrew M. Kuchling | 2003-11-20 | 1 | -0/+7 |
|
|