| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the order of commands and options in the release documentation. | Torsten Marek | 2014-11-20 | 1 | -1/+1 |
* | Added tag astroid-1.3 for changeset a92a2a2b7c0e | Torsten Marek | 2014-11-20 | 0 | -0/+0 |
* | Update the changelog for a new release.astroid-1.3 | Torsten Marek | 2014-11-18 | 1 | -1/+2 |
* | Update information in pkginfo, including the version information. | Torsten Marek | 2014-11-18 | 1 | -3/+3 |
* | Complete the changelog and remove announce.txt, since it's not used anymore. | Torsten Marek | 2014-11-18 | 2 | -24/+4 |
* | add XXX note | Sylvain Th?nault | 2014-11-19 | 1 | -0/+1 |
* | fix function's prototype (bad copy/paste) | Sylvain Th?nault | 2014-11-19 | 1 | -1/+1 |
* | delete trailing white-spaces | Sylvain Th?nault | 2014-11-19 | 1 | -3/+3 |
* | Fail gracefully when the string contains null bytes. | Claudiu Popa | 2014-11-18 | 2 | -1/+8 |
* | Update the changelog. | Torsten Marek | 2014-11-17 | 1 | -2/+21 |
* | Clean the path importer cache correctly, do not nuke entries for the standard... | Torsten Marek | 2014-11-17 | 3 | -7/+3 |
* | Update the drone.io badge link. | Claudiu Popa | 2014-11-17 | 1 | -1/+1 |
* | Make file_stream a cached property. | Claudiu Popa | 2014-11-17 | 2 | -1/+8 |
* | Fix some NameErrors in modutils. | Claudiu Popa | 2014-11-17 | 1 | -3/+3 |
* | Close all the streams returned by imp.find_module. | Claudiu Popa | 2014-11-17 | 1 | -2/+14 |
* | Add drone.io badge. | Claudiu Popa | 2014-11-17 | 1 | -0/+4 |
* | Close the file opened by open_source_file, to prevent ResourceWarnings. | Claudiu Popa | 2014-11-17 | 1 | -10/+11 |
* | Add some logging to debug failure on drone.io | Torsten Marek | 2014-11-16 | 2 | -2/+6 |
* | Recognize modules loaded from $SYS_PREFIX\DLLs as standard library modules on... | Torsten Marek | 2014-11-16 | 2 | -0/+8 |
* | Properly handle case-insensitive filesystems in modutils. | Torsten Marek | 2014-11-16 | 3 | -52/+53 |
* | Generalize hooks for resolving imports that cannot be resolved normally, | Torsten Marek | 2014-11-15 | 3 | -24/+40 |
* | Simplify & generalize code for module extenders. | Torsten Marek | 2014-11-15 | 6 | -77/+40 |
* | Don't use self imports in tests since those are susceptible to CWD changes. | Torsten Marek | 2014-11-12 | 1 | -2/+2 |
* | Disable test_4 for Python 2, because imp.find_module is broken there as well. | Claudiu Popa | 2014-11-14 | 1 | -2/+2 |
* | Fix zip_import_data for Windows. | Claudiu Popa | 2014-11-14 | 2 | -4/+8 |
* | Assign module path in TreeRebuilder.visit_module, as otherwise transformers | Alexander Presnyakov | 2014-11-13 | 2 | -3/+3 |
* | Merge all test data into a single package per Python version. | Torsten Marek | 2014-11-09 | 93 | -1549/+1642 |
* | Extend the metaclass hack to cover more potential cases. | Torsten Marek | 2014-11-09 | 3 | -16/+25 |
* | Explicitly support metaclass-generating functions that return objects that ar... | Torsten Marek | 2014-11-09 | 2 | -4/+42 |
* | Explicitly raise if filepath is None in ast_from_module_name. | Torsten Marek | 2014-11-09 | 1 | -0/+2 |
* | Fix some of the issues around running test discover from the base directory o... | Torsten Marek | 2014-11-09 | 4 | -13/+8 |
* | Never load C extensions that are not from the standard library and also never... | Torsten Marek | 2014-11-09 | 5 | -65/+75 |
* | Update .hgignore to hide build and test artifacts. | Torsten Marek | 2014-11-09 | 1 | -0/+3 |
* | Drop verbose output from test runs. | Torsten Marek | 2014-11-09 | 1 | -1/+1 |
* | Fix wrong sys.version usage in unittest_inference. | Torsten Marek | 2014-11-09 | 1 | -1/+1 |
* | Add missing file. | Torsten Marek | 2014-11-09 | 2 | -3/+2 |
* | Remove debugging output. | Torsten Marek | 2014-11-09 | 2 | -6/+3 |
* | More debugging | Torsten Marek | 2014-11-09 | 2 | -1/+2 |
* | Print some diagnostic data to find out why tests are not running on drone.io | Torsten Marek | 2014-11-09 | 1 | -1/+4 |
* | Do not import the astroid package when running setup, evaluate __pkginfo__ di... | Torsten Marek | 2014-11-08 | 1 | -3/+5 |
* | Move all astroid modules into a its own directory, which is now the package. | Torsten Marek | 2014-11-08 | 106 | -54/+18 |
* | Simplify setup.py and update documentation for Python 3 changes. | Torsten Marek | 2014-11-08 | 7 | -164/+29 |
* | Add six dependency and add verbose output for better debugging of drone.io fa... | Torsten Marek | 2014-11-07 | 1 | -1/+2 |
* | Fixed some more places were the wrong module was imported in Python 3. | Torsten Marek | 2014-11-07 | 3 | -4/+9 |
* | Make import in the inference unittest from the right package based on the Pyt... | Torsten Marek | 2014-11-07 | 1 | -2/+3 |
* | Make sure all files in data_py3 are correctly installed. | Torsten Marek | 2014-11-07 | 2 | -1/+2 |
* | Convert the unittests to run directly with Python 3, and stop running 2to3 on... | Torsten Marek | 2014-11-06 | 43 | -133/+608 |
* | Use keyword arguments to improve clarity. | Claudiu Popa | 2014-11-04 | 1 | -1/+2 |
* | Some parts of the comments weren't true anymore. | Claudiu Popa | 2014-11-04 | 1 | -2/+1 |
* | Check only the name of `help` function. Closes issue #53. | Claudiu Popa | 2014-11-04 | 1 | -6/+1 |