Commit History

Author SHA1 Message Date
  msbanik bce868fb9c duplicate method removed 12 years ago
  Sakis Kasampalis f603e3f5d4 improve string representation for abstract_factory 12 years ago
  Jeroen a4f99ed7d5 Pep8 corrections 12 years ago
  Peter Enns 029cec2b79 Several changes to mediator.py 12 years ago
  Sakis Kasampalis da97203a14 Merge branch 'dbykov-master' 12 years ago
  Sakis Kasampalis 51b218c939 python3 compatibility change 12 years ago
  Sakis Kasampalis 3afc5fce47 merging pull request after fixing a few bugs 12 years ago
  Sakis Kasampalis 5730bd52ab Merge branch 'master' of https://github.com/dbykov/python-patterns into dbykov-master 12 years ago
  Denis Bykov bc108a2c25 Remove the code example in favor of the doctests 12 years ago
  Jeroen d207051ff4 Some small pep8 corrections. 12 years ago
  Jonathan Reem 55aa903b7c Added list of current patterns. 12 years ago
  Jonathan Reem 38637e914c Rejiggered the classes to actually use decorator syntax and commented an explanation on how the @ syntax works. Also wrapped the executing code in a main() function. 12 years ago
  Jonathan Reem 77728fd5f7 Wrapped main behavior in a main() function. 12 years ago
  Jonathan Reem 0e0f9c57c5 Split delegation from __init__ in Client. 12 years ago
  Jonathan Reem 3003f6bbf6 Fixed string formatting. 12 years ago
  Jonathan Reem 06a7f83254 Removed old string formatting. 12 years ago
  Jonathan Reem 6b920156b9 Added a main() function. 12 years ago
  Jonathan Reem e844a55790 Corrected % formatting to .format() and got rid of an unidiomatic 12 years ago
  Jonathan Reem 4050238bf3 Fixed formatting error in get_product_information. Got rid of a comparison to None. 12 years ago
  JonathanReem 139cd3cb4d Modified print to use str.format() instead of % replacement. 12 years ago
  Sakis Kasampalis 02a45af542 Merge branch 'master' of https://github.com/harenson/python-patterns into harenson-master 12 years ago
  Harenson Henao 88fd2544d6 added two more patterns, 3-tier and mvc 12 years ago
  Jeroen 864f73f43c Some minor changes 12 years ago
  Jeroen 6b3735078f Renamed element 'type' to 'Type'. 12 years ago
  Jeroen 06960de5e3 Minor pep8 correction of the docstring. 12 years ago
  Jeroen 3656aa0f90 Removed trailing spaces on numerous lines. 12 years ago
  Jeroen 4007ac7d7c Minor pep8 correction of the docstring. 12 years ago
  Jeroen 40a7afc427 Minor pep8 correction of the docstring. 12 years ago
  Jeroen 916b996ff1 Few minor changes. 12 years ago
  Jeroen 327e51c9c3 Removed redundant parentheses. 12 years ago