master
Commits on Jan 2, 2021
-
Merge pull request #365 from cclauss/blacken
pyupgrade --py36-plus **/*.py
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
-
Merge pull request #364 from cclauss/patch-3
Make codespell and isort mandatory tests
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Make codespell and isort mandatory tests
Make codespell and isort mandatory tests. Drop bandit whose test results are not enlightening.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jan 1, 2021
-
Merge pull request #363 from cclauss/patch-3
GitHub Action to lint Python code
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge branch 'master' into patch-3
cclauss committedJan 1, 2021 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #362 from cclauss/patch-2
Travis CI: Test on Python 3.9
faif committedJan 1, 2021 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #361 from cclauss/patch-1
Fix typo discovered by codespell
faif committedJan 1, 2021 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Dec 31, 2020
-
cclauss committed
Dec 31, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
cclauss committed
Dec 31, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
cclauss committed
Dec 31, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
cclauss committed
Dec 31, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
GitHub Action to lint Python code
cclauss committedDec 31, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
cclauss committed
Dec 31, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
cclauss committed
Dec 31, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Fix typo discovered by codespell
___codespell --quiet-level=2___ ``` ./python-patterns/patterns/behavioral/publish_subscribe.py:68: subscirbed ==> subscribed ./python-patterns/patterns/structural/front_controller.py:30: cant ==> can't ./python-patterns/patterns/structural/front_controller.py:72: cant ==> can't ```
cclauss committedDec 31, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Sep 26, 2020
-
Merge pull request #352 from techntools/correct-graph-search
Added base case and return the path as soon as end node is visited
faif committedSep 26, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Added base case and return the path as soon as end node is visited
Santosh Bandichode authored and Santosh Bandichode committedSep 26, 2020
Commits on Sep 24, 2020
-
Merge pull request #351 from techntools/correct-graph-search
Used correct function names in recursive calls and fixed the doctest
faif committedSep 24, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Sep 23, 2020
-
Used correct function names in recursive calls and fixed the doctest
Santosh Bandichode authored and Santosh Bandichode committedSep 23, 2020
Commits on Aug 17, 2020
-
Merge pull request #350 from LCVcode/master
Implemented breadth first search for shortest graph path in graph_search.py
faif committedAug 17, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Aug 16, 2020
-
Implemented breadth first search for shortest path in a graph
LCVcode committedAug 16, 2020
Commits on Aug 12, 2020
-
Merge pull request #349 from imankulov/fix_tox
Update tox.ini to use py37,py38 instead of ci37,ci38
faif committedAug 12, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Update tox.ini to use py37,py38 instead of ci37,ci38
As defined in the tox documentation (https://tox.readthedocs.io/en/latest/config.html#tox-environments), environment with names "pyNM" have special meaning and implicitly define the Python interpreter. Environment names ci37 and ci38 don't have any special meaning and run the default version of the interpreter. This results in that that both environments use the same interpreter locally. The PR changes the names of environments to make sure that tox creates a virtual environment with the correct interpreter version.
imankulov committedAug 12, 2020 -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Remove unnecessary f-string modifier
Make the flake8's "F541 f-string is missing placeholders" happy
imankulov committedAug 12, 2020 -
Make the flake8's test "F401 imported but unused" happy.
imankulov committedAug 12, 2020 -
As defined in https://www.flake8rules.com/rules/W503.html, this rule goes against the PEP8 recommendation and conflicts with W504. In the code, the rule results in a false-positive in patterns/behavioral/specification.py.
imankulov committedAug 12, 2020 -
Add a tearDown method that sets the shared state to "Init"
imankulov committedAug 12, 2020 -
Rewrite tests for the Proxy class
Remove outdated tests and replace them with ones that check the new behavior.
imankulov committedAug 12, 2020
Commits on Jul 23, 2020
-
Merge pull request #345 from rednafi/master
Added type hints to observer pattern
faif committedJul 23, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Handle unnamed exception with contextlib.suppress
rednafi committedJul 23, 2020