index
:
delta/cython.git
0.17
0.18.x
0.19.x
0.20.x
0.21.x
0.22.x
0.23.x
0.24.x
0.25.x
0.27.x
0.28.x
0.29.x
cgetter_rewrite
ci_compile_all
clean_up_capi_features
cy3str
dalcinl-embedsignature
dalcinl/fix-c-used-variable
dalcinl/fix-c-warning
dalcinl/fix-cpdef-warning
dalcinl/fix-getbuffer
dalcinl/fix-module-cleanup
dalcinl/fix-release
dalcinl/fix-travis
dalcinl/fix-try-finally
dalcinl/mark-unused-vars
dalcinl/no-old-python
dalcinl/numpy
dropPy32
enable_limited_api_file_tests
faster_absolute_reimports
faster_pymultiply
fix-pypy3
fix_build_ext
fix_gh3246
fix_srctree_tests_on_windows
fixed_code_objects
full_code_writer
gh1461_cover_sig_line
gh1461_cover_sig_line_master
gh1807_getitem_mapping_first
gh2056_special_binop
gh2306_coro_frame
gh2343_heap_types
gh2564_enable_binding
gh2565_language_level_3str
gh2580_enable_generator_stop
gh2665_package_init_pyx
gh2670_win_intop
gh2692_remove_py26_support
gh2781_pep487_init_subclass
gh2983_lambda_sig
gh3090_always_allow_keywords
gh3092_percent_d_format
gh3481_defaults_warning
gh3545_reduce_cython_reimport
gh3554_smart_exit_gil
gh3573_versioned_pxds
gh3578_refleak
gh3625_returns_exc
gh3678_undep_unicode
gh884_docstrings
gsoc-kurt-regraft
ipython711
ipython711_master
less_tp_new
linting
ll3_new_style_classes
master
msvc_cpp
neg-overflow
no-old-python
optimise_pysequence_list
patma-preview
pep484_typing
pep515_underscores_in_numbers
pkg_init_windows
release
robertwb-rect
simplify_utility_loading
smarter_bounds_checks
test_stats
travis-ci
travis_cleanup
tune_calls
update_test_dependencies
github.com: cython/cython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Cython
/
Utility
/
ModuleSetupCode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid calling PySequence_List() in some cases where we can see that the argum...
optimise_pysequence_list
Stefan Behnel
2020-04-08
1
-0
/
+7
*
Enable pypy as a required Travis test (GH-3392)
da-woods
2020-03-20
1
-1
/
+1
*
Add LIMITED_API support and remove static state (GH-3223)
Eddie Elizondo
2020-01-12
1
-3
/
+114
*
Discard a C comment from the generated files.
Stefan Behnel
2019-09-10
1
-2
/
+2
*
Support METH_FASTCALL for Cython functions (GH-3101)
Jeroen Demeyer
2019-09-10
1
-0
/
+10
*
Put __Pyx_PyMethod_New directly in the tp_descr_get slot (GH-3116)
Jeroen Demeyer
2019-09-06
1
-6
/
+0
*
Use METH_FASTCALL on CPython >= 3.7 (GH-3021)
Jeroen Demeyer
2019-08-27
1
-3
/
+38
*
Merge branch '0.29.x'
Stefan Behnel
2019-07-05
1
-5
/
+6
|
\
|
*
Fix PyCode_New() signature usage in Py3.8b2+.
Stefan Behnel
2019-07-05
1
-6
/
+3
*
|
Simplify and optimize calls, using vectorcall on Python 3.8 (GH-2999)
Jeroen Demeyer
2019-06-28
1
-6
/
+4
*
|
Merge branch '0.29.x'
Stefan Behnel
2019-06-28
1
-1
/
+1
|
\
\
|
|
/
|
*
Clarify version check.
Stefan Behnel
2019-06-28
1
-1
/
+1
|
*
Handle API compatibility for CPython bpo-37221 (GH-3009)
Nick Coghlan
2019-06-28
1
-0
/
+3
|
*
Fix compile error with 3.8
Marcel Plch
2019-05-26
1
-0
/
+5
*
|
Handle API compatibility for CPython bpo-37221 (GH-3009)
Nick Coghlan
2019-06-28
1
-0
/
+3
*
|
Arrange some compatibility defines in a more readable way.
Stefan Behnel
2019-06-01
1
-2
/
+2
*
|
Make co_argcount for positional-only arguments behave correctly, now that CPy...
Stefan Behnel
2019-06-01
1
-2
/
+2
*
|
Adapt PyCode_New() calls to changed C-API in Py3.8, which now takes an additi...
Stefan Behnel
2019-04-30
1
-4
/
+9
*
|
Merge branch '0.29.x'
Stefan Behnel
2019-03-22
1
-1
/
+2
|
\
\
|
|
/
|
*
Fix C89 "declarations after code" issue.
Stefan Behnel
2019-03-22
1
-1
/
+2
*
|
Disable "fast_gil" support in Py3<3.6 since Py3<3.5.2 lacks _PyThreadState_Un...
Stefan Behnel
2019-03-04
1
-0
/
+22
*
|
Merge branch '0.29.x'
Stefan Behnel
2019-02-08
1
-21
/
+0
|
\
\
|
|
/
|
*
Move dict version checking code into a separate utility code section since it...
Stefan Behnel
2019-02-08
1
-47
/
+0
|
*
Make the cpdef override check work with Python subclasses of extension types ...
Stefan Behnel
2019-02-08
1
-9
/
+35
|
*
fix the comments to have a c89 compliant generated code
gastineau
2019-01-02
1
-2
/
+2
*
|
Update URLs to https:// in docs and comments
Jon Dufresne
2019-01-11
1
-1
/
+1
*
|
Merge pull request #2775 from mbuesch/warning-fixes2
Stefan Behnel
2019-01-11
1
-5
/
+21
|
\
\
|
*
|
Avoid const-ness compiler warning in __Pyx_PyObject_AsWritableString
Michael Buesch
2019-01-07
1
-5
/
+21
*
|
|
fix the comments to have a c89 compliant generated code
gastineau
2019-01-02
1
-2
/
+2
|
/
/
*
|
Avoid a C compiler warning in PyPy3.
Stefan Behnel
2018-12-27
1
-0
/
+3
*
|
Work around a C compiler warning (in PyPy's cpyext).
Stefan Behnel
2018-12-27
1
-1
/
+1
*
|
Non-int conversion to Py_hash_t.
Robert Bradshaw
2018-12-10
1
-2
/
+2
*
|
Merge branch 'release'
Stefan Behnel
2018-11-24
1
-1
/
+1
|
\
\
|
|
/
|
*
Add type cast to resolve C4804 (unsafe bool usage) warning in MSVC.
Stefan Behnel
2018-11-24
1
-1
/
+1
*
|
Merge branch 'release'
Stefan Behnel
2018-11-24
1
-6
/
+8
|
\
\
|
|
/
|
*
Do not set "__path__" attribute on non-package modules.
Stefan Behnel
2018-11-24
1
-6
/
+8
*
|
Remove support for Py2.6 and various quirks that special-cased it.
gh2692_remove_py26_support
Stefan Behnel
2018-10-30
1
-21
/
+4
|
/
*
Workaround for long internals misconfiguration on 64-bit MinGW.
Robert Bradshaw
2018-10-24
1
-0
/
+4
*
Initial (incomplete) attempt at supporting the Py3.7 exception state stack.
Stefan Behnel
2018-09-15
1
-0
/
+7
*
Try to call "__rmod__()" during string %-formatting when the right side is a ...
Stefan Behnel
2018-09-08
1
-2
/
+3
*
Clarify import error message: subinterpreters are supported, just not more th...
Stefan Behnel
2018-08-25
1
-1
/
+2
*
Raise a more appropriate ImportError rather than a generic RuntimeError when ...
Stefan Behnel
2018-08-25
1
-1
/
+1
*
Implement safe-guard to prevent loading Cython modules into multiple subinter...
Stefan Behnel
2018-08-25
1
-0
/
+27
*
make the fast-call signature test compatible with Stackless Python
Anselm Kruis
2018-08-13
1
-1
/
+6
*
Merge pull request #2537 from jakirkham/extern_py_raw_mem
scoder
2018-08-11
1
-0
/
+6
|
\
|
*
Tweak Raw memory macros' version constraint
John Kirkham
2018-08-09
1
-1
/
+1
|
*
Define Python Raw Mem helpers in ModuleSetupCode
John Kirkham
2018-08-09
1
-0
/
+6
*
|
Enable PEP-489 multi-phase module initialisation, now that re-imports are han...
Stefan Behnel
2018-08-10
1
-3
/
+1
*
|
Revert PEP-489 behaviour, but keep error raising code to make it easy to try ...
Stefan Behnel
2018-08-10
1
-1
/
+3
*
|
Enable PEP-489 module initialisation again, but raise an error on re-inits.
Stefan Behnel
2018-08-10
1
-3
/
+1
|
/
[next]