index
:
delta/python-packages/logilab-common.git
1.6
1.7
master
py3k
stable
hg.logilab.org: review/logilab/common
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
decorators: test and fix copy_cache, bug introduced in 1411:2f974a847d7e
Sylvain Th?nault
2011-05-03
1
-1
/
+13
*
test and fix clear_cache to work on cached **properties**. remove debug print
Sylvain Th?nault
2011-04-11
1
-0
/
+13
*
decorators: refactored @cached to allow usages such as @cached(cacheattr='_ca...
Sylvain Th?nault
2011-04-08
1
-1
/
+37
*
[packaging] prepare 0.55.1
logilab-common-version-0.55.1
Nicolas Chauvat
2011-03-28
23
-23
/
+23
*
[dates] provide a somewhat reasonable workaround for ticks2datetime where yea...
Adrien Di Mascio
2011-03-28
1
-2
/
+9
*
[textutils] fix unormalize implementation
Adrien Di Mascio
2011-03-02
1
-2
/
+10
*
fix the ordered_nodes fix by reverting to previous order
Nicolas Chauvat
2011-02-09
1
-4
/
+7
*
graph: fix and test ordered_nodes() [closes #60288]
Nicolas Chauvat
2011-01-31
1
-1
/
+37
*
fix test-interdependency pb in unittest_modutils. Also, stop renaming unittes...
Sylvain Th?nault
2011-01-10
1
-14
/
+20
*
stop testing a deprecated behaviour
Sylvain Th?nault
2011-01-06
1
-5
/
+0
*
[tests] use plain package file (no symlink)
Julien Jehannet
2011-01-05
4
-4
/
+2
*
[testlib] do not stop generative test if exception occured
Julien Jehannet
2010-11-29
1
-2
/
+2
*
[testlib] manage SkipTest exception in __call__ statement (as unittest2 does)
Julien Jehannet
2010-11-29
1
-1
/
+1
*
py3k: replace "file(path)" with "open(path)"
Emile Anclin
2010-12-06
1
-5
/
+5
*
cleanup: remove more deprecated stuff
Emile Anclin
2010-12-06
1
-30
/
+0
*
cleanup: rename deprecated test methods
Emile Anclin
2010-12-06
1
-56
/
+36
*
cleanup: remove DFCapture
Emile Anclin
2010-12-06
1
-72
/
+3
*
cleanup: remove deprecated norm_read
Emile Anclin
2010-12-06
1
-1
/
+1
*
[decorators] prevent caching of decorator functions
Aurelien Campeas
2010-11-30
1
-0
/
+5
*
[decorators] cached try to keep the original function name
Aurelien Campeas
2010-11-26
1
-1
/
+4
*
[test] readd test about relative import
Julien Jehannet
2010-11-23
1
-2
/
+7
*
[test] fix import test about dropped db module
Julien Jehannet
2010-11-22
1
-2
/
+2
*
cleanup: remove deprecated compat imports
Emile Anclin
2010-11-22
2
-3
/
+0
*
fix tests
Emile Anclin
2010-11-22
2
-111
/
+0
*
cleanup: remove deprecated modules
Emile Anclin
2010-11-22
1
-76
/
+0
*
[testlib] isolation of pytest related code into pytest.py
Julien Jehannet
2010-11-16
1
-26
/
+14
*
cleanup: remove strange ghost files
Emile Anclin
2010-11-16
2
-33
/
+0
*
[test] fix running of ModuleFileTC tests
Julien Jehannet
2010-11-15
1
-7
/
+9
*
2to3 has some more usable fixers
Emile Anclin
2010-11-15
1
-6
/
+6
*
2to3: fix a lot of white space after comma
Emile Anclin
2010-11-15
13
-127
/
+127
*
[tests] make tests independent from cwd
Emile Anclin
2010-11-04
3
-6
/
+12
*
remove py2.2 compat ; use deprecation warnings
Emile Anclin
2010-10-06
1
-15
/
+0
*
typo
Emile Anclin
2010-10-06
1
-1
/
+1
*
fix tests: should be runnable as script from anywhere
Emile Anclin
2010-10-06
1
-4
/
+4
*
[tests] fix capture test when tty not available (in case of redirection)
Julien Jehannet
2010-09-30
1
-15
/
+11
*
[tests] fix usage of os.access in unittest_fileutils.py
Julien Jehannet
2010-09-30
1
-7
/
+19
*
backport stable into default
Sylvain Th?nault
2010-09-24
4
-17
/
+34
|
\
|
*
[py3k] compat: add str_to_bytes and str_encode
Emile Anclin
2010-09-21
1
-4
/
+4
|
*
skip some compat tests on >= 3.0
Emile Anclin
2010-09-21
1
-0
/
+6
|
*
[py3k] compat : __builtin__ will be replaced by builtins in py3k
Emile Anclin
2010-09-21
1
-9
/
+9
|
*
[py3k] some trivial fixes
Emile Anclin
2010-09-15
2
-2
/
+1
|
*
[py3k] fix unittest_modutils for standard modules
Sylvain Th?nault
2010-09-15
1
-2
/
+14
*
|
[unittest2] make standard import under py3.x (skip unittest2 support from here)
Julien Jehannet
2010-09-22
17
-443
/
+456
*
|
py2.3 compat : import compat.set, remove deprecated stuff
Sylvain Th?nault
2010-09-24
1
-1
/
+1
*
|
fix test
Sylvain Th?nault
2010-09-24
1
-5
/
+0
*
|
[textutils] use NFKD decomposition in unormalize()
Julien Jehannet
2010-09-23
1
-2
/
+8
|
/
*
new ustrftime implementation working around datetime limitaion on dates < 1900
Alexandre Fayolle
2010-08-23
1
-1
/
+5
*
backport stable into default
Pierre-Yves David
2010-06-23
1
-3
/
+3
|
\
|
*
merge stable head
Julien Jehannet
2010-06-15
2
-4
/
+5
|
|
\
|
*
|
[testlib/tag] Tagged method now inherit from class Tags too.
Pierre-Yves David
2010-06-11
1
-3
/
+3
[next]