Last 30 days
Earlier this year
-
9 new revisions
pushed by dstanek....@gmail.com
- b3ddd7d68d:removed property inject validation because property injection was removed
054f59fa58:fixed some spacing issues to make pylint a little happier
19c892b9bc:refactored tests to remove old/dated mocking libraries
788e2d8386:merging r48 and r49
f2c692a7b8:patched together a first attempt at a @provides decorator
f3bbad16eb:merging -r47 and -r51
05a24d76a5:removing DecorationError because the builtin TypeError is good enough
10abce7b43:started to move tests to a more BDD style
d28d5e34be:created a new key object which is better than using a tuple - i plan to extend this later
b3ddd7d68d:removed property inject validation because property injection was removed
054f59fa58:fixed some spacing issues to make pylint a little happier
19c892b9bc:refactored tests to remove old/dated mocking libraries
788e2d8386:merging r48 and r49
f2c692a7b8:patched together a first attempt at a @provides decorator
f3bbad16eb:merging -r47 and -r51
05a24d76a5:removing DecorationError because the builtin TypeError is good enough
10abce7b43:started to move tests to a more BDD style
d28d5e34be:created a new key object which is better than using a tuple - i plan to extend this later
-
-
-
-
-
-
3 new revisions
pushed by dstanek....@gmail.com
- Revision 0d3738ca0e:Removing the dependency on DecoratorTools. This means no more property injection and no more magic
Python 2.3 decorators.
Revision 204c7a465a:Remove the lazy/eager singleton concept. Will probably be added back at a later point when the need
is clearer.
Revision afcf737e23:Adding a new decorator @annotate that allows annotations to be specified for individual method
parameters.
Revision 0d3738ca0e:Removing the dependency on DecoratorTools. This means no more property injection and no more magic
Python 2.3 decorators.
Revision 204c7a465a:Remove the lazy/eager singleton concept. Will probably be added back at a later point when the need
is clearer.
Revision afcf737e23:Adding a new decorator @annotate that allows annotations to be specified for individual method
parameters.
-
-
-
-
issue 9
(Better massaging when using the inject decorator incorrectly) reported by dstanek.com
-
-
-
-
-
-
-
-
-
-
r49
(Creating an experimental branch for 2.6 only features.
) committed by roninds
- Creating an experimental branch for 2.6 only features.
Creating an experimental branch for 2.6 only features.
-
-
r48
(A fix for issue 2. Combine the guice* attributes into a sing...) committed by roninds
- A fix for issue 2 . Combine the guice* attributes into a single private __guice__ one.
A fix for issue 2 . Combine the guice* attributes into a single private __guice__ one.
-
-
-
-
-
-
-
-
-
r47
(Fixing the classifiers.) committed by roninds
- Fixing the classifiers.
-
r46
(clean up the provide decorator, no logic changes) committed by michaeldavidgriffith
- clean up the provide decorator, no logic changes
clean up the provide decorator, no logic changes
-
-
-
r43
(Enable the "provide" decorator, which helps methods that wan...) committed by michaeldavidgriffith
- Enable the "provide" decorator, which helps methods that want an instance of a
provided class
Enable the "provide" decorator, which helps methods that want an instance of a
provided class
-
-
-
-
-
-
Older
-
r42
(Merging the child_injector branch.) committed by roninds
- Merging the child_injector branch.
Merging the child_injector branch.
-
r41
(Small name refactoring.) committed by roninds
- Small name refactoring.
-
r40
(Moving the scope implementation to be a little closer to the...) committed by roninds
- Moving the scope implementation to be a little closer to the real Guice.
Moving the scope implementation to be a little closer to the real Guice.
-
r39
(Enable figleaf coverage in pavement.) committed by roninds
- Enable figleaf coverage in pavement.
Enable figleaf coverage in pavement.
-
r38
(Began to add support for figleaf coverage. No network access...) committed by roninds
- Began to add support for figleaf coverage. No network access to get figleaf right now.
Began to add support for figleaf coverage. No network access to get figleaf right now.
-
r37
(Updating the TODOs.) committed by roninds
- Updating the TODOs.
-
r36
(Removing an unused class.) committed by roninds
- Removing an unused class.
Removing an unused class.
-
r35
(Renaming InstanceProvider to SimpleProvider. Fixing and addi...) committed by roninds
- Renaming InstanceProvider to SimpleProvider. Fixing and adding a test for injecting a provider.
Renaming InstanceProvider to SimpleProvider. Fixing and adding a test for injecting a provider.
|