Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-30 | [#1018] Upgrades twisted from 16.1.1 to 17.1.0 | Sriram Viswanathan | |
2017-01-19 | Add copyright statements to all Python files that doesn't have it | Ola Bini | |
2017-01-03 | Fixed mockito conflict with zope | Bruno Wagner | |
I bumped into this problem where trial would try to clean up after running the SiteTest and run into an error 'RememberedInvocation has no attribute "_implied"' That happened because mockito is strict with the set of functions it's mock accepts and _implied doesn't exist. It didn't really make sense in this test context so I've adapted the test to use MagicMock instead and now the test pass without problems. | |||
2016-11-23 | replace stdlib's unittest with trials's unittest for all unittest | Roald de Vries | |
2016-05-13 | Issue #691: Refactor to Twisted 16.1.1 | Felix Hammerl | |
2016-02-20 | Add recommended security headers from #618 | Paulo Schneider | |
2016-01-28 | Add Strict-Transport-Security header to user agent | Folker Bernitt | |
- Issue #584 | |||
2015-09-04 | #304 Include CSP header support to more browsers | Giovane | |
2015-09-03 | #304 Adds PixelatedSite class to hold custom request configuration and ↵ | Giovane | |
remove foundation inline javascript. |