| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run pyupgrade --py37-plus across codebase | Bert JW Regeer | 2022-05-24 | 1 | -1/+1 |
| | | |||||
| * | Format using isort/black to satisfy linter | Bert JW Regeer | 2020-11-28 | 1 | -2/+2 |
| | | |||||
| * | Goodbye compat.PY2 lines | Bert JW Regeer | 2020-11-28 | 1 | -5/+1 |
| | | |||||
| * | Fix many flake8 warnings/errors | Bert JW Regeer | 2018-10-15 | 1 | -1/+5 |
| | | |||||
| * | WebOb is now formatted by ambv/black | Bert JW Regeer | 2018-10-14 | 1 | -16/+24 |
| | | | | | | | | All future commits will be required to format their code using Python black. This also hooks up linting and all that fun stuff to enforce it. | ||||
| * | remove print_ from compat | Sergey Schetinin | 2011-09-25 | 1 | -8/+7 |
| | | |||||
| * | use direct imports, kill dead imports | Chris McDonough | 2011-09-20 | 1 | -2/+2 |
| | | |||||
| * | work on items/keys/values, better conversions, syntax errors | Chris McDonough | 2011-09-15 | 1 | -6/+6 |
| | | |||||
| * | work towards creating and using 'compat' module and removing syntax errors ↵ | Chris McDonough | 2011-09-15 | 1 | -1/+2 |
| | | | | | when code is run under py3k; all tests pass under py2, but most tests still fail under py3k | ||||
| * | This commit aggregates most of the work done at the 2011 PyCon Pyramid ↵ | Sergey Schetinin | 2011-03-22 | 1 | -2/+1 |
| | | | | | | | | | | sprint in Atlanta GA. Only tests updates are in it, library code changes are committed separately. The sprint was organised by Chris McDonough and provided WebOb with 100% statement coverage. Participated: Alexandre Conrad, Patricio Paez, Whit Morriss, Rob Miller, Reed O'Brien, Chris Shenton, Joe Dallago, Tres Seaver, Casey Duncan, Kai Groner, Chris McDonough. The bitbucket fork on which this work was done is at https://bitbucket.org/chrism/webob-py3k and contains a detailed changelog. A big thank you to everyone who contributed! | ||||
| * | include more instructions | Ian Bicking | 2009-01-22 | 1 | -0/+3 |
| | | |||||
| * | make the invocation a bit more flexible | Ian Bicking | 2009-01-22 | 1 | -2/+7 |
| | | |||||
| * | add a performance test that uses repoze.profile | Ian Bicking | 2009-01-22 | 1 | -0/+43 |
