Commit History

作者 SHA1 備註 提交日期
  Jelmer Vernooij fcfe46d9e0 Fix all flake8 style issues. 8 年之前
  Jelmer Vernooij 0710142881 Some style fixes. 8 年之前
  Jelmer Vernooij f2a09e7977 Update header to reflect that license is now Apachev2 or GNU GPLv2+. 9 年之前
  Jonas Haag 541b0a6284 Fix unit tests 9 年之前
  Jelmer Vernooij 3fe5ef8210 Don't rely on MemoryObjectStore returning the exact same object. 9 年之前
  Jonas Haag 54707181ad Don't expect 'wsgi.input' to have working 'seek' method 9 年之前
  Jelmer Vernooij 3c3688a1b4 Support python3 in web. 10 年之前
  Augie Fackler 72f06d4db4 test_web: use make_tag() instead of a local version 11 年之前
  Gary van der Merwe dbd8494de8 Skip tests in python3 that fail (most of them :-() 11 年之前
  Jelmer Vernooij b75d0d72ee Fix another potential XSS issue, and add test for the previous one. 11 年之前
  Jelmer Vernooij 1cd3d56f66 Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings. 11 年之前
  Gary van der Merwe 17b8807913 Use io.BytesIO rather than cStringIO. 11 年之前
  Gary van der Merwe b07c1fbbbe Use range instead of xrange, and list(range()). 11 年之前
  Jelmer Vernooij c50e6662b8 Fix long line, running with -O. 12 年之前
  Jonas Haag 586fa6e79a Fix #140: Don't expect 'wsgi.input' to have 'seek' method 12 年之前
  Jelmer Vernooij c04c801a84 Use PackData.filename attribute. 12 年之前
  Jonas Haag 1d11572b98 Test for `fallback_app` (236052093a22fabbb52657f8d36bd02642e5e288) 13 年之前
  Jelmer Vernooij 899e064f00 Remove more uses of deprecated assertEquals. 14 年之前
  Jelmer Vernooij d14bb02a7e Avoid using custom gzip module and incrementally parse. 14 年之前
  David Blewett f9b085bced Added WSGI middleware to handle transparent gzip decoding 14 年之前
  Jelmer Vernooij 5c36d5f3e9 Use TestCase.assertEqual rather than TestCase.assertEquals. 14 年之前
  Risto Kankkunen dee66ce7c3 Use platform-specific file path separators to avoid tests 14 年之前
  Dave Borowitz a979f6995c web: Use correct result MIME types. 14 年之前
  Dave Borowitz 604498805d Pass an HTTP request object through to handlers. 14 年之前
  Jelmer Vernooij ac38553570 Use absolute imports everywhere. 15 年之前
  Jelmer Vernooij 56ae47bef2 Cleanup some imports. 15 年之前
  Dave Borowitz 23b609b006 test_web: Ensure cache headers are set correctly. 15 年之前
  Dave Borowitz c04fcb337d Add more tests for web.py. 15 年之前
  Dave Borowitz 22840b8dcb test_web: Simplify assertions about Content-Type. 15 年之前
  Dave Borowitz c1e839ba63 test_web: Use MemoryRepo for tests instead of complex tests. 15 年之前