-
Notifications
You must be signed in to change notification settings - Fork 137
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
Port to Python 3 #1010
Merged
Merged
Port to Python 3 #1010
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See kirienko/gourmet PR #112
See kirienko/gourmet PR #113
See kirienko/gourmet PR 114
'Fix' might be exaggerating a bit. It passes the test.
See kirienko/gourmet PR #115
The units were being iterated from seconds up, whereas it must be from years down
See kirienko/gourmet PR 118
Merge pull request #119 from takluyver/gst-importerror
Merge pull request #121 from takluyver/ci-build-i18n
Added setUpClass and TearDownClass to create temp datanbase and delete temp database after test completion Added checks in testAvailablePlugins for errors
See kirienko/gourmet PR #127
As of Python 3.6, a backslash-character pair that is not a valid escape sequence now generates a DeprecationWarning. This will eventually become a SyntaxError. See kirienko/gourmet PR #122
See kirienko/gourmet PR #120
* parse_ingredient() method belongs to RecipeManager, not RecData * Standardise not-quite-singleton machinery for RecData & RecipeManager See kirienko/gourmet PR #125
Do not try to guess the widget to paste to, but rather get the currently focused widget
Allow Gourmet to be run as a Python module
Add missing dependency to installation instructions
Unicode strings are now used everywhere, instead of unicode bytes
Correctly update file extension in save file chooser
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello!
We have now release a second alpha version of Gourmet, available here:
https://github.com/kirienko/gourmet/releases/tag/v1-alpha2
Albeit not finished, Gourmet is now in a state in which it works for everyday use.
Sure, there are a few kinks left and right, but we feel like it's a good time to bring the changes to a wider audience, which will help finding and resolving the remaining issues.
This PR
closes #976
closes #966
closes #964
closes #961
closes #960
closes #951
closes #950
closes #948
closes #941
closes #927
closes #926
closes #924
closes #923
closes #915
closes #911
closes #909
closes #906
closes #899
closes #894
closes #876
closes #867
closes #863
closes #840
closes #834
closes #829
closes #822
closes #821
closes #774
closes #748
closes #736
closes #734
closes #729
closes #697
closes #696
closes #693
closes #692
closes #679
closes #327
closes #254