Author |
Date |
Commit |
Message |
David Stanek |
2009-11-04 20:49:14 -0500 |
792608a3da80 |
merging r44 and r46 |
David Stanek |
2009-11-04 00:35:31 -0500 |
036c46b139ae |
cleanup up some smelly code |
David Stanek |
2009-11-04 00:25:57 -0500 |
ea9db19fdf3a |
fixed the webob import |
David Stanek |
2009-11-04 00:17:21 -0500 |
2122aed6fe20 |
merging r43 and r42 |
David Stanek |
2009-11-03 22:15:49 -0500 |
447350b0bb40 |
merging r39 and r40 |
David Stanek |
2009-11-03 20:56:24 -0500 |
e9b51aa0bf63 |
added more TODOs |
David Stanek |
2009-07-09 18:39:23 -0400 |
5427deb6eae9 |
Adding a really simple implementation for InjectingConfiguration. |
David Stanek |
2009-07-07 23:13:48 -0400 |
302ff1ea605d |
Adding a new spec that shows injecting a class object. |
David Stanek |
2009-07-07 23:13:17 -0400 |
6a7df6f3467b |
Removing some debugging prints. |
David Stanek |
2009-07-07 22:58:44 -0400 |
5c5952fc6731 |
Remove the type check when creating an object. |
David Stanek |
2009-07-07 22:01:44 -0400 |
2a902d203b74 |
Removed unused kwargs from the inject decorator. Currently annotatio and scope a |
David Stanek |
2009-07-07 21:59:02 -0400 |
6666468ab1a4 |
Fixed the specs to remove property injection and use the new annotate decorator. |
David Stanek |
2009-07-07 21:55:46 -0400 |
ef075f248769 |
A little clean up. |
David Stanek |
2009-07-07 18:44:47 -0400 |
5c5c3cc8d577 |
Adding a new decorator @annotate that allows annotations to be specified for ind |
David Stanek |
2009-07-07 17:11:40 -0400 |
a504a3a845e2 |
Remove the lazy/eager singleton concept. Will probably be added back at a later |
David Stanek |
2009-07-07 17:06:05 -0400 |
e9dec73424ba |
Removing the dependency on DecoratorTools. This means no more property injection |
David Stanek |
2009-07-07 17:00:45 -0400 |
788feb58b17d |
Removing the dependency on DecoratorTools. This means no more property injection |
David Stanek |
2009-07-06 22:54:24 -0400 |
e8df2a33cee9 |
Removing some code that became useless when property injection was dropped. |
David Stanek |
2009-07-06 21:35:58 -0400 |
4b967c66221b |
Removed DecoratorTools which means no more 2.3 support and no more property inje |
David Stanek |
2009-06-29 00:21:02 -0400 |
a0a5fa4e905b |
Initial routes integration. This is still a bit rough. |
David Stanek |
2009-06-28 23:00:05 -0400 |
ef1624ec24bf |
Adding a new task to run unit tests and specs. |
David Stanek |
2009-06-28 22:56:52 -0400 |
09f1a450ee3f |
Modifying pavement.py to include all of the setuptools tasks. |
David Stanek |
2009-06-28 16:24:59 -0400 |
5d268346713d |
Why should the Injector and Binder objects know the details of the binding map? |
David Stanek |
2009-06-28 09:50:28 -0400 |
7aedbedfc881 |
Updating the TODO list. |
David Stanek |
2009-06-23 23:17:13 -0400 |
78f23117df49 |
Add a paver task for runninng mote specifications. |
David Stanek |
2009-06-23 21:24:06 -0400 |
76d9d895a72f |
I like Guice's naming conventions better. |
David Stanek |
2009-06-22 17:20:49 -0400 |
3d99721d88d3 |
Refactoring. Moving Injected into the main __init__. |
David Stanek |
2009-06-22 17:02:06 -0400 |
762cdd43dcda |
Setting up the directory for the extra modules. |
David Stanek |
2009-06-22 16:57:41 -0400 |
0ca8bb0eab8e |
Spec updated. When overriding a parent's method only the child's should be execu |
David Stanek |
2009-06-22 16:53:49 -0400 |
ab7d757f111a |
Renaming tests to make more sense. |
David Stanek |
2009-06-22 16:43:42 -0400 |
e115be2ee14f |
Renaming tests to make more sense. |
David Stanek |
2009-06-21 20:26:45 -0400 |
fa203a0c4093 |
Added yet another todo. |
David Stanek |
2009-06-03 00:07:23 -0400 |
8d68bf1fe73f |
Modified GuiceData to use an ordered dict instead of lists. |
David Stanek |
2009-06-02 23:37:20 -0400 |
2fb114a8bcdb |
Adding an ordered dict implementation. |
David Stanek |
2009-06-02 23:36:04 -0400 |
9e5a25ad24ac |
Renaming so that I'll not shadowing builtins. |
David Stanek |
2009-04-27 21:56:46 -0400 |
5c8b3e28850c |
Rename the specification file to my new convention. |
David Stanek |
2009-04-27 21:27:37 -0400 |
cefd5428162b |
Adding a release notification template that I stole from Mock. |
David Stanek |
2009-04-27 19:51:39 -0400 |
1c96b55dbcd8 |
Updatig the package version. |
David Stanek |
2009-04-26 23:36:34 -0400 |
5fa62f36a48d |
Updating pavement.py to stop the API warnings about paver.defaults and getting r |
David Stanek |
2009-04-26 22:51:36 -0400 |
0de9125bd4f8 |
Adding a few more TODOs. |
David Stanek |
2009-04-19 18:06:08 -0400 |
f78ee7d4bf02 |
Reorganizing the test and spec files. |
David Stanek |
2009-04-18 13:57:28 -0400 |
0b1081875aa6 |
Adding in initial support of inheriting injections. |
David Stanek |
2009-04-13 23:19:08 -0400 |
e3bf3caca2c2 |
Updating the simple example to use the new API. This change was long overdue. |
David Stanek |
2009-04-13 20:56:02 -0400 |
7a5d06f58761 |
Updating the version to 0.2.0a. |
David Stanek |
2009-04-09 14:05:42 -0400 |
882e2efc522b |
Adding a README with some instructions. |
David Stanek |
2009-04-09 07:25:35 -0400 |
72344356a160 |
Initial dump of CherryPy integration. |
David Stanek |
2009-04-05 09:53:36 -0400 |
1d154803b393 |
Adding an .hgignore file. |
David Stanek |
2009-03-31 04:25:50 -0400 |
84b9f4d3b4e0 |
Initial import from Subversion |