| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | SF patch #693753: fix for bug 639806: default for dict.pop | Raymond Hettinger | 2003-03-06 | 1 | -3/+7 |
|
|
* | Describe Charset.__repr__(). | Barry Warsaw | 2003-03-06 | 1 | -0/+1 |
|
|
* | Describe the new Header.encode() argument "splitchars". | Barry Warsaw | 2003-03-06 | 1 | -2/+5 |
|
|
* | Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, | Martin v. Löwis | 2003-03-05 | 1 | -0/+16 |
|
|
* | Back in June in revision 1.98 Steve (accidentally, presumably) wiped | Michael W. Hudson | 2003-03-05 | 1 | -29/+74 |
|
|
* | Weaken recommendation of Friedl book; fix reference | Andrew M. Kuchling | 2003-03-04 | 1 | -4/+4 |
|
|
* | [bug #692016] update description of {m,n} modifier; you can omit the lower bound | Andrew M. Kuchling | 2003-03-04 | 1 | -3/+4 |
|
|
* | [bug #696771] Remove misleading parenthetical aside | Andrew M. Kuchling | 2003-03-04 | 1 | -2/+0 |
|
|
* | Patch #683592 revisited, after discussions with MvL: | Just van Rossum | 2003-03-03 | 1 | -2/+2 |
|
|
* | Fix bug | Michael W. Hudson | 2003-03-03 | 1 | -7/+54 |
|
|
* | - New function sys.exc_clear() clears the current exception. This is | Guido van Rossum | 2003-03-01 | 1 | -0/+20 |
|
|
* | Fix SF bug #691276, shutil.copytree documentation bug | Neal Norwitz | 2003-02-23 | 1 | -1/+4 |
|
|
* | User requested changes to the itertools module. | Raymond Hettinger | 2003-02-23 | 1 | -40/+52 |
|
|
* | I'm am the PyPy sprint waiting for a Grand Renaming so I killed a few | Michael W. Hudson | 2003-02-21 | 1 | -2/+2 |
|
|
* | Add some minimal doc for get_completer added for patch 676342 | Neal Norwitz | 2003-02-21 | 1 | -0/+5 |
|
|
* | Fill in missing table entries. | Raymond Hettinger | 2003-02-21 | 1 | -1/+5 |
|
|
* | SF bug #685775: turtle circle() documentation error | Raymond Hettinger | 2003-02-21 | 1 | -4/+5 |
|
|
* | Markup and nits. | Raymond Hettinger | 2003-02-21 | 1 | -12/+11 |
|
|
* | Add some notes about HIGHEST_PROTOCOL. | Neal Norwitz | 2003-02-21 | 1 | -4/+15 |
|
|
* | SF patch #687683, Patches to logging (updates from Vinay) | Neal Norwitz | 2003-02-18 | 1 | -10/+11 |
|
|
* | Fix SF bug #687655, String formatting conversions misleading | Neal Norwitz | 2003-02-17 | 1 | -1/+1 |
|
|
* | Migrate definitions of several platform-dependent path-related variables | Skip Montanaro | 2003-02-14 | 1 | -0/+7 |
|
|
* | extsep description: | Fred Drake | 2003-02-14 | 1 | -2/+3 |
|
|
* | add missing description of os.extsep | Skip Montanaro | 2003-02-14 | 1 | -0/+5 |
|
|
* | SF bug #663701: sets module review | Raymond Hettinger | 2003-02-14 | 1 | -4/+4 |
|
|
* | SF bug #663701. The caret wasn't printing well in the PDF documentation. | Raymond Hettinger | 2003-02-14 | 1 | -1/+1 |
|
|
* | Try to doc the new pickle details being implemented as part of PEP 307. | Neal Norwitz | 2003-02-13 | 1 | -7/+63 |
|
|
* | Cleanup from patch #683257: | Neal Norwitz | 2003-02-12 | 1 | -0/+13 |
|
|
* | Unparenting BZ2File, as discussed in SF patch #661796. | Gustavo Niemeyer | 2003-02-11 | 1 | -2/+0 |
|
|
* | Fix so it compiles at least. | Michael W. Hudson | 2003-02-11 | 1 | -1/+1 |
|
|
* | Remove erroneous period. | Michael W. Hudson | 2003-02-10 | 1 | -1/+1 |
|
|
* | C Code: | Raymond Hettinger | 2003-02-09 | 1 | -66/+84 |
|
|