summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to make all the various string *strip methods the same.Neal Norwitz2003-04-101-0/+6
| | | | | | | | | | | * Doc - add doc for when functions were added * UserString * string object methods * string module functions 'chars' is used for the last parameter everywhere. These changes will be backported, since part of the changes have already been made, but they were inconsistent.
* Add a space after expression to be consistentNeal Norwitz2003-04-101-1/+1
|
* Minor markup adjustments.Fred Drake2003-04-091-3/+2
|
* Try to discourage use of PyObject_Type().Guido van Rossum2003-04-091-0/+5
|
* Re-indent example; fix typoAndrew M. Kuchling2003-04-091-4/+4
|
* Created a minimal MacOSX section.Jack Jansen2003-04-091-92/+176
|
* Lots of small markup adjustments.Fred Drake2003-04-092-113/+118
|
* Add dependency information for the hotshot package docs.Fred Drake2003-04-091-0/+1
|
* extra punctuation removedAnthony Baxter2003-04-091-1/+1
|
* Add dependency information for the timeit module docs.Fred Drake2003-04-091-0/+1
|
* + libtimeitSkip Montanaro2003-04-091-0/+1
|
* doc for timeit module/script - mostly just a recast of Tim's docstringSkip Montanaro2003-04-091-0/+184
|
* Added example of using positional and keyword args with atexit.register().Fred Drake2003-04-081-0/+15
| | | | Based on a suggestion from a reader.
* Markup fix.Fred Drake2003-04-081-2/+2
|
* s/referrents/referents/g. Gotta love that referrers remains rife with rs.Tim Peters2003-04-081-2/+2
|
* Finished implementing gc.get_referrents(): dealt with error and endTim Peters2003-04-081-0/+13
| | | | cases, wrote docs, added a test.
* 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 some markup nits
* Fix symbol in grammar; this should fix some hyperlinking in the HTMLFred Drake2003-03-311-1/+1
| | | | version.
* 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
| | | | | | explained the construction of a [(key, value), ...] list as an alternative - note that support for cmpfunc=None was added in 2.3
* - apply SF patch #700798: fixes and cleanups for descriptor infoFred Drake2003-03-201-13/+13
| | | | - use a TeX "tie" to prevent word-wrapping in "section x.y"-like text
* 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
| | | | | | they're actually mentioned there - remove some extraneous paragraph separations - \versionadded --> \versionchanged in one place
* Take out my (long since disabled) POSIX signal mask handling code.Michael W. Hudson2003-03-132-54/+6
| | | | | I'm not going to have the time or energy to get this working x-platform -- anyone who does is welcome to the code!
* SF bug #699237: Tutorial uses omitted slice indices before explaining themRaymond Hettinger2003-03-121-11/+11
| | | | Moved up the explanation of slice default arguments.
* 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
| | | | | MIMEText.__init__()'s _text argument if it doesn't already end in a newline. This may be controversial.
* 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
| | | | base64 data.
* 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
| | | | Improve descriptions of open(), openmixer().
* Rewrite intro paragraphs and add a "See also" box for the link to theGreg Ward2003-03-101-57/+60
| | | | | | | official OSS docs. Markup fixes: change \code{} variously to \function{}, \method{}, or \constant{} as appropriate.
* Fix two unformatted lists: one is now an 'enumerate' environment, theGreg Ward2003-03-101-19/+31
| | | | | | other a 'tableii'. Formatting/typo fix.
* Add libossaudiodev.tex.Greg Ward2003-03-102-0/+2
|
* Wrap all paragraphs to 72 columns.Greg Ward2003-03-091-117/+123
| | | | | | Two spaces between sentences. Fix em-dashes -- should be "---" not " - ". Spelling fix.
* Documentation for the ossaudiodev module.Greg Ward2003-03-091-0/+289
| | | | | Initial revision supplied by Nicholas FitzRoy-Dale <wzdd@lardcave.net> (emailed to me [gward@python.net] 2003-03-08 23:37 +1100).