Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix bug/crash when confronted with an invalid \x escape (ex: '\x1'). | Daniel Balparda | 2015-03-16 | 1 | -1/+1 | |
| | ||||||
* | Don't use the deprecated 'U' mode for opening files on Python 3, but ↵ | Torsten Marek | 2014-11-20 | 1 | -1/+1 | |
| | | | | newline=None. | |||||
* | Fail gracefully when the string contains null bytes. | Claudiu Popa | 2014-11-18 | 1 | -1/+4 | |
| | ||||||
* | Close the file opened by open_source_file, to prevent ResourceWarnings. | Claudiu Popa | 2014-11-17 | 1 | -10/+11 | |
| | ||||||
* | Assign module path in TreeRebuilder.visit_module, as otherwise transformers | Alexander Presnyakov | 2014-11-13 | 1 | -2/+1 | |
| | | | | which are run by it won't get module path (it's needed to determine if transformer has to activate) | |||||
* | Move all astroid modules into a its own directory, which is now the package. | Torsten Marek | 2014-11-08 | 1 | -0/+237 | |
python setup.py develop now works. |