Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
220ecbc731bf600fe977e1721f2f5c1aec7b033c
/
Lib
/
xmlrpclib.py
46ac8eb
Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)
by Raymond Hettinger
· 22 years ago
3d9addd
merged with SLAB codebase (version 1.0.1)
by Fredrik Lundh
· 22 years ago
10ff706
Replaced boolean tests with is None.
by Raymond Hettinger
· 22 years ago
54f0222
SF 563203. Replaced 'has_key()' with 'in'.
by Raymond Hettinger
· 22 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
· 23 years ago
5449e08
test for int and long int overflow (allows operation on 64-bit platforms)
by Skip Montanaro
· 23 years ago
2a2d970
Remove unused import; reported by Neal Norwitz.
by Fred Drake
· 23 years ago
5e9c71b
allow long ints to be marshalled as ints - no check is made to the incoming
by Skip Montanaro
· 23 years ago
b855134
Under certain conditions (sometimes triggered by the test suite),
by Guido van Rossum
· 23 years ago
1538c23
restored 1.5.2 compatibility
by Fredrik Lundh
· 23 years ago
fbacaf7
approximately double dump performance by moving import of cgi.escape back to
by Skip Montanaro
· 23 years ago
5f12d75
Properly detect recursive structures. Adopted from patch #465298.
by Martin v. Löwis
· 23 years ago
b0e8e9b
more xmlrpclib tweaks: fixed repr(Fault()); enable UTF-8 parsing in
by Fredrik Lundh
· 23 years ago
c4c062f
sync with pythonware codebase: much faster import (doesn't import
by Fredrik Lundh
· 23 years ago
1b41079
Added docstring by Neal Norwitz. This closes SF bug #450981.
by Fred Drake
· 23 years ago
c266bb0
untabification
by Fredrik Lundh
· 23 years ago
78eedce
updated to current PythonWare version (1.0b3). fixed type checks in
by Fredrik Lundh
· 23 years ago
b905633
xmlrpclib for python 2.2; initial checkin
by Fredrik Lundh
· 23 years ago