summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [pkg] 1.1.0debian/1.1.0-1centos/1.1.0-11.1.0Julien Cristau2015-10-124-2/+20
* [optik_ext] Bytes should be returned as ints, not floats (closes #2086835)Rémi Cardona2015-10-122-1/+20
* [testlib] Stop using internal TestCase._addSkip methodRémi Cardona2015-09-211-1/+6
* [umessage] Use the same code paths for both python 2 and 3Rémi Cardona2015-09-212-54/+49
* [umessage] import email exceptions from new module pathsRémi Cardona2015-09-211-2/+2
* [umessage] Work around bug in python 3's decode_headerRémi Cardona2015-09-182-1/+22
* [umessage] Drop support for python 2.4 and earlierRémi Cardona2015-09-181-6/+2
* [py3k] six.integer_typesRémi Cardona2015-09-181-1/+3
* [modutils] Fix fd leak in load_module_from_modpathRémi Cardona2015-09-181-1/+5
* [testlib] remove unused and untested Mock classesRémi Cardona2015-09-181-34/+0
* [py3k] dict.iteritems → dict.itemsRémi Cardona2015-09-181-1/+1
* Move pytest-specific code from testlib to pytestRémi Cardona2015-09-112-146/+157
* [tests] Fix resource leakRémi Cardona2015-09-101-2/+4
* [tests] Stop using deprecated assert_Rémi Cardona2015-09-101-1/+1
* [testlib] Allow skipTest() and fail() in generative testsRémi Cardona2015-09-102-0/+30
* [testlib] Update __all__Rémi Cardona2015-09-101-1/+1
* [shellutils] Remove racy file lockRémi Cardona2015-09-102-97/+3
* [testlib] Remove deprecated assert methodsRémi Cardona2015-09-102-503/+0
* [testlib] Remove old TestCase.assertRaises codeRémi Cardona2015-09-101-47/+0
* [configuration] Have a stable order for sections (closes #298658)Rémi Cardona2015-07-232-4/+31
* Added tag 1.0.2, debian/1.0.2-1, centos/1.0.2-1 for changeset 8ca88714c899Julien Cristau2015-07-080-0/+0
* [pkg] 1.0.2debian/1.0.2-1centos/1.0.2-11.0.2Julien Cristau2015-07-084-2/+13
* [pytest] Randomize tests order when using -t (closes #295922)Rémi Cardona2015-07-011-1/+4
* [pkg] declare dependency on setuptoolsJulien Cristau2015-07-081-0/+1
* Added tag 1.0.1, debian/1.0.1-1, centos/1.0.1-1 for changeset 6c00e5b9e5d4Julien Cristau2015-07-010-0/+0
* [pkg] prepare 1.0.1debian/1.0.1-1centos/1.0.1-11.0.1Julien Cristau2015-07-014-2/+11
* Partially restore __pkginfo__ module (closes #295480)Julien Cristau2015-06-301-0/+8
* Added tag 1.0.0, debian/1.0.0-1, centos/1.0.0-1 for changeset 08da823fb5a5Julien Cristau2015-06-300-0/+0
* [pkg] Prepare 1.0.0debian/1.0.0-1centos/1.0.0-11.0.0Julien Cristau2015-06-254-3/+9
* [test] Fix modutils tests when running inside a python 3 virtualenv (closes #...Rémi Cardona2015-06-292-2/+8
* [test] remove check for python < 2.6Rémi Cardona2015-06-291-1/+1
* Add a tox configurationDenis Laxalde2015-06-302-0/+9
* Update READMERémi Cardona2015-06-261-37/+5
* Update changelogRémi Cardona2015-06-261-0/+28
* delete unused and untested modules (closes #2402)Rémi Cardona2015-06-267-878/+0
* [testlib] remove support for deprecated module level fixture namesDavid Douard2014-11-271-57/+0
* [registry] raise a typed exception rather than a bare ExceptionAurelien Campeas2014-10-071-1/+7
* [test] run TagsTC.test_tagged_class on python 3Rémi Cardona2015-06-251-3/+0
* [testlib] Deal with set binary operator changes from python 3Rémi Cardona2015-06-251-0/+3
* [pytest] use method.__self__.__class__ instead of method.im_classRémi Cardona2015-06-251-1/+1
* [test] instantiate TestCase before calling runner.does_match_tagsRémi Cardona2015-06-251-19/+19
* [testlib] Fix datadir property (closes #294478)Rémi Cardona2015-06-251-1/+1
* [pkg] include pkginfo and tests in sdistRémi Cardona2015-06-241-1/+2
* [debian] don't call setup.py with -qRémi Cardona2015-06-241-5/+5
* [pkg] pure setuptools setup.py (closes #294479)Rémi Cardona2015-05-285-181/+49
* Stop importing __pkginfo__Rémi Cardona2015-06-241-1/+2
* [modutils] Use dict.fromkeys instead of convoluted dict+zip+listrepeatRémi Cardona2015-05-291-2/+1
* [modutils] Add basic support for namespace packagesRémi Cardona2015-05-281-8/+17
* [modutils] Use True/False instead of 1/0Rémi Cardona2015-05-281-8/+8
* Fix various typosRémi Cardona2015-05-282-3/+3