Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | - use repr instead of implied str for doubles - updated version number to 1.0.0 (for 2.2 final) | ||||
* | test for int and long int overflow (allows operation on 64-bit platforms) | Skip Montanaro | 2001-10-17 | 1 | -2/+11 |
| | | | | closes patch 470254 | ||||
* | 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 |
| | | | | | | | value, so the programmer will have to catch OverflowError. I'm not sure what /F's perspective is on this. Perhaps it should be caught and mapped to an xmlrpclib-specific exception. None of the other type-specific dump methods seem to do any exception handling though. | ||||
* | Under certain conditions (sometimes triggered by the test suite), | Guido van Rossum | 2001-10-02 | 1 | -0/+2 |
| | | | | | "from xml.parsers import expat" succeeds but the imported expat module is an empty shell. Make sure we don't be fooled by that. | ||||
* | restored 1.5.2 compatibility | Fredrik Lundh | 2001-10-01 | 1 | -46/+39 |
| | | | | | added local escape method (made the dumps method some 50-80% faster) minor tweaks to the unmarshalling code | ||||
* | approximately double dump performance by moving import of cgi.escape back to | Skip Montanaro | 2001-10-01 | 1 | -6/+4 |
| | | | | top level. | ||||
* | 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 |
| | | | | xmllib (on 2.0 and later) | ||||
* | sync with pythonware codebase: much faster import (doesn't import | Fredrik Lundh | 2001-09-10 | 1 | -65/+70 |
| | | | | | xmllib unless needed), merged docstring patches, added overridable Transport.getparser to simplify plugging in different parsers. | ||||
* | 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 |
| | | | | | DateTime constructor. use ServerProxy instead of Server in sample code. | ||||
* | xmlrpclib for python 2.2; initial checkin | Fredrik Lundh | 2001-07-11 | 1 | -0/+934 |