Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test for empty session ID, which is invalid | Ian Bicking | 2005-09-30 | 1 | -0/+3 |
| | |||||
* | Added parser that reads files from an egg using pkg_resources | Ian Bicking | 2005-09-28 | 1 | -1/+53 |
| | |||||
* | Minor bug | Ian Bicking | 2005-09-27 | 1 | -1/+2 |
| | |||||
* | Fix docstrings | Ian Bicking | 2005-09-27 | 1 | -9/+18 |
| | |||||
* | Brought in PySourceColor, changed import to same | Ian Bicking | 2005-09-27 | 2 | -1/+2089 |
| | |||||
* | Removed references to deleted package | Ian Bicking | 2005-09-25 | 1 | -16/+0 |
| | |||||
* | Made objects bold in traceback | Ian Bicking | 2005-09-25 | 1 | -1/+1 |
| | |||||
* | Removed package; moving to Pudge instead | Ian Bicking | 2005-09-24 | 6 | -672/+0 |
| | |||||
* | Removed unneeded import | Ian Bicking | 2005-09-24 | 1 | -1/+0 |
| | |||||
* | Fixes suggested by pyflakes | Ian Bicking | 2005-09-21 | 15 | -24/+6 |
| | |||||
* | Be more careful about sharing environments | Ian Bicking | 2005-09-21 | 1 | -1/+2 |
| | |||||
* | Added static file-serving app | Ian Bicking | 2005-09-21 | 1 | -0/+3 |
| | |||||
* | Added more information to 404 message | rflosi | 2005-09-20 | 1 | -1/+4 |
| | |||||
* | Added module for converting strings to relative dates | rflosi | 2005-09-19 | 1 | -0/+103 |
| | |||||
* | Find packages even when some directories are relative | Ian Bicking | 2005-09-12 | 1 | -1/+2 |
| | |||||
* | Nicer repr() and error message | Ian Bicking | 2005-09-12 | 1 | -1/+15 |
| | |||||
* | Hide some frames from py.test; add argument to add environmental variables ↵ | Ian Bicking | 2005-09-09 | 1 | -5/+13 |
| | | | | to requests; make directories when necessary when writing files | ||||
* | Handle unicode printing; don't capture when run in a unit testing environment | Ian Bicking | 2005-09-09 | 1 | -0/+7 |
| | |||||
* | Added some docstrings, fixed bugs/typos | Ian Bicking | 2005-09-08 | 1 | -2/+48 |
| | |||||
* | Added function to write files from a template | Ian Bicking | 2005-09-07 | 1 | -2/+19 |
| | |||||
* | Added file content assertions | Ian Bicking | 2005-09-07 | 1 | -0/+16 |
| | |||||
* | New fixture for acceptance testing of command-line scripts | Ian Bicking | 2005-09-07 | 1 | -1/+238 |
| | |||||
* | Removed old configuration code | Ian Bicking | 2005-08-31 | 1 | -9/+6 |
| | |||||
* | Added license comment to all substantive files | Ian Bicking | 2005-08-31 | 36 | -3/+108 |
| | |||||
* | Typo | Ian Bicking | 2005-08-29 | 1 | -1/+1 |
| | |||||
* | Moved webkit to separate project | Ian Bicking | 2005-08-22 | 54 | -6871/+0 |
| | |||||
* | Moved wareweb to separate project | Ian Bicking | 2005-08-22 | 14 | -1322/+0 |
| | |||||
* | Removed deprecated module | Ian Bicking | 2005-08-22 | 1 | -80/+0 |
| | |||||
* | Removed and moved last of paste.tests | Ian Bicking | 2005-08-22 | 3 | -110/+0 |
| | |||||
* | paste.deployified urlparser | Ian Bicking | 2005-08-22 | 1 | -65/+60 |
| | |||||
* | Removed things that are either defunct (frameworks, server glue) or will ↵ | Ian Bicking | 2005-08-22 | 47 | -1072/+0 |
| | | | | move to a separate package (app_templates) | ||||
* | paste.deployified wdg_validate | Ian Bicking | 2005-08-22 | 1 | -8/+3 |
| | |||||
* | paste.deployified session | Ian Bicking | 2005-08-22 | 1 | -1/+1 |
| | |||||
* | paste.deployified recursive | Ian Bicking | 2005-08-22 | 1 | -1/+1 |
| | |||||
* | paste.deployified pycgiwrapper | Ian Bicking | 2005-08-22 | 1 | -1/+1 |
| | |||||
* | paste.deployified profilemiddleware | Ian Bicking | 2005-08-22 | 1 | -20/+14 |
| | |||||
* | paste.deployified printdebug | Ian Bicking | 2005-08-22 | 1 | -3/+3 |
| | |||||
* | Make global_conf optional (fixes tests) | Ian Bicking | 2005-08-22 | 1 | -1/+2 |
| | |||||
* | paste.deployified login | Ian Bicking | 2005-08-22 | 1 | -10/+23 |
| | |||||
* | paste.deployified lint | Ian Bicking | 2005-08-22 | 2 | -2/+2 |
| | |||||
* | paste.deployified httpexceptions | Ian Bicking | 2005-08-22 | 1 | -1/+1 |
| | |||||
* | paste.deployified gzipper | Ian Bicking | 2005-08-22 | 1 | -2/+2 |
| | |||||
* | paste-deployified flup session middleware | Ian Bicking | 2005-08-22 | 1 | -23/+24 |
| | |||||
* | Removed some more deprecated stuff | Ian Bicking | 2005-08-22 | 2 | -89/+0 |
| | |||||
* | Tests and bugfixes for cgitb_catcher | Ian Bicking | 2005-08-22 | 1 | -20/+31 |
| | |||||
* | Moved test | Ian Bicking | 2005-08-22 | 1 | -76/+0 |
| | |||||
* | Cleanup from the last delete | Ian Bicking | 2005-08-22 | 4 | -42/+37 |
| | |||||
* | paste.deployified cascade | Ian Bicking | 2005-08-22 | 1 | -0/+27 |
| | |||||
* | Removed configuration and other parts redundant with paste.deploy | Ian Bicking | 2005-08-22 | 14 | -1507/+0 |
| | |||||
* | Removed defunct dir | Ian Bicking | 2005-08-22 | 1 | -1/+0 |
| |