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
/
brain
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore exceptions raised by gi.require_version
pygobject-require_version
David Shea
2015-07-08
1
-2
/
+6
*
Duplicate calls to gi.require_version.
David Shea
2015-07-08
1
-2
/
+30
*
Understand metaclasses added with six.add_metaclass decorator. Closes issue #...
Claudiu Popa
2015-07-07
1
-1
/
+28
*
Fix the body of namedtuple._replace: return the current self and don't actual...
Claudiu Popa
2015-07-06
1
-5
/
+2
*
Add __enter__ and __exit__ for subprocess.Popen.
Claudiu Popa
2015-07-03
1
-36
/
+46
*
Add __reversed__ special method to deques.
Claudiu Popa
2015-06-26
1
-2
/
+3
*
Understand the one-argument form of the builtin *type*.
Claudiu Popa
2015-06-24
1
-2
/
+12
*
Namedtuple's instance members gain a new .attrname attribute, since they're a...
Claudiu Popa
2015-06-20
1
-0
/
+1
*
Add inference support for the `bool` builtin.
Claudiu Popa
2015-06-17
1
-0
/
+25
*
Fix a couple of pylint warnings.
Claudiu Popa
2015-06-17
1
-4
/
+2
*
Add inference support for `callable` builtin.
Claudiu Popa
2015-06-16
1
-7
/
+30
*
Allow inference of tuple(frozenset())
Claudiu Popa
2015-06-14
1
-4
/
+4
*
Set the module name for six.moves fail hook module.
Claudiu Popa
2015-06-10
1
-1
/
+3
*
Improve the inference of six.moves.
Claudiu Popa
2015-06-10
1
-192
/
+223
*
Add 'assert_equals' method in nose.tools's brain plugin.
Claudiu Popa
2015-06-09
1
-0
/
+3
*
Add inference support for hasattr builtin. Closes issue #102.
Claudiu Popa
2015-06-07
1
-11
/
+44
*
Infer the third argument of the getattr builtin and return the inference result.
Claudiu Popa
2015-06-06
1
-1
/
+4
*
Use an inference context for inferring attributes in infer_getattr.
Claudiu Popa
2015-06-06
1
-1
/
+1
*
Add inference support for getattr builtin.
Claudiu Popa
2015-06-06
1
-2
/
+45
*
Use register_builtin_transform for inferring super.
Claudiu Popa
2015-06-06
1
-6
/
+2
*
Update the rules for what descriptor is returned from a super(), depending on...
Claudiu Popa
2015-05-28
1
-1
/
+2
*
Add a new *inference object* called Super
Claudiu Popa
2015-05-28
1
-1
/
+73
*
Add a new type of nodes, called *inference objects*.
Claudiu Popa
2015-05-19
1
-0
/
+8
*
Add brain module for dateutil.parser.parse
pylint-480
raylu
2015-05-12
1
-0
/
+15
*
Ensure that generated enum values have the correct base classes
enum-fixes
Philip Lorenz
2015-05-01
1
-2
/
+2
*
SyncManager is a context manager as well.
Claudiu Popa
2015-04-29
1
-0
/
+2
*
Add six tips for vendorized requests library.
Claudiu Popa
2015-04-24
1
-0
/
+1
*
Add brain tips for multiprocessing post Python 3.4+.
Claudiu Popa
2015-04-02
1
-4
/
+33
*
Add missing tkinter imports.
Claudiu Popa
2015-03-28
1
-0
/
+2
*
Supress py2gi warnings. Patch by Cole Robinson. Closes issue #86.
Claudiu Popa
2015-03-28
1
-1
/
+11
*
Add brain tips for multiprocessing.Manager and multiprocessing.managers.SyncM...
Claudiu Popa
2015-03-28
1
-0
/
+52
*
Some style fixes.
Claudiu Popa
2015-03-28
1
-5
/
+4
*
Improve the nose brain tips.
Claudiu Popa
2015-01-28
1
-17
/
+35
*
Obtain the methods for the nose brain tip through an
Claudiu Popa
2015-01-27
1
-3
/
+8
*
Get the first element from the method list when obtaining nose.tools.trivial ...
Claudiu Popa
2015-01-16
1
-1
/
+1
*
Add inference tips for nose.tools.
Claudiu Popa
2015-01-11
1
-0
/
+56
*
removed long suffix
Fran?ois Mockers
2015-01-08
1
-2
/
+2
*
added properties block_size and digest_size to hashlib
Fran?ois Mockers
2015-01-07
1
-0
/
+6
*
Trim two extra lines.
Claudiu Popa
2015-01-03
1
-2
/
+0
*
Add parse and error submodules to six.moves tips.
Claudiu Popa
2014-12-28
1
-0
/
+2
*
Add brain tips for six.moves. Closes issue #63.
Claudiu Popa
2014-12-18
1
-0
/
+223
*
Fix a typo.
Claudiu Popa
2014-12-11
1
-1
/
+1
*
Improve the brain definition of string methods.
Claudiu Popa
2014-12-04
1
-9
/
+31
*
don't commit/push without checking for unsaved buffer
Sylvain Th?nault
2014-12-04
2
-44
/
+6
*
[brain] move code from py2stdlib to builtin_inference
Sylvain Th?nault
2014-12-04
1
-0
/
+43
*
Add brain definition for most string and unicode methods
Sylvain Th?nault
2014-12-04
1
-0
/
+47
*
Add inference tips for dict calls.
Claudiu Popa
2014-12-03
1
-1
/
+68
*
Set the col_offset for infered dicts.
Claudiu Popa
2014-12-02
1
-0
/
+1
*
Drop the inference of frozensets as sets.
Claudiu Popa
2014-11-28
1
-2
/
+0
*
Support bytes as arguments for builtins like list, set and tuple.
Claudiu Popa
2014-11-28
1
-1
/
+1
[next]