summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added tag logilab-common-version-0.50.0 for changeset d99a08d81a50logilab-common-debian-version-0.50.0-1Sylvain Th?nault2010-04-200-0/+0
|
* dependency_links can't be None w/ setuptoolslogilab-common-version-0.50.0Sylvain Th?nault2010-04-201-1/+1
|
* 0.50Sylvain Th?nault2010-04-203-4/+30
|
* d-t-wSylvain Th?nault2010-04-201-8/+8
|
* canonical setup.pySylvain Th?nault2010-04-201-28/+10
|
* self.name may be None, in such case don't return the optionSylvain Th?nault2010-04-201-0/+2
|
* add docstringSylvain Th?nault2010-04-201-0/+7
|
* fix error on unknown unitSylvain Th?nault2010-04-201-1/+1
|
* _ is undefined hereSylvain Th?nault2010-04-201-1/+1
|
* test fixesSylvain Th?nault2010-04-203-14/+14
|
* [configuration] take care, don't readd --long-help if already in thereSylvain Th?nault2010-04-191-0/+2
|
* [configuration] nicer text formatting of bytes and time option typesSylvain Th?nault2010-04-191-2/+34
|
* [textutils] case insensitive unitsSylvain Th?nault2010-04-191-6/+6
|
* fix rest_format_section to work as expected when there are multiple ↵Sylvain Th?nault2010-04-191-14/+23
| | | | providers with the same name
* configuration: allow multiple providers with the same nameSylvain Th?nault2010-04-161-14/+10
|
* graph: new ordered_nodes method to return an ordered list of nodes from a graphSylvain Th?nault2010-04-161-0/+27
|
* optik_ext / configuruation improvmentSylvain Th?nault2010-04-162-154/+196
| | | | | | * enhance support for option 'level' in optik_ext, configuration automatically handle --long-help * some cleanups and refactoring * dropped py 2.2 support
* [decorators] fix docstring handling and add a test #23389Aurelien Campeas2010-04-162-2/+18
|
* [ureports/html writer] nbsp => #160 to please some xml validatorsAurelien Campeas2010-04-151-1/+1
|
* fix some docstringsAurelien Campeas2010-04-152-21/+15
|
* generate methods now takes an optional mapfile argument to generate html ↵katia2010-04-132-4/+12
| | | | image maps
* [sphinx ext] implements resolve_name so autodocstring is also usable for ↵Sylvain Th?nault2010-04-131-0/+6
| | | | module level objects
* backport stable branchAdrien Di Mascio2010-04-134-6/+93
|\
| * add sphinx pluggin providing the autodocstring featureSylvain Th?nault2010-04-021-0/+64
| |
| * decorators: add time as well as clock to @timed, clock sometimes get ↵Sylvain Th?nault2010-04-021-4/+5
| | | | | | | | negative when function takes too much time to get back
| * backport stable in defaultPierre-Yves David2010-03-305-22/+30
| |\
| * | allow multiple arguments for ↵Pierre-Yves David2010-03-222-2/+7
| | | | | | | | | | | | logilab.common.testlib.TestCase.datapath.\n\ndatapath now handle multiple argument as os.path.join do
| * | [testlib] add in_tempdir, within_tempdir decoratorPierre-Yves David2010-03-171-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | in_tempdir change the directory for tempfile.tempdir during the function call. within_tempdir combine with_tmpdir and in_tmpdir (create a temp dir and change current directory to a created tempdir during the function call and clear it afterward)
* | | update license, logilab-common is licensed under LGPLv2Adrien Di Mascio2010-04-1340-46/+46
| |/ |/|
* | debian: re-add XS-Python-Version fieldJulien Jehannet2010-03-291-0/+1
| | | | | | | | | | The keyword "all" means that the package supports any Python version available but might be deprecated in the future since using version numbers is clearer than "all" and encodes more information. See: http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-specifying_versions
* | [D] doc: fix some restructured blocksJulien Jehannet2010-03-242-15/+17
| |
* | [F] debian: manage --install-layout option for all distributions correctlyJulien Jehannet2010-03-242-5/+11
| | | | | | | | `/usr/share/python/python.mk` present from squeeze release proposed backport support
* | [D] doc: start removal of epydoc supportJulien Jehannet2010-03-231-3/+2
|/ | | | | - redirect epydoc warnings to /dev/null - make epydoc invocation non-blocking if error
* [B] setup.py: remove '--install-layout' option for python setup.py correctlyJulien Jehannet2010-03-221-2/+2
| | | | | | | Use python version (<2.5.4) instead of distutils version to detect existence of 'install-layout' option and remove it accordingly. This option was introduced in 2.5.3-1~exp1 but without distutils version upgrade that breaks installation in last 2.5 series. The code is still necessary for lenny release and should be removed afterwards.
* mergeSylvain Th?nault2010-03-220-0/+0
|\
| * default is stable'Sylvain Th?nault2010-03-1612-2708/+76
| |\
| | * Added tag logilab-common-debian-version-0.49.0-1 for changeset 98ed28f8ade6Sylvain Th?nault2010-03-160-0/+0
| | |
| | * Added tag logilab-common-version-0.49.0 for changeset fdbc5f8bc696logilab-common-debian-version-0.49.0-1Sylvain Th?nault2010-03-160-0/+0
| | |
* | | 2.5.1 support --install-laoutSylvain Th?nault2010-03-222-2/+2
| |/ |/|
* | 0.49logilab-common-version-0.49.0Sylvain Th?nault2010-03-163-2/+12
| |
* | renamed logilab.db to logilab.databaseSylvain Th?nault2010-03-093-6/+6
| |
* | [adbh bw compat] should be a class methodSylvain Th?nault2010-03-091-4/+5
| |
* | fix backward compat for db/adbhSylvain Th?nault2010-03-092-3/+17
| |
* | [pytest] when -x option is given, stop on the first error even if there are ↵Sylvain Th?nault2010-03-092-8/+22
| | | | | | | | multiple test directories
* | remove db and adbh testSylvain Th?nault2010-03-092-380/+0
| |
* | backport stableSylvain Th?nault2010-03-087-2319/+28
|\ \ | |/ |/|
| * update changelogSylvain Th?nault2010-03-081-0/+4
| |
| * adbh, db, sqlgen modules moved to the new logilab-database packageSylvain Th?nault2010-03-083-1809/+12
| |
| * new totime functionSylvain Th?nault2010-03-081-0/+8
| |
| * [testlib] del self.test to improve garbage collection when a lot of tests ↵Sylvain Th?nault2010-03-081-1/+4
| | | | | | | | are laucnhed