summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.htmlBarry Warsaw2003-04-111-8/+28
* Moved all the scripting stuff to a separate section, added all theJack Jansen2003-04-118-40/+397
* Attempt to make all the various string *strip methods the same.Neal Norwitz2003-04-101-0/+6
* 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
* 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
* 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