1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
Commit graph

941 commits

Author SHA1 Message Date
Roderik Ploszek
806e3a5153 Reverse state of html-src/* help files as before ada9778
These files will be further processed by the gen-html.py script, they don't have
to be HTML valid.
2018-02-19 13:23:28 +01:00
Roderik Ploszek
d4362e576c Convert gen-html to python 3
Print statements rewritten to python 3 functions.
Each opened file now properly closed.
2018-02-19 13:06:10 +01:00
Roderik Ploszek
f18e8d0c0b Removed unused HTMLParser constructor argument 2018-02-18 17:58:44 +01:00
Roderik Ploszek
cacca44f72 Help html parser fix
Fixes problem with unformatted help text. Implements correct handling of tag
start and end as implemented in sgmllib from Python 2.
2018-02-18 17:34:09 +01:00
Roderik Ploszek
72ad11c9ee Python 3 sgmllib fix
sgmllib is deprecated in Python 3, it was replaced by html.parser
2018-02-18 17:28:25 +01:00
Shlomi Fish
c63bceab5e Refactoring. 2018-02-15 22:06:44 +02:00
Shlomi Fish
59d5006c63 Refactor some code. 2018-02-15 21:31:38 +02:00
Shlomi Fish
33b5df8482 Merge pip. 2018-02-03 14:54:03 +02:00
Shlomi Fish
c264edd247 update the README. 2018-01-19 15:13:30 +02:00
Shlomi Fish
71d8a5bf54 Add artifacts to the appvveyor build. 2017-12-29 17:31:45 +02:00
Shlomi Fish
5f9d3379b1 try to fix appveyor version for py2exe.
See
https://stackoverflow.com/questions/41578808/python-indexerror-tuple-index-out-of-range-when-using-py2exe
.
2017-12-29 17:17:11 +02:00
Shlomi Fish
289296f9e1 try to fix appveyor: python path. 2017-12-29 17:00:03 +02:00
Shlomi Fish
b788aee95c Try to fix appveyor. 2017-12-29 16:25:21 +02:00
Shlomi Fish
e859a2a4ae Try to fix setup.py w py2exe. 2017-12-29 16:00:33 +02:00
Shlomi Fish
e9ba131086 Try py2exe in appveyor. 2017-12-29 15:38:02 +02:00
Shlomi Fish
f5a70afad0 Appveyor: remove old leftovers.
They are not needed.
2017-12-29 15:02:23 +02:00
Shlomi Fish
9879147ee0 convert. 2017-12-27 15:44:46 +02:00
Shlomi Fish
7d091f42ab Extract a method. 2017-12-27 15:36:33 +02:00
Shlomi Fish
788965a55a sanity check 2017-12-27 15:24:08 +02:00
Shlomi Fish
ed4f1ae516 sanity check 2017-12-27 15:16:42 +02:00
Shlomi Fish
76ba6f7d2b Refactoring 2017-12-27 14:58:37 +02:00
Shlomi Fish
780ac558d5 Refactoring 2017-12-27 14:45:32 +02:00
Shlomi Fish
00ded37a0e Extract more. 2017-12-27 14:31:41 +02:00
Shlomi Fish
ead021aca0 refactor. 2017-12-27 14:23:10 +02:00
Shlomi Fish
d500c84f85 Extract some common exprs. 2017-12-27 14:09:20 +02:00
Shlomi Fish
e477f4bcf1 clean up the board import. 2017-12-27 13:33:18 +02:00
Shlomi Fish
cb316a20fe Add more. 2017-12-19 13:49:15 +02:00
Shlomi Fish
ab98966d9c Remove debugging hard code. 2017-12-19 13:39:22 +02:00
Shlomi Fish
c158561593 Fix file save. 2017-12-18 22:40:57 +02:00
Shlomi Fish
2989880117 cleanups. 2017-12-18 22:02:01 +02:00
Shlomi Fish
a803849b35 Working now - import board.
Mostly at least.
2017-12-18 21:52:29 +02:00
Shlomi Fish
3fc989ae0a Start implementing board import.
See https://github.com/shlomif/PySolFC/issues/47 .
2017-12-18 20:47:10 +02:00
Shlomi Fish
b87e8dd5a8 Initial work for issue #47 .
Define a custom deal index.
2017-12-18 16:41:11 +02:00
Shlomi Fish
424bb6c622 Add the new solver preset. 2017-12-13 22:42:58 +02:00
Shlomi Fish
3eb4f71a8e - New version
this time with corrected  archive.
2017-12-13 21:24:45 +02:00
Shlomi Fish
9b5e6f0745 Bump version to 2.1.1. 2017-12-13 21:12:04 +02:00
Shlomi Fish
946e0dfe4a Remove some old leftovers. 2017-12-11 00:38:26 +02:00
Shlomi Fish
3017266108 Try to fix travis by installing random2.py. 2017-12-10 20:54:28 +02:00
Shlomi Fish
2c8f7af1e1 Refactor: extract a common module. 2017-12-10 18:14:57 +02:00
Shlomi Fish
0515a01a02 Fix a random dealing regression in py3.
We had to use the random2 module. That was caught by appveyor - thanks!
2017-12-10 17:46:58 +02:00
Shlomi Fish
2f5cad548f try fix appveyor 2017-12-10 17:22:16 +02:00
Shlomi Fish
f320d66a5c Add diagnosis. 2017-12-10 17:11:01 +02:00
Shlomi Fish
ffe9ae15e5 try fix appveyor 2017-12-10 16:49:27 +02:00
Shlomi Fish
11c49ce150 Try to fix too long command line.
On Windows...
2017-12-10 16:41:02 +02:00
Shlomi Fish
fffa090583 Convert appveyor to use run-tests.pl. 2017-12-10 16:28:09 +02:00
Shlomi Fish
2ec239da2a Add AppVeyor. 2017-12-10 15:50:40 +02:00
Shlomi Fish
c4a9833932 Downgraded the version to 2.1.0. 2017-11-15 23:39:32 +02:00
Shlomi Fish
f103cbdcf2 pre prerelease fixes.
Got make rpm to work again.
2017-11-15 23:27:03 +02:00
Shlomi Fish
76580b7a3f Extract a method. 2017-11-13 22:27:43 +02:00
Shlomi Fish
4ad3f0f889 Extract a base class/trait for some games. 2017-11-13 21:38:34 +02:00