Tue, 15 Sep 2015 18:21:33 +0200 Rémi Cardona [py3k] str → six.binary_type
Tue, 15 Sep 2015 17:32:30 +0200 Rémi Cardona [py3k] unicode → six.text_type
Tue, 15 Sep 2015 17:31:07 +0200 Rémi Cardona [server/utils] convert to py3k using six
Tue, 15 Sep 2015 17:28:05 +0200 Rémi Cardona [py3k] six.PY2
Tue, 15 Sep 2015 17:25:50 +0200 Rémi Cardona [py3k] use text/binary types from six
Tue, 15 Sep 2015 17:04:04 +0200 Rémi Cardona [py3k] unicode → six.text_type
Tue, 15 Sep 2015 15:28:20 +0200 Rémi Cardona [py3k] bytes vs str
Tue, 15 Sep 2015 15:08:04 +0200 Rémi Cardona [py3k] io.BytesIO
Wed, 16 Sep 2015 17:28:06 +0200 Rémi Cardona [py3k] unicode → six.text_type
Tue, 13 Oct 2015 16:57:09 +0200 Rémi Cardona [py3k] bytes required for hashlib.{md5,sha1}()
Thu, 01 Oct 2015 11:40:23 +0200 Julien Cristau [wsgi/test] add __main__ section
Fri, 18 Sep 2015 14:29:53 +0200 Rémi Cardona [py3k] use next builtin instead of next method
Tue, 15 Sep 2015 17:10:58 +0200 Rémi Cardona [web/views] use next builtin instead of next method
Tue, 15 Sep 2015 16:09:55 +0200 Rémi Cardona [py3k] declare meta classes using six.add_metaclass
Fri, 11 Sep 2015 18:05:38 +0200 Rémi Cardona [py3k] replace '_ = unicode' in global scope (closes #7589459)
Fri, 11 Sep 2015 18:01:36 +0200 Rémi Cardona [py3k] introduce cubicweb._ (related to #7589459)
Fri, 18 Sep 2015 18:04:05 +0200 Rémi Cardona [py3k] dict.iterkeys → dict
Tue, 13 Oct 2015 15:09:22 +0200 Rémi Cardona [py3k] dict.itervalues → dict.values
Tue, 15 Sep 2015 16:15:03 +0200 Rémi Cardona [py3k] dict.iteritems → dict.items
Tue, 08 Sep 2015 18:04:57 +0200 Julien Cristau implement __ne__ whenever we implement __eq__
Tue, 08 Sep 2015 17:15:03 +0200 Julien Cristau [test] use unicode for rql queries (7/7)
Tue, 08 Sep 2015 16:28:55 +0200 Julien Cristau [test] use unicode for rql queries (6/7)
Tue, 08 Sep 2015 16:25:26 +0200 Julien Cristau [test] use unicode for rql queries (5/7)
Tue, 08 Sep 2015 16:25:16 +0200 Julien Cristau [test] use unicode for rql queries (4/7)
Tue, 08 Sep 2015 16:24:57 +0200 Julien Cristau [test] use unicode for rql queries (3/7)
Tue, 08 Sep 2015 16:24:42 +0200 Julien Cristau [test] use unicode for rql queries (2/7)
Wed, 09 Sep 2015 09:37:14 +0200 Julien Cristau [test] use unicode for rql queries (1/7)
Tue, 08 Sep 2015 16:26:56 +0200 Julien Cristau [schema] improve normalization of RQLExpressions
Tue, 08 Sep 2015 13:43:57 +0200 Julien Cristau [server/rql2sql] use VariableRef.is_equivalent explicitly instead of relying on __eq__
Mon, 12 Oct 2015 10:53:35 +0200 Rémi Cardona merge with 3.21.2
Fri, 02 Oct 2015 17:28:33 +0200 David Douard [statsd] fix the statsd logger (closes #7558147)
Mon, 12 Oct 2015 09:19:07 +0200 Rémi Cardona Added tag 3.21.2, debian/3.21.2-1, centos/3.21.2-1 for changeset a5428e1ab364
Fri, 09 Oct 2015 18:01:46 +0200 Rémi Cardona [pkg] 3.21.2 3.21.2 centos/3.21.2-1 debian/3.21.2-1
Fri, 09 Oct 2015 18:03:40 +0200 Rémi Cardona [pkg] Remove leftover dep on pyro (closes #7479155)
Fri, 09 Oct 2015 17:52:14 +0200 Rémi Cardona merge with 3.20.10
Tue, 29 Sep 2015 12:09:04 +0200 Sylvain Thénault [migration] fix change_attribute_type to update the live schema
Fri, 24 Jul 2015 09:57:08 +0200 Julien Cristau [devtools] add has_cache for postgres (closes #5739624)
Tue, 22 Sep 2015 14:20:02 +0200 Sylvain Thénault fix bad-caching of datetime with tz info at sql generation time
Fri, 09 Oct 2015 09:40:08 +0200 Rémi Cardona Added tag 3.20.10, debian/3.20.10-1, centos/3.20.10-1 for changeset 8f82e9523962
Thu, 08 Oct 2015 18:47:57 +0200 Rémi Cardona [pkg] 3.20.10 3.20.10 centos/3.20.10-1 debian/3.20.10-1
Thu, 08 Oct 2015 18:38:16 +0200 Rémi Cardona merge with 3.19.13
Thu, 08 Oct 2015 18:24:09 +0200 Rémi Cardona [devtools] Fix CubicWebTC.temporary_permissions
Thu, 08 Oct 2015 18:09:10 +0200 Rémi Cardona [devtools] Use TestCase.assertGreater
Wed, 09 Sep 2015 08:32:49 +0200 Sylvain Thénault [autoform] fix appearance of link to add inlined creation form
Thu, 08 Oct 2015 11:47:15 +0200 Sylvain Thénault [predicates] Simplify specified_etype_implements
Thu, 08 Oct 2015 12:13:35 +0200 Sylvain Thénault [web/views] Fix `has_editable_relation` predicate wrt inlined relations
Wed, 02 Sep 2015 15:31:18 +0200 Sylvain Thénault [web/views] avoid propagation of NoSelectableObject in some case of inlined relations / permissions
Wed, 07 Oct 2015 17:27:35 +0200 Sylvain Thénault [server/test] bit of PEP8
Tue, 25 Aug 2015 11:11:34 +0200 Sylvain Thénault [migration] don't attempt to carry over values when renaming a computed relation
Fri, 21 Aug 2015 11:01:08 +0200 Sylvain Thénault consider .do_fti flag in index_entity method
Tue, 06 Oct 2015 18:59:01 +0200 Rémi Cardona Added tag 3.19.13, debian/3.19.13-1, centos/3.19.13-1 for changeset f933a38d7ab5
Tue, 06 Oct 2015 18:35:14 +0200 Rémi Cardona [pkg] 3.19.13 3.19.13 centos/3.19.13-1 debian/3.19.13-1
Tue, 29 Sep 2015 14:41:28 +0200 Julien Cristau [migration/3.21] add support for sqlserver
Tue, 29 Sep 2015 15:49:10 +0200 Julien Cristau moved_entities.extid may not be NULL
Tue, 29 Sep 2015 15:15:03 +0200 Julien Cristau [server] use sqls_create_multicol_unique_index to index entities.extid
Tue, 29 Sep 2015 15:11:29 +0200 Julien Cristau [server] fix checkintegrity with pyodbc
Tue, 29 Sep 2015 14:23:57 +0200 Julien Cristau [schema] remove unique constraint on unlimited String attribute
Mon, 05 Oct 2015 16:36:49 +0200 Aurelien Campeas [sources/native] fix potential NameError (closes #7364249)
Mon, 14 Sep 2015 11:15:47 +0200 Rémi Cardona [py3k] unicode → six.text_type
Mon, 14 Sep 2015 18:10:20 +0200 Rémi Cardona [devtools/testlib] Port CubicWebTC.view() to py3k
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip