Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-192
+192
+1000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
[server/test] to fold, unicode → six.text_type
2015-10-02, by Julien Cristau
[server/test] delete test that doesn't make sense on python3
2015-10-02, by Julien Cristau
[server/test] unicode → six.text_type
2015-10-02, by Julien Cristau
[server] unicode → six.text_type
2015-10-02, by Julien Cristau
[py3k] fix building rset description for INSERT queries
2015-10-02, by Julien Cristau
[datafeed] use explicit encode/decode instead of casting to str
2015-10-01, by Julien Cristau
[py3k] io.BytesIO
2015-10-01, by Rémi Cardona
[py3k] get urllib foo from six.moves
2015-10-01, by Julien Cristau
[devtools] CubicWebTC._check_html may have to deal with unicode or bytes
2015-10-01, by Julien Cristau
[ext/test] fix test relying on repr(text)
2015-10-01, by Julien Cristau
[req] fix url_parse_qsl on py3
2015-10-01, by Julien Cristau
[server/session] unicode → six.text_type
2015-10-01, by Julien Cristau
[web/test] str vs bytes
2015-10-01, by Julien Cristau
[web/ajax] fix AjaxController on python3
2015-10-01, by Julien Cristau
[web/test] str → bytes
2015-10-01, by Julien Cristau
[wsgi/test] use bytes instead of str for POST body
2015-10-01, by Julien Cristau
[devtools] 'dict_values' object does not support indexing
2015-10-01, by Julien Cristau
[multipart] decode form data before calling parse_qs in python 3
2015-10-01, by Julien Cristau
[multipart] unicode → six.text_type
2015-10-01, by Julien Cristau
[web] assert that CubicWebPublisher.handle_request returns bytes
2015-10-01, by Julien Cristau
[py3k] fix validateform controller
2015-09-30, by Julien Cristau
[web] unicode → six.text_type
2015-09-30, by Julien Cristau
[multipart] make sure form keys are not bytes
2015-09-30, by Julien Cristau
[web] unicode → six.text_type
2015-09-30, by Julien Cristau
[wsgi] don't convert form values
2015-09-30, by Julien Cristau
[server] import input from six.moves
2015-09-30, by Julien Cristau
[server] don't convert user.login to bytes to generate sessionid
2015-09-30, by Julien Cristau
[cwctl] stop playing tricks with std{out,err} buffering
2015-09-30, by Julien Cristau
[py3k] CubicWebTC.app_handle_request returns bytes
2015-09-22, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-22, by Rémi Cardona
[py3k] http headers should be ascii-only unicode objects
2015-10-12, by Rémi Cardona
[py3k] Clarify IDownloadable expected types
2015-10-13, by Rémi Cardona
[py3k] IDownloadable.download_data() returns bytes
2015-09-22, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-22, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-22, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-22, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-22, by Rémi Cardona
[py3k] PageInfo.source contains bytes
2015-09-22, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-21, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-21, by Rémi Cardona
[py3k] Don't encode URLs
2015-09-21, by Rémi Cardona
[tests] Stop counting pickle bytes in ResultSet tests
2015-09-21, by Rémi Cardona
[tests] Port unittest_cwctl to py3k
2015-09-21, by Rémi Cardona
[migration] NoneType is no longer comparable in py3k
2015-09-21, by Rémi Cardona
Rename gettext to cwgettext, use stdlib gettext
2015-10-13, by Rémi Cardona
[py3k] MethodType no longer takes a class argument
2015-10-13, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-18, by Rémi Cardona
[py3k] im_self → __self__
2015-09-18, by Rémi Cardona
[py3k] Don't sort Action objects
2015-09-18, by Rémi Cardona
[py3k] use inspect module to get a function's arguments
2015-09-22, by Rémi Cardona
[py3k] __unicode__ and __str__
2015-09-18, by Rémi Cardona
[test] call rql.parse with unicode objects
2015-09-21, by Rémi Cardona
[py3k] replace cmp with key in sorted()
2015-09-18, by Rémi Cardona
[tests] remove useless sort
2015-09-18, by Rémi Cardona
[py3k] dict methods no longer return indexable objects
2015-09-18, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-18, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-18, by Rémi Cardona
[server] Port BFSS to py3k
2015-09-18, by Rémi Cardona
[py3k] Binary.getvalue() returns bytes
2015-09-17, by Rémi Cardona
[py3k] ensure Binary objects are initialized with bytes
2015-09-22, by Rémi Cardona
[py3k] __unicode__ and __str__
2015-09-17, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-17, by Rémi Cardona
[mail] port to py3k
2015-09-18, by Rémi Cardona
[web/views] port JSON views to py3k
2015-09-16, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-16, by Rémi Cardona
[web/controller] req.form is supposed to contain unicode-data
2015-09-16, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-16, by Rémi Cardona
[py3k] unicode vs str vs bytes vs the world
2015-09-16, by Rémi Cardona
[web/views] Port csvexport views to py3k
2015-09-16, by Rémi Cardona
[py3k] unicode vs str vs bytes vs the world
2015-09-22, by Rémi Cardona
[web/request] don't convert request parameters if py3k
2015-09-16, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-16, by Rémi Cardona
[py3k] __getslice__ → __getitem__ with slice support
2015-09-16, by Rémi Cardona
[py3k] __nonzero__ → __bool__
2015-09-16, by Rémi Cardona
[py3k] unicode vs str vs bytes vs the world
2015-09-16, by Rémi Cardona
[py3k] use six.add_metaclass
2015-09-16, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-16, by Rémi Cardona
[py3k] add list() around dict methods
2015-10-05, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-15, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-15, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-15, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-15, by Rémi Cardona
[server/utils] crypt_password should always return bytes
2015-09-15, by Rémi Cardona
[py3k] str → six.binary_type
2015-09-15, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-15, by Rémi Cardona
[server/utils] convert to py3k using six
2015-09-15, by Rémi Cardona
[py3k] six.PY2
2015-09-15, by Rémi Cardona
[py3k] use text/binary types from six
2015-09-15, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-15, by Rémi Cardona
[py3k] bytes vs str
2015-09-15, by Rémi Cardona
[py3k] io.BytesIO
2015-09-15, by Rémi Cardona
[py3k] unicode → six.text_type
2015-09-16, by Rémi Cardona
[py3k] bytes required for hashlib.{md5,sha1}()
2015-10-13, by Rémi Cardona
[wsgi/test] add __main__ section
2015-10-01, by Julien Cristau
[py3k] use next builtin instead of next method
2015-09-18, by Rémi Cardona
[web/views] use next builtin instead of next method
2015-09-15, by Rémi Cardona
[py3k] declare meta classes using six.add_metaclass
2015-09-15, by Rémi Cardona
[py3k] replace '_ = unicode' in global scope (closes #7589459)
2015-09-11, by Rémi Cardona
[py3k] introduce cubicweb._ (related to #7589459)
2015-09-11, by Rémi Cardona
[py3k] dict.iterkeys → dict
2015-09-18, by Rémi Cardona
[py3k] dict.itervalues → dict.values
2015-10-13, by Rémi Cardona
[py3k] dict.iteritems → dict.items
2015-09-15, by Rémi Cardona
implement __ne__ whenever we implement __eq__
2015-09-08, by Julien Cristau
[test] use unicode for rql queries (7/7)
2015-09-08, by Julien Cristau
[test] use unicode for rql queries (6/7)
2015-09-08, by Julien Cristau
[test] use unicode for rql queries (5/7)
2015-09-08, by Julien Cristau
[test] use unicode for rql queries (4/7)
2015-09-08, by Julien Cristau
[test] use unicode for rql queries (3/7)
2015-09-08, by Julien Cristau
[test] use unicode for rql queries (2/7)
2015-09-08, by Julien Cristau
[test] use unicode for rql queries (1/7)
2015-09-09, by Julien Cristau
[schema] improve normalization of RQLExpressions
2015-09-08, by Julien Cristau
[server/rql2sql] use VariableRef.is_equivalent explicitly instead of relying on __eq__
2015-09-08, by Julien Cristau
merge with 3.21.2
2015-10-12, by Rémi Cardona
[statsd] fix the statsd logger (closes #7558147)
2015-10-02, by David Douard
Added tag 3.21.2, debian/3.21.2-1, centos/3.21.2-1 for changeset a5428e1ab364
2015-10-12, by Rémi Cardona
[pkg] 3.21.2
3.21.2
centos/3.21.2-1
debian/3.21.2-1
2015-10-09, by Rémi Cardona
[pkg] Remove leftover dep on pyro (closes #7479155)
2015-10-09, by Rémi Cardona
merge with 3.20.10
2015-10-09, by Rémi Cardona
[migration] fix change_attribute_type to update the live schema
2015-09-29, by Sylvain Thénault
[devtools] add has_cache for postgres (closes #5739624)
2015-07-24, by Julien Cristau
fix bad-caching of datetime with tz info at sql generation time
2015-09-22, by Sylvain Thénault
Added tag 3.20.10, debian/3.20.10-1, centos/3.20.10-1 for changeset 8f82e9523962
2015-10-09, by Rémi Cardona
[pkg] 3.20.10
3.20.10
centos/3.20.10-1
debian/3.20.10-1
2015-10-08, by Rémi Cardona
merge with 3.19.13
2015-10-08, by Rémi Cardona
[devtools] Fix CubicWebTC.temporary_permissions
2015-10-08, by Rémi Cardona
[devtools] Use TestCase.assertGreater
2015-10-08, by Rémi Cardona
[autoform] fix appearance of link to add inlined creation form
2015-09-09, by Sylvain Thénault
[predicates] Simplify specified_etype_implements
2015-10-08, by Sylvain Thénault
[web/views] Fix `has_editable_relation` predicate wrt inlined relations
2015-10-08, by Sylvain Thénault
[web/views] avoid propagation of NoSelectableObject in some case of inlined relations / permissions
2015-09-02, by Sylvain Thénault
[server/test] bit of PEP8
2015-10-07, by Sylvain Thénault
[migration] don't attempt to carry over values when renaming a computed relation
2015-08-25, by Sylvain Thénault
consider .do_fti flag in index_entity method
2015-08-21, by Sylvain Thénault
Added tag 3.19.13, debian/3.19.13-1, centos/3.19.13-1 for changeset f933a38d7ab5
2015-10-06, by Rémi Cardona
[pkg] 3.19.13
3.19.13
centos/3.19.13-1
debian/3.19.13-1
2015-10-06, by Rémi Cardona
[migration/3.21] add support for sqlserver
2015-09-29, by Julien Cristau
moved_entities.extid may not be NULL
2015-09-29, by Julien Cristau
[server] use sqls_create_multicol_unique_index to index entities.extid
2015-09-29, by Julien Cristau
[server] fix checkintegrity with pyodbc
2015-09-29, by Julien Cristau
[schema] remove unique constraint on unlimited String attribute
2015-09-29, by Julien Cristau
[sources/native] fix potential NameError (closes #7364249)
2015-10-05, by Aurelien Campeas
[py3k] unicode → six.text_type
2015-09-14, by Rémi Cardona
[devtools/testlib] Port CubicWebTC.view() to py3k
2015-09-14, by Rémi Cardona
[devtools/testlib] port 'fake_form' test to io.BytesIO
2015-09-14, by Rémi Cardona
[dataimport] port ucsvreader tests to io.BytesIO
2015-09-14, by Rémi Cardona
[py3k] io.BytesIO
2015-09-14, by Rémi Cardona
[py3k] io.StringIO
2015-09-11, by Rémi Cardona
Port cw.Binary to io.BytesIO
2015-09-15, by Rémi Cardona
[py3k] execfile → exec
2015-09-18, by Rémi Cardona
[py3k] file → open
2015-09-15, by Rémi Cardona
[py3k] six.integer_types
2015-09-17, by Rémi Cardona
[py3k] basestring → six.string_types
2015-09-14, by Rémi Cardona
[py3k] import CookieJar using six.moves
2015-09-16, by Rémi Cardona
[py3k] import urllib2 from six.moves
2015-09-15, by Rémi Cardona
[py3k] import range using six.moves
2015-09-15, by Rémi Cardona
[py3k] import queue using six.moves
2015-09-15, by Rémi Cardona
[py3k] import filter using six.moves
2015-09-15, by Rémi Cardona
[py3k] import zip using six.moves
2015-09-15, by Rémi Cardona
[py3k] import SimpleCookie using six.moves
2015-09-22, by Rémi Cardona
[py3k] import HTTP client constants and exceptions using six.moves
2015-09-14, by Rémi Cardona
[py3k] import URL mangling functions using six.moves
2015-09-22, by Rémi Cardona
[py3k] import 'pickle' using six.moves
2015-09-14, by Rémi Cardona
[pkg] Add dependency on six 1.4.0
2015-09-16, by Rémi Cardona
[tests] Replace use of deprecated TestCase.assert_
2015-09-16, by Rémi Cardona
[predicates] Simplify range(len()) iteration
2015-09-15, by Rémi Cardona
[dataimport] Use pickle.dump instead of dumps
2015-09-14, by Rémi Cardona
[web/facet] Simplify reversed/sorted calls
2015-09-14, by Rémi Cardona
[web/test] Use TestCase.setUpClass instead of setUpModule
2015-09-28, by Julien Cristau
Use isinstance() instead of type comparison
2015-09-14, by Rémi Cardona
Unused imports
2015-09-15, by Rémi Cardona
[py3k] tuple unpacking in function args
2015-09-11, by Samuel Trégouët
[py3k] ur'' is gone
2015-09-11, by Samuel Trégouët
[py3k] octals and long
2015-09-11, by Samuel Trégouët
[py3k] Fix raise with embedded traceback
2015-09-11, by Samuel Trégouët
[py3k] print function
2015-09-11, by Samuel Trégouët
[py3k] except as
2015-09-11, by Samuel Trégouët
[py3k] backtick to repr
2015-09-11, by Samuel Trégouët
[hooks/syncschema] make sure CWUniqueTogetherConstraintDelOp happens before CWConstraintDelOp
2015-09-23, by Julien Cristau
[hooks/syncschema] only call "ALTER TABLE" once when changing a size constraint
2015-09-23, by Aurelien Campeas
[syncschema] only add to the `synchronized` set if all possible updates have been done
2015-09-02, by Aurelien Campeas
[qunit] remove unused 'data_files' parameter
2015-07-23, by Julien Cristau
[urlpublish] RESTPathEvaluator now use vid_from_rset
2015-07-20, by Sylvain Thénault
[server/sources] use decode_extid in datafeed
2015-07-24, by Julien Cristau
[server/sources] add decode_extid method
2015-07-24, by Julien Cristau
[server/repo] kill repo.pinfo()
2015-07-29, by Julien Cristau
[web/sessions] simplify session cleanup
2015-07-29, by Julien Cristau
[server/repo] fix typo
2015-07-29, by Julien Cristau
[server/sources] AbstractSource.__ne__
2015-07-24, by Julien Cristau
[server/sources] fix docstring for eid_type_source
2015-07-24, by Julien Cristau
[views] fix ProcessInformationView: SESSION_MANAGER can be None (closes #5753280)
2015-07-27, by David Douard
[server/migractions] drop mock_object
2015-08-06, by Julien Cristau
[test] kill unused lgc.testlib imports
2015-08-06, by Julien Cristau
less
more
|
(0)
-10000
-3000
-1000
-192
+192
+1000
tip