-
Notifications
You must be signed in to change notification settings - Fork 266
Trying to simplify the Makefile #1499
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
Merged
awecx
merged 24 commits into
python:3.9
from
JulienPalard:julienpalard/simplify-makefile
Jan 27, 2021
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
1ca5428
Simplify Makefile
JulienPalard 2e29d8b
Enfin bon il sera bien sur PyPI soon™, laissons le.
JulienPalard fc6f38a
Garde fou.
JulienPalard fe5dc5d
Useless, as rm -fr without argument removes nothing.
JulienPalard 0493fab
Merge branch '3.9' into julienpalard/simplify-makefile
JulienPalard 42e023d
Don't remove locales/.
JulienPalard e79169b
Newline at end of file
JulienPalard 8688418
Merge branch '3.9' into julienpalard/simplify-makefile
JulienPalard 423d8ed
I don't get what's happening here.
JulienPalard 819b1e9
Still don't get it.
JulienPalard 3f86a79
I was not sure it was mandatory, now I am.
JulienPalard db90455
Ohh my debug was not debugging.
JulienPalard 7d61026
WTF
JulienPalard b687d1e
Ok, it's a Python upgrade...
JulienPalard 76073e0
Update .github/workflows/tests.yml
JulienPalard c2217e1
Update Makefile
JulienPalard 11a2764
Update .github/workflows/tests.yml
JulienPalard 00ead4c
Update Makefile
JulienPalard f211152
Merge branch '3.9' into julienpalard/simplify-makefile
JulienPalard 3115d95
Merge branch '3.9' into julienpalard/simplify-makefile
JulienPalard c2844df
Merge branch '3.9' into julienpalard/simplify-makefile
JulienPalard 177dd2d
Merge branch '3.9' into julienpalard/simplify-makefile
JulienPalard f650906
Merge branch '3.9' into julienpalard/simplify-makefile
JulienPalard c699788
No longer needed.
JulienPalard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ venv/ | |
.DS_Store | ||
.pospell/ | ||
.potodo/ | ||
locales/ |
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ msgstr "" | |
"Project-Id-Version: Python 3\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-10-01 16:00+0200\n" | ||
"PO-Revision-Date: 2018-10-04 12:14+0200\n" | ||
"PO-Revision-Date: 2020-12-10 16:23+0100\n" | ||
"Last-Translator: Julien Palard <[email protected]>\n" | ||
"Language-Team: FRENCH <[email protected]>\n" | ||
"Language: fr\n" | ||
|
@@ -688,7 +688,7 @@ msgstr "``n`` (:class:`int`) [``Py_ssize_t``]" | |
|
||
#: c-api/arg.rst:292 | ||
msgid "Convert a Python integer to a C :c:type:`Py_ssize_t`." | ||
msgstr "Convertit un entier Python en un :c:type:`short int` C." | ||
msgstr "Convertit un entier Python en un :c:type:`Py_ssize_t`." | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Spotted this one while playing with the Makefile. |
||
|
||
#: c-api/arg.rst:299 | ||
msgid "``c`` (:class:`bytes` or :class:`bytearray` of length 1) [char]" | ||
|
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.
Uh oh!
There was an error while loading. Please reload this page.