index
:
delta/python-packages/astroid.git
1.3.7
1.3.8
1.4.0
BioGeek/remove-superfluous-quotation-mark-in-doc-1418828415832
_ast_compat
ancestors
args_fix
binop-inference-fix
classmethod_subclasses
dev
enum-fixes
fix-list-multiplication
fix-pygi-glib3
fix-python3-tests
fix-recursive-attr-lookups
issue61
master
metaclass
nameconstant_py34
no-logilab-common
print_statement
py3-communicate
pygobject-require_version
pylint-480
pytest-fails-register-module-extender
rebuild
remove-docformat
slots
stable
stable_0.19.2
tox
use_print_function
yield_from
bitbucket.org: Obsolete (use python-packages/astroid-git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
astroid
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make file_stream a cached property.
Claudiu Popa
2014-11-17
2
-1
/
+8
*
Fix some NameErrors in modutils.
Claudiu Popa
2014-11-17
1
-3
/
+3
*
Close all the streams returned by imp.find_module.
Claudiu Popa
2014-11-17
1
-2
/
+14
*
Close the file opened by open_source_file, to prevent ResourceWarnings.
Claudiu Popa
2014-11-17
1
-10
/
+11
*
Add some logging to debug failure on drone.io
Torsten Marek
2014-11-16
1
-1
/
+5
*
Recognize modules loaded from $SYS_PREFIX\DLLs as standard library modules on...
Torsten Marek
2014-11-16
2
-0
/
+8
*
Properly handle case-insensitive filesystems in modutils.
Torsten Marek
2014-11-16
3
-52
/
+53
*
Generalize hooks for resolving imports that cannot be resolved normally,
Torsten Marek
2014-11-15
3
-24
/
+40
*
Simplify & generalize code for module extenders.
Torsten Marek
2014-11-15
6
-77
/
+40
*
Don't use self imports in tests since those are susceptible to CWD changes.
Torsten Marek
2014-11-12
1
-2
/
+2
*
Disable test_4 for Python 2, because imp.find_module is broken there as well.
Claudiu Popa
2014-11-14
1
-2
/
+2
*
Fix zip_import_data for Windows.
Claudiu Popa
2014-11-14
2
-4
/
+8
*
Assign module path in TreeRebuilder.visit_module, as otherwise transformers
Alexander Presnyakov
2014-11-13
2
-3
/
+3
*
Merge all test data into a single package per Python version.
Torsten Marek
2014-11-09
91
-1543
/
+1639
*
Extend the metaclass hack to cover more potential cases.
Torsten Marek
2014-11-09
3
-16
/
+25
*
Explicitly support metaclass-generating functions that return objects that ar...
Torsten Marek
2014-11-09
2
-4
/
+42
*
Explicitly raise if filepath is None in ast_from_module_name.
Torsten Marek
2014-11-09
1
-0
/
+2
*
Fix some of the issues around running test discover from the base directory o...
Torsten Marek
2014-11-09
4
-13
/
+8
*
Never load C extensions that are not from the standard library and also never...
Torsten Marek
2014-11-09
5
-65
/
+75
*
Fix wrong sys.version usage in unittest_inference.
Torsten Marek
2014-11-09
1
-1
/
+1
*
Add missing file.
Torsten Marek
2014-11-09
1
-0
/
+0
*
Move all astroid modules into a its own directory, which is now the package.
Torsten Marek
2014-11-08
103
-0
/
+14690