b3b3d33
activate main test by
2014-07-02 15:00:19 +0200
af533c6
removing useless __init__.py by
2014-07-02 14:59:50 +0200
743ccb3
setup env in travis.yml by
2014-07-02 14:24:42 +0200
17154c7
fixing build for travis by
2014-07-02 13:58:29 +0200
af8c896
fixing TOX_ENV variable to toxc executable by
2014-07-02 13:55:14 +0200
db2b420
add multiple profiles in tox by
2014-07-02 13:52:26 +0200
349c5fd
add py.test install in travis by
2014-07-02 13:42:03 +0200
1855066
install tox by pip for travis by
2014-07-01 21:53:43 +0200
b89f510
fixing travis by
2014-07-01 21:41:55 +0200
f0b5a0d
removing test and tox exec by
2014-07-01 21:41:41 +0200
e24df25
New release, just to override the old one. by
2013-04-23 15:48:54 +0100
d465276
Added script to run tests. by
2013-04-22 18:08:22 +0100
b591dfc
modified: release.sh modified: setup.py modified: tox by
2013-04-22 18:07:55 +0100
4c0d095
Added option to install/upgrade required virtualenv version . by
2013-04-22 16:47:57 +0100
7b5402e
Removed utils dependency. by
2013-04-22 16:07:24 +0100
83d7dae
Update .travis.yml by
2013-04-18 17:04:52 +0100
643ddef
Added travis-ci.org config file. by
2013-04-18 16:15:32 +0100
40fc1e6
Added RELEASE tag and $VERSION tags to the releases. by
2013-04-18 16:09:47 +0100
6147117
Added ~* ignore to .gitignore. by
2013-04-18 15:45:23 +0100
9273e13
Logging changes to log errors properly. by
2013-04-18 15:37:36 +0100
90f42fb
Removed svn comments. by
2013-04-18 15:15:21 +0100
3357eb9
Cleaned up the code, no bug fixes but added tox and improved the release script. by
2013-04-18 14:58:47 +0100
4d2ca35
fixes for version 0.4, replaced prints with logger.debug() and pep8 by
2012-06-26 14:31:32 +0100
ef7a39d
version 0.4 pep8 fixes and replaced few prints with logging.debug() calls by
2012-06-26 13:33:41 +0100
e6c8a5a
Documented new URLs. by
2012-06-13 13:17:49 +0100
eb654c4
Merge branch 'master' of https://github.com/SauZheR/wstools by
2012-06-13 13:01:34 +0100
afb630a
regexp was too restrictive. Some SOAP response could not be validated cause of tag like <my_xml_response>. Instead is better to search for a pattern were _x is specific followed by 4 hexdigits. All other _x matches should be ignored by
2012-05-16 16:46:37 +0200
3d6be10
tuple subclasses don't get __init__, they get __new__ by
2012-04-17 12:31:13 -0400
df50285
Remove unneeded print by
2012-04-17 10:41:36 -0400
d0f8e81
Add Utility.DOM.looseNamespaces by
2012-04-13 15:01:27 -0400
526e136
credits by
2011-02-21 22:31:12 +0100
c475a15
Back to development: 0.4 by
2011-02-21 22:30:49 +0100
2753e9f
Preparing release 0.3 by
2011-02-21 22:30:39 +0100
8f3bea0
Preparing release 0.3 by
2011-02-21 22:30:21 +0100
940e78e
Back to development: 0.4 by
2011-02-21 19:53:44 +0100
949d482
Preparing release 0.3 by
2011-02-21 19:53:36 +0100
136a13a
proper packaging, stage3 by
2011-02-21 18:17:40 +0100
d9c5c7a
proper packaging, stage3 by
2011-02-21 18:16:53 +0100
a7a06b6
proper packaging, stage3 by
2011-02-21 18:03:47 +0100
5ef1f40
proper packaging, stage3 by
2011-02-21 18:02:21 +0100
85f4235
proper packaging, stage2 by
2011-02-21 18:01:45 +0100
761aeb6
proper packaging, stage1 by
2011-02-21 17:38:53 +0100
4093972
Rename .cvsignore to .gitignore by
2010-09-28 14:28:49 -0400
fe411d4
Bug fix in the File attachment by
2009-04-07 00:02:02 +0000
0df18b3
Added binary attachment support (client only) by
2009-03-31 18:27:55 +0000
4b8c6b3
M XMLSchema.py -- fix for bug report "[ 2586279 ] annotation IndexError" by
2009-02-10 20:05:51 +0000
b2fef01
Use property for ADDRESS attribute of WSAW* namespace structure by
2008-12-10 08:06:29 +0000
5462c56
Add support for WS-Addressing WSDL Binding by
2008-12-10 08:03:17 +0000
0f6539a
Add WS-Addressing namespace http://www.w3.org/2005/08/addressing/ as WSA200508 by
2008-12-10 07:57:09 +0000
bb96684
M XMLSchema.py by
2007-10-01 19:56:26 +0000
b13d16c
M XMLSchema.py -- If one tries to grab a schema item using the helper methods, if that item doesn't exist and the namespace is not in the BUILT_IN_NAMESPACES list then throw a SchemaError. Now failure to specify an import dependency will result in an error like: by
2007-07-10 20:25:44 +0000
e145d02
M logging.py -- little fix by
2007-06-14 06:49:35 +0000
04d96fe
M logging.py -- add processID to log messages by
2007-06-14 06:37:47 +0000
803af60
M XMLSchema.py -- if can't find targetNamespace return '' as default by
2007-06-08 21:31:45 +0000
cf6140d
M logging.py by
2007-06-05 05:46:46 +0000
6a71052
M logging.py -- updates by
2007-05-18 23:02:54 +0000
e7e0980
M logging.py -- added function for distributed logging by
2007-05-03 22:43:39 +0000
d1cb814
M XMLSchema.py [ 1538225 ] KeyError on schema with includes by
2007-01-25 01:21:51 +0000
e8b267d
Remove an unused import by
2006-11-07 00:47:23 +0000
56cd153
M XMLSchema.py -- [ 1482042 ] schema import bug rpc/enc Axis 1.4 WSDL by
2006-05-04 18:34:01 +0000
9c3dd5d
M logging.py -- make log records more readable. by
2006-05-03 00:13:47 +0000
01d6145
M logging.py -- use debugOn w/i "debug" to test if should log event. by
2006-05-02 23:26:00 +0000
0e572c4
M logging.py -- added debugOn and warnOn methods by
2006-05-02 20:18:18 +0000
d0f1bdf
M XMLSchema.py -- added arg for line SchemaError string by
2006-04-27 20:27:42 +0000
daba85d
M c14n.py -- go thru the parent/etc attributes first, then the current nodes, then the current node's namespace nodes will override parent ones. by
2006-03-30 23:47:16 +0000
25d03d3
M c14n.py -- fix for exclusive c14n, fairly extensive changes were necessary to pass down dict of unused prefix:namespace mappings. by
2006-03-23 22:01:42 +0000
dfcd080
M Namespaces.py -- added a couple aliases for WS-SecureConversation, etc by
2006-03-17 19:28:11 +0000
6df2d56
M c14n.py -- replaced this with release version patched with by
2006-03-07 00:53:18 +0000
98cddcf
---------------------------------------------------------------------- Modified Files: ZSI/generate/containers.py ZSI/generate/wsdl2python.py -- fix for bug 1420662, restriction of anyType. by
2006-02-27 23:08:35 +0000
0120cd7
Modified Files: ZSI/TC.py ZSI/TCnumbers.py ZSI/__init__.py -- couple changes to better support serialization of "anyType". Basically replaced Registration of "Integer" with all the TCnumbers classes. by
2006-02-24 00:23:06 +0000
5b358bb
---------------------------------------------------------------------- Modified Files: ZSI/generate/__init__.py -- added a BP message. by
2006-02-04 01:24:50 +0000
8818e0c
---------------------------------------------------------------------- Committing in . by
2006-01-24 20:51:57 +0000
fb29329
---------------------------------------------------------------------- Committing in . by
2006-01-23 21:36:32 +0000
14b44b7
Replace id(...) calls with _get_idstr(...) calls to avoid future warnings when id() returns a "negative" number. by
2006-01-23 18:10:13 +0000
c52c59b
---------------------------------------------------------------------- Modified Files: Tag: serialize-dom-scheme ZSI/generate/containers.py -- fixed/relaxed attribute typecoding by
2006-01-02 22:00:15 +0000
edb36fb
Fixed a couple problems with "toDom". by
2005-12-22 00:37:19 +0000
9b96041
Fix for [ 1279019 ] wildcard handsling -> anyType when no type by
2005-12-15 23:48:35 +0000
12310fb
---------------------------------------------------------------------- by
2005-10-26 18:22:15 +0000
6d201de
---------------------------------------------------------------------- Modified Files: Tag: serialize-dom-scheme ZSI/TC.py -- bug fix in QName. by
2005-10-14 03:15:29 +0000
e1c206b
---------------------------------------------------------------------- Modified Files: ZSI/digest_auth.py ZSI/wstools/Namespaces.py ZSI/wstools/Utility.py ZSI/wstools/logging.py -- licensing info. ---------------------------------------------------------------------- by
2005-09-23 21:33:40 +0000
bc552a5
---------------------------------------------------------------------- by
2005-09-10 01:02:14 +0000
7332473
Replaced tabs with spaces. Thanks to Bruce Edge for picking this up. (feanor420) by
2005-08-30 21:47:08 +0000
acae87b
Add Typecode.typed to control xsi:type data system-wide For cookies, getheaders() is Python 2.3; use getallmatchingheaders In SoapWriter, put nsdecls on body, not envelope Record facets (restrictions) in XMLSchema.py <vchen@datapower.com> Remove Send()'s kwargs out of _args list <efrain@bogotron.net> by
2005-08-16 19:20:48 +0000
bcba1ea
Ignore .pyc files by
2005-07-26 18:44:56 +0000
583891c
---------------------------------------------------------------------- Modified Files: Namespaces.py -- add base notification, WSDL namespace. by
2005-06-16 22:01:17 +0000
0c06215
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- using wrong class.. ---------------------------------------------------------------------- by
2005-03-29 23:15:41 +0000
8493119
In some cases it's necessary to run ZSI in a python environment where threading is not available, such as by
2005-03-25 02:07:16 +0000
d916e1b
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- added a method for grabbing a schema item with a (namespace, name) directly rather than via an XML attribute. by
2005-03-24 01:27:58 +0000
4d8709f
---------------------------------------------------------------------- by
2005-03-23 08:25:16 +0000
e2d7be3
Changed some simple formatting things in XMLSchema.py. by
2005-03-11 20:28:38 +0000
696e60d
---------------------------------------------------------------------- by
2005-03-11 02:09:30 +0000
83e580f
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- added couple convenience methods, and marked AnonymousSimpleType as Local. ---------------------------------------------------------------------- by
2005-03-07 23:48:20 +0000
ffdcf2c
Flattening schema includes, didn't do anything to imports (yet). by
2005-03-01 14:07:24 +0000
e7acae4
---------------------------------------------------------------------- Modified Files: Utility.py -- created a new func "basejoin" for python2.3, because python2.3 and python2.4 have different implementations(python2.3 is broke in it's handling of current directory ./ ). by
2005-02-25 22:44:51 +0000
7323f47
Apply patch submitted by Peter McA'Nulty of WebReply.com: "class SimpleContent, class Extension.fromDom() at line ~2313 doesn't handle extensions without contents -- unusual, but not illegal" by
2005-02-18 13:50:14 +0000
a521f3c
---------------------------------------------------------------------- by
2005-02-17 06:44:27 +0000
983fb3a
Remember to paste prefix back onto the XMLname before returning. by
2005-02-16 14:45:37 +0000
d68d54b
Update email address by
2005-02-15 16:32:23 +0000
ed6c546
---------------------------------------------------------------------- by
2005-02-09 18:33:05 +0000
f0f2805
Mod to flatten wsdl imports, schemas not dealt with yet. by
2005-02-07 17:07:31 +0000