summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous quotation mark in docstringBioGeek/remove-superfluous-quotation-mark-in-doc-1418828415832BioGeek2014-12-171-1/+1
* Add a new method to Class nodes, 'mro'.Claudiu Popa2014-12-153-2/+103
* It will be removed in astroid 1.6, not Pylint 1.6.Claudiu Popa2014-12-151-2/+2
* Rework the file_stream API.Claudiu Popa2014-12-153-18/+57
* Fix a typo.Claudiu Popa2014-12-111-1/+1
* Add debug output to track down failures on drone.io.Claudiu Popa2014-12-051-1/+1
* Changed the API for Class.slots.Claudiu Popa2014-12-053-6/+36
* Improve the brain definition of string methods.Claudiu Popa2014-12-041-9/+31
* don't commit/push without checking for unsaved bufferSylvain Th?nault2014-12-042-44/+6
* [brain] move code from py2stdlib to builtin_inferenceSylvain Th?nault2014-12-041-0/+43
* remove XXX, this is because of python3 list(bytes)Sylvain Th?nault2014-12-041-1/+0
* Add brain definition for most string and unicode methodsSylvain Th?nault2014-12-043-1/+120
* unittest_inference readability enhancementsSylvain Th?nault2014-12-041-258/+266
* delete some trailing whitespacesSylvain Th?nault2014-12-041-6/+6
* fix test failure in unittest_regrtest, due to change in the handling of exten...Sylvain Th?nault2014-12-041-1/+2
* Add inference tips for dict calls.Claudiu Popa2014-12-033-2/+121
* Set the col_offset for infered dicts.Claudiu Popa2014-12-021-0/+1
* Drop the inference of frozensets as sets.Claudiu Popa2014-11-282-11/+1
* Support bytes as arguments for builtins like list, set and tuple.Claudiu Popa2014-11-282-1/+15
* Add inference tips for 'tuple', 'set' and 'list' builtins.Claudiu Popa2014-11-284-5/+223
* Merged in jcristau/astroid/issue61 (pull request #64)Claudiu Popa2014-11-280-0/+0
|\
* | Fix test_mechanize_open (issue #61)issue61Julien Cristau2014-11-281-1/+1
|/
* Support Python installations where sys.prefix != sys.exec_prefix.Torsten Marek2014-11-271-8/+10
* Restore the file_stream API.Claudiu Popa2014-11-253-8/+28
* Added tag astroid-1.3.2 for changeset 16369edfbc89Torsten Marek2014-11-220-0/+0
* Prepare the 1.3.2 release.astroid-1.3.2Torsten Marek2014-11-222-2/+3
* Do not byte-compile test files on install. Fixes #58.Torsten Marek2014-11-221-0/+10
* Make Class.is_subtype_of public, and the context argument optional.Torsten Marek2014-11-221-2/+2
* Update the changelog.Torsten Marek2014-11-221-3/+9
* Add support for more fine-grained control over extension loading.Torsten Marek2014-11-221-1/+13
* Fix a crash with invalid subscript index.Claudiu Popa2014-11-223-0/+19
* Return proper string types for hashlib overlay. Fixes #29.Torsten Marek2014-11-221-5/+5
* Import proper base object semantics in Python 3.Torsten Marek2014-11-223-23/+37
* Pass along the context when inferring the call result of a class to avoid inf...Torsten Marek2014-11-222-5/+19
* Added tag astroid-1.3.1 for changeset c48847c4a515Torsten Marek2014-11-210-0/+0
* Update the version number for astroid 1.3.1.astroid-1.3.1Torsten Marek2014-11-211-1/+1
* Added tag astroid-1.3.1 for changeset 6ad84c7537abTorsten Marek2014-11-210-0/+0
* Added a changelog entry for a 1.3.1 bugfix release and a simple test for all ...Torsten Marek2014-11-212-3/+18
* Merged in jquast/astroid/pytest-fails-register-module-extender (pull request ...Claudiu Popa2014-11-210-0/+0
|\
* | return AstroidBuilder() value in py2pytest.pypytest-fails-register-module-extenderJeff Quast2014-11-211-1/+1
|/
* Also add sys.path setup to the AsStringTest, since it relies on inference whe...Torsten Marek2014-11-202-3/+2
* No warnings are left, run the tests with warnings enabled.Torsten Marek2014-11-201-1/+1
* Don't use the deprecated 'U' mode for opening files on Python 3, but newline=...Torsten Marek2014-11-201-1/+1
* Add verbose test logging again, there are still test ordering failures on Pyt...Torsten Marek2014-11-201-1/+1
* Fix the order of commands and options in the release documentation.Torsten Marek2014-11-201-1/+1
* Added tag astroid-1.3 for changeset a92a2a2b7c0eTorsten Marek2014-11-200-0/+0
* Update the changelog for a new release.astroid-1.3Torsten Marek2014-11-181-1/+2
* Update information in pkginfo, including the version information.Torsten Marek2014-11-181-3/+3
* Complete the changelog and remove announce.txt, since it's not used anymore.Torsten Marek2014-11-182-24/+4
* add XXX noteSylvain Th?nault2014-11-191-0/+1