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
*
Clang-compatible C++ nested destructor call.
Robert Bradshaw
2014-02-18
1
-0
/
+8
*
code objects: add number of kwonly args to number of regular arguments in Py2...
Stefan Behnel
2014-02-01
1
-1
/
+1
*
work around PyPy not defining PyUnicode_Concat()
Stefan Behnel
2014-01-28
1
-2
/
+9
*
Merge branch '0.20.x'
Robert Bradshaw
2014-01-18
1
-2
/
+2
|
\
|
*
Better unused warning suppression.
Robert Bradshaw
2014-01-18
1
-2
/
+2
*
|
minor Py hex version fix for patch level when Py_hash_t was added (just in ca...
Stefan Behnel
2014-01-16
1
-1
/
+1
|
/
*
call PyBaseObject_Type.tp_new() in tp_new() functions instead of tp_alloc() d...
Stefan Behnel
2014-01-10
1
-1
/
+3
*
avoid useless metaclass searching overhead when creating Python class without...
Stefan Behnel
2014-01-01
1
-0
/
+2
*
optimise str % formatting
Stefan Behnel
2013-12-31
1
-1
/
+8
*
improve type inference for string %/+/* operations and use more direct C-API ...
Stefan Behnel
2013-12-06
1
-0
/
+4
*
call PyNumber_Int() for builtin int() function
Stefan Behnel
2013-11-23
1
-0
/
+1
*
inline PyUnicode_Compare() function for equality comparisons
Stefan Behnel
2013-11-10
1
-0
/
+4
*
minor readability fix
Stefan Behnel
2013-11-02
1
-1
/
+1
*
extend semantics of 'basestring' typed variables to represent exactly bytes/s...
Stefan Behnel
2013-10-06
1
-1
/
+1
*
Merge branch 'int-conversion'
Robert Bradshaw
2013-09-18
1
-1
/
+1
|
\
|
*
Python 2.4 fix.
Robert Bradshaw
2013-08-28
1
-1
/
+1
*
|
PyPy doesn't define Py_OptimizeFlag => always set it to off to enable assertions
Stefan Behnel
2013-08-30
1
-0
/
+4
|
/
*
make generators use tp_finalize instead of tp_del for cleanup in Py3.4+
Stefan Behnel
2013-08-09
1
-0
/
+4
*
revert actual tp_finalize() usages, needs more thought
Stefan Behnel
2013-08-06
1
-4
/
+0
*
fix CPython version checking for tp_finalize()
Stefan Behnel
2013-08-04
1
-0
/
+4
*
Fix external reference assignment
Vitja Makarov
2013-05-24
1
-0
/
+9
*
Fix compatibility with msvc < 1400
Christoph Gohlke
2013-05-11
1
-1
/
+1
*
add CYTHON_RESTRICT definition for MSVC
Stefan Behnel
2013-04-26
1
-0
/
+2
*
fix 'restrict' usage in g++
Stefan Behnel
2013-04-25
1
-0
/
+11
*
Fix build for non-C99 compatible compilers
Charles Grunwald (Juntalis)
2013-04-11
1
-14
/
+14
*
Ensure NAN is always initialized.
Robert Bradshaw
2013-04-09
1
-0
/
+13
*
enable Py_TPFLAGS_HAVE_VERSION_TAG on extension types by default (also in Py2...
Stefan Behnel
2013-04-06
1
-0
/
+4
*
fix type of string constant length field in string table to Py_ssize_t (inste...
Stefan Behnel
2013-03-15
1
-1
/
+2
*
optimise isinstance(obj, basestring) and map basestring to unicode in Py3
Stefan Behnel
2013-03-02
1
-0
/
+9
*
move some helper code into external utility code files
Stefan Behnel
2012-12-09
1
-0
/
+32
*
Use __Pyx_PyIndex_Check instead of PyIndex_Check
Mark Florisson
2012-11-11
1
-1
/
+4
*
always set CYTHON_FORMAT_SSIZE_T to 'z' on Py2.5+
Stefan Behnel
2012-08-31
1
-12
/
+2
*
use '%lld' format for Py_ssize_t on Win64+MSVC if supported
Stefan Behnel
2012-08-31
1
-0
/
+6
*
Define CYTHON_FORMAT_SSIZE_T for use in PyErr_Format and PyString_FromFormat
cgohlke
2012-08-30
1
-0
/
+6
*
reduce code redundancy in Py2/3 cleanup code setup
Stefan Behnel
2012-08-26
1
-6
/
+9
*
work around 'unused function __Pyx_ImportModule()' compiler warning
Stefan Behnel
2012-08-26
1
-1
/
+7
*
factored import/export utility code out into separate utility code file Impor...
Stefan Behnel
2012-08-25
1
-96
/
+1
*
use proper module.m_free() way to run module cleanup code in Py3, way after r...
Stefan Behnel
2012-08-25
1
-3
/
+5
*
clean up injection of RegisterModuleCleanup utility code
Stefan Behnel
2012-08-25
1
-0
/
+1
*
atexit._exithandlers is no longer available in Py3
Stefan Behnel
2012-08-25
1
-2
/
+5
*
improve module cleanup safety a little by making Cython cleanup functions run...
Stefan Behnel
2012-08-25
1
-13
/
+38
*
moved utility code for registering the module cleanup function into Cython/Ut...
Stefan Behnel
2012-08-25
1
-0
/
+48
*
prevent calling PyEval_InitThreads() when CPython is built without threads
Stefan Behnel
2012-07-18
1
-0
/
+2
*
macro fix for Py2.4 in C++ mode
Stefan Behnel
2012-05-12
1
-4
/
+4
*
more correct fake implementation of PyNumber_Index() and PyIndex_Check() for ...
Stefan Behnel
2012-05-12
1
-2
/
+5
*
call PyUnicode_READY() during unicode indexing to comply with C-API constraints
Stefan Behnel
2012-04-18
1
-0
/
+3
*
moved unicode iteration setup code into utility function to reduce per-loop C...
Stefan Behnel
2012-04-18
1
-6
/
+0
*
fix: make sure PyUnicode_READY() is called before unicode iteration
Stefan Behnel
2012-04-15
1
-0
/
+2
*
reimplement unicode character iteration for PEP393 (Py3.3+)
Stefan Behnel
2012-04-14
1
-4
/
+11
*
Merge pull request #110 from scoder/pypy
scoder
2012-04-12
1
-6
/
+0
|
\
[next]