index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
xmlrpclib.py
Commit message (
Expand
)
Author
Age
*
patch #624180 (part 2 of 2):
Fredrik Lundh
2002-11-01
*
add support for basic authentication, based on patch #624180
Fredrik Lundh
2002-10-22
*
Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)
Raymond Hettinger
2002-06-30
*
merged with SLAB codebase (version 1.0.1)
Fredrik Lundh
2002-06-27
*
Replaced boolean tests with is None.
Raymond Hettinger
2002-06-02
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
*
re was already imported in the module, no need to re-import
Neal Norwitz
2002-03-26
*
partial merge with current pythonware codebase:
Fredrik Lundh
2001-12-19
*
test for int and long int overflow (allows operation on 64-bit platforms)
Skip Montanaro
2001-10-17
*
Remove unused import; reported by Neal Norwitz.
Fred Drake
2001-10-17
*
allow long ints to be marshalled as ints - no check is made to the incoming
Skip Montanaro
2001-10-10
*
Under certain conditions (sometimes triggered by the test suite),
Guido van Rossum
2001-10-02
*
restored 1.5.2 compatibility
Fredrik Lundh
2001-10-01
*
approximately double dump performance by moving import of cgi.escape back to
Skip Montanaro
2001-10-01
*
Properly detect recursive structures. Adopted from patch #465298.
Martin v. Löwis
2001-09-30
*
more xmlrpclib tweaks: fixed repr(Fault()); enable UTF-8 parsing in
Fredrik Lundh
2001-09-10
*
sync with pythonware codebase: much faster import (doesn't import
Fredrik Lundh
2001-09-10
*
Added docstring by Neal Norwitz. This closes SF bug #450981.
Fred Drake
2001-09-04
*
untabification
Fredrik Lundh
2001-08-23
*
updated to current PythonWare version (1.0b3). fixed type checks in
Fredrik Lundh
2001-08-23
*
xmlrpclib for python 2.2; initial checkin
Fredrik Lundh
2001-07-11