Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0005-Refactor-one-time-program-setup-to-a-separate-main-f.patch | Refactor one-time program setup to a separate ‘main’ function. diff --git a/adventure/__main__.py b/adventure/__main__.py index 9900a1a..d9e239c 100644 |
Ben Finney <ben+python@benfinney.id.au> | no | 2016-04-11 | ||
0006-Pass-command-line-arguments-as-explicit-parameter-to.patch | Pass command-line arguments as explicit parameter to ‘main’. diff --git a/adventure/__main__.py b/adventure/__main__.py index d9e239c..47b741c 100644 |
Ben Finney <ben+python@benfinney.id.au> | no | 2016-04-13 | ||
0001-Allow-import-of-adventure.__main__-module.patch | Allow import of ‘adventure.__main__’ module. diff --git a/adventure/__main__.py b/adventure/__main__.py index d5b5dca..4228ae3 100644 |
Ben Finney <ben+python@benfinney.id.au> | no | 2016-04-11 | ||
0002-Import-sys-module-as-its-own-namespace.patch | Import ‘sys’ module as its own namespace. diff --git a/adventure/__main__.py b/adventure/__main__.py index 4228ae3..42dea01 100644 |
Ben Finney <ben+python@benfinney.id.au> | no | 2016-04-11 | ||
0003-Refactor-customisation-of-argument-parser-to-its-own.patch | Refactor customisation of argument parser to its own class. diff --git a/adventure/__main__.py b/adventure/__main__.py index 42dea01..14f8f2c 100644 |
Ben Finney <ben+python@benfinney.id.au> | no | 2016-04-11 | ||
0004-Refactor-make-or-resume-game-to-a-separate-function.patch | Refactor make-or-resume-game to a separate function. diff --git a/adventure/__main__.py b/adventure/__main__.py index 14f8f2c..9900a1a 100644 |
Ben Finney <ben+python@benfinney.id.au> | no | 2016-04-11 | ||
0007-Move-exception-handling-and-exit-status-choice-into-.patch | Move exception handling and exit status choice into ‘main’ function. diff --git a/adventure/__main__.py b/adventure/__main__.py index 47b741c..0b0d254 100644 |
Ben Finney <ben+python@benfinney.id.au> | no | 2016-04-11 | ||
0008-Add-entry-point-for-stand-alone-program.patch | Add entry point for stand-alone program. diff --git a/setup.py b/setup.py index 2d34b5a..368f9e5 100644 |
Ben Finney <ben+python@benfinney.id.au> | no | 2016-04-11 |