Thu, 08 Dec 2011 14:32:57 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 05 Dec 2011 14:31:43 +0100 |
Julien Cristau |
[migration] Ignore IOError from readline.write_history_file (closes #2106621)
stable
|
file |
diff |
annotate
|
Mon, 05 Dec 2011 14:31:41 +0100 |
Julien Cristau |
[migration] make remove_cube('foo') not fail if foo is already removed. Closes #2106532
stable
|
file |
diff |
annotate
|
Fri, 04 Nov 2011 13:03:56 +0100 |
Sylvain Thénault |
[cleanup] drop some appengine support junk
|
file |
diff |
annotate
|
Wed, 28 Sep 2011 09:27:42 +0200 |
Sylvain Thénault |
[pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way)
stable
|
file |
diff |
annotate
|
Wed, 21 Sep 2011 17:38:00 +0200 |
Sylvain Thénault |
[exceptions] stop catching any exception in various places (closes #1942716)
stable
|
file |
diff |
annotate
|
Wed, 29 Jun 2011 14:05:14 +0200 |
Nicolas Chauvat |
[cw-ctl] command list should not break when cube depends on version None (closes #1787209)
stable
|
file |
diff |
annotate
|
Sat, 18 Jun 2011 23:27:23 +0200 |
Nicolas Chauvat |
[migration] bugfix: c-c list was not displaying the name of a cube requiring another cube without constraining the version.
stable
|
file |
diff |
annotate
|
Wed, 16 Mar 2011 09:37:46 +0100 |
Alexandre Fayolle |
help pylint by explicitely defining some attributes
oldstable
|
file |
diff |
annotate
|
Mon, 29 Nov 2010 18:34:39 +0100 |
Julien Jehannet |
[migration] improve doctest report format
stable
|
file |
diff |
annotate
|
Tue, 09 Nov 2010 10:18:56 +0100 |
Julien Jehannet |
[migration] put some migration context info in doctest environment: __file__ and __args__
stable
|
file |
diff |
annotate
|
Fri, 05 Nov 2010 15:08:24 +0100 |
Julien Jehannet |
[shell, testlib] return doc test results in process_script and new assertDocTestFile method on CubicWebTC
stable
|
file |
diff |
annotate
|
Fri, 29 Oct 2010 00:03:30 +0200 |
Nicolas Chauvat |
fix problem introduced with previous commit
stable
|
file |
diff |
annotate
|
Thu, 28 Oct 2010 19:37:59 +0200 |
Nicolas Chauvat |
[cwctl] command list now checks version of cw, not only versions of cubes
stable
|
file |
diff |
annotate
|
Wed, 29 Sep 2010 12:44:11 +0200 |
Sylvain Thénault |
[c-c] fix RuntimeError: 'maximum recursion depth exceeded while calling a Python object' we get when creating/upgrading/shelling an instance: hasattr() call __getattribute__, creating an infinite recursion error catched by the interpretor. Avoid this by testing the method is available on the class instead of the instance
stable
|
file |
diff |
annotate
|