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
*
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
|
/
*
Replace GCC's attribute optimize("Os") by the better supported and similar (c...
Stefan Behnel
2018-07-22
1
-3
/
+2
*
Merge branch '0.28.x'
Stefan Behnel
2018-06-26
1
-3
/
+11
|
\
|
*
Add safety checks to prevent exception subtype checks with non-types. This ra...
Stefan Behnel
2018-06-26
1
-3
/
+11
*
|
Merge branch '0.28.x'
Stefan Behnel
2018-06-26
1
-0
/
+25
|
\
\
|
|
/
|
*
Correct the runtime handling of exception tuples in except clauses.
Stefan Behnel
2018-06-26
1
-0
/
+25
*
|
Adapt some non-const C-API declarations that were already constified in Py2.5.
Stefan Behnel
2018-05-26
1
-2
/
+2
*
|
Remove redundant helper function "__Pyx_ImportModule()" which was only needed...
Stefan Behnel
2018-05-26
1
-8
/
+6
*
|
Mark several one-time functions (used during module init) with CYTHON_SMALL_C...
Stefan Behnel
2018-05-25
1
-13
/
+16
*
|
Merge branch '0.28.x'
Stefan Behnel
2018-05-18
1
-1
/
+2
|
\
\
|
|
/
|
*
Avoid segfault due to a bug in g++ 4.4.7 when the -Os setting for the module ...
Stefan Behnel
2018-05-18
1
-1
/
+2
*
|
Merge branch '0.28.x'
Stefan Behnel
2018-05-18
1
-0
/
+1
|
\
\
|
|
/
|
*
Prevent UnicodeEncodeError in Py2 when ``%s`` formatting is optimised for uni...
Stefan Behnel
2018-05-18
1
-0
/
+1
*
|
Add obvious branch hint to dict caching macro.
Stefan Behnel
2018-05-05
1
-1
/
+1
*
|
Use dict versioning in Py3.6+ to make the lookup of Python module globals alm...
Stefan Behnel
2018-05-04
1
-0
/
+4
*
|
Use dict versioning in Py3.6+ to reduce the overhead of checking for the "C-l...
Stefan Behnel
2018-05-03
1
-0
/
+24
|
/
*
In Python 3, an unbound method is just the function
Jeroen Demeyer
2018-02-15
1
-1
/
+1
*
Explicitly disable CYTHON_SMALL_CODE in clang.
Stefan Behnel
2018-02-14
1
-1
/
+3
*
Allow users to override the CYTHON_SMALL_CODE macro.
Stefan Behnel
2018-02-14
1
-0
/
+2
*
Optimise the module init function for small code size regardless of the exter...
Stefan Behnel
2018-02-14
1
-0
/
+6
*
Reduce code overhead a little using a macro to get the sequence length of bui...
Stefan Behnel
2018-01-13
1
-0
/
+7
*
Extract some generated plain code into a utility code file to make it more vi...
Stefan Behnel
2018-01-05
1
-0
/
+14
*
Follow another fast-call signature change in CPython 3.7.
Stefan Behnel
2017-12-15
1
-4
/
+8
*
Guard access to internal Unicode hash value with the correct macro.
Stefan Behnel
2017-11-05
1
-1
/
+1
*
Improve preprocessor guard for new TSS API.
Stefan Behnel
2017-11-01
1
-1
/
+1
*
Add PythonCompatibility Codes for TSS (Thread Specific Storage) API
sonots
2017-10-31
1
-0
/
+34
[next]