2015-10-12 Julien Cristau [uilib] fix traceback on python3
2015-10-12 Julien Cristau [web] integer division
2015-10-12 Julien Cristau [web/test] Binary eats bytes
2015-10-06 Julien Cristau [devtools] make httptest module importable under py3k
2015-10-06 Julien Cristau [web/test] CubicWebPublisher.handle_request returns bytes
2015-10-06 Julien Cristau [web] base64 works on bytes not str (py3k)
2015-10-06 Julien Cristau [web] accept unicode in parsed Authorization header
2015-10-06 Julien Cristau [web] CubicWebPublisher.ajax_error_handler must return bytes
2015-10-05 Julien Cristau [py3k] fix i18n
2015-10-06 Julien Cristau Fix md5crypt and crypt_password test for python3
2015-10-05 Julien Cristau [server/test] use bytes for extid
2015-10-05 Julien Cristau [devtools/test] firstnames.txt is in latin1
2015-10-05 Julien Cristau [web/test] unicode → cubicweb._
2015-10-05 Julien Cristau [web/formwidgets] fix for py3k
2015-10-05 Julien Cristau [sobjects] unicode → six.text_type
2015-10-05 Julien Cristau [server] fix unittest_security for py3k
2015-10-05 Julien Cristau [py3k] make ldapfeed tests pass
2015-10-05 Julien Cristau [server] import filter from six.moves
2015-10-05 Julien Cristau [ldapfeed] port to ldap3
2015-10-02 Julien Cristau [server/test] str vs bytes
2015-10-02 Julien Cristau [server/test] list() around map and zip
2015-10-02 Julien Cristau [server/test] to fold, unicode → six.text_type
2015-10-02 Julien Cristau [server/test] delete test that doesn't make sense on python3
2015-10-02 Julien Cristau [server/test] unicode → six.text_type
2015-10-02 Julien Cristau [server] unicode → six.text_type
2015-10-02 Julien Cristau [py3k] fix building rset description for INSERT queries
2015-10-01 Julien Cristau [datafeed] use explicit encode/decode instead of casting to str
2015-10-01 Rémi Cardona [py3k] io.BytesIO
2015-10-01 Julien Cristau [py3k] get urllib foo from six.moves
2015-10-01 Julien Cristau [devtools] CubicWebTC._check_html may have to deal with unicode or bytes
2015-10-01 Julien Cristau [ext/test] fix test relying on repr(text)
2015-10-01 Julien Cristau [req] fix url_parse_qsl on py3
2015-10-01 Julien Cristau [server/session] unicode → six.text_type
2015-10-01 Julien Cristau [web/test] str vs bytes
2015-10-01 Julien Cristau [web/ajax] fix AjaxController on python3
2015-10-01 Julien Cristau [web/test] str → bytes
2015-10-01 Julien Cristau [wsgi/test] use bytes instead of str for POST body
2015-10-01 Julien Cristau [devtools] 'dict_values' object does not support indexing
2015-10-01 Julien Cristau [multipart] decode form data before calling parse_qs in python 3
2015-10-01 Julien Cristau [multipart] unicode → six.text_type
2015-10-01 Julien Cristau [web] assert that CubicWebPublisher.handle_request returns bytes
2015-09-30 Julien Cristau [py3k] fix validateform controller
2015-09-30 Julien Cristau [web] unicode → six.text_type
2015-09-30 Julien Cristau [multipart] make sure form keys are not bytes
2015-09-30 Julien Cristau [web] unicode → six.text_type
2015-09-30 Julien Cristau [wsgi] don't convert form values
2015-09-30 Julien Cristau [server] import input from six.moves
2015-09-30 Julien Cristau [server] don't convert user.login to bytes to generate sessionid
2015-09-30 Julien Cristau [cwctl] stop playing tricks with std{out,err} buffering
2015-09-22 Rémi Cardona [py3k] CubicWebTC.app_handle_request returns bytes
2015-09-22 Rémi Cardona [py3k] unicode → six.text_type
2015-10-12 Rémi Cardona [py3k] http headers should be ascii-only unicode objects
2015-10-13 Rémi Cardona [py3k] Clarify IDownloadable expected types
2015-09-22 Rémi Cardona [py3k] IDownloadable.download_data() returns bytes
2015-09-22 Rémi Cardona [py3k] unicode → six.text_type
2015-09-22 Rémi Cardona [py3k] unicode → six.text_type
2015-09-22 Rémi Cardona [py3k] unicode → six.text_type
2015-09-22 Rémi Cardona [py3k] unicode → six.text_type
2015-09-22 Rémi Cardona [py3k] PageInfo.source contains bytes
2015-09-21 Rémi Cardona [py3k] unicode → six.text_type
2015-09-21 Rémi Cardona [py3k] unicode → six.text_type
2015-09-21 Rémi Cardona [py3k] Don't encode URLs
2015-09-21 Rémi Cardona [tests] Stop counting pickle bytes in ResultSet tests
2015-09-21 Rémi Cardona [tests] Port unittest_cwctl to py3k
2015-09-21 Rémi Cardona [migration] NoneType is no longer comparable in py3k
2015-10-13 Rémi Cardona Rename gettext to cwgettext, use stdlib gettext
2015-10-13 Rémi Cardona [py3k] MethodType no longer takes a class argument
2015-09-18 Rémi Cardona [py3k] unicode → six.text_type
2015-09-18 Rémi Cardona [py3k] im_self → __self__
2015-09-18 Rémi Cardona [py3k] Don't sort Action objects
2015-09-22 Rémi Cardona [py3k] use inspect module to get a function's arguments
2015-09-18 Rémi Cardona [py3k] __unicode__ and __str__
2015-09-21 Rémi Cardona [test] call rql.parse with unicode objects
2015-09-18 Rémi Cardona [py3k] replace cmp with key in sorted()
2015-09-18 Rémi Cardona [tests] remove useless sort
2015-09-18 Rémi Cardona [py3k] dict methods no longer return indexable objects
2015-09-18 Rémi Cardona [py3k] unicode → six.text_type
2015-09-18 Rémi Cardona [py3k] unicode → six.text_type
2015-09-18 Rémi Cardona [server] Port BFSS to py3k
2015-09-17 Rémi Cardona [py3k] Binary.getvalue() returns bytes
2015-09-22 Rémi Cardona [py3k] ensure Binary objects are initialized with bytes
2015-09-17 Rémi Cardona [py3k] __unicode__ and __str__
2015-09-17 Rémi Cardona [py3k] unicode → six.text_type
2015-09-18 Rémi Cardona [mail] port to py3k
2015-09-16 Rémi Cardona [web/views] port JSON views to py3k
2015-09-16 Rémi Cardona [py3k] unicode → six.text_type
2015-09-16 Rémi Cardona [web/controller] req.form is supposed to contain unicode-data
2015-09-16 Rémi Cardona [py3k] unicode → six.text_type
2015-09-16 Rémi Cardona [py3k] unicode vs str vs bytes vs the world
2015-09-16 Rémi Cardona [web/views] Port csvexport views to py3k
2015-09-22 Rémi Cardona [py3k] unicode vs str vs bytes vs the world
2015-09-16 Rémi Cardona [web/request] don't convert request parameters if py3k
2015-09-16 Rémi Cardona [py3k] unicode → six.text_type
2015-09-16 Rémi Cardona [py3k] __getslice__ → __getitem__ with slice support
2015-09-16 Rémi Cardona [py3k] __nonzero__ → __bool__
2015-09-16 Rémi Cardona [py3k] unicode vs str vs bytes vs the world
2015-09-16 Rémi Cardona [py3k] use six.add_metaclass
2015-09-16 Rémi Cardona [py3k] unicode → six.text_type
2015-10-05 Rémi Cardona [py3k] add list() around dict methods
2015-09-15 Rémi Cardona [py3k] unicode → six.text_type
2015-09-15 Rémi Cardona [py3k] unicode → six.text_type
2015-09-15 Rémi Cardona [py3k] unicode → six.text_type
2015-09-15 Rémi Cardona [py3k] unicode → six.text_type
2015-09-15 Rémi Cardona [server/utils] crypt_password should always return bytes
2015-09-15 Rémi Cardona [py3k] str → six.binary_type
2015-09-15 Rémi Cardona [py3k] unicode → six.text_type
2015-09-15 Rémi Cardona [server/utils] convert to py3k using six
2015-09-15 Rémi Cardona [py3k] six.PY2
2015-09-15 Rémi Cardona [py3k] use text/binary types from six
2015-09-15 Rémi Cardona [py3k] unicode → six.text_type
2015-09-15 Rémi Cardona [py3k] bytes vs str
2015-09-15 Rémi Cardona [py3k] io.BytesIO
2015-09-16 Rémi Cardona [py3k] unicode → six.text_type
2015-10-13 Rémi Cardona [py3k] bytes required for hashlib.{md5,sha1}()
2015-10-01 Julien Cristau [wsgi/test] add __main__ section
2015-09-18 Rémi Cardona [py3k] use next builtin instead of next method
2015-09-15 Rémi Cardona [web/views] use next builtin instead of next method
2015-09-15 Rémi Cardona [py3k] declare meta classes using six.add_metaclass
2015-09-11 Rémi Cardona [py3k] replace '_ = unicode' in global scope (closes #7589459)
2015-09-11 Rémi Cardona [py3k] introduce cubicweb._ (related to #7589459)
(0) -10000 -3000 -1000 -120 +120 +1000 tip