Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Python-Repository-Hub
/
cython
Public
forked from
cython/cython
Notifications
You must be signed in to change notification settings
Fork
1
Star
13
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cython
Cython
Build
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 26, 2023
Remove useless shebang in Cython/Build/Cythonize.py (GH-5647)
Show description for 7c3d175
marostelka
authored
7c3d175
View commit details
Copy full SHA for 7c3d175
View code at this point
Browse repository at this point
Commits on Jul 10, 2023
Rename a test class attribute to avoid misusing the "test_" test method prefix.
scoder
committed
5102972
View commit details
Copy full SHA for 5102972
View code at this point
Browse repository at this point
Try to resolve Windows DLL loading problems in cython.inline() by temporarily adding the library directory to the allowed DLL loading directories.
Show description for 0123b46
scoder
committed
0123b46
View commit details
Copy full SHA for 0123b46
View code at this point
Browse repository at this point
Commits on Jun 26, 2023
Fix decorator misuse.
scoder
committed
0fce286
View commit details
Copy full SHA for 0fce286
View code at this point
Browse repository at this point
Disable a test in Py2.7 that currently fails in CI due to C compiler setup issues.
scoder
committed
0979a41
View commit details
Copy full SHA for 0979a41
View code at this point
Browse repository at this point
Commits on Nov 8, 2022
cython, cythonize commands print a specific error when file does not exist (#4629)
matusvalo
authored
327b87a
View commit details
Copy full SHA for 327b87a
View code at this point
Browse repository at this point
Commits on Oct 29, 2022
Fix faulty calls to Context (#5098)
Show description for 67b7149
da-woods
authored
67b7149
View commit details
Copy full SHA for 67b7149
View code at this point
Browse repository at this point
Commits on Aug 12, 2022
Test and fix extended_iglob() with Windows paths (as used by "cythonize" when compiling whole packages).
scoder
committed
18a3413
View commit details
Copy full SHA for 18a3413
View code at this point
Browse repository at this point
Commits on Aug 5, 2022
Let "cythonize --help" output the supported environment variables (GH-4952)
Show description for cedf48e
matusvalo
authored
cedf48e
View commit details
Copy full SHA for cedf48e
View code at this point
Browse repository at this point
Commits on Aug 2, 2022
IpythonMagic: Replace deprecated imp.load_dynamic() by importlib (GH-4941)
matusvalo
authored
bf63626
View commit details
Copy full SHA for bf63626
View code at this point
Browse repository at this point
Commits on Aug 1, 2022
Minor code cleanup.
scoder
committed
cc75ab5
View commit details
Copy full SHA for cc75ab5
View code at this point
Browse repository at this point
Commits on Jul 29, 2022
Implement the --depfile command-line option for the "cython" tool (GH-4916)
Show description for 820b444
eli-schwartz
authored
820b444
View commit details
Copy full SHA for 820b444
View code at this point
Browse repository at this point
Commits on Feb 15, 2022
Remove unused imports (GH-4643)
matusvalo
authored
6e56db7
View commit details
Copy full SHA for 6e56db7
View code at this point
Browse repository at this point
Commits on Feb 2, 2022
Allow globally forcing C file regeneration by setting the env var CYTHON_FORCE_REGEN=1, e.g. from external build systems.
scoder
committed
b859cf2
View commit details
Copy full SHA for b859cf2
View code at this point
Browse repository at this point
Always regenerate .c/cpp output files when changing the Cython version. This is probably what users expect since silently keeping outdated files is error prone.
scoder
committed
79637b2
View commit details
Copy full SHA for 79637b2
View code at this point
Browse repository at this point
Commits on Jan 14, 2022
Add depfile generation support to cythonize (GH-4563)
Show description for 9db1fc3
ev-br
authored
9db1fc3
View commit details
Copy full SHA for 9db1fc3
View code at this point
Browse repository at this point
Commits on Dec 14, 2021
Use cythonize() in pyximport (GH-4339)
Show description for ed6478f
matusvalo
authored
ed6478f
View commit details
Copy full SHA for ed6478f
View code at this point
Browse repository at this point
Commits on Jul 31, 2021
runtests: include the C compiler error output in the compile exception to show it at the end of the test run.
scoder
committed
c7dc24b
View commit details
Copy full SHA for c7dc24b
View code at this point
Browse repository at this point
Commits on Jul 26, 2021
Fix some imports.
scoder
committed
4c6364d
View commit details
Copy full SHA for 4c6364d
View code at this point
Browse repository at this point
Commits on Jun 28, 2021
Make cythonize recompile .py files when their override .pxd file has changed (GH-4063)
goldenrockefeller
authored
304b822
View commit details
Copy full SHA for 304b822
View code at this point
Browse repository at this point
Commits on Jun 9, 2021
Split the interface of "cythonrun" and "BuildExecutable" so that the latter no longer automatically runs the program.
scoder
committed
b0b207d
View commit details
Copy full SHA for b0b207d
View code at this point
Browse repository at this point
Commits on Apr 25, 2021
Capture and redirect stdout/stderr for %%cython-magic to show C compiler warnings/errors (GH-3872)
realead
authored
24057ad
View commit details
Copy full SHA for 24057ad
View code at this point
Browse repository at this point
Commits on Apr 13, 2021
Modernise code: use set literals/comprehensions where possible, frozenset where appropriate.
scoder
committed
afe3abb
View commit details
Copy full SHA for afe3abb
View code at this point
Browse repository at this point
Commits on Apr 2, 2021
DOC: make some github issues into links, doc fixes (GH-4060)
Show description for 7139040
mattip
authored
7139040
View commit details
Copy full SHA for 7139040
View code at this point
Browse repository at this point
Commits on Jun 10, 2020
Fix many indentation and whitespace issues throughout the code base (GH-3673)
Show description for 7f26ba4
scoder
authored
7f26ba4
View commit details
Copy full SHA for 7f26ba4
View code at this point
Browse repository at this point
Commits on Jun 4, 2020
Add "show_all_warnings" option to cythonize() to provide a simpler interface for (temporarily) setting "Errors.LEVEL".
scoder
committed
12c7237
View commit details
Copy full SHA for 12c7237
View code at this point
Browse repository at this point
Commits on May 29, 2020
Small changes to get `--cython-compile-all` working again (GH-3650)
Show description for fd8f08b
da-woods
authored
fd8f08b
View commit details
Copy full SHA for fd8f08b
View code at this point
Browse repository at this point
Commits on Apr 12, 2020
Remove dead fallback code: inspect.getcallargs() was added in Py2.7.
scoder
committed
46bdd80
View commit details
Copy full SHA for 46bdd80
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
Assume that code passed into cython.inline() is always NumPy 1.7+ clean, so that we can get rid of the C compiler warning about deprecated NumPy API usage.
scoder
committed
4095f03
View commit details
Copy full SHA for 4095f03
View code at this point
Browse repository at this point
Add cython.inline() test that repeatedly uses the same code.
scoder
committed
5b2a3af
View commit details
Copy full SHA for 5b2a3af
View code at this point
Browse repository at this point
Skip numpy inline test rather than discarding it if numpy is not installed.
scoder
committed
cccfa3d
View commit details
Copy full SHA for cccfa3d
View code at this point
Browse repository at this point
Commits on Apr 10, 2020
Fix cython.inline() in Py3.4 by making it use the legacy fallback code for extension module loading.
scoder
committed
a9fb776
View commit details
Copy full SHA for a9fb776
View code at this point
Browse repository at this point
Remove add_dll_directory() calls in cython.inline() again to see if it's really needed after fixing the import procedure.
scoder
committed
df88d3a
View commit details
Copy full SHA for df88d3a
View code at this point
Browse repository at this point
Clean up some code in cython.inline() implementation.
scoder
committed
7b59e3b
View commit details
Copy full SHA for 7b59e3b
View code at this point
Browse repository at this point
Try to make cython.inline() tests pass in Py3.8 on Windows by adhering to the recommended module loading pattern.
scoder
committed
4e785d4
View commit details
Copy full SHA for 4e785d4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.