Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt to wxPython 4.0.7 && Python 3.8.3rc1 #104

Open
wants to merge 59 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
b31be3d
dos2unix *.py
picsldev May 2, 2020
e0e468c
Add '*.bak' and __pycache__ dir
picsldev May 2, 2020
8344610
2to3-2.7 . -w
picsldev May 2, 2020
06aff81
Adapt to wxPython 4.0.7 && Python 3.8.3rc1
picsldev May 2, 2020
a641380
Adapt to wxPython 4.0.7 && Python 3.8.3rc1
picsldev May 2, 2020
3e93ba6
add 'parsetab.py', 'parser.out'
picsldev May 2, 2020
59eceb9
Adapt to wxPython 4.0.7 && Python 3.8.3rc1
picsldev May 2, 2020
79aa3c1
Minor change
picsldev May 2, 2020
430593c
Add 'https://www.pic-sl.com/unycop-beta.xml'
picsldev May 2, 2020
2b131a9
pep8
picsldev May 2, 2020
9bdf2a9
Added pipenv virtual environment!
picsldev May 3, 2020
cbf9c7a
Added .vscode directory and Pipfile.lock file
picsldev May 3, 2020
503170d
Update to wxPython '4.1.0' with Python 3.8.2, in Windows 10.
picsldev May 3, 2020
c194dcc
Added `flake8`.
picsldev May 4, 2020
4e6666e
Adding DocString in class && functions
picsldev May 4, 2020
ed3a37a
Adding DocString in class && functions
picsldev May 4, 2020
1ff4a22
Adding DocString in class && functions
picsldev May 4, 2020
b46b497
Eliminate `win32file` and `win32pipe` references.
picsldev May 4, 2020
8acbc4a
Added `flake8-mypy`.
picsldev May 5, 2020
c05f490
Minor changes
picsldev May 5, 2020
ed6f185
Added *.pyc
picsldev May 6, 2020
256a720
Added "sys_platform" option.
picsldev May 6, 2020
c28fbb4
First test for platform ...
picsldev May 6, 2020
37e6733
Added ".mypy_cache/"
picsldev May 6, 2020
ba649cd
Added py2exe to win32 platform
picsldev May 6, 2020
ea4ed6a
Added "useBestVisual=True"
picsldev May 6, 2020
041482c
...
picsldev May 8, 2020
1d75a88
Separate platform ...
picsldev May 9, 2020
ce4d0ed
Menor changes
picsldev May 9, 2020
7a06db5
Re-organize main function.
picsldev May 9, 2020
e1c666b
Work in progress: Understanding startup ...
picsldev May 9, 2020
a5a459e
Applying isort...
picsldev May 9, 2020
cddd8bd
Applying docstrings ...
picsldev May 9, 2020
b1d5476
Repare litle problem :-(
picsldev May 9, 2020
db81ded
Problem at detect platform.
picsldev May 9, 2020
13d3372
i18 glup!
picsldev May 11, 2020
e0e70f8
Menor chanages
picsldev May 11, 2020
79579b4
Addes *.log files
picsldev May 12, 2020
aafcc0b
Adding debugging
picsldev May 12, 2020
2bf30cc
Adding logging
picsldev May 12, 2020
c6eeaba
Added 'isort', comment 'winsound'.
picsldev May 13, 2020
8221c4f
Adding 'pdb' debugger
picsldev May 13, 2020
5f891aa
Added winpdb-reborn
picsldev May 15, 2020
5a9cf3b
Change f-string
picsldev May 15, 2020
d2a8ced
added f-string in loggingwq
picsldev May 15, 2020
57265cd
Added doc reference
picsldev May 15, 2020
4ab9a4c
...
picsldev May 15, 2020
e3c87a8
isort
picsldev May 15, 2020
bc1bdf9
Doc directory...
picsldev May 15, 2020
b44612b
Added .venv
picsldev May 16, 2020
ec75b6b
Minimal changes
picsldev May 16, 2020
4f35734
Added psutil in dev
picsldev May 16, 2020
c71309c
pycallgraph 20200516, in Windows
picsldev May 16, 2020
872930a
Only annotation...
picsldev May 16, 2020
f4d9249
Added pudb
May 17, 2020
435857f
Added 'print' for debugging :-(
May 17, 2020
5f6e767
...
May 17, 2020
a8bdb0b
...
May 17, 2020
7675b2b
...
May 18, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,18 @@ installer
feeds.dat
log.txt
settings.dat

__pycache__
.vscode
.mypy_cache
.venv

parser.out
parsetab.py

*.pyc
*.bak
*.log

Pipfile.lock

31 changes: 31 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pylint = "*"
autopep8 = "*"
jupyter = "*"
notebook = "*"
ipython = "*"
flake8 = "*"
flake8-mypy = "*"
mypy-lang = "*"
isort = "*"
winpdb-reborn = "==2.0.0.dev5"
ipdb = "*"
pycallgraph = "*"
psutil = "*"
pudb = "*"

[packages]
pygame = "*"
wxpython = "*"
feedparser = "*"
ply = "*"
pywin32 = {version = "*",sys_platform = "== 'win32'"}
py2exe = {version = "*",sys_platform = "== 'win32'"}
# winsound = {version = "*",sys_platform = "== 'win32'"}
#[requires]
#python_version = "3.8"
Loading