summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added tag logilab-common-version-0.59.0 for changeset a93679c86bfdlogilab-common-debian-version-0.59.0Aurelien Campeas2013-01-230-0/+0
|
* Properly fix @monkeypatch by changing its contract. Actually closes #104047logilab-common-version-0.59.0Sylvain Th?nault2013-01-213-48/+27
| | | | | This follows 8d13747da834 and f8fb4a6d9249 which should not have been commited before this cleanup.
* Added tag logilab-common-version-0.59.0 for changeset 555eda2edcc1Aurelien Campeas2013-01-210-0/+0
|
* [merge] default is stableAurelien Campeas2013-01-2115-185/+671
|\
| * prepare 0.59.0Aurelien Campeas2013-01-213-2/+24
| |
| * [registry]?use register_all when no registration callback defined. Closes ↵Sylvain Th?nault2013-01-092-14/+17
| | | | | | | | #111011
| * [registry] introduce RegistrableObject and RegistrableInstance base classes. ↵Sylvain Th?nault2013-01-145-94/+271
| | | | | | | | | | | | | | | | | | | | Closes #98742 and make them mandatory *for automatic registration*. Cleanup automatic registration code accordingly. Instances are now registrable, and automatically registered provided they inherit from RegistrableInstance.
| * [registry] cleanup the doc and add some commentsAurelien Campeas2013-01-141-52/+61
| |
| * [registry] enhanced logging during registrationSylvain Th?nault2012-12-211-9/+15
| |
| * minor change to changelogSylvain Th?nault2013-01-111-1/+1
| |
| * [registry]?deprecate usage of leading underscore to mark class as abstract / ↵Sylvain Th?nault2013-01-112-3/+10
| | | | | | | | not to register
| * [registry] introduce objid/objname method on registries instead of using ↵Sylvain Th?nault2013-01-112-17/+37
| | | | | | | | | | | | function/inlined code. Partially closes #98742 So they become customizable per registry.
| * backport stableSylvain Th?nault2012-12-140-0/+0
| |\
| | * Added tag logilab-common-debian-version-0.58.3-1 for changeset 598d47ddebe0David Douard2012-11-140-0/+0
| | |
| | * Added tag logilab-common-version-0.58.3 for changeset 52f861146bc8logilab-common-debian-version-0.58.3-1David Douard2012-11-140-0/+0
| | |
| * | [configuration] enhance merge_options function: copy option dictionaries and ↵Sylvain Th?nault2012-12-131-3/+12
| | | | | | | | | | | | allow to ensure all options are in the same group using optional optgroup argument. Closes #113458
| * | [packaging] Update download and project urls (closes #113099)Julien Cristau2012-12-061-2/+2
| | |
| * | [packaging] force python2.6 on rhel5 (closes #113099)Julien Cristau2012-12-061-3/+19
| | |
| * | [packaging] steal spec file from fedora (closes #113099)Julien Cristau2012-12-061-0/+168
| | |
| * | [test, deprecation] update tests so we actually test somethingSylvain Th?nault2012-11-302-5/+19
| | |
| * | [packaging] remove references to ftp://ftp.logilab.orgJulien Cristau2012-11-163-4/+3
| | | | | | | | | | | | It has been replaced by http://download.logilab.org/
| * | [loggin ext] provide colored output under windows if colorama is available ↵Aurelien Campeas2012-11-133-3/+21
| | | | | | | | | | | | (closes #107436)
| * | backport stableDavid Douard2012-11-1424-219/+303
| |\ \ | | |/
| | * 0.58.3logilab-common-version-0.58.3David Douard2012-11-143-2/+13
| | |
| | * [umessage] add a UMessage.__getitem__ method to be closer to email.Message APIDavid Douard2012-11-141-0/+3
| | |
| | * [registry] setdefault catch wrong exception. Closes #111010Sylvain Th?nault2012-11-132-1/+4
| | |
| | * [registry] enhance assertion error messageSylvain Th?nault2012-11-131-1/+2
| | |
* | | py3k cached wipSylvain Th?nault2012-10-232-16/+17
| | |
* | | [py3k @cached] fix compat of dark corners for the @monkeypatch decorator, ↵Sylvain Th?nault2012-10-232-5/+36
| |/ |/| | | | | making tests pass. Closes #104047
* | [decorators test] use assertIsInstance as expectedSylvain Th?nault2012-10-231-2/+2
| |
* | python3: fix code and test so most tests go green. Partially closes #104047Sylvain Th?nault2012-10-237-43/+74
| | | | | | | | | | the only failing test concerns the @monkeypatch decorator and fix is subject to controversy, so post-pone it so we may discuss about it.
* | ustrftime: ask the system for the encoding instead of trying to guessJulien Cristau2012-11-132-7/+6
| | | | | | | | | | | | strftime uses the encoding corresponding to the LC_TIME locale setting. Closes #109740
* | [registry] add assertion useful if e.g. arguments are inversed by inadvertanceSylvain Th?nault2012-09-201-0/+2
| |
* | [shellutils] fix tests broken because progress bars now use '=' not '.'Nicolas Chauvat2012-10-091-3/+3
| |
* | [table] stop encoding to iso-8859-1, use unicode. Closes #105847Sylvain Th?nault2012-09-201-5/+5
| |
* | [shellutils] fill progress bars with '=' not '.'Nicolas Chauvat2012-09-191-1/+1
| |
* | setup: properly install additional files during build instead of install. ↵Sylvain Th?nault2012-08-291-5/+14
| | | | | | | | Closes #104045
* | fix date.ustrftime for python3, closes #82161Sylvain Th?nault2012-08-292-22/+34
| |
* | don't test unittest2 itself...Sylvain Th?nault2012-08-291-31/+0
| |
* | silent unittest2 warningsSylvain Th?nault2012-08-2912-64/+67
| |
* | Added tag logilab-common-debian-version-0.58.2-1 for changeset 1adbd599b4d9David Douard2012-07-300-0/+0
| |
* | Added tag logilab-common-version-0.58.2 for changeset ae78d61c103flogilab-common-debian-version-0.58.2-1David Douard2012-07-300-0/+0
| |
* | [tests] remove useless skipped testlogilab-common-version-0.58.2David Douard2012-07-301-4/+0
| |
* | 0.58.2David Douard2012-07-303-1/+12
| |
* | [modutils] fix load_module_from_path (closes #100935)Aurelien Campeas2012-07-304-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | A very old bug in modutils, that leads to doubly loading some modules. By chance on Linux (or the platform we typically use) it seems one the two module gets forgoten as soon as loaded. Unfortunately on Windows, with CubicWeb, it was found that the first module instance was the one on which the mro was built and the second one hosted the super(...) call with a different class id for the litteral within super(ThisClass, self).... The exact reason for the dual behaviour is still unknown but it could well be one of those 'platform dependant' bits that riddle Python.
* | [modutils] Fix modutils.modpath_from_file (closes #100757)David Douard2012-07-301-3/+1
| |
* | fix debian revSylvain Th?nault2012-07-171-1/+1
| |
* | Added tag logilab-common-debian-version-0.58.1-0 for changeset c8e7ffae2ac5Sylvain Th?nault2012-07-170-0/+0
| |
* | Added tag logilab-common-version-0.58.1 for changeset 8e76e81b594clogilab-common-debian-version-0.58.1-0Sylvain Th?nault2012-07-170-0/+0
| |
* | 0.58.1logilab-common-version-0.58.1Sylvain Th?nault2012-07-173-3/+12
| |