summaryrefslogtreecommitdiff
path: root/modutils.py
Commit message (Collapse)AuthorAgeFilesLines
* modutils: allow overriding of _getobj by suppressing manglingSylvain Th?nault2011-09-061-3/+3
|
* [packaging] prepare 0.55.1logilab-common-version-0.55.1Nicolas Chauvat2011-03-281-1/+1
|
* [tests] use plain package file (no symlink)Julien Jehannet2011-01-051-1/+0
| | | | Create a clean zipped mypypa package (without EGG-INFO)
* [modutils] Consider arch-specific installation for STD_LIB_DIR definitionJulien Jehannet2010-09-301-2/+10
| | | | | | | | | | | | | :mod:`distutils.sysconfig` contains to much hardcoded values to rely on On POSIX systems: STD_LIB_DIR = get_python_lib(standard_lib=1) should be rewritten to: STD_LIB_DIR = join(get_config_var("LIBDIR"), get_python_version()) to take care of arch-dependant installation of python :see: `Problems with /usr/lib64 builds <http://bugs.python.org/issue1294959>`_ :see: `FHS <http://www.pathname.com/fhs/pub/fhs-2.3.html#LIBLTQUALGTALTERNATEFORMATESSENTIAL>`_
* maniac cleanupSylvain Th?nault2010-10-011-3/+3
|
* [py3k] remove "os.path.walk" occurencies by using "os.path"Sylvain Th?nault2010-09-151-39/+19
|
* don't raise string exception in testlib (closes #35331)Sylvain Th?nault2010-07-011-7/+3
|
* is_standard_module fixSylvain Th?nault2010-05-111-4/+3
|
* missing replacement in disclaimer; include COPYING.LESSER in manifest; kill ↵Sylvain Th?nault2010-04-281-1/+1
| | | | DEPENDS file
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-4/+21
|
* update license, logilab-common is licensed under LGPLv2Adrien Di Mascio2010-04-131-1/+1
|
* include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-4/+4
|
* [modutils] new cleanup_sys_modules function (backported from yams)Adrien Di Mascio2009-08-041-0/+10
|
* new extrapath argument to modpath_from_file (see function's docstring for ↵Sylvain Th?nault2009-06-031-13/+29
| | | | explanation)
* delete-trailing-whitespacesSylvain Th?nault2009-05-271-24/+24
|
* missing dotsylvain thenault2009-03-261-2/+2
|
* ValueError may occurssylvain thenault2009-03-251-1/+4
|
* restore messages (make fail pylint tests...)sylvain thenault2009-03-251-5/+7
|
* _module_file checks for zip importsylvain thenault2009-03-241-3/+50
|
* improve doc for better epydoc generation (again).Nicolas Chauvat2008-07-141-7/+4
|
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-22/+5
|
* cleanupSylvain2008-02-151-5/+5
|
* included Stefan Rank's patch to deal with 2.4 relative importSylvain2008-02-071-3/+16
|
* new LazyObject classSylvain2007-12-211-2/+23
|
* use sys.modules for packagesSylvain2007-10-231-1/+7
|
* new load_module_from_file shortcut functionSylvain2007-09-111-0/+25
|
* generalize STD_BLACKLIST usageSylvain2006-11-101-4/+4
|
* new shellutils function + cleanupSylvain2006-11-101-4/+6
|
* reorganize, deprecation warning for deprecated stuff, remove old deprecated ↵Sylvain2006-11-081-10/+2
| | | | function/methods
* use testlib everywhereAdrien Di Mascio2006-07-061-2/+2
|
* get rid of the encoding warning...David Douard2006-05-111-0/+1
|
* forget the past.root2006-04-261-0/+536
forget the past.