Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder-zh/Design-Patterns-in-Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c83fd65
Choose a base ref
...
head repository: gennad/Design-Patterns-in-Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9377958
Choose a head ref
  • 8 commits
  • 3 files changed
  • 5 contributors

Commits on Aug 14, 2014

  1. Update command.py

    kgashok committed Aug 14, 2014
    Configuration menu
    Copy the full SHA
    744f346 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2015

  1. Update Factory.py for Python 3.4.1

    "The print statement has been replaced with a print() function, with keyword arguments to replace most of the special syntax of the old print statement (PEP 3105)"
    SMWARREN committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    a79491d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. Add Blackboard pattern

    duboviy committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    8e18c64 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2016

  1. Merge pull request gennad#4 from duboviy/master

    Add Blackboard pattern
    gennad authored Oct 30, 2016
    Configuration menu
    Copy the full SHA
    18b5102 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gennad#2 from SMWARREN/patch-1

    Update Factory.py for Python 3.4.1
    gennad authored Oct 30, 2016
    Configuration menu
    Copy the full SHA
    6cf753a View commit details
    Browse the repository at this point in the history
  3. Merge pull request gennad#1 from kgashok/patch-1

    Update command.py
    gennad authored Oct 30, 2016
    Configuration menu
    Copy the full SHA
    1e7a59e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. fixed error in the print statement

    print statement in line 32 did not have a closed bracket
    sai-krishna-msk authored Dec 19, 2020
    Configuration menu
    Copy the full SHA
    231a06a View commit details
    Browse the repository at this point in the history
  2. Merge pull request gennad#10 from sai-krishna-msk/patch-1

    fixed error in the print statement
    gennad authored Dec 19, 2020
    Configuration menu
    Copy the full SHA
    9377958 View commit details
    Browse the repository at this point in the history
Loading