Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ee9b10a9872244df1ad576f3e398ad959bbab0fc
/
Lib
/
xmlrpclib.py
05e8be1
Merged revisions 60990-61002 via svnmerge from
by Christian Heimes
· 17 years ago
98297ee
Merging the py3k-pep3137 branch back into the py3k branch.
by Guido van Rossum
· 18 years ago
3172c5d
Patch# 1258 by Christian Heimes: kill basestring.
by Guido van Rossum
· 18 years ago
261f9df
Fix fall-out of str.decode removal.
by Guido van Rossum
· 18 years ago
ce36ad8
Raise statement normalization in Lib/.
by Collin Winter
· 18 years ago
25a29a9
One further change.
by Guido van Rossum
· 18 years ago
54a40cb
Force test_xmlrpc to pass. I'm not happy with how I did this, but I don't
by Guido van Rossum
· 18 years ago
cfe02a4
Fixes by John Reese and Jacques Frechet that make test_xmlrpc pass.
by Guido van Rossum
· 18 years ago
9604286
Fix xmlrpc unittest. While it now passes on Linux, it still fails
by Hye-Shik Chang
· 18 years ago
5d8a88a
Change xmlrpclib to use the newer httplib interface.
by Jeremy Hylton
· 18 years ago
2dbde5e
In cases where dealing with base64, do the conversion but then get the ASCII
by Brett Cannon
· 18 years ago
d38d078
Expat parser no longer has a returns_unicode attribute since everything is
by Brett Cannon
· 18 years ago
1325790
Merged revisions 55795-55816 via svnmerge from
by Guido van Rossum
· 18 years ago
e7ba495
Merged revisions 55631-55794 via svnmerge from
by Guido van Rossum
· 18 years ago
54ad523
Make xmlrpclib fail less (test_sundry passes).
by Guido van Rossum
· 18 years ago
68937b4
Change some uses of cStringIO.StringIO to io.StringIO.
by Guido van Rossum
· 18 years ago
ef87d6e
Rip out all the u"..." literals and calls to unicode().
by Guido van Rossum
· 18 years ago
ff11334
Remove the SlowParser class because it depended on the xmllib module
by Neal Norwitz
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
e2a383d
Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.)
by Guido van Rossum
· 19 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 19 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 19 years ago
47b9ff6
Restructure comparison dramatically. There is no longer a default
by Guido van Rossum
· 19 years ago
e2b70bc
Get rid of dict.has_key(). Boy this has a lot of repercussions!
by Guido van Rossum
· 19 years ago
65810fe
SF patch 1495675: Remove types.InstanceType and new.instance (Collin Winter)
by Guido van Rossum
· 19 years ago
e4dea98
Fix the unit tests by adding dispatch tables for DateTime and Binary.
by Guido van Rossum
· 19 years ago
bdb3901
[Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit string, not a Unicode string
by Andrew M. Kuchling
· 20 years ago
174dd22
Add better datetime support to xmlrpclib module. Closes patch #1120353.
by Skip Montanaro
· 20 years ago
22c0706
fix decoding in _stringify to not depend on the default encoding
by Fred Drake
· 20 years ago
ba613c3
accept datetime.datetime instances when marshalling;
by Fred Drake
· 20 years ago
fe59dc1
Revert previous checkin.
by Raymond Hettinger
· 21 years ago
f715366
Reduce the usage of the types module.
by Raymond Hettinger
· 21 years ago
7069c31
removed info@pythonware.com reference
by Fredrik Lundh
· 21 years ago
12237b3
Replace yield with sequence class. Fixes #1009803.
by Martin v. Löwis
· 21 years ago
37af986
Bump minimum Python version to 2.1. Fixes #1009803.
by Martin v. Löwis
· 21 years ago
5962f45
[Bug #841757] Patch from /F to allow Unicode strings as struct keys
by Andrew M. Kuchling
· 21 years ago
cc523fc
SF patch #834015: Remove imports of unused modules
by Raymond Hettinger
· 22 years ago
45394c2
Patch #531629: Add multicall support.
by Martin v. Löwis
· 22 years ago
f0dfc7a
Fix a bunch of typos in documentation, docstrings and comments.
by Walter Dörwald
· 22 years ago
541342f
Patch #764470: Fix marshalling of faults. Will backport to 2.2.
by Martin v. Löwis
· 22 years ago
d5b8090
Made DateTime's constructor accept a time.struct_time class,
by Gustavo Niemeyer
· 22 years ago
c2659cf
Whitespace normalization.
by Tim Peters
· 22 years ago
a4c2b74
[Patch #628208] Add optional support for the 'nil' extension
by Andrew M. Kuchling
· 22 years ago
bfcbfa7
move imports in Binary class to top level to avoid repeated imports.
by Skip Montanaro
· 22 years ago
68468eb
Get rid of many apply() calls.
by Guido van Rossum
· 22 years ago
9a7c96a
add support for Python's bool type to xmlrpclib - patch # 559288
by Skip Montanaro
· 23 years ago
768c98b
patch #624180 (part 2 of 2):
by Fredrik Lundh
· 23 years ago
1303c7c
add support for basic authentication, based on patch #624180 by Phillip J. Eby
by Fredrik Lundh
· 23 years ago
46ac8eb
Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)
by Raymond Hettinger
· 23 years ago
3d9addd
merged with SLAB codebase (version 1.0.1)
by Fredrik Lundh
· 23 years ago
10ff706
Replaced boolean tests with is None.
by Raymond Hettinger
· 23 years ago
54f0222
SF 563203. Replaced 'has_key()' with 'in'.
by Raymond Hettinger
· 23 years ago
1ae2875
re was already imported in the module, no need to re-import
by Neal Norwitz
· 23 years ago
b6ab93f
partial merge with current pythonware codebase:
by Fredrik Lundh
· 24 years ago
5449e08
test for int and long int overflow (allows operation on 64-bit platforms)
by Skip Montanaro
· 24 years ago
2a2d970
Remove unused import; reported by Neal Norwitz.
by Fred Drake
· 24 years ago
5e9c71b
allow long ints to be marshalled as ints - no check is made to the incoming
by Skip Montanaro
· 24 years ago
b855134
Under certain conditions (sometimes triggered by the test suite),
by Guido van Rossum
· 24 years ago
1538c23
restored 1.5.2 compatibility
by Fredrik Lundh
· 24 years ago
fbacaf7
approximately double dump performance by moving import of cgi.escape back to
by Skip Montanaro
· 24 years ago
5f12d75
Properly detect recursive structures. Adopted from patch #465298.
by Martin v. Löwis
· 24 years ago
b0e8e9b
more xmlrpclib tweaks: fixed repr(Fault()); enable UTF-8 parsing in
by Fredrik Lundh
· 24 years ago
c4c062f
sync with pythonware codebase: much faster import (doesn't import
by Fredrik Lundh
· 24 years ago
1b41079
Added docstring by Neal Norwitz. This closes SF bug #450981.
by Fred Drake
· 24 years ago
c266bb0
untabification
by Fredrik Lundh
· 24 years ago
78eedce
updated to current PythonWare version (1.0b3). fixed type checks in
by Fredrik Lundh
· 24 years ago
b905633
xmlrpclib for python 2.2; initial checkin
by Fredrik Lundh
· 24 years ago