summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100Fredrik Lundh2005-12-122-0/+28
| | | | added xml.etree documentation stub
* [Bug #1349316] Show how to use XML-RPC through a proxyAndrew M. Kuchling2005-12-081-0/+27
|
* add common usage exampleSkip Montanaro2005-12-061-0/+17
|
* Typo in a code example.Armin Rigo2005-12-061-1/+1
|
* [Patch #1372995] Add \versionaddedAndrew M. Kuchling2005-12-042-0/+4
|
* [Bug #1041501] Fix exampleAndrew M. Kuchling2005-12-041-1/+1
|
* [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServerAndrew M. Kuchling2005-12-041-9/+16
|
* [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, ↵Andrew M. Kuchling2005-12-041-2/+5
| | | | CGIXMLRPCRequestHandler
* fix linkFred Drake2005-11-291-1/+1
|
* SF#1368827Fredrik Lundh2005-11-291-1/+1
| | | | bad link in XML-RPC documentation
* SF patch #1364946: Add a reference link from the dcoumentation of the encodeWalter Dörwald2005-11-252-3/+4
| | | | and decode methods to the documentation of the default error handlers.
* Bug #1357604: os.makedirs handles UNC pathsGeorg Brandl2005-11-221-3/+2
|
* Patch #1255218: libmultifile.tex: tell what a decoration isGeorg Brandl2005-11-221-3/+3
|
* Add a note to os.chown that permission constants can be combinedGeorg Brandl2005-11-221-1/+2
|
* Add generator-expression nodesAndrew M. Kuchling2005-11-221-0/+15
|
* [Bug #449093] FloorDiv AST node type not listedAndrew M. Kuchling2005-11-221-0/+4
|
* Fix typo in commentWalter Dörwald2005-11-171-1/+1
| | | | (reported on the pydotorg mailing list).
* Make consistent with 2.4Neal Norwitz2005-11-031-1/+1
|
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-301-3/+0
| | | | properties now.
* SF Bug #1341934: Fix a representation of "\n" to use a proper tag.Hye-Shik Chang2005-10-301-1/+1
|
* Minor update to HTTPHandler documentation to indicate that host:port can be ↵Vinay Sajip2005-10-291-1/+3
| | | | used.
* add missing wordFred Drake2005-10-201-1/+1
|
* SF bug #1328915, try to word kill a bit more generically. Backport candidate.Neal Norwitz2005-10-181-2/+2
|
* SF bug #1323294, Minor error in the Library Reference doc. Will backportNeal Norwitz2005-10-111-1/+2
|
* Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specifiedWalter Dörwald2005-10-091-1/+1
| | | | by RFC 1642.
* open_new_win does not exist. use UNIX consistently, add autoraise parameter ↵Neal Norwitz2005-10-041-12/+13
| | | | to open(). add versionadded tags to open_new_tab
* fix link to subsection (SF bug #1311674)Fred Drake2005-10-031-2/+4
|
* Patch #754022: Greatly enhanced webbrowser.py.Georg Brandl2005-10-031-22/+53
|
* SF Bug #1008310, os.major() os.minor() example and description change. Will ↵Neal Norwitz2005-10-031-2/+4
| | | | backport.
* Fix SF bug #991735, os.access reports true for read-only directories. Will ↵Neal Norwitz2005-10-031-0/+5
| | | | backport
* SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP ↵Neal Norwitz2005-10-031-1/+2
| | | | sockets. Will backport
* SF patch #1227568, bug #1219273, Expression AST node not documented. ↵Neal Norwitz2005-10-031-0/+2
| | | | Backport candidate if anyone cares.
* bug [ 1298120 ] shlex does not support unicodeGeorg Brandl2005-09-291-0/+2
|
* Minor clarification of effective level calculationVinay Sajip2005-09-261-0/+14
|
* SF #1297059, doc incorrect return type for search() method. (There is a ↵Neal Norwitz2005-09-231-4/+3
| | | | description of returned values at the top, so just remove the sentance and correct an example.)
* patch [ 1277677 ] tkinter hello world example bugGeorg Brandl2005-09-151-1/+3
|
* bug [ 1274828 ] splitunc not documentedGeorg Brandl2005-09-141-0/+9
|
* Add FAQ entry regarding non-expoential representation.Raymond Hettinger2005-09-111-2/+11
|
* Remove statement about meaning of constants; arguably it's incorrectAndrew M. Kuchling2005-09-011-2/+1
|
* From c.l.py comments: link to zlib manual, and disclaim completenessAndrew M. Kuchling2005-08-311-2/+9
|
* Explain what file descriptors are; this change has been sitting in my tree ↵Andrew M. Kuchling2005-08-311-2/+9
| | | | for a while
* SF bug #1277016: Turn sentence fragment into a complete sentence.Walter Dörwald2005-08-311-3/+3
|
* patch [ 1274550 ] libtarfile.tex: external URL changedGeorg Brandl2005-08-271-2/+2
|
* patch [ 1274630 ] documentation fixesGeorg Brandl2005-08-273-7/+10
|
* bug [ 1248199 ] shelve .sync operation not documentedGeorg Brandl2005-08-251-0/+8
|
* Once upon a time, I used to know TeX...Georg Brandl2005-08-251-3/+3
|
* patch #848017: make Cookie more RFC-compliant.Georg Brandl2005-08-241-17/+19
|
* Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnldGeorg Brandl2005-08-241-1/+29
|
* Return complete lines from codec stream readersMartin v. Löwis2005-08-241-1/+5
| | | | | | even if there is an exception in later lines, resulting in correct line numbers for decoding errors in source code. Fixes #1178484. Will backport to 2.4.
* bug [ 1190204 ] 3.29 site is confusing re site-packages on WindowsGeorg Brandl2005-08-241-2/+2
|