summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Added changes and cleaned up commented code6.2.1Ashley Camba Garrido2017-09-221-7/+0
|
* Fix wheel contextlib2 bug: doesn't install contextlib2 correctlyAshley Camba Garrido2017-09-221-6/+7
|
* Update test_require versionsAshley Camba Garrido2017-08-091-2/+2
|
* Update setup.py and setup.cfg for tox-travis-refactorAshley Camba Garrido2017-08-091-3/+9
|
* Add first draft for README improvementsAshley Camba Garrido2017-07-171-0/+3
|
* Added tests and refactored.Jim Fulton2017-06-121-0/+1
| | | | | The first stab at this was cribbed off the zope integration. This is now a bit cleaner.
* [django] improve various behaviorDavid Cramer2017-02-151-2/+5
| | | | | - fix middleware request leakage - improve test client naming
* Remove six entirely and unify _compat into utils.compat (#812)Matt Robenolt2016-12-141-1/+0
|
* Improve matrix builds; Drop Python 2.6ref/improve-travisDavid Cramer2016-11-101-5/+1
| | | | | | | | | | | | - Add Flask-specific builds - Add Celery-specific builds - Restore Django dev build - Reduce Django builds to only focus on subset of versions - Expand norecursedirs - Drop Python 2.6 support (as deps are starting to) - Update pytest-django - Limit django-celery exposure - Correct django-celery 3.1 behavior
* Depend on newer pytestArmin Ronacher2016-10-181-1/+1
|
* Merge pull request #779 from gi11es/patch-1David Cramer2016-09-141-1/+1
|\ | | | | Make implicit minimum Tornado version explicit
| * Make implicit minimum Tornado version explicitGilles Dubuc2016-05-261-1/+1
| | | | | | | | TornadoTransportTests.test__sending_successfully_calls_success_callback uses gen.maybe_future, which appeared in Tornado 4.0 TornadoAsyncClientTestCase.test_sending_to_unresponsive_sentry_server_logs_error and TornadoTransportTests.test__sending_with_error_calls_error_callback use gen.sleep, which appeared in Tornado 4.1
* | Merge pull request #815 from getsentry/feature/hardcoded-versionArmin Ronacher2016-07-291-1/+11
|\ \ | | | | | | Hardcode version in package init to avoid issues with badly installed libraries misreporting.
| * | Hardcode version in package init to avoid issues with badly installed ↵Armin Ronacher2016-07-291-1/+11
| | | | | | | | | | | | libraries misreporting.
* | | Replace py 3.2 classifier with 3.5trovesMatt Robenolt2016-07-231-1/+1
|/ /
* | 5.23.05.23.0Armin Ronacher2016-07-141-1/+1
| |
* | Update to latest flake8 and use pycodestyleFelix Yan2016-07-081-2/+2
| |
* | 5.22.05.22.0Armin Ronacher2016-07-071-1/+1
| |
* | 5.21.05.21.0Armin Ronacher2016-06-161-1/+1
| |
* | 5.20.05.20.0Armin Ronacher2016-06-081-1/+1
| |
* | Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-291-1/+1
| | | | | | | | | | | | | | | | As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
* | 5.19.05.19.0Armin Ronacher2016-05-271-1/+1
|/
* This is 5.18.05.18.0Armin Ronacher2016-05-191-1/+1
|
* This is 5.17.05.17.0Armin Ronacher2016-05-141-1/+1
|
* This is 5.16.0Armin Ronacher2016-05-091-1/+1
|
* This is 5.15.05.15.0Armin Ronacher2016-05-031-1/+1
|
* Updated changelog for 5.14.0Armin Ronacher2016-05-031-1/+1
|
* This is 5.13.05.13.0Armin Ronacher2016-04-191-1/+1
|
* Added changelog entry for 5.12.05.12.0Armin Ronacher2016-03-301-1/+1
|
* Added a workaround for bad traceback objects5.11.2Armin Ronacher2016-03-251-1/+1
|
* This is 5.11.15.11.1Armin Ronacher2016-03-071-1/+1
|
* Another dev versionArmin Ronacher2016-02-291-1/+1
|
* This is 5.11.05.11.0Armin Ronacher2016-02-291-1/+1
|
* Dont implicitly configure log handlersDavid Cramer2016-02-231-1/+1
| | | | Because of the way logging propagation works this is complicated to ensure it's intelligent. Let's leave it up to the user to ensure LOGGING is configured appropriately for their application.
* 5.10.3 devArmin Ronacher2016-01-271-1/+1
|
* This is 5.10.25.10.2Armin Ronacher2016-01-271-3/+3
|
* This is another dev versionArmin Ronacher2016-01-211-1/+1
|
* This is 5.10.15.10.1Armin Ronacher2016-01-211-1/+1
|
* This is a dev versionArmin Ronacher2016-01-211-1/+1
|
* This is 5.10.05.10.0Armin Ronacher2016-01-141-1/+1
|
* Make tests work with newer Djangofeature/no-sixArmin Ronacher2016-01-131-1/+1
|
* Strip six module and rename to raven._compatArmin Ronacher2016-01-121-0/+1
| | | | | | | | | 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.
* 5.10.0.dev0David Cramer2015-12-161-1/+1
|
* Remove invalid requirementsDavid Cramer2015-12-011-6/+2
|
* setup_requires is unusedDavid Cramer2015-12-011-4/+0
|
* Modify client.capture_exceptions to return both decorator and context managerAnton Blintsov2015-11-211-0/+9
|
* No wwwMatt Robenolt2015-11-101-1/+1
|
* 5.9.0.dev0David Cramer2015-10-191-1/+1
|
* Coverage is provided by codecovDavid Cramer2015-10-061-1/+0
|
* Switch to coverage commandDavid Cramer2015-10-061-1/+1
|