summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pick some lint.Barry Warsaw2009-08-063-4/+2
* Minor fixes.Barry Warsaw2009-08-062-2/+1
* Get rid of the Traverse class by checking for None returned from ob.get().Barry Warsaw2009-08-063-54/+5
* Fix the turning of application level exceptions into HTTP 400 errors, throughBarry Warsaw2009-08-064-7/+22
* Whitespace cleanupBarry Warsaw2009-08-051-1/+0
* Move BadDomainSpecificationError to domain.txt interface. Try to set this toBarry Warsaw2009-07-269-14/+87
* * Expose IMailingLists in the API.Barry Warsaw2009-07-254-14/+59
* Expose 'transaction' as an alias for config.db in the doctest globs. ThisBarry Warsaw2009-07-216-9/+50
* Our first writable REST API! You can now create new domains through theBarry Warsaw2009-07-209-24/+112
* De-u-literal-ify our doctests.Barry Warsaw2009-07-1852-415/+461
* De-u-literal-ify our doctests.Barry Warsaw2009-07-1717-163/+164
* Wow. Put domains into the database.Barry Warsaw2009-07-1629-263/+515
* Clean a few more lints.Barry Warsaw2009-07-1014-90/+106
* Pick some lintBarry Warsaw2009-07-103-10/+3
* More lint picking.Barry Warsaw2009-07-046-13/+17
* Remove some unused stuff and pick some lint.Barry Warsaw2009-07-012-74/+2
* Basic Sphinx documentation generation.Barry Warsaw2009-06-302-2/+17
* Many pylint cleanups.Barry Warsaw2009-06-3015-41/+206
* Integrate pylint and Sphinx documentation buildout targets.Barry Warsaw2009-06-306-0/+441
* Implement returning multiple domains, a single specific domain, and raising aBarry Warsaw2009-06-292-1/+87
* Add an adapter for IDomain to IAbsoluteURL and add some zope.security onionsBarry Warsaw2009-06-295-11/+56
* Set testing threads as daemon so they won't hang.Barry Warsaw2009-06-293-4/+6
* More REST server updates.Barry Warsaw2009-06-2915-103/+157
* typoBarry Warsaw2009-05-271-1/+1
* When cleaning up the artifacts of a list being deleted, be more careful forBarry Warsaw2009-05-275-9/+51
* Allow for setting the doctest layer in the doctest package's __init__. If notBarry Warsaw2009-05-274-16/+68
* Get rid of some useless stuff.Barry Warsaw2009-05-252-11/+8
* Refactor __import__'s into a separate utility module.Barry Warsaw2009-05-1613-52/+95
* rsplit -> rpartitionBarry Warsaw2009-05-1510-30/+30
* Back out that last change in override order between the environment variableBarry Warsaw2009-05-151-2/+4
* Add initialization pre- and post- hooks, configurable in the config file.Barry Warsaw2009-05-157-17/+169
* A little bit of cleanup.Barry Warsaw2009-05-112-7/+2
* Linux signal management appears to work differently than OS X. Introduce aBarry Warsaw2009-05-114-2/+16
* More tests for the REST server, this time, for the queue runner.Barry Warsaw2009-05-107-18/+83
* Several RESTful updates.Barry Warsaw2009-05-064-10/+33
* We can use the cheeseshop version of lazr.restful now.Barry Warsaw2009-05-051-1/+1
* /sys -> /systemBarry Warsaw2009-05-044-9/+8
* A working test of the REST server. http://localhost:8001/3.0/sys returnsBarry Warsaw2009-05-046-8/+136
* The very basics of a working REST server. Only works for localhost:8001/sysBarry Warsaw2009-05-037-23/+111
* Moving closer now.Barry Warsaw2009-05-029-62/+180
* Make things import.Barry Warsaw2009-04-022-3/+98
* More checkpointing.Barry Warsaw2009-04-025-4/+14
* Checking pointing all the ZCA and restful wiring that I really don'tBarry Warsaw2009-04-0210-10/+238
* Checkpointing more REST stuffBarry Warsaw2009-04-014-0/+134
* Checkpointing restful annotations.Barry Warsaw2009-04-014-7/+20
* Hook in lazr.restful (which isn't in the Cheeseshop yet).Barry Warsaw2009-04-017-19/+133
* Oops!Barry Warsaw2009-03-291-31/+0
* Add argparse 'cause I think this might end up being cool.Barry Warsaw2009-03-2920-151/+109
* Bye bye plugins module.Barry Warsaw2009-03-291-74/+0
* Last few conversions to pkg_resources instead of listdir'ing the file systemBarry Warsaw2009-03-292-6/+4