Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix some markup errors | Fred Drake | 2007-04-26 | 1 | -1/+1 |
| | |||||
* | Lots of explicit class names for method and member descs. | Georg Brandl | 2007-04-01 | 1 | -12/+12 |
| | |||||
* | Further markup fix. | Georg Brandl | 2006-11-20 | 1 | -1/+1 |
| | |||||
* | markup fix | George Yoshida | 2006-11-20 | 1 | -1/+1 |
| | |||||
* | Patch #1070046: Marshal new-style objects like InstanceType | Martin v. Löwis | 2006-11-19 | 1 | -1/+8 |
| | | | | in xmlrpclib. | ||||
* | Mention the xmlrpclib.Error base class, which is used in one of the examples | Andrew M. Kuchling | 2006-04-27 | 1 | -3/+5 |
| | |||||
* | [Bug #1477140] Import Error base class | Andrew M. Kuchling | 2006-04-27 | 1 | -1/+1 |
| | |||||
* | [Bug #1477102] Add necessary import to example | Andrew M. Kuchling | 2006-04-27 | 1 | -0/+1 |
| | | | | | | | This may be a useful style question for the docs -- should examples show the necessary imports, or should it be assumed that the reader will figure it out? In the What's New, I'm not consistent but usually opt for omitting the imports. | ||||
* | fix typo | George Yoshida | 2006-04-18 | 1 | -1/+1 |
| | |||||
* | Bug #1461610: xmlrpclib has no function "binary". | Georg Brandl | 2006-03-31 | 1 | -4/+0 |
| | |||||
* | [Bug #1349316] Show how to use XML-RPC through a proxy | Andrew M. Kuchling | 2005-12-08 | 1 | -0/+27 |
| | |||||
* | fix link | Fred Drake | 2005-11-29 | 1 | -1/+1 |
| | |||||
* | SF#1368827 | Fredrik Lundh | 2005-11-29 | 1 | -1/+1 |
| | | | | bad link in XML-RPC documentation | ||||
* | Add better datetime support to xmlrpclib module. Closes patch #1120353. | Skip Montanaro | 2005-05-14 | 1 | -13/+35 |
| | |||||
* | correct ontosys url - closes 1167329 | Skip Montanaro | 2005-03-21 | 1 | -1/+1 |
| | |||||
* | fix a bunch of spelling errors | Fred Drake | 2005-01-19 | 1 | -1/+1 |
| | | | | (closes SF patch #1104868) | ||||
* | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 1 | -1/+1 |
| | |||||
* | Patch #1080684: typo repair. Thanks George Yoshida! | Johannes Gijsbers | 2004-12-12 | 1 | -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 Cannon | 2004-09-05 | 1 | -1/+1 |
| | |||||
* | Fix | Michael W. Hudson | 2004-08-07 | 1 | -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 Drake | 2004-05-12 | 1 | -1/+1 |
| | | | | (closes SF patch #952047) | ||||
* | Patch #531629: Add multicall support. | Martin v. Löwis | 2003-10-31 | 1 | -0/+29 |
| | |||||
* | [Bug #809174] loads() and dumps() not documented | Andrew M. Kuchling | 2003-10-22 | 1 | -0/+24 |
| | |||||
* | [Patch #628208] Document the allow_none argument | Andrew M. Kuchling | 2003-04-25 | 1 | -2/+8 |
| | |||||
* | terminology | Fredrik Lundh | 2002-10-22 | 1 | -1/+1 |
| | |||||
* | add support for basic authentication, based on patch #624180 | Fredrik Lundh | 2002-10-22 | 1 | -0/+7 |
| | | | | by Phillip J. Eby | ||||
* | fixed the mail address in the documentation, too... | Fredrik Lundh | 2002-10-19 | 1 | -1/+1 |
| | |||||
* | Document the Binary.data attribute. | Fred Drake | 2002-06-14 | 1 | -5/+13 |
| | | | | This closes SF bug #562878. | ||||
* | added note that xmlrpclib won't marshal instances of subclasses of the | Skip Montanaro | 2002-03-17 | 1 | -1/+3 |
| | | | | builtin types | ||||
* | update text to refer to ServerProxy class in preference to Server, which is | Skip Montanaro | 2002-03-14 | 1 | -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 control | Andrew M. Kuchling | 2002-03-08 | 1 | -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 the | Fred Drake | 2001-10-01 | 1 | -5/+3 |
| | | | | public interface, so we can simplify the documentation. | ||||
* | Straighten out some markup. | Fred Drake | 2001-10-01 | 1 | -3/+4 |
| | | | | "boolean" --> "Boolean" (per the style guide). | ||||
* | Correct a couple of errors noted by Alex Martelli. | Fred Drake | 2001-07-14 | 1 | -3/+3 |
| | |||||
* | Several markup adjustments so this will format and be more consistent with | Fred Drake | 2001-07-12 | 1 | -35/+45 |
| | | | | the rest of the documnentation. | ||||
* | First version of xmlrpclib docs. Probably has markup errors; is not complete, | Eric S. Raymond | 2001-07-12 | 1 | -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. |