summaryrefslogtreecommitdiff
path: root/modutils.py
Commit message (Expand)AuthorAgeFilesLines
* [modutils] return list of cleaned modulesAurelien Campeas2014-05-271-0/+3
* [modutils] fix support for extend_path based namespace package when module is...Sylvain Th?nault2013-10-071-2/+2
* [modutils] ensure file is closed, may cause pb depending on the interpreter (...Sylvain Th?nault2013-10-031-1/+4
* [modutils] don't propagate IOError when package's __init__.py file doesn't ex...Sylvain Th?nault2013-09-031-7/+11
* [modutils] add pkgutil.extend_path support. Closes #8796Sylvain Th?nault2013-06-171-2/+12
* [modutils]?setuptools pkg_resources support. Closes #8796Sylvain Th?nault2013-06-171-0/+11
* [modutils]?fix python3.3 crash on file_from_modpath. Closes #137244Sylvain Th?nault2013-05-071-1/+10
* [modutils] fix typo causing name error in python3 / bad message in python2. C...Sylvain Th?nault2013-04-291-2/+2
* silent unittest2 warningsSylvain Th?nault2012-08-291-1/+1
* [modutils] fix load_module_from_path (closes #100935)Aurelien Campeas2012-07-301-0/+3
* [modutils] Fix modutils.modpath_from_file (closes #100757)David Douard2012-07-301-3/+1
* Generalise usage of disutils.sysconfig.get_python_version so eg. is_standard_...Sylvain Th?nault2012-07-171-11/+15
* Fix "its" vs "it's" confusion in docstringsJulien Cristau2012-03-151-2/+2
* 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
* [modutils] Consider arch-specific installation for STD_LIB_DIR definitionJulien Jehannet2010-09-301-2/+10
* 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 D...Sylvain Th?nault2010-04-281-1/+1
* 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 exp...Sylvain Th?nault2009-06-031-13/+29
* 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 f...Sylvain2006-11-081-10/+2
* 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