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
Debugger
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 28, 2023
Fix typos found by codespell (#5456)
DimitriPapadopoulos
authored
21f306a
View commit details
Copy full SHA for 21f306a
View code at this point
Browse repository at this point
Commits on May 18, 2023
Adapt the exception handling to Py3.12a6 which replaces the (type, value, tb) exception triplet with a single "tstate->current_exception" value. (GH-5442)
scoder
authored
90ecf37
View commit details
Copy full SHA for 90ecf37
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 Jul 20, 2021
Merge pull request #4186 from amol-/cygdb-optional-interpreter
Show description for 12d17bb
robertwb
authored
12d17bb
View commit details
Copy full SHA for 12d17bb
View code at this point
Browse repository at this point
Commits on Jun 30, 2021
Fix call to run_distutils() in debugger test (GH-4256)
mattip
authored
f42b6ee
View commit details
Copy full SHA for f42b6ee
View code at this point
Browse repository at this point
Commits on Jun 28, 2021
Add missing argument when instantiating a test class. The argument was added in https://github.com/cython/cython/commit/3bd321f17474aafde1bd497163b3e7ba089ee2cc
scoder
committed
506cd5a
View commit details
Copy full SHA for 506cd5a
View code at this point
Browse repository at this point
Commits on May 21, 2021
Add --skip-interpreter option
amol-
committed
186c80f
View commit details
Copy full SHA for 186c80f
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 Aug 24, 2020
Fix cygdb (GH-3542)
Show description for afcc604
Volker-Weissmann
authored
afcc604
View commit details
Copy full SHA for afcc604
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 Apr 9, 2020
Better diagnostics for non-working cygdb installations. (GH-3489)
Show description for 66a8a8e
Volker-Weissmann
authored
66a8a8e
View commit details
Copy full SHA for 66a8a8e
View code at this point
Browse repository at this point
Commits on Apr 3, 2020
Fixed gdb C call to free() that broke "cy exec". (GH-3487)
Volker-Weissmann
authored
a6986a9
View commit details
Copy full SHA for a6986a9
View code at this point
Browse repository at this point
Commits on Jun 13, 2019
Mark regex as raw string to avoid syntax warnings (#3000)
Show description for 7a2ae54
DWesl
authored and
scoder
committed
7a2ae54
View commit details
Copy full SHA for 7a2ae54
View code at this point
Browse repository at this point
Commits on Mar 31, 2019
Revert dictionary item iteration in "libcython.py" to use ".iteritems()" instead of ".items()" since the first is implemented explicitly by "libpython.py".
scoder
committed
139bd74
View commit details
Copy full SHA for 139bd74
View code at this point
Browse repository at this point
Update libpython from latest CPython upstream (1ceb3a3d17).
scoder
committed
c6807af
View commit details
Copy full SHA for c6807af
View code at this point
Browse repository at this point
Commits on Jan 11, 2019
Update URLs to https:// in docs and comments
jdufresne
committed
331d9d8
View commit details
Copy full SHA for 331d9d8
View code at this point
Browse repository at this point
Commits on Oct 30, 2018
Remove support for Py2.6 and various quirks that special-cased it.
Show description for da657c8
scoder
committed
da657c8
View commit details
Copy full SHA for da657c8
View code at this point
Browse repository at this point
Commits on Aug 28, 2018
Reduce the processing overhead in the debug line mapping writer a little.
scoder
committed
8098e6a
View commit details
Copy full SHA for 8098e6a
View code at this point
Browse repository at this point
Commits on Jul 14, 2018
Misc. typos
Show description for 7bda96a
luzpaz
committed
7bda96a
View commit details
Copy full SHA for 7bda96a
View code at this point
Browse repository at this point
Commits on Mar 17, 2018
Misc. typos
Show description for 9d232b0
luzpaz
committed
9d232b0
View commit details
Copy full SHA for 9d232b0
View code at this point
Browse repository at this point
Commits on Mar 13, 2018
Misc typos
Show description for 69b11a3
luzpaz
committed
69b11a3
View commit details
Copy full SHA for 69b11a3
View code at this point
Browse repository at this point
Commits on Feb 9, 2018
Use NamedTemporaryFile instead of mkstemp
jdemeyer
committed
bb4f0a9
View commit details
Copy full SHA for bb4f0a9
View code at this point
Browse repository at this point
Commits on Oct 17, 2017
Trivial typo fixes
Show description for 4f23762
Unknown
committed
4f23762
View commit details
Copy full SHA for 4f23762
View code at this point
Browse repository at this point
Commits on Sep 4, 2017
Add missing import
scoder
committed
135b6da
View commit details
Copy full SHA for 135b6da
View code at this point
Browse repository at this point
Update gdb support in libpython.py from CPython 3.7 (git rev 5fe59f8).
scoder
committed
2648f3f
View commit details
Copy full SHA for 2648f3f
View code at this point
Browse repository at this point
Make string handling and escaping in gdb tests safe.
scoder
committed
a7b253a
View commit details
Copy full SHA for a7b253a
View code at this point
Browse repository at this point
Fix error reporting issue in gdb test.
scoder
committed
506f1fd
View commit details
Copy full SHA for 506f1fd
View code at this point
Browse repository at this point
Fix string type issue in gdb test.
scoder
committed
9f1330f
View commit details
Copy full SHA for 9f1330f
View code at this point
Browse repository at this point
Commits on Aug 18, 2017
Remove unused import that may not be available in all CPython or PyPy installations.
scoder
committed
1ea76ca
View commit details
Copy full SHA for 1ea76ca
View code at this point
Browse repository at this point
Commits on Feb 12, 2017
Merge branch 'embray-cygwin-tests'
scoder
committed
ef6d196
View commit details
Copy full SHA for ef6d196
View code at this point
Browse repository at this point
Merge branch 'cygwin-tests' of https://github.com/embray/cython into embray-cygwin-tests
scoder
committed
7da5f34
View commit details
Copy full SHA for 7da5f34
View code at this point
Browse repository at this point
Merge pull request #1580 from jiajunhuang/py2k3k
Show description for 1c9e174
scoder
authored
1c9e174
View commit details
Copy full SHA for 1c9e174
View code at this point
Browse repository at this point
Commits on Feb 10, 2017
use with open(...) instead of manually close file
jiajunhuang
committed
4b95ec8
View commit details
Copy full SHA for 4b95ec8
View code at this point
Browse repository at this point
Commits on Jan 18, 2017
fix wrong comments
jiajunhuang
committed
94d95be
View commit details
Copy full SHA for 94d95be
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
same in the `cy break` command
jiajunhuang
committed
0500b4f
View commit details
Copy full SHA for 0500b4f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.