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
*
[textutils] Add two more manual mappings to convert unicode into ASCII
Yann Voté
2017-02-28
1
-0
/
+2
*
[registry] RegistrableInstance should be instantiated with __module__=__name__
Philippe Pepiot
2017-01-20
2
-3
/
+8
*
[registry] deprecate register_objects()
Philippe Pepiot
2017-01-20
1
-2
/
+6
*
[modutils] deprecate modpath_from_file
Philippe Pepiot
2017-01-20
1
-2
/
+6
*
[registry] add register_modnames()
Philippe Pepiot
2016-12-23
1
-0
/
+9
*
[test] Do not use "modutils" in test_site_packages
Denis Laxalde
2016-11-18
1
-2
/
+3
*
[configuration] Fix multi-line strings handling
Christophe de Vienne
2016-01-11
1
-0
/
+44
*
[testlib] Deprecate doctest things in favour of stdlib module
Denis Laxalde
2016-01-19
3
-20
/
+18
*
Rename pytest executable into logilab-pytest
Denis Laxalde
2016-10-03
1
-1
/
+1
*
[test] noop instead of skip test_utcdatetime for mxDateTime
David Douard
2016-05-27
1
-1
/
+1
*
[pep8] test/unittest_changelog
David Douard
2016-05-27
1
-6
/
+7
*
[changelog] ensure ChangeLogEntry write unicode (closes #6213577)
David Douard
2016-01-12
1
-1
/
+1
*
Fix regression with datetime2ticks vs date object as argument
Sylvain Thénault
2016-05-17
1
-0
/
+5
*
[date] take milliseconds into account in datetime2ticks
Julien Cristau
2016-03-10
1
-3
/
+11
*
Move coverage utility from pytest to testlib
Denis Laxalde
2016-03-03
1
-15
/
+0
*
[optik_ext] Bytes should be returned as ints, not floats (closes #2086835)
Rémi Cardona
2015-10-12
1
-0
/
+19
*
[umessage] Use the same code paths for both python 2 and 3
Rémi Cardona
2015-09-21
1
-1
/
+18
*
[umessage] Work around bug in python 3's decode_header
Rémi Cardona
2015-09-18
1
-0
/
+12
*
[tests] Fix resource leak
Rémi Cardona
2015-09-10
1
-2
/
+4
*
[tests] Stop using deprecated assert_
Rémi Cardona
2015-09-10
1
-1
/
+1
*
[testlib] Allow skipTest() and fail() in generative tests
Rémi Cardona
2015-09-10
1
-0
/
+25
*
[shellutils] Remove racy file lock
Rémi Cardona
2015-09-10
1
-41
/
+3
*
[testlib] Remove deprecated assert methods
Rémi Cardona
2015-09-10
1
-48
/
+0
*
[configuration] Have a stable order for sections (closes #298658)
Rémi Cardona
2015-07-23
1
-3
/
+30
*
[test] Fix modutils tests when running inside a python 3 virtualenv (closes #...
Rémi Cardona
2015-06-29
1
-2
/
+5
*
[test] remove check for python < 2.6
Rémi Cardona
2015-06-29
1
-1
/
+1
*
[test] run TagsTC.test_tagged_class on python 3
Rémi Cardona
2015-06-25
1
-3
/
+0
*
[test] instantiate TestCase before calling runner.does_match_tags
Rémi Cardona
2015-06-25
1
-19
/
+19
*
[test] Rework generate_manpage test to use a private __pkginfo__
Rémi Cardona
2015-06-24
2
-2
/
+62
*
Fix python3 syntax errors
Julien Cristau
2014-11-28
5
-34
/
+20
*
[date] Fix utcdatetime
Christophe de Vienne
2014-11-27
1
-1
/
+22
*
[coverage] Provides better tools to pause tracing
Christophe de Vienne
2014-11-27
1
-0
/
+51
*
[ureports] write unicode not bytes (closes #277372)
Julien Cristau
2014-11-28
1
-14
/
+23
*
Only read/write func.__name__ and class.__self__
Rémi Cardona
2014-07-17
1
-3
/
+0
*
[py3k] Replace uses of 'unicode'
Rémi Cardona
2014-07-17
1
-4
/
+6
*
[py3k] explicitly build a list around dict methods
Julien Cristau
2014-07-27
2
-2
/
+2
*
[py3k] Use metaclasses using six.add_metaclass
Rémi Cardona
2014-07-19
1
-4
/
+8
*
[py3k] import StringIO from compat
Rémi Cardona
2014-07-18
6
-7
/
+6
*
Consistently use the generator version of range
Rémi Cardona
2014-09-22
1
-0
/
+2
*
[py3k] Import range from six.moves
Rémi Cardona
2014-07-16
2
-17
/
+21
*
[py3k] print function
Rémi Cardona
2014-09-17
2
-7
/
+10
*
[test] replace assertTrue(a == b) with assertEqual(a, b)
Julien Cristau
2014-09-08
1
-8
/
+8
*
Use next(iterator) instead of py3k incompatible iterator.next() (related to #...
Rémi Cardona
2014-07-16
2
-6
/
+6
*
Use "except as" syntax (related to #264017)
Rémi Cardona
2014-07-16
1
-1
/
+1
*
[compat] Deprecate any() and all() (related to #264017)
Rémi Cardona
2014-07-28
1
-120
/
+0
*
Remove obsolete __future__ imports (related to #264017)
Rémi Cardona
2014-07-28
2
-2
/
+0
*
Remove CVS file IDs
Rémi Cardona
2014-07-28
6
-6
/
+0
*
[configuration] closes #185648 : load options in config file order
Laura Médioni
2014-07-25
1
-2
/
+43
*
[test] Fix broken unittest_configuration.py:ConfigurationTC.test_round_trip
Anthony Truchet
2013-10-25
1
-8
/
+13
*
[date] Fixed: wrong incrementation of month in date_range function (closes #1...
Damien Garaud
2013-10-31
1
-0
/
+7
[next]