0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
Aug 14, 2024 — Aug 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
len(self.values[j][i]) == value, 2 <= value <= 9 from create_numbers() More... almost 20 years ago
Only search the possible values in uniq_*_value() More... almost 20 years ago
Add a argument (solved) to Sudoku.give_numbers with the board solved. We already have the sudoku solved before create holes. More... almost 20 years ago
Remove unnecessary variable initialization before a if which will create it viewable outside it More... almost 20 years ago
Add uniq_region_value to calculave_position_values More... almost 20 years ago
Change Sudoku.is_solvable*() to Sudoku.solvable+() as Sudoku.finished() More... almost 20 years ago
Fix typo in documentation strings. More... almost 20 years ago
Change the term minor_square (mada in my mind) to region (called this way in wikipedia) More... almost 20 years ago
Begin 0.10 cycle More... almost 20 years ago
Change h1 to h3 More... almost 20 years ago
Python Sudoku 0.9 More... almost 20 years ago
Change the name in Changelog to "Python Sudoku" (space added) More... almost 20 years ago
Show the default value of --handicap More... almost 20 years ago
Change de DEFAULT_* to Default["*"] More... almost 20 years ago
Changes PythonSudoku for Info. More... almost 20 years ago
Add __all__ to all the modules More... almost 20 years ago
Add "Added documentation strings" More... almost 20 years ago
Add documentation to pythonsudoku.py More... almost 20 years ago
Remove a unused argument to add_change() More... almost 20 years ago
Add documentation to sudoku.py More... almost 20 years ago
Document the default value of handicap in create() More... almost 20 years ago
Add documentation to gui.py More... almost 20 years ago
Add documentation to history.py More... almost 20 years ago
Add documentation to check_modules.py More... almost 20 years ago
Add documentation to config.py More... almost 20 years ago
Add documentation to image.py More... almost 20 years ago
Add documentation to info.py More... almost 20 years ago
Add text.py documentation More... almost 20 years ago
Add printer.py documentation More... almost 20 years ago
Add pdf.py documentation More... almost 20 years ago