0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
monkeypatch decorator might be python2.3 incompatible More... over 17 years ago
add <module|class|instance>get_attr tests More... over 17 years ago
refactoring are_exclusive and tests More... over 17 years ago
Add locate child method More... over 17 years ago
Exec : another statement More... over 17 years ago
test and fix builtin_lookup w/ __dict__ name More... over 17 years ago
add lookup methods to AssName and DelName More... over 17 years ago
is_method must check parent is a class More... over 17 years ago
don't set modname/modfile when unnecessary More... over 17 years ago
Assert is a statement node More... over 17 years ago
fix NoneType representation More... over 17 years ago
avoid pollution of builtin's namespace More... over 17 years ago
fix basenames default value More... over 17 years ago
turn basenames into a property More... over 17 years ago
should not be necesary More... over 17 years ago
should not return duplicated interfaces More... over 17 years ago
* code cleanup * move every method which is not .infer from inference to a new protocols module * refactor / fix unary and binary operation handling * implements iter/getitem protocol for basestring More... over 17 years ago
drop dict_factory method, use const_factory instead More... over 17 years ago
new decorators to make code cleaner More... over 17 years ago
AugAssign and Pass nodes are statements More... over 17 years ago
Arguments.args can be empty More... over 17 years ago
lineno for ExceptHandler; XXX More... over 17 years ago
Return.value is None if returning nothing More... over 17 years ago
typo More... over 17 years ago
uncomment working test; test tuple inference ? More... over 17 years ago
fix line length More... over 17 years ago
fix Keyword attributes More... over 17 years ago
remove TODO for pylint (done or moved to pylint) More... over 17 years ago
fix bug on _get_names; some cleanup More... over 17 years ago
With is an assignment context; fix as_string More... over 17 years ago