index
:
delta/python-packages/astroid-git.git
1.6
2.0
2.0.experimental
2.2
2.3
2.4
2.5
2.9
add-dateutil-to-requirements
add-flake8-in-pre-commit-configuration
add-flake8-typing-import
add-github-actions
add-isort-pylint-autoflake-to-pre-commit
add-pydocstring-formatter-remaining-issues
add-typing-in-tests
bug_666
builtin-simplified
catch-attribute-inference-error-in-safe-infer
dependabot/pip/sphinx-approx-eq-7.0
deprecate-is-sys-guard
fix-4623-generator-raised-stop-iteration
fix-crash-in-dunder-inference
fix-flake8-f403-in-astroid-__init__.py
fix-pylint-legacy-warnings
fix-pylint-warning-from-master-branch
fix-self-inflicted-circular-import
fix_851
import-from-astroid-nodes-in-test-directory
main
maintenance/2.15.x
master
performance-regression
pre-commit-ci-update-config
remove-lazy-import-use-specific-imports
revert-1366-postinit-property
revert-perf-affecting-changes-2
simplification-for-python3.6-code
sum_and_multiply
support-python-3.10
upgrade-packaging-to-setuptools
upgrade-pylint-to-2.12.2
upgrade-to-pylint-2.10
use-scm-setuptools
zipper
github.com: PyCQA/astroid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
raw_building.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all astroid modules into a its own directory, which is now the package.
Torsten Marek
2014-11-08
1
-364
/
+0
*
Make the source compatible with Python 2.7 and 3.3+.
Claudiu Popa
2014-10-27
1
-5
/
+5
*
Check that EmptyNode has an underlying object in EmptyNode.has_underlying_obj...
Claudiu Popa
2014-09-16
1
-1
/
+4
*
pylint source code
Sylvain Thénault
2014-07-25
1
-3
/
+3
*
Fix the test order issue by clearing the cache once more after unittest_regrt...
Torsten Marek
2014-07-24
1
-1
/
+0
*
restore the print
Sylvain Thénault
2014-07-24
1
-0
/
+1
*
more test fixes to avoid inter-dependency issues
Sylvain Thénault
2014-07-24
1
-2
/
+1
*
temporarily add some prints to diagnose the drone.io failure
Sylvain Thénault
2014-07-24
1
-0
/
+1
*
attempt to fix a failure only occuring on the drone.io platform
Sylvain Thénault
2014-07-24
1
-1
/
+1
*
fix typo
Sylvain Thénault
2014-07-24
1
-3
/
+3
*
Only cache modules if no other module with the same name is known yet, and
Torsten Marek
2014-04-26
1
-1
/
+2
*
Backout changeset.
Claudiu Popa
2014-04-02
1
-19
/
+1
*
Fix a false positive with builtin exceptions, by rewriting the `args` and `me...
Claudiu Popa
2014-03-08
1
-1
/
+19
*
Check if the parent is a module. Closes #20.
Claudiu Popa
2014-03-04
1
-1
/
+2
*
Comment typo.
Claudiu Popa
2014-02-03
1
-1
/
+1
*
Add link to Python issue.
Claudiu Popa
2014-02-03
1
-0
/
+1
*
Workaround for _io module, having __module__ as `io`.
Claudiu Popa
2014-02-03
1
-2
/
+9
*
rename the project astroid
David Douard
2013-06-17
1
-32
/
+32
*
fix dumb name error, ASTNG_BUILDER was later used
Sylvain Thénault
2013-04-12
1
-2
/
+2
*
enhanced generator support. Closes #124340
Sylvain Thénault
2013-04-11
1
-6
/
+7
*
import cleanups
Sylvain Thénault
2013-03-29
1
-1
/
+1
*
minor cleanups: drop copyright by me, update others to 2013, droip those in d...
Sylvain Thénault
2013-03-28
1
-2
/
+0
*
unify BUILTINS_NAME / BUILTINS_MODULE into astng.bases.BUILTINS
Sylvain Thénault
2013-03-28
1
-3
/
+2
*
don't call const_factory for builtin types subclasses, this will trigger erro...
Sylvain Thénault
2013-03-28
1
-1
/
+1
*
[jython] java modules have no __doc__. Closes #109562
Sylvain Thénault
2012-10-23
1
-1
/
+5
*
Fix raw_building.object_build for pypy implementation. Closes #99583
FELD Boris
2012-07-16
1
-3
/
+7
*
remove debug print
Sylvain Thénault
2011-09-16
1
-2
/
+2
*
py3k: __builtin__ module renamed to builtins, we should consider this to prop...
Sylvain Thénault
2011-07-08
1
-2
/
+5
*
cleanup
logilab-astng-version-0.21.1
Sylvain Thénault
2011-01-11
1
-16
/
+5
*
change ASTManager cache attribute to astng_cache so it doesn't sound protecte...
Sylvain Thénault
2011-01-11
1
-1
/
+1
*
somewhat fix #57299: Exception when trying to validate file using PyQt's
Sylvain Thénault
2011-01-06
1
-21
/
+28
*
add support for object.__new__ (base patch provided by Chris Torek)
Sylvain Thénault
2011-01-05
1
-1
/
+6
*
cleanup : do more boot strapping in astng_boot_strapping
Emile Anclin
2010-12-14
1
-12
/
+14
*
don't depend on logilab.astng import
Emile Anclin
2010-12-14
1
-30
/
+21
*
build builtins in more direct way
Emile Anclin
2010-12-14
1
-22
/
+24
*
cleanup: move raw building stuff from builder to raw_building
Emile Anclin
2010-12-14
1
-7
/
+107
*
reduce circular imports II: move boot straping stuff to raw_building
Emile Anclin
2010-12-02
1
-1
/
+36
*
remove usage of decorator to restore py2.3 compat
Sylvain Thénault
2010-09-22
1
-1
/
+0
*
fix bug discovered by launching test with -OO
logilab-astng-version-0.20.1
Sylvain Thénault
2010-05-11
1
-1
/
+1
*
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault
2010-04-28
1
-5
/
+19
*
more license updates
Sylvain Thénault
2010-04-26
1
-3
/
+3
*
prepare 0.20.0 release
Emile Anclin
2010-03-22
1
-2
/
+2
*
improve Module node initialisation
Emile Anclin
2010-03-22
1
-2
/
+1
*
make pylint happier : mention node attributes
Emile Anclin
2010-03-22
1
-16
/
+3
*
all From nodes need a "level" attribute even for python2.4
Emile Anclin
2010-03-16
1
-1
/
+0
*
first series of obvious corrections
Emile Anclin
2009-12-01
1
-4
/
+3
*
fix From node __init__
Emile Anclin
2009-11-30
1
-11
/
+5
*
remove most factory functions and create instances
Emile Anclin
2009-11-25
1
-5
/
+35
*
include Dotan Barak spell fixes patch
Sylvain Thénault
2009-11-23
1
-2
/
+2
*
use getattr in case member has no __name__ at all
Sylvain Thénault
2009-07-30
1
-6
/
+6
[next]