| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correct flake8 call | David Cramer | 2016-07-22 | 1 | -2/+2 |
| | | |||||
| * | Update to latest flake8 and use pycodestyle | Felix Yan | 2016-07-08 | 1 | -1/+1 |
| | | |||||
| * | Strip six module and rename to raven._compat | Armin Ronacher | 2016-01-12 | 1 | -2/+6 |
| | | | | | | | | | | We're seeing some odd issues with our six module interacting badly with the six module from other libraries for some users. The suspicion is that our six module in some cases gets unvendored. We thus rename it to `raven._compat` (which is also what some other Python modules do). We still use six normally for the tests. | ||||
| * | Various fixes for Python3 / versioning | David Cramer | 2015-09-16 | 1 | -1/+1 |
| | | |||||
| * | Ensure int is passed for range | David Cramer | 2015-09-16 | 1 | -0/+3 |
| | | |||||
| * | Split up hooks | Armin Ronacher | 2015-07-12 | 1 | -0/+39 |
