index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
xmlrpclib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
re was already imported in the module, no need to re-import
Neal Norwitz
2002-03-26
1
-1
/
+0
*
partial merge with current pythonware codebase:
Fredrik Lundh
2001-12-19
1
-3
/
+4
*
test for int and long int overflow (allows operation on 64-bit platforms)
Skip Montanaro
2001-10-17
1
-2
/
+11
*
Remove unused import; reported by Neal Norwitz.
Fred Drake
2001-10-17
1
-1
/
+1
*
allow long ints to be marshalled as ints - no check is made to the incoming
Skip Montanaro
2001-10-10
1
-0
/
+6
*
Under certain conditions (sometimes triggered by the test suite),
Guido van Rossum
2001-10-02
1
-0
/
+2
*
restored 1.5.2 compatibility
Fredrik Lundh
2001-10-01
1
-46
/
+39
*
approximately double dump performance by moving import of cgi.escape back to
Skip Montanaro
2001-10-01
1
-6
/
+4
*
Properly detect recursive structures. Adopted from patch #465298.
Martin v. Löwis
2001-09-30
1
-0
/
+6
*
more xmlrpclib tweaks: fixed repr(Fault()); enable UTF-8 parsing in
Fredrik Lundh
2001-09-10
1
-12
/
+17
*
sync with pythonware codebase: much faster import (doesn't import
Fredrik Lundh
2001-09-10
1
-65
/
+70
*
Added docstring by Neal Norwitz. This closes SF bug #450981.
Fred Drake
2001-09-04
1
-35
/
+86
*
untabification
Fredrik Lundh
2001-08-23
1
-5
/
+5
*
updated to current PythonWare version (1.0b3). fixed type checks in
Fredrik Lundh
2001-08-23
1
-9
/
+15
*
xmlrpclib for python 2.2; initial checkin
Fredrik Lundh
2001-07-11
1
-0
/
+934