FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · sd2017/python-patterns · GitHub
sd2017
/
python-patterns
Public
forked from
faif/python-patterns
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Oct 2, 2016
add CopyFileCommand
sd2017
committed
e11533e
View commit details
Copy full SHA for e11533e
Browse repository at this point
Commits on Aug 23, 2016
Merge pull request #153 from Xuefeng-Zhu/patch-3
Show description for 2ccf769
faif
authored
2ccf769
View commit details
Copy full SHA for 2ccf769
Browse repository at this point
Merge pull request #152 from Xuefeng-Zhu/patch-2
Show description for 1fca9f0
faif
authored
1fca9f0
View commit details
Copy full SHA for 1fca9f0
Browse repository at this point
simplify public_subscribe update
Xuefeng-Zhu
authored
dedbc62
View commit details
Copy full SHA for dedbc62
Browse repository at this point
Commits on Aug 22, 2016
fix minor issue
Xuefeng-Zhu
authored
b649a6a
View commit details
Copy full SHA for b649a6a
Browse repository at this point
clean up graph search
Xuefeng-Zhu
authored
935d42f
View commit details
Copy full SHA for 935d42f
Browse repository at this point
Commits on Aug 3, 2016
Merge pull request #148 from Xuefeng-Zhu/patch-1
Show description for 7e33a0d
faif
authored
7e33a0d
View commit details
Copy full SHA for 7e33a0d
Browse repository at this point
correct lazy_evaluation output
Xuefeng-Zhu
authored
b78271a
View commit details
Copy full SHA for b78271a
Browse repository at this point
Commits on Jul 30, 2016
Merge pull request #147 from afg984/master
Show description for ac7b0db
faif
authored
ac7b0db
View commit details
Copy full SHA for ac7b0db
Browse repository at this point
Commits on Jul 28, 2016
lazy evaluation: use descriptors direcly instead of nested decorators as in bottle, django, pip and pyramid
afq984
committed
580d7a6
View commit details
Copy full SHA for 580d7a6
Browse repository at this point
Commits on Jun 8, 2016
Merge pull request #146 from fkromer/hsm
Show description for 4563139
faif
committed
4563139
View commit details
Copy full SHA for 4563139
Browse repository at this point
Commits on Jun 6, 2016
Merge remote-tracking branch 'upstream/master' into hsm
fkromer
committed
d9de283
View commit details
Copy full SHA for d9de283
Browse repository at this point
add: pyreverse class diagrams
fkromer
committed
2ffad3a
View commit details
Copy full SHA for 2ffad3a
Browse repository at this point
Commits on May 21, 2016
Merge pull request #144 from yarikoptic/master
Show description for b54cad9
faif
committed
b54cad9
View commit details
Copy full SHA for b54cad9
Browse repository at this point
Commits on May 17, 2016
BF(TST): fixing test_proxy for recent decrease of sleep, but also py version specific import of StringIO (breaks on 2.x with io.StringIO)
yarikoptic
committed
126bbd9
View commit details
Copy full SHA for 126bbd9
Browse repository at this point
Merge branch 'pr-139'
Show description for b3d6693
yarikoptic
committed
b3d6693
View commit details
Copy full SHA for b3d6693
Browse repository at this point
BF: dedent few assertions out of with assertRaises cm
yarikoptic
committed
2893a03
View commit details
Copy full SHA for 2893a03
Browse repository at this point
ENH: pragma: no cover for conditioning of mock imports
yarikoptic
committed
8edfdcd
View commit details
Copy full SHA for 8edfdcd
Browse repository at this point
BF(TEMP): Disabled pypy for now -- gets stuck
yarikoptic
committed
e2a12b4
View commit details
Copy full SHA for e2a12b4
Browse repository at this point
TEMP workaround: flyweight is not compatible with Python3
yarikoptic
committed
9a65401
View commit details
Copy full SHA for 9a65401
Browse repository at this point
BF(PY3): use next() instead of .next() (PY3 only)
yarikoptic
committed
1e82c2d
View commit details
Copy full SHA for 1e82c2d
Browse repository at this point
BF: moved running all the scripts via coverage into a separate helper tool
yarikoptic
committed
63b9759
View commit details
Copy full SHA for 63b9759
Browse repository at this point
ENH(TST): actually run all the scripts while testing on travis
yarikoptic
committed
6b2d7d1
View commit details
Copy full SHA for 6b2d7d1
Browse repository at this point
ENH: reduce sleep to 0.1 for consistency
yarikoptic
committed
187c3bc
View commit details
Copy full SHA for 187c3bc
Browse repository at this point
BF: descriptors must be bound to class, not instance -- Revert "Adjustment to UI and Business logic for injecting dependencies"
Show description for b36e630
yarikoptic
committed
b36e630
View commit details
Copy full SHA for b36e630
Browse repository at this point
BF/ENH: assure that foo.txt exists and no conflicts for demonstration
yarikoptic
committed
c5ce565
View commit details
Copy full SHA for c5ce565
Browse repository at this point
BF: minor typo unit[t]est
yarikoptic
committed
8cc5924
View commit details
Copy full SHA for 8cc5924
Browse repository at this point
for uniformity -- no exec bit on delegation_pattern.py
yarikoptic
committed
ef3dbe3
View commit details
Copy full SHA for ef3dbe3
Browse repository at this point
rudimentary .travis.yml which also ignores flake8 failures for now
yarikoptic
committed
29dc431
View commit details
Copy full SHA for 29dc431
Browse repository at this point
BF: fixing docstring to pass doctest in adapter.py and import print_function from future for chaining_method.py
yarikoptic
committed
a0d3711
View commit details
Copy full SHA for a0d3711
Browse repository at this point
ENH: have shebangs consistently in every file with __name__ == "__main__"
yarikoptic
committed
ebbacb4
View commit details
Copy full SHA for ebbacb4
Browse repository at this point
BF: test_strategy -- use OS specific os.linesep + shebang
yarikoptic
committed
74fc693
View commit details
Copy full SHA for 74fc693
Browse repository at this point
BF(PY2): use mock module if no unittest.mock is available
yarikoptic
committed
b4993f3
View commit details
Copy full SHA for b4993f3
Browse repository at this point
Commits on May 16, 2016
merge with faif/master
fkromer
committed
ee428bb
View commit details
Copy full SHA for ee428bb
Browse repository at this point
Merge branch 'fkromer-test_bridge'
faif
committed
ad59bd5
View commit details
Copy full SHA for ad59bd5
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL