| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | - add the "download_url" field to the pre-2.2.3 metadata compatibility note | Fred Drake | 2003-03-31 | 1 | -26/+26 |
|
|
* | Fix symbol in grammar; this should fix some hyperlinking in the HTML | Fred Drake | 2003-03-31 | 1 | -1/+1 |
|
|
* | Patch #701395: Correct documentation of PyUnicode_Splitlines. | Martin v. Löwis | 2003-03-30 | 1 | -3/+4 |
|
|
* | Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. | Martin v. Löwis | 2003-03-29 | 1 | -1/+1 |
|
|
* | PyWeakref_GetObject returns None (not NULL) when the referent is gone. | Ka-Ping Yee | 2003-03-28 | 1 | -1/+1 |
|
|
* | Replace criterium with criterion. Fixes #705120. | Martin v. Löwis | 2003-03-27 | 1 | -4/+4 |
|
|
* | Back out previous change as discussed on python-checkins | Neal Norwitz | 2003-03-22 | 1 | -1/+0 |
|
|
* | Add lib/mimelib.tex to dependencies | Neal Norwitz | 2003-03-22 | 1 | -0/+1 |
|
|
* | email is at version 2.5 now | Barry Warsaw | 2003-03-21 | 1 | -1/+1 |
|
|
* | Add PEP 307 section | Andrew M. Kuchling | 2003-03-21 | 1 | -0/+44 |
|
|
* | Add PEP305 section | Andrew M. Kuchling | 2003-03-21 | 1 | -0/+50 |
|
|
* | Update datetime section a bit | Andrew M. Kuchling | 2003-03-21 | 1 | -16/+15 |
|
|
* | Add new CSV module to doc dependancies | Neal Norwitz | 2003-03-21 | 1 | -0/+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 |
|
|
* | - apply SF patch #700798: fixes and cleanups for descriptor info | Fred Drake | 2003-03-20 | 1 | -13/+13 |
|
|
* | 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 | 2 | -54/+6 |
|
|
* | SF bug #699237: Tutorial uses omitted slice indices before explaining them | Raymond Hettinger | 2003-03-12 | 1 | -11/+11 |
|
|
* | 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 | 2 | -0/+2 |
|
|
* | 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 |
|
|
* | Add contributor name. | Raymond Hettinger | 2003-03-09 | 1 | -0/+1 |
|
|
* | SF 698520: Iterator for urllib.URLOpener | Raymond Hettinger | 2003-03-09 | 1 | -1/+2 |
|
|
* | Add a little more verbiage about the bsddb module/package change. It's | Skip Montanaro | 2003-03-07 | 1 | -1/+8 |
|
|
* | Minor clarification about the ob_size field. | Fred Drake | 2003-03-07 | 1 | -3/+3 |
|
|
* | SF patch #693753: fix for bug 639806: default for dict.pop | Raymond Hettinger | 2003-03-06 | 1 | -3/+7 |
|
|
* | Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implemented | Neal Norwitz | 2003-03-06 | 1 | -6/+0 |
|
|
* | 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 |
|
|
* | I thought it was common practice to check things compiled before | Michael W. Hudson | 2003-03-05 | 1 | -5/+5 |
|
|
* | Point e-mail address at the SIG | Andrew M. Kuchling | 2003-03-04 | 2 | -2/+2 |
|
|
* | 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 |
|
|