summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libxmlrpclib.tex
Commit message (Collapse)AuthorAgeFilesLines
* Mention xmlrpclib.Error base class; import Error in exampleAndrew M. Kuchling2006-04-271-4/+6
|
* [Bug #1477102] Add necessary import to exampleAndrew M. Kuchling2006-04-271-0/+1
|
* fix typoGeorge Yoshida2006-04-181-1/+1
|
* Bug #1461610: xmlrpclib has no function "binary".Georg Brandl2006-03-311-4/+0
| | | | (backport from rev. 43477)
* backportSkip Montanaro2006-02-251-1/+1
|
* correct ontosys url - closes 1167329Skip Montanaro2005-03-211-1/+1
|
* fix a bunch of spelling errorsFred Drake2005-01-191-1/+1
| | | | (closes SF patch #1104868)
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-011-1/+1
|
* Patch #1080684: typo repair. Thanks George Yoshida!Johannes Gijsbers2004-12-121-2/+2
| | | | | | | | | | | | | | | | - Doc/lib/libbase64.tex s/algorith/algorithm - Doc/lib/libpickle.tex s/interchangable/interchangeable - Doc/lib/libxmlrpclib.tex s/{_cmp__}/{__cmp__} leading underscore needs to be double, not single. - Doc/ref/ref6.tex 0/1 => False/True
* Rework some wording.Brett Cannon2004-09-051-1/+1
|
* FixMichael W. Hudson2004-08-071-3/+3
| | | | | | [ 1000841 ] "make pdf" failure w/ 2.4 docs in the suggested way, by uglifying a URL.
* fix various typos; thanks, George Yoshida!Fred Drake2004-05-121-1/+1
| | | | (closes SF patch #952047)
* Patch #531629: Add multicall support.Martin v. Löwis2003-10-311-0/+29
|
* [Bug #809174] loads() and dumps() not documentedAndrew M. Kuchling2003-10-221-0/+24
|
* [Patch #628208] Document the allow_none argumentAndrew M. Kuchling2003-04-251-2/+8
|
* terminologyFredrik Lundh2002-10-221-1/+1
|
* add support for basic authentication, based on patch #624180Fredrik Lundh2002-10-221-0/+7
| | | | by Phillip J. Eby
* fixed the mail address in the documentation, too...Fredrik Lundh2002-10-191-1/+1
|
* Document the Binary.data attribute.Fred Drake2002-06-141-5/+13
| | | | This closes SF bug #562878.
* added note that xmlrpclib won't marshal instances of subclasses of theSkip Montanaro2002-03-171-1/+3
| | | | builtin types
* update text to refer to ServerProxy class in preference to Server, which isSkip Montanaro2002-03-141-8/+11
| | | | only retained for backward compatibility with older versions of the library.
* [Bug #486527] Note that the caller has to ensure there are no controlAndrew M. Kuchling2002-03-081-2/+12
| | | | | | | characters in strings being passed via XML-RPC. Fix some typos. 2.2.1 bugfix candidate.
* Fredrik tells me the truefalse parameter for boolean() is not part of theFred Drake2001-10-011-5/+3
| | | | public interface, so we can simplify the documentation.
* Straighten out some markup.Fred Drake2001-10-011-3/+4
| | | | "boolean" --> "Boolean" (per the style guide).
* Correct a couple of errors noted by Alex Martelli.Fred Drake2001-07-141-3/+3
|
* Several markup adjustments so this will format and be more consistent withFred Drake2001-07-121-35/+45
| | | | the rest of the documnentation.
* First version of xmlrpclib docs. Probably has markup errors; is not complete,Eric S. Raymond2001-07-121-0/+237
could probably stand to have some of the internal things like Marshaller documented. But I think it does a decent job on the entry points and externally visible things. Fred and Fredrik, do your stuff! You both need to proof this.