Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+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.
[entities] parameters should be given to fire_transition, else they are simply ignored
2015-09-22, by Sylvain Thénault
[entity] set _cw_adapters_cache in __init__ rather than on first use
2015-10-12, by Julien Cristau
fix typos and indentation in docstrings/docs
2015-10-19, by Jérôme Roy
session.id → session.sessionid
2015-09-16, by Julien Cristau
[test] test page_size problem (related to #8123231)
2015-11-04, by Arthur Lutz
[predicates] guard against non-integer page_size form parameter
2015-11-04, by Julien Cristau
[server/test] add test for db-dump command
2015-11-03, by Julien Cristau
[server] fix db-dump with sqlite
2015-11-03, by Julien Cristau
[serverctl] fix db-dump
2015-11-03, by Julien Cristau
[server/test] sorting vs dict vs python3
2015-11-03, by Julien Cristau
[devtools] more sorted() vs dict vs python3
2015-10-19, by Julien Cristau
[web/application] return bytes from redirect_handler and validation_error_handler
2015-11-03, by Julien Cristau
[devtools] fix ResourceWarning: unclosed file tmpdb-__default_empty_db__.config
2015-10-19, by Julien Cristau
[serverconfig] fix ResourceWarning: unclosed file bootstrap_cubes
2015-10-19, by Julien Cristau
Use cubicweb._
2015-10-19, by Julien Cristau
[syncschema] hashlib.md5() wants bytes
2015-10-19, by Julien Cristau
[server/test] use next() builtin instead of next() method
2015-10-19, by Julien Cristau
[server/test] dict.iterkeys
2015-10-19, by Julien Cristau
[syncschema] don't arbitrarily remove constraints from the in-memory schema
2015-11-03, by Julien Cristau
[server/test] don't leak timeout from one test class to the next
2015-11-03, by Julien Cristau
[server/test] CWAttribute.extra_props is Bytes
2015-10-16, by Julien Cristau
[dataimport] give unicode objects to psycopg2 copy_from
2015-10-16, by Julien Cristau
[dataimport] extid must be a bytes object
2015-10-16, by Julien Cristau
[dataimport] import StringIO from io
2015-10-16, by Julien Cristau
[dataimport] fix ucsvreader for python3
2015-10-16, by Julien Cristau
[server/test] import StringIO from io on python3
2015-10-14, by Julien Cristau
[server/datafeed] drop URLLibResponseAdapter.info
2015-10-14, by Julien Cristau
[devtools] pass a key to sort() method
2015-10-19, by Julien Cristau
[postcreate] properly set is_instance_of for bootstrap entities
2015-10-21, by Julien Cristau
[migration] re-try without print_function when compiling a script fails
2015-10-28, by Julien Cristau
[test] do not overwrite user's CW_CUBES_PATH in unittest_migration
2015-09-23, by Sylvain Thénault
[server/test] dict.itervalues() → iter(dict.values())
2015-11-03, by Julien Cristau
make sync_schema_props_perms(<computed rtype>) work as expected
2015-09-16, by Sylvain Thénault
[web/http_headers] use classmethod decorator
2015-10-08, by Julien Cristau
[schema] use classmethod decorator
2015-10-08, by Julien Cristau
[devtools] delete postgresql socket directory after killing the server
2015-10-16, by Julien Cristau
[skel] stop deleting cubes egg-info
2015-07-27, by Julien Cristau
[dataimport] Update doc to reflect new API
2015-10-06, by Rémi Cardona
[server] fix generate_source_config regression on python2
2015-10-26, by Julien Cristau
[tests] Fix config.repository() in tests
2015-07-30, by Christophe de Vienne
[schema] RQL queries are always unicode objects in python 3
2015-10-14, by Rémi Cardona
[server/test] use relative import
2015-10-13, by Julien Cristau
[server/schemaserial] fix extra_props on py3k
2015-10-13, by Julien Cristau
[server/test] unicode → six.text_type
2015-10-13, by Julien Cristau
[web] fix Field.__str__ on py3k
2015-10-12, by Julien Cristau
[web] unicode → six.text_type
2015-10-12, by Julien Cristau
[web/test] CubicWebTC.view returns bytes
2015-10-12, by Julien Cristau
[uilib] fix traceback on python3
2015-10-12, by Julien Cristau
[web] integer division
2015-10-12, by Julien Cristau
[web/test] Binary eats bytes
2015-10-12, by Julien Cristau
[devtools] make httptest module importable under py3k
2015-10-06, by Julien Cristau
[web/test] CubicWebPublisher.handle_request returns bytes
2015-10-06, by Julien Cristau
[web] base64 works on bytes not str (py3k)
2015-10-06, by Julien Cristau
[web] accept unicode in parsed Authorization header
2015-10-06, by Julien Cristau
[web] CubicWebPublisher.ajax_error_handler must return bytes
2015-10-06, by Julien Cristau
[py3k] fix i18n
2015-10-05, by Julien Cristau
Fix md5crypt and crypt_password test for python3
2015-10-06, by Julien Cristau
[server/test] use bytes for extid
2015-10-05, by Julien Cristau
[devtools/test] firstnames.txt is in latin1
2015-10-05, by Julien Cristau
[web/test] unicode → cubicweb._
2015-10-05, by Julien Cristau
[web/formwidgets] fix for py3k
2015-10-05, by Julien Cristau
[sobjects] unicode → six.text_type
2015-10-05, by Julien Cristau
[server] fix unittest_security for py3k
2015-10-05, by Julien Cristau
[py3k] make ldapfeed tests pass
2015-10-05, by Julien Cristau
[server] import filter from six.moves
2015-10-05, by Julien Cristau
[ldapfeed] port to ldap3
2015-10-05, by Julien Cristau
[server/test] str vs bytes
2015-10-02, by Julien Cristau
[server/test] list() around map and zip
2015-10-02, by Julien Cristau
[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
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
tip