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