-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: cython/cython
base: 3.0.6
head repository: cython/cython
compare: 3.0.7
- 16 commits
- 15 files changed
- 2 contributors
Commits on Nov 28, 2023
-
Avoid writing non-latin1 module names in the file (GH-5874)
… and avoid potentially failing to do so. Closes #5873
Configuration menu - View commit details
-
Copy full SHA for a6fecd0 - Browse repository at this point
Copy the full SHA a6fecd0View commit details -
Set the encoding used in EndToEnd tests to UTF-8 on all platforms sin…
…ce we read it from a pipe anyway and don't want to care about platform specific encoding issues.
Configuration menu - View commit details
-
Copy full SHA for 1b0b49f - Browse repository at this point
Copy the full SHA 1b0b49fView commit details -
Revert "Avoid writing non-latin1 module names in the file (GH-5874)"
This reverts commit a6fecd0. Reverted due to missing changes that are currently only available in Cython 3.1.
Configuration menu - View commit details
-
Copy full SHA for a766e98 - Browse repository at this point
Copy the full SHA a766e98View commit details
Commits on Nov 29, 2023
-
Revert "Set the encoding used in EndToEnd tests to UTF-8 on all platf…
…orms since we read it from a pipe anyway and don't want to care about platform specific encoding issues." This reverts commit 1b0b49f. It produced test failures on old Python versions.
Configuration menu - View commit details
-
Copy full SHA for 24bee75 - Browse repository at this point
Copy the full SHA 24bee75View commit details -
Manually apply the safe fix from #5874 but without the test (which fa…
…ils in the stable 3.0 branch for other reasons). Closes #5873
Configuration menu - View commit details
-
Copy full SHA for 6ec1291 - Browse repository at this point
Copy the full SHA 6ec1291View commit details
Commits on Dec 1, 2023
-
Clarify performance hint wording (#5883)
* Clarify performance hint wording I'm getting the impression that it this performance hint isn't sufficiently clear about what it wants you to modify. * Update Cython/Compiler/PyrexTypes.py Co-authored-by: Matus Valo <matusvalo@users.noreply.github.com> * Simpify implementation * Fiddle with escaping of function_name
Configuration menu - View commit details
-
Copy full SHA for 1db67b9 - Browse repository at this point
Copy the full SHA 1db67b9View commit details
Commits on Dec 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d500bdf - Browse repository at this point
Copy the full SHA d500bdfView commit details
Commits on Dec 8, 2023
-
Fix an issue trying list.index indexing in FusedNode (#5896)
Configuration menu - View commit details
-
Copy full SHA for 66a6be1 - Browse repository at this point
Copy the full SHA 66a6be1View commit details
Commits on Dec 10, 2023
-
Fix some exceptions in the unicode cimports (#5902)
And add a missing function. Possibly worth backporting to 3.0.x (at least partly)
Configuration menu - View commit details
-
Copy full SHA for 44fb246 - Browse repository at this point
Copy the full SHA 44fb246View commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bbe6240 - Browse repository at this point
Copy the full SHA bbe6240View commit details -
Fix conflicting enum to_py function with multiple modules (#5887)
Fix conflicting names of cpdef enum to_py functions when the an enum with the name name exists in multiple modules. Instead use the cname to name the to_py function since we have already ensured that it is unique and mangled with the module name. Possibly fixes #5860 (it definitely fixes a real bug, but that project has far too many dependencies for me to test, so who knows if it fixes *that* bug).
Configuration menu - View commit details
-
Copy full SHA for e6490a6 - Browse repository at this point
Copy the full SHA e6490a6View commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e030846 - Browse repository at this point
Copy the full SHA e030846View commit details
Commits on Dec 19, 2023
-
Fix await/yield/yield from in genexpression iteration (GH-5898)
Ignore the generator expression iterator when searching for yield/await nodes - the iterator is evaluated in the outer scope instead. Closes #5851
Configuration menu - View commit details
-
Copy full SHA for 3c4acd2 - Browse repository at this point
Copy the full SHA 3c4acd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d89e6d - Browse repository at this point
Copy the full SHA 6d89e6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38769b6 - Browse repository at this point
Copy the full SHA 38769b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f17009c - Browse repository at this point
Copy the full SHA f17009cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.0.6...3.0.7