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
/
cpython
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add iterobject.pxd (GH-3452)
Zackery Spytz
2020-03-23
1
-0
/
+24
*
Add genobject.pxd
Zackery Spytz
2020-03-21
1
-0
/
+25
*
Add missing declarations to slice.pxd (GH-3411)
Zackery Spytz
2020-03-21
1
-0
/
+23
*
Add missing declarations to number.pxd (GH-3421)
Zackery Spytz
2020-03-12
1
-0
/
+14
*
Fix the signature of _Py_PyAtExit() (GH-3382)
Zackery Spytz
2020-02-29
1
-2
/
+2
*
Include memoryview C-API (GH-3082)
Nathan Manville
2019-08-21
1
-0
/
+50
*
Include: cpython.pystate: Make PyGILState_STATE definition usable (GH-2997)
Kirill Smelkov
2019-07-19
1
-1
/
+2
*
Fix array typecode's type
jakirkham
2018-11-16
1
-1
/
+1
*
Add warning to PyThreadState_Swap() that it should not be used in Cython code...
Stefan Behnel
2018-08-25
1
-1
/
+1
*
Minor C-API declaration fix.
Stefan Behnel
2018-08-25
1
-1
/
+1
*
Add C-API function declaration for PyInterpreterState_GetID(), which is new o...
Stefan Behnel
2018-08-25
1
-0
/
+3
*
Add declarations from CPython's "pylifecycle.h".
Stefan Behnel
2018-08-25
1
-0
/
+68
*
Add export of the bytearray cpython api
Charles L. Yost
2018-08-22
1
-0
/
+33
*
Remove unused import.
Stefan Behnel
2018-08-11
1
-2
/
+0
*
Define Raw memory functions near non-Raw ones
John Kirkham
2018-08-09
1
-5
/
+3
*
Define Python Raw Mem helpers in ModuleSetupCode
John Kirkham
2018-08-09
1
-9
/
+5
*
Add Python Raw memory helper functions
John Kirkham
2018-08-09
1
-0
/
+11
*
Removed an outdated pxd, added a declaration of exc.pxd and made two examples...
gabrieldemarmiesse
2018-07-07
1
-0
/
+7
*
Merge pull request #2305 from lkollar/ceval-declarations
scoder
2018-06-02
1
-0
/
+8
|
\
|
*
Add decrlarations from ceval.h
László Kiss Kollár
2018-05-30
1
-0
/
+8
*
|
Adapt some non-const C-API declarations that were already constified in Py2.5.
Stefan Behnel
2018-05-26
3
-14
/
+14
*
|
Allow access to long/int internals
Jeroen Demeyer
2018-05-03
1
-5
/
+4
*
|
Misc. typos
luz.paz
2018-03-28
2
-2
/
+2
|
/
*
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
*
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
*
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
*
Add TSS (Thread Specific Storage) API in CPython 3.7+
sonots
2017-10-31
1
-1
/
+13
*
Trivial typo fixes
Unknown
2017-10-17
2
-4
/
+4
*
Include PySet_Check and PyFrozenSet_Check to CPython includes file
Michael Seifert
2017-08-28
1
-0
/
+6
*
Add declarations for PyObject_GenericGetAttr and PyObject_GenericSetAttr
Jeroen Demeyer
2017-07-17
1
-0
/
+4
*
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
*
Delete trailing spaces
mathbunnyru
2017-01-12
2
-32
/
+32
*
Add declarations for longintrepr.h
Jeroen Demeyer
2016-10-16
1
-0
/
+16
*
Add tp_dict and tp_descr_* declarations
Jeroen Demeyer
2016-06-14
1
-0
/
+7
*
use slightly faster PyObject_Malloc() instead of PyMem_Malloc() for small mem...
Stefan Behnel
2016-02-07
2
-3
/
+36
*
adapt some C-API declarations that used to have Py_UNICODE arguments to Py3.3...
Stefan Behnel
2015-10-26
1
-16
/
+19
*
Fix typo.
Jakub Wilk
2015-10-24
1
-1
/
+1
*
Fix typos.
Jakub Wilk
2015-10-18
1
-1
/
+1
*
PyTypeObject members tp_compare, tp_richcompare, tp_base
Jeroen Demeyer
2015-04-28
1
-0
/
+8
*
Add declarations for PyObject_Malloc()
Jeroen Demeyer
2015-04-06
1
-0
/
+4
*
add some more type slow declarations
Stefan Behnel
2015-04-06
1
-1
/
+8
*
change declaration of GC related type slot functions to use 'PyObject*' inste...
Stefan Behnel
2015-04-06
1
-5
/
+10
*
fix syntax warnings that show up as errors in "werror" tests
Stefan Behnel
2015-04-05
1
-2
/
+2
*
fix cimports of PyObject type in cpython capi pxd files
Stefan Behnel
2015-04-04
17
-17
/
+15
*
move declarations of PyObject and PyTypeObject from ref.pxd to object.pxd and...
Stefan Behnel
2015-04-04
2
-12
/
+40
[next]