summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (merge: default branch is now stable)logilab-common-version-0.50.1Julien Jehannet2010-04-260-0/+0
|\
| * default is now stableSylvain Th?nault2010-04-200-0/+0
| |\
* | | debian: backport Sandro Tosi's changes (from 0.50.0)Julien Jehannet2010-04-261-6/+9
| | |
* | | debian: add python-egenix-mxdatetime as new build-dependancyJulien Jehannet2010-04-261-1/+1
| | |
* | | prepare 0.50.1Julien Jehannet2010-04-262-1/+7
| | |
* | | more license updatesSylvain Th?nault2010-04-262-6/+6
| | |
* | | more license updatesSylvain Th?nault2010-04-268-27/+7
| | |
* | | cleanupsSylvain Th?nault2010-04-261-2/+2
| | |
* | | fix licensing, should be LGPL everywhereSylvain Th?nault2010-04-263-341/+166
| | |
* | | configuration: rename parser attributes in public scope of Configuration classJulien Jehannet2010-04-231-17/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since parsers could handle important information; they have to be accessed publicly by convention. Renaming protected attributes: - "_config_parser" into "cmdline_parser" - "_config_parser" into "cfgfile_parser" Add deprecation warnings for backward compatibility
* | | skip option without 'type' entry while input a configSylvain Th?nault2010-04-221-0/+3
| | |
* | | implements __repr__ on null object so it can be used as argument marker and ↵Sylvain Th?nault2010-04-221-0/+2
|/ / | | | | | | have nice output in generated documentation
* | mergeSylvain Th?nault2010-04-200-0/+0
|\ \
| * | Added tag logilab-common-debian-version-0.50.0-1 for changeset 2ab0db14a34fSylvain Th?nault2010-04-200-0/+0
| | |
| * | Added tag logilab-common-version-0.50.0 for changeset d99a08d81a50logilab-common-debian-version-0.50.0-1Sylvain Th?nault2010-04-200-0/+0
| | |
* | | pyro_ext: raise PyroError instead of exceptionSylvain Th?nault2010-04-201-5/+5
| | |
* | | propify and fix setup.pySylvain Th?nault2010-04-201-12/+5
| | |
* | | Add a text attribut to progress barPierre-Yves David2010-04-201-1/+26
| | | | | | | | | | | | | | | This attribut will be deisplayed at the right side of the progress bar to tell about the action currently being done.
* | | propertly wraps decorated function (preserve name) for temporary directoryPierre-Yves David2010-04-201-2/+7
|/ /
* | 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