summaryrefslogtreecommitdiff
path: root/astroid
Commit message (Expand)AuthorAgeFilesLines
* Make file_stream a cached property.Claudiu Popa2014-11-172-1/+8
* Fix some NameErrors in modutils.Claudiu Popa2014-11-171-3/+3
* Close all the streams returned by imp.find_module.Claudiu Popa2014-11-171-2/+14
* Close the file opened by open_source_file, to prevent ResourceWarnings.Claudiu Popa2014-11-171-10/+11
* Add some logging to debug failure on drone.ioTorsten Marek2014-11-161-1/+5
* Recognize modules loaded from $SYS_PREFIX\DLLs as standard library modules on...Torsten Marek2014-11-162-0/+8
* Properly handle case-insensitive filesystems in modutils.Torsten Marek2014-11-163-52/+53
* Generalize hooks for resolving imports that cannot be resolved normally,Torsten Marek2014-11-153-24/+40
* Simplify & generalize code for module extenders.Torsten Marek2014-11-156-77/+40
* Don't use self imports in tests since those are susceptible to CWD changes.Torsten Marek2014-11-121-2/+2
* Disable test_4 for Python 2, because imp.find_module is broken there as well.Claudiu Popa2014-11-141-2/+2
* Fix zip_import_data for Windows.Claudiu Popa2014-11-142-4/+8
* Assign module path in TreeRebuilder.visit_module, as otherwise transformersAlexander Presnyakov2014-11-132-3/+3
* Merge all test data into a single package per Python version.Torsten Marek2014-11-0991-1543/+1639
* Extend the metaclass hack to cover more potential cases.Torsten Marek2014-11-093-16/+25
* Explicitly support metaclass-generating functions that return objects that ar...Torsten Marek2014-11-092-4/+42
* Explicitly raise if filepath is None in ast_from_module_name.Torsten Marek2014-11-091-0/+2
* Fix some of the issues around running test discover from the base directory o...Torsten Marek2014-11-094-13/+8
* Never load C extensions that are not from the standard library and also never...Torsten Marek2014-11-095-65/+75
* Fix wrong sys.version usage in unittest_inference.Torsten Marek2014-11-091-1/+1
* Add missing file.Torsten Marek2014-11-091-0/+0
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-08103-0/+14690