openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
Python Sudoku
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 4 hours
ago. based on code collected
about 7 hours
ago.
Aug 14, 2024 — Aug 14, 2025
Showing page 6 of 7
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
len(self.values[j][i]) == value, 2 <= value <= 9 from create_numbers()
xoseotero
More...
almost 20 years ago
Only search the possible values in uniq_*_value()
xoseotero
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.
xoseotero
More...
almost 20 years ago
Remove unnecessary variable initialization before a if which will create it viewable outside it
xoseotero
More...
almost 20 years ago
Add uniq_region_value to calculave_position_values
xoseotero
More...
almost 20 years ago
Change Sudoku.is_solvable*() to Sudoku.solvable+() as Sudoku.finished()
xoseotero
More...
almost 20 years ago
Fix typo in documentation strings.
xoseotero
More...
almost 20 years ago
Change the term minor_square (mada in my mind) to region (called this way in wikipedia)
xoseotero
More...
almost 20 years ago
Begin 0.10 cycle
xoseotero
More...
almost 20 years ago
Change h1 to h3
xoseotero
More...
almost 20 years ago
Python Sudoku 0.9
xoseotero
More...
almost 20 years ago
Change the name in Changelog to "Python Sudoku" (space added)
xoseotero
More...
almost 20 years ago
Show the default value of --handicap
xoseotero
More...
almost 20 years ago
Change de DEFAULT_* to Default["*"]
xoseotero
More...
almost 20 years ago
Changes PythonSudoku for Info.
xoseotero
More...
almost 20 years ago
Add __all__ to all the modules
xoseotero
More...
almost 20 years ago
Add "Added documentation strings"
xoseotero
More...
almost 20 years ago
Add documentation to pythonsudoku.py
xoseotero
More...
almost 20 years ago
Remove a unused argument to add_change()
xoseotero
More...
almost 20 years ago
Add documentation to sudoku.py
xoseotero
More...
almost 20 years ago
Document the default value of handicap in create()
xoseotero
More...
almost 20 years ago
Add documentation to gui.py
xoseotero
More...
almost 20 years ago
Add documentation to history.py
xoseotero
More...
almost 20 years ago
Add documentation to check_modules.py
xoseotero
More...
almost 20 years ago
Add documentation to config.py
xoseotero
More...
almost 20 years ago
Add documentation to image.py
xoseotero
More...
almost 20 years ago
Add documentation to info.py
xoseotero
More...
almost 20 years ago
Add text.py documentation
xoseotero
More...
almost 20 years ago
Add printer.py documentation
xoseotero
More...
almost 20 years ago
Add pdf.py documentation
xoseotero
More...
almost 20 years ago
←
1
2
3
4
5
6
7
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree