|
|
4e2e9fa140
|
Merge branch 'master' of github.com:python-bonobo/bonobo
|
2016-12-27 13:34:06 +01:00 |
|
|
|
25ad284935
|
starting to write docs, taking decisions on public api
|
2016-12-27 13:31:38 +01:00 |
|
|
|
137f3bd67c
|
Merge pull request #9 from hartym/master
context refactoring, json writer as class.
|
2016-12-27 09:12:29 +01:00 |
|
|
|
512e2ab46d
|
refactoring contexts, moved json writer to a class as it make more sense.
|
2016-12-27 09:06:44 +01:00 |
|
|
|
f37f178630
|
Copyright.
|
2016-12-26 17:35:19 +01:00 |
|
|
|
183f3f4f04
|
release: 0.1.2
|
2016-12-26 15:06:13 +01:00 |
|
|
|
c0e6095e55
|
Merge pull request #8 from hartym/master
cq
|
2016-12-26 14:17:56 +01:00 |
|
|
|
4d9c9ab5b8
|
Remove unused attr getter.
|
2016-12-26 14:11:55 +01:00 |
|
|
|
0fdfdafdc4
|
More pylint-ing-fu.
|
2016-12-26 14:10:03 +01:00 |
|
|
|
be9ef2cad8
|
pylint disable broad excepts when it make sense.
|
2016-12-26 14:06:11 +01:00 |
|
|
|
0dafd08a75
|
pylint disable broad excepts when it make sense.
|
2016-12-26 14:04:29 +01:00 |
|
|
|
20397bcfef
|
pylint disable broad excepts when it make sense.
|
2016-12-26 14:03:27 +01:00 |
|
|
|
aea12dd8e4
|
names and init/finalize
|
2016-12-26 14:00:51 +01:00 |
|
|
|
428b797f58
|
names
|
2016-12-26 13:56:59 +01:00 |
|
|
|
4bc6248ee4
|
constants
|
2016-12-26 13:55:59 +01:00 |
|
|
|
19f1c8d077
|
Merge pull request #7 from hartym/master
code quality
|
2016-12-26 13:50:52 +01:00 |
|
|
|
39cfd72761
|
cleanup iterator utils
|
2016-12-26 13:49:40 +01:00 |
|
|
|
f9cfe23569
|
removing couchdb extension as it is not mature
|
2016-12-26 13:47:16 +01:00 |
|
|
|
efec3b9a7d
|
landscape code quality
|
2016-12-26 13:07:05 +01:00 |
|
|
|
1dd8d1c2ab
|
landscape code quality
|
2016-12-26 13:04:30 +01:00 |
|
|
|
8b42ff0bc3
|
attempt to improve landscape scores. (#6)
|
2016-12-26 13:01:49 +01:00 |
|
|
|
b658c1f536
|
Merge pull request #5 from hartym/master
minor project organization stuff
|
2016-12-26 12:17:39 +01:00 |
|
|
|
ac8251f859
|
update readme
|
2016-12-26 12:16:24 +01:00 |
|
|
|
bcc578c335
|
update landscape config
|
2016-12-26 12:14:04 +01:00 |
|
|
|
bd3b410ce9
|
adds landscape config
|
2016-12-26 12:02:45 +01:00 |
|
|
|
00692ed076
|
exception type
|
2016-12-26 11:58:12 +01:00 |
|
|
|
75188f9371
|
travis now knows the new docs location
|
2016-12-26 11:55:50 +01:00 |
|
|
|
8a178ddfa8
|
update with latest edgy.project release reordering setup.py entries
|
2016-12-26 11:52:43 +01:00 |
|
|
|
31dbfd8a22
|
move doc to docs as it is more consistent, use new features of edgy.project to generate setup.py with data files
|
2016-12-26 11:44:46 +01:00 |
|
|
|
05a40dd773
|
Merge pull request #4 from hartym/master
testing pr ci
|
2016-12-26 11:25:28 +01:00 |
|
|
|
a6cc8ba6db
|
testing pr ci
|
2016-12-26 11:21:41 +01:00 |
|
|
|
2036807ac8
|
Merge pull request #3 from hartym/master
update readme
|
2016-12-26 11:11:01 +01:00 |
|
|
|
3e63d277c4
|
update readme
|
2016-12-26 11:10:32 +01:00 |
|
|
|
54342bc2f8
|
Update README.rst
|
2016-12-26 11:05:33 +01:00 |
|
|
|
e7e0397004
|
release: 0.1.1
|
2016-12-26 11:00:25 +01:00 |
|
|
|
ee6ff7ef68
|
doc warning
|
2016-12-26 10:59:44 +01:00 |
|
|
|
d4dac7daaf
|
wip: readthedocs
|
2016-12-26 10:50:20 +01:00 |
|
|
|
6efe5d27b5
|
trying to get py3.5 working on readthedocs
|
2016-12-26 10:47:46 +01:00 |
|
|
|
89dee0e65a
|
wip: documentation
|
2016-12-26 10:47:30 +01:00 |
|
|
|
bba437fe14
|
add dev platforms for travis
|
2016-12-26 09:20:31 +01:00 |
|
|
|
fdd5d511eb
|
fixing tests under py3.5
|
2016-12-26 09:19:50 +01:00 |
|
|
|
f33a6a0558
|
release: 0.1.0
|
2016-12-26 09:09:29 +01:00 |
|
|
|
d951e53ee5
|
More examples, fix erroneous input stat in execution context.
|
2016-12-26 09:08:12 +01:00 |
|
|
|
8903e1d386
|
still testing
|
2016-12-26 08:57:39 +01:00 |
|
|
|
1fbd43a94d
|
refactoring for better testability
|
2016-12-25 15:01:56 +01:00 |
|
|
|
deb7700353
|
starting to test contexts ...
|
2016-12-25 14:44:38 +01:00 |
|
|
|
b07019f789
|
fix problem in renaming
|
2016-12-25 14:25:51 +01:00 |
|
|
|
7b34b43b08
|
testing bags
|
2016-12-25 14:25:10 +01:00 |
|
|
|
a3adb044bf
|
implements bags, so we can pass arbitrary args/kwargs to functions.
|
2016-12-25 12:40:28 +01:00 |
|
|
|
9c4ec68b18
|
minor changes an travis config for 3.6
|
2016-12-25 08:30:32 +01:00 |
|