summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* add note suggested by rhettinger about example.Anthony Baxter2003-04-071-0/+3
* patch [ 698505 ] docs for hotshot moduleAnthony Baxter2003-04-072-0/+124
* - add the "download_url" field to the pre-2.2.3 metadata compatibility noteFred Drake2003-03-311-26/+26
* Fix symbol in grammar; this should fix some hyperlinking in the HTMLFred Drake2003-03-311-1/+1
* Patch #701395: Correct documentation of PyUnicode_Splitlines.Martin v. Löwis2003-03-301-3/+4
* Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.Martin v. Löwis2003-03-291-1/+1
* PyWeakref_GetObject returns None (not NULL) when the referent is gone.Ka-Ping Yee2003-03-281-1/+1
* Replace criterium with criterion. Fixes #705120.Martin v. Löwis2003-03-271-4/+4
* Back out previous change as discussed on python-checkinsNeal Norwitz2003-03-221-1/+0
* Add lib/mimelib.tex to dependenciesNeal Norwitz2003-03-221-0/+1
* email is at version 2.5 nowBarry Warsaw2003-03-211-1/+1
* Add PEP 307 sectionAndrew M. Kuchling2003-03-211-0/+44
* Add PEP305 sectionAndrew M. Kuchling2003-03-211-0/+50
* Update datetime section a bitAndrew M. Kuchling2003-03-211-16/+15
* Add new CSV module to doc dependanciesNeal Norwitz2003-03-211-0/+1
* include csv doc section - Fred, you may want to change the locationSkip Montanaro2003-03-201-0/+1
* new CSV file processing module - see PEP 305Skip Montanaro2003-03-201-0/+281
* - added example of using a comparison function with list.sort(), andFred Drake2003-03-201-3/+25
* - apply SF patch #700798: fixes and cleanups for descriptor infoFred Drake2003-03-201-13/+13
* add descriptions of {get,set}defaulttimeout.Skip Montanaro2003-03-201-0/+14
* - explain what a UNC path is in the makedirs() description, sinceFred Drake2003-03-201-8/+6
* Take out my (long since disabled) POSIX signal mask handling code.Michael W. Hudson2003-03-132-54/+6
* SF bug #699237: Tutorial uses omitted slice indices before explaining themRaymond Hettinger2003-03-121-11/+11
* Update the package version numberBarry Warsaw2003-03-121-2/+2
* For email 2.5b1, we no longer add a trailing newline toBarry Warsaw2003-03-111-2/+1
* body_line_iterator() now takes a decode argument.Barry Warsaw2003-03-111-1/+3
* Describe what happens when decode=True and the payload has bogusBarry Warsaw2003-03-101-3/+4
* openmixer()'s 'mode' parameter has been removed.Greg Ward2003-03-101-6/+2
* Expand description of ossaudiodev.error exception.Greg Ward2003-03-101-17/+38
* Rewrite intro paragraphs and add a "See also" box for the link to theGreg Ward2003-03-101-57/+60
* Fix two unformatted lists: one is now an 'enumerate' environment, theGreg Ward2003-03-101-19/+31
* Add libossaudiodev.tex.Greg Ward2003-03-102-0/+2
* Wrap all paragraphs to 72 columns.Greg Ward2003-03-091-117/+123
* Documentation for the ossaudiodev module.Greg Ward2003-03-091-0/+289
* Add contributor name.Raymond Hettinger2003-03-091-0/+1
* SF 698520: Iterator for urllib.URLOpenerRaymond Hettinger2003-03-091-1/+2
* Add a little more verbiage about the bsddb module/package change. It'sSkip Montanaro2003-03-071-1/+8
* Minor clarification about the ob_size field.Fred Drake2003-03-071-3/+3
* SF patch #693753: fix for bug 639806: default for dict.popRaymond Hettinger2003-03-061-3/+7
* Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implementedNeal Norwitz2003-03-061-6/+0
* Describe Charset.__repr__().Barry Warsaw2003-03-061-0/+1
* Describe the new Header.encode() argument "splitchars".Barry Warsaw2003-03-061-2/+5
* Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize,Martin v. Löwis2003-03-051-0/+16
* Back in June in revision 1.98 Steve (accidentally, presumably) wipedMichael W. Hudson2003-03-051-29/+74
* I thought it was common practice to check things compiled beforeMichael W. Hudson2003-03-051-5/+5
* Point e-mail address at the SIGAndrew M. Kuchling2003-03-042-2/+2
* Weaken recommendation of Friedl book; fix referenceAndrew M. Kuchling2003-03-041-4/+4
* [bug #692016] update description of {m,n} modifier; you can omit the lower boundAndrew M. Kuchling2003-03-041-3/+4
* [bug #696771] Remove misleading parenthetical asideAndrew M. Kuchling2003-03-041-2/+0
* Patch #683592 revisited, after discussions with MvL:Just van Rossum2003-03-031-2/+2