| Commit message (Expand) | Author | Age | Files | Lines |
* | Added some more documentation to as_string() to make it clear that | Barry Warsaw | 2003-04-18 | 1 | -0/+14 |
|
|
* | Change email address. | Martin v. Löwis | 2003-04-18 | 7 | -8/+8 |
|
|
* | Fix spelling of cedillas. | Martin v. Löwis | 2003-04-18 | 1 | -1/+1 |
|
|
* | Correct methoddesc environments. | Martin v. Löwis | 2003-04-18 | 1 | -2/+2 |
|
|
* | Patch #536883: SimpleXMLRPCServer auto-docing subclass. | Martin v. Löwis | 2003-04-18 | 2 | -0/+106 |
|
|
* | - accepted (slightly) modified version of docs for the OptionGroup | Fred Drake | 2003-04-18 | 1 | -71/+108 |
|
|
* | Implement IDNA (Internationalized Domain Names in Applications). | Martin v. Löwis | 2003-04-18 | 3 | -1/+206 |
|
|
* | Use True in a few more places. | Neal Norwitz | 2003-04-17 | 1 | -1/+1 |
|
|
* | Oops, missed updating doc to correct version for split | Neal Norwitz | 2003-04-17 | 1 | -1/+1 |
|
|
* | Added documentation for the handle_pi() method, based on SF patch #662464. | Fred Drake | 2003-04-17 | 1 | -1/+15 |
|
|
* | markup banalities | Fred Drake | 2003-04-17 | 1 | -18/+18 |
|
|
* | Implemented posix-mode parsing support in shlex.py, as dicussed in | Gustavo Niemeyer | 2003-04-17 | 1 | -23/+113 |
|
|
* | Add version info for name2codepoint and codepoint2name | Neal Norwitz | 2003-04-16 | 1 | -2/+2 |
|
|
* | Add two dictionaries to htmlentitydefs: name2codepoint maps | Walter Dörwald | 2003-04-16 | 1 | -3/+15 |
|
|
* | - list.insert(i, x) now interprets negative i as it would be | Guido van Rossum | 2003-04-14 | 1 | -4/+5 |
|
|
* | Typo fix | Andrew M. Kuchling | 2003-04-14 | 1 | -1/+1 |
|
|
* | Back out of setting the default charset to iso-8859-1. | Barry Warsaw | 2003-04-11 | 1 | -1/+1 |
|
|
* | Fix markup | Neal Norwitz | 2003-04-11 | 1 | -1/+1 |
|
|
* | From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.html | Barry Warsaw | 2003-04-11 | 1 | -8/+28 |
|
|
* | Attempt to make all the various string *strip methods the same. | Neal Norwitz | 2003-04-10 | 1 | -0/+6 |
|
|
* | Lots of small markup adjustments. | Fred Drake | 2003-04-09 | 2 | -113/+118 |
|
|
* | extra punctuation removed | Anthony Baxter | 2003-04-09 | 1 | -1/+1 |
|
|
* | + libtimeit | Skip Montanaro | 2003-04-09 | 1 | -0/+1 |
|
|
* | doc for timeit module/script - mostly just a recast of Tim's docstring | Skip Montanaro | 2003-04-09 | 1 | -0/+184 |
|
|
* | Added example of using positional and keyword args with atexit.register(). | Fred Drake | 2003-04-08 | 1 | -0/+15 |
|
|
* | Markup fix. | Fred Drake | 2003-04-08 | 1 | -2/+2 |
|
|
* | s/referrents/referents/g. Gotta love that referrers remains rife with rs. | Tim Peters | 2003-04-08 | 1 | -2/+2 |
|
|
* | Finished implementing gc.get_referrents(): dealt with error and end | Tim Peters | 2003-04-08 | 1 | -0/+13 |
|
|
* | add note suggested by rhettinger about example. | Anthony Baxter | 2003-04-07 | 1 | -0/+3 |
|
|
* | patch [ 698505 ] docs for hotshot module | Anthony Baxter | 2003-04-07 | 2 | -0/+124 |
|
|
* | Replace criterium with criterion. Fixes #705120. | Martin v. Löwis | 2003-03-27 | 1 | -4/+4 |
|
|
* | email is at version 2.5 now | Barry Warsaw | 2003-03-21 | 1 | -1/+1 |
|
|
* | include csv doc section - Fred, you may want to change the location | Skip Montanaro | 2003-03-20 | 1 | -0/+1 |
|
|
* | new CSV file processing module - see PEP 305 | Skip Montanaro | 2003-03-20 | 1 | -0/+281 |
|
|
* | - added example of using a comparison function with list.sort(), and | Fred Drake | 2003-03-20 | 1 | -3/+25 |
|
|
* | add descriptions of {get,set}defaulttimeout. | Skip Montanaro | 2003-03-20 | 1 | -0/+14 |
|
|
* | - explain what a UNC path is in the makedirs() description, since | Fred Drake | 2003-03-20 | 1 | -8/+6 |
|
|
* | Take out my (long since disabled) POSIX signal mask handling code. | Michael W. Hudson | 2003-03-13 | 1 | -50/+4 |
|
|
* | Update the package version number | Barry Warsaw | 2003-03-12 | 1 | -2/+2 |
|
|
* | For email 2.5b1, we no longer add a trailing newline to | Barry Warsaw | 2003-03-11 | 1 | -2/+1 |
|
|
* | body_line_iterator() now takes a decode argument. | Barry Warsaw | 2003-03-11 | 1 | -1/+3 |
|
|
* | Describe what happens when decode=True and the payload has bogus | Barry Warsaw | 2003-03-10 | 1 | -3/+4 |
|
|
* | openmixer()'s 'mode' parameter has been removed. | Greg Ward | 2003-03-10 | 1 | -6/+2 |
|
|
* | Expand description of ossaudiodev.error exception. | Greg Ward | 2003-03-10 | 1 | -17/+38 |
|
|
* | Rewrite intro paragraphs and add a "See also" box for the link to the | Greg Ward | 2003-03-10 | 1 | -57/+60 |
|
|
* | Fix two unformatted lists: one is now an 'enumerate' environment, the | Greg Ward | 2003-03-10 | 1 | -19/+31 |
|
|
* | Add libossaudiodev.tex. | Greg Ward | 2003-03-10 | 1 | -0/+1 |
|
|
* | Wrap all paragraphs to 72 columns. | Greg Ward | 2003-03-09 | 1 | -117/+123 |
|
|
* | Documentation for the ossaudiodev module. | Greg Ward | 2003-03-09 | 1 | -0/+289 |
|
|
* | SF 698520: Iterator for urllib.URLOpener | Raymond Hettinger | 2003-03-09 | 1 | -1/+2 |
|
|