index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
xmlrpclib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-3/+3
*
Fix fall-out of str.decode removal.
Guido van Rossum
2007-08-31
1
-1/+1
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
1
-14/+13
*
One further change.
Guido van Rossum
2007-08-27
1
-1/+1
*
Force test_xmlrpc to pass. I'm not happy with how I did this, but I don't
Guido van Rossum
2007-08-27
1
-3/+10
*
Fixes by John Reese and Jacques Frechet that make test_xmlrpc pass.
Guido van Rossum
2007-08-22
1
-1/+1
*
Fix xmlrpc unittest. While it now passes on Linux, it still fails
Hye-Shik Chang
2007-08-19
1
-2/+2
*
Change xmlrpclib to use the newer httplib interface.
Jeremy Hylton
2007-08-14
1
-73/+41
*
In cases where dealing with base64, do the conversion but then get the ASCII
Brett Cannon
2007-07-30
1
-7/+6
*
Expat parser no longer has a returns_unicode attribute since everything is
Brett Cannon
2007-07-29
1
-2/+0
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
1
-16/+12
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
1
-2/+0
*
Make xmlrpclib fail less (test_sundry passes).
Guido van Rossum
2007-05-27
1
-30/+19
*
Change some uses of cStringIO.StringIO to io.StringIO.
Guido van Rossum
2007-05-18
1
-5/+2
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-7/+7
*
Remove the SlowParser class because it depended on the xmllib module
Neal Norwitz
2007-04-17
1
-30/+11
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-6/+6
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-2/+2
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-2/+2
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-3/+18
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-54/+17
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-2/+2
*
SF patch 1495675: Remove types.InstanceType and new.instance
Guido van Rossum
2006-05-26
1
-1/+0
*
Fix the unit tests by adding dispatch tables for DateTime and Binary.
Guido van Rossum
2006-04-21
1
-0/+2
*
[Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit str...
Andrew M. Kuchling
2005-12-04
1
-0/+1
*
Add better datetime support to xmlrpclib module. Closes patch #1120353.
Skip Montanaro
2005-05-14
1
-11/+49
*
fix decoding in _stringify to not depend on the default encoding
Fred Drake
2005-02-11
1
-1/+1
*
accept datetime.datetime instances when marshalling;
Fred Drake
2005-02-10
1
-1/+16
*
Revert previous checkin.
Raymond Hettinger
2005-02-07
1
-19/+19
*
Reduce the usage of the types module.
Raymond Hettinger
2005-02-07
1
-19/+19
*
removed info@pythonware.com reference
Fredrik Lundh
2004-10-13
1
-2/+1
*
Replace yield with sequence class. Fixes #1009803.
Martin v. Löwis
2004-08-22
1
-8/+21
*
Bump minimum Python version to 2.1. Fixes #1009803.
Martin v. Löwis
2004-08-20
1
-4/+2
*
[Bug #841757] Patch from /F to allow Unicode strings as struct keys
Andrew M. Kuchling
2004-06-05
1
-3/+6
*
SF patch #834015: Remove imports of unused modules
Raymond Hettinger
2003-11-02
1
-9/+8
*
Patch #531629: Add multicall support.
Martin v. Löwis
2003-10-31
1
-1/+65
*
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald
2003-10-20
1
-1/+1
*
Patch #764470: Fix marshalling of faults. Will backport to 2.2.
Martin v. Löwis
2003-07-12
1
-1/+9
*
Made DateTime's constructor accept a time.struct_time class,
Gustavo Niemeyer
2003-06-16
1
-1/+1
*
Whitespace normalization.
Tim Peters
2003-05-12
1
-5/+5
*
[Patch #628208] Add optional support for the 'nil' extension
Andrew M. Kuchling
2003-04-25
1
-8/+24
*
move imports in Binary class to top level to avoid repeated imports.
Skip Montanaro
2003-04-24
1
-2/+6
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
1
-2/+2
*
add support for Python's bool type to xmlrpclib - patch # 559288
Skip Montanaro
2003-01-22
1
-37/+56
*
patch #624180 (part 2 of 2):
Fredrik Lundh
2002-11-01
1
-1/+1
*
add support for basic authentication, based on patch #624180
Fredrik Lundh
2002-10-22
1
-12/+44
*
Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)
Raymond Hettinger
2002-06-30
1
-4/+2
*
merged with SLAB codebase (version 1.0.1)
Fredrik Lundh
2002-06-27
1
-78/+344
*
Replaced boolean tests with is None.
Raymond Hettinger
2002-06-02
1
-2/+2
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-1/+1
[next]