summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Added some more documentation to as_string() to make it clear thatBarry Warsaw2003-04-181-0/+14
* Change email address.Martin v. Löwis2003-04-187-8/+8
* Fix spelling of cedillas.Martin v. Löwis2003-04-181-1/+1
* Correct methoddesc environments.Martin v. Löwis2003-04-181-2/+2
* Patch #536883: SimpleXMLRPCServer auto-docing subclass.Martin v. Löwis2003-04-182-0/+106
* - accepted (slightly) modified version of docs for the OptionGroupFred Drake2003-04-181-71/+108
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-183-1/+206
* Use True in a few more places.Neal Norwitz2003-04-171-1/+1
* Oops, missed updating doc to correct version for splitNeal Norwitz2003-04-171-1/+1
* Added documentation for the handle_pi() method, based on SF patch #662464.Fred Drake2003-04-171-1/+15
* markup banalitiesFred Drake2003-04-171-18/+18
* Implemented posix-mode parsing support in shlex.py, as dicussed inGustavo Niemeyer2003-04-171-23/+113
* Add version info for name2codepoint and codepoint2nameNeal Norwitz2003-04-161-2/+2
* Add two dictionaries to htmlentitydefs: name2codepoint mapsWalter Dörwald2003-04-161-3/+15
* - list.insert(i, x) now interprets negative i as it would beGuido van Rossum2003-04-141-4/+5
* Typo fixAndrew M. Kuchling2003-04-141-1/+1
* Back out of setting the default charset to iso-8859-1.Barry Warsaw2003-04-111-1/+1
* Fix markupNeal Norwitz2003-04-111-1/+1
* From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.htmlBarry Warsaw2003-04-111-8/+28
* Attempt to make all the various string *strip methods the same.Neal Norwitz2003-04-101-0/+6
* Lots of small markup adjustments.Fred Drake2003-04-092-113/+118
* extra punctuation removedAnthony Baxter2003-04-091-1/+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
* Replace criterium with criterion. Fixes #705120.Martin v. Löwis2003-03-271-4/+4
* email is at version 2.5 nowBarry Warsaw2003-03-211-1/+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
* 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-131-50/+4
* 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-101-0/+1
* Wrap all paragraphs to 72 columns.Greg Ward2003-03-091-117/+123
* Documentation for the ossaudiodev module.Greg Ward2003-03-091-0/+289
* SF 698520: Iterator for urllib.URLOpenerRaymond Hettinger2003-03-091-1/+2