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
/
brain
/
py2stdlib.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
-350
/
+0
*
Make the source compatible with Python 2.7 and 3.3+.
Claudiu Popa
2014-10-27
1
-1
/
+1
*
Various speed improvements.
Claudiu Popa
2014-10-20
1
-1
/
+9
|
\
|
*
merged with default
Eevee (Alex Munroe)
2014-07-31
1
-55
/
+128
|
|
\
|
*
|
Replace the regex-based namedtuple predicate.
Eevee (Alex Munroe)
2014-07-01
1
-2
/
+10
*
|
|
Simplify the understanding of enum members.
Claudiu Popa
2014-09-29
1
-8
/
+13
*
|
|
Export copy method and name property for md5 objects.
Claudiu Popa
2014-09-02
1
-2
/
+8
*
|
|
Simplify brain module for the Python stdlib, but make sure that inference sti...
Torsten Marek
2014-08-22
1
-27
/
+0
*
|
|
Support iterable of tuples as well as iterable of names.
Claudiu Popa
2014-08-13
1
-4
/
+12
*
|
|
Inference of the functional form of the enums takes into consideration the va...
Claudiu Popa
2014-08-13
1
-5
/
+26
*
|
|
enum members knows about the methods from the enum class.
Claudiu Popa
2014-08-08
1
-0
/
+2
*
|
|
namedtuple inference knows about '_fields' attribute.
Claudiu Popa
2014-08-04
1
-0
/
+2
|
|
/
|
/
|
*
|
Fix trailing whitespace.
Claudiu Popa
2014-07-25
1
-1
/
+1
*
|
Use the same representation from the definition time for mocked enums.
Claudiu Popa
2014-07-25
1
-6
/
+5
*
|
Don't break of the first unknown basename.
Claudiu Popa
2014-07-25
1
-1
/
+1
*
|
Add support in pylint-brain for understanding enum classes.
Claudiu Popa
2014-07-25
1
-0
/
+40
*
|
Backport updates from pylint-brain.
Claudiu Popa
2014-07-25
1
-47
/
+81
|
/
*
backport pylint-brain, up to 6660851486ef
Sylvain Thénault
2014-04-08
1
-2
/
+27
*
Add support for inferring the arguments to namedtuple invocations, to support...
Torsten Marek
2013-11-03
1
-5
/
+17
*
Make sure that the class object that is returned for
Torsten Marek
2013-11-03
1
-1
/
+1
*
fix error in namedtuple inference, we should add an astng class node *instanc...
Sylvain Thénault
2013-07-31
1
-1
/
+1
*
backport pylint-brain modules (more hashlib description)
Sylvain Thénault
2013-07-24
1
-12
/
+8
*
Update some function definitions in py2stdlib's hashlib stub module
Torsten Marek
2013-07-24
1
-4
/
+4
*
namedtuple support using extended transformation function features. Closes #8766
Sylvain Thénault
2013-06-18
1
-11
/
+45
*
[transforms] allow transformation functions on any nodes, not only modules
Sylvain Thénault
2013-06-18
1
-2
/
+5
*
rename the project astroid
David Douard
2013-06-17
1
-9
/
+9
*
Add missing modules in py2stdlib brain hashlib. Closes #123056
Torsten Marek
2013-03-27
1
-0
/
+6
*
Use correct argument names in the py2stdlib brain urlparse module. Closes #12...
Torsten Marek
2013-03-27
1
-1
/
+1
*
backport proper subprocess.Popen implementation from pylint brain. See #46273
Sylvain Thénault
2013-02-22
1
-1
/
+13
*
backport pylint-brain 27:2c83031cb6a3. Closes #4294, #46273
Sylvain Thénault
2012-10-05
1
-5
/
+50
*
include basic stdlib description from the pylint-brain project (https://bitbu...
Sylvain Thénault
2012-07-17
1
-0
/
+119