Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Refactor-customisation-of-argument-parser-to-its-own.patch | Refactor customisation of argument parser to its own class. diff --git old/adventure/__main__.py new/adventure/__main__.py |
Ben Finney <ben+python@benfinney.id.au> | no | 2023-01-21 | ||
0002-Refactor-make-or-resume-game-to-a-separate-function.patch | Refactor make-or-resume-game to a separate function. diff --git old/adventure/__main__.py new/adventure/__main__.py |
Ben Finney <ben+python@benfinney.id.au> | no | 2023-01-21 | ||
0003-Refactor-one-time-program-setup-to-a-separate-main-f.patch | Refactor one-time program setup to a separate ‘main’ function. diff --git old/adventure/__main__.py new/adventure/__main__.py |
Ben Finney <ben+python@benfinney.id.au> | no | 2023-01-21 | ||
0004-Move-exception-handling-and-exit-status-choice-into-.patch | Move exception handling and exit status choice into ‘main’ function. diff --git old/adventure/__main__.py new/adventure/__main__.py |
Ben Finney <ben+python@benfinney.id.au> | no | 2023-01-21 | ||
0005-Add-entry-point-for-stand-alone-program.patch | Add entry point for stand-alone program. diff --git old/setup.py new/setup.py |
Ben Finney <ben+python@benfinney.id.au> | no | 2023-01-21 |