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
/
Includes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2168 from vallsv/patch-1
scoder
2018-04-12
1
-0
/
+2
|
\
|
*
Improve unordered_map API
Valentin Valls
2018-03-21
1
-0
/
+2
*
|
Misc. typos
luz.paz
2018-03-28
4
-4
/
+4
*
|
Add comments about compatibility.
Stefan Behnel
2018-03-25
1
-2
/
+2
*
|
Patch to add front() and back(), as per issue #2123.
Alex Huszagh
2018-03-23
1
-0
/
+2
|
/
*
Repair the coercion of C string literals to C++ strings for function argument...
Stefan Behnel
2018-03-09
1
-51
/
+51
*
Fix duplicate declaration in posix/time.pxd
Jeroen Demeyer
2018-03-06
1
-3
/
+0
*
Add FIXMEs to C-API functions that changed in Py3.7 but are not free of risk ...
Stefan Behnel
2018-02-17
1
-2
/
+4
*
Add sigaltstack()
Jeroen Demeyer
2018-01-29
1
-0
/
+7
*
Promote the new opaque PEP-539 type "Py_tss_t" to a known Cython type to avoi...
Stefan Behnel
2018-01-28
1
-4
/
+3
*
Fix types of values in libc.limits
Jeroen Demeyer
2017-11-24
1
-20
/
+19
*
Add NPY_KEEPORDER to NPY_ORDER
John Kirkham
2017-11-15
1
-0
/
+1
*
Add declaration for tp_free
Jeroen Demeyer
2017-11-13
1
-0
/
+2
*
Add 'except' values for various function types
Jeroen Demeyer
2017-11-05
1
-10
/
+10
*
Add 'except NULL' to PyWeakref_GetObject.
Jeroen Demeyer
2017-11-02
1
-1
/
+1
*
Update implementation of PEP 3118 getbuffer special method
dalcinl/fix-getbuffer
Lisandro Dalcin
2017-11-01
1
-18
/
+4
*
Add TSS (Thread Specific Storage) API in CPython 3.7+
sonots
2017-10-31
1
-1
/
+13
*
Merge pull request #1870 from Alexhuszagh/master
scoder
2017-10-24
2
-8
/
+32
|
\
|
*
Updated deque to support random-access iterators and added "difference_type o...
Alex Huszagh
2017-10-17
2
-8
/
+32
*
|
Trivial typo fixes
Unknown
2017-10-17
4
-6
/
+6
*
|
BF: closes 1484 for unordered map
Michael Schatzow
2017-10-13
1
-2
/
+2
*
|
Add some missing signals.
Jeroen Demeyer
2017-10-06
1
-53
/
+49
|
/
*
Use potentially faster PyObject_Malloc() instead of C malloc() for strides an...
Stefan Behnel
2017-09-01
1
-5
/
+5
*
Merge branch 'dalleyg-dtype' of https://github.com/dalleyg/cython into master
Stefan Behnel
2017-09-01
1
-0
/
+24
|
\
|
*
tweak to PyDataType_SHAPE: return () instead of None
Gerald Dalley
2013-07-19
1
-1
/
+1
|
*
Added PyDataType_SHAPE
Gerald Dalley
2013-07-19
1
-1
/
+8
|
*
use PyArray_ArrayDescr instead of inventing PyArray_SubArrayDescr
Gerald Dalley
2013-07-18
1
-2
/
+2
|
*
Changes to allow inspection of the data used by PyArray_EquivTypes:
Gerald Dalley
2013-07-18
1
-0
/
+18
*
|
Include PySet_Check and PyFrozenSet_Check to CPython includes file
Michael Seifert
2017-08-28
1
-0
/
+6
*
|
Add st_birthtime to struct stat
Nikolaus Rath
2017-08-11
1
-0
/
+5
*
|
Merge pull request #1588 from tadeu/add-std-function
Robert Bradshaw
2017-07-18
1
-0
/
+13
|
\
\
|
*
|
Add basic support for std::function
Tadeu Manoel
2017-01-26
1
-0
/
+13
*
|
|
Add declarations for PyObject_GenericGetAttr and PyObject_GenericSetAttr
Jeroen Demeyer
2017-07-17
1
-0
/
+4
*
|
|
sigset_t is not an integral type
Jeroen Demeyer
2017-07-04
1
-1
/
+2
*
|
|
Add a Pythran backend for Numpy operation
Adrien Guinet
2017-06-17
1
-10
/
+10
*
|
|
Allow pointer access to 64-bit arrays
David Christenson
2017-05-06
1
-0
/
+2
*
|
|
include functions (Python 2.6+) of PyLong_Type
Michael Seifert
2017-04-06
1
-0
/
+35
*
|
|
Add declaration for PyImport_ImportModuleLevel
Jeroen Demeyer
2017-04-05
1
-0
/
+13
*
|
|
Include except clause for PyTuple_SetItem in CPython-Includes
Michael Seifert
2017-03-18
1
-1
/
+1
*
|
|
Merge pull request #1578 from mathbunnyru/delete_trailing_spaces
scoder
2017-02-10
5
-38
/
+38
|
\
\
\
|
*
|
|
Delete trailing spaces
mathbunnyru
2017-01-12
5
-38
/
+38
|
|
/
/
*
|
|
add size_type and difference_type to vector and update insert calls to return
Joe Jevnik
2017-02-03
1
-20
/
+27
|
/
/
*
|
A few more wrappers in libcpp.algorithm and libcpp.vector
Mike Kolupaev
2016-12-11
2
-1
/
+13
*
|
errno.h on FreeBSD contains ENOATTR instead of ENODATA
Willem Jan Withagen
2016-11-28
1
-0
/
+1
*
|
Merge pull request #1487 from jdemeyer/numpy_import_array
Robert Bradshaw
2016-10-17
1
-2
/
+23
|
\
\
|
*
|
Implement numpy's import_array and import_ufunc in Cython
Jeroen Demeyer
2016-10-13
1
-2
/
+23
*
|
|
Add declarations for longintrepr.h
Jeroen Demeyer
2016-10-16
1
-0
/
+16
|
/
/
*
|
Merge branch 'typeid'
Robert Bradshaw
2016-09-08
2
-0
/
+25
|
\
\
|
*
|
Add support for the typeid operator
empyrical
2016-08-05
2
-0
/
+25
*
|
|
Fix stack declaration.
Robert Bradshaw
2016-08-24
1
-1
/
+1
[next]