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
/
Compiler
/
ModuleNode.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
future division
Robert Bradshaw
2008-07-15
1
-1
/
+6
*
|
Introduced BufferType, start of numpy-independent testcase, GetBuffer improve...
Dag Sverre Seljebotn
2008-07-18
1
-4
/
+21
|
/
*
only provide a fake PyObject_GetBuffer in Py2.5 and earlier
Stefan Behnel
2008-07-11
1
-0
/
+2
*
Non-buffer code working again, typedefs working with buffers
Dag Sverre Seljebotn
2008-07-10
1
-35
/
+23
*
Buffer access working for builtin numeric types.
Dag Sverre Seljebotn
2008-07-09
1
-8
/
+48
*
PS: non-working state. Buffer access able to run fully in some very restricte...
Dag Sverre Seljebotn
2008-07-04
1
-0
/
+58
*
Pulled transforms from ModuleNode to Main
Dag Sverre Seljebotn
2008-06-19
1
-8
/
+6
*
Scope now creating by parse stage in Main
Dag Sverre Seljebotn
2008-06-19
1
-0
/
+5
*
Transform nodes for analyse_declarations and analyse_expressions.
Robert Bradshaw
2008-06-19
1
-2
/
+4
*
reverted last type casting change
Stefan Behnel
2008-06-13
1
-1
/
+1
*
merge
Robert Bradshaw
2008-06-12
1
-8
/
+57
|
\
|
*
type casting simplification that seems to remove strict aliasing warnings in ...
Stefan Behnel
2008-06-12
1
-1
/
+1
|
*
resolved strict aliasing problem by changing type cast
Stefan Behnel
2008-06-12
1
-3
/
+6
|
*
quick work-around for PEP 3121 implementation in Py3 beta
Stefan Behnel
2008-06-12
1
-4
/
+50
*
|
Only make dep file for recursive
0.9.8
Robert Bradshaw
2008-06-12
1
-1
/
+2
|
/
*
RFC: constify Cython output all over the place (newbie approach)
Kirill Smelkov
2008-05-14
1
-4
/
+4
*
Emit code to guard declarations for this module's public functions.
jek-cythonhg@kleckner.net
2008-05-23
1
-0
/
+1
*
Merge -dagss and -devel
Robert Bradshaw
2008-06-06
1
-6
/
+39
|
\
|
*
code comments
Stefan Behnel
2008-06-06
1
-1
/
+3
|
*
Pyrex merge: removed leaking declarations
Stefan Behnel
2008-06-06
1
-2
/
+3
|
*
merged (and partially rewrote) dependency tracking and package resolution cha...
Stefan Behnel
2008-06-04
1
-0
/
+15
|
*
use PyBytes_Type instead of PyString_Type in the generated sources, PyBytes f...
Stefan Behnel
2008-05-30
1
-4
/
+18
|
*
'#define PyString_Type PyBytes_Type' in Py3: 'str' is considered a builtin an...
Stefan Behnel
2008-05-30
1
-0
/
+1
|
*
cleanup
Stefan Behnel
2008-05-30
1
-1
/
+0
|
*
merge
Stefan Behnel
2008-05-30
1
-0
/
+156
|
|
\
|
|
*
merge
Robert Bradshaw
2008-05-29
1
-0
/
+1
|
|
|
\
|
|
*
|
Implement "from module [c]import *", some more work on sequence indexing.
Robert Bradshaw
2008-05-28
1
-0
/
+153
|
|
*
|
Keep counted reference to module
Gregory Ewing
2007-11-26
1
-0
/
+3
|
*
|
|
increase warning level of __(set|del)slice_ methods
Stefan Behnel
2008-05-29
1
-1
/
+1
|
|
|
/
|
|
/
|
|
*
|
Py3.0beta compatibility fixes
Stefan Behnel
2008-05-28
1
-0
/
+1
|
|
/
*
|
Merge
Dag Sverre Seljebotn
2008-05-30
1
-1
/
+158
*
|
Merge
Dag Sverre Seljebotn
2008-05-27
1
-76
/
+145
|
\
\
|
|
/
|
*
support for new buffer protocol in Py3
Stefan Behnel
2008-05-23
1
-0
/
+24
|
*
cleanup
Stefan Behnel
2008-05-21
1
-1
/
+1
|
*
fix method calls on Cython generated Python classes
Stefan Behnel
2008-05-21
1
-3
/
+1
|
*
rename type imports of 'unicode' and 'str' type according to Py version
Stefan Behnel
2008-05-18
1
-5
/
+18
|
*
struct fields were generated in the wrong order
Stefan Behnel
2008-05-16
1
-2
/
+2
|
*
empty tuple is used by traceback builder => must be created early
Stefan Behnel
2008-05-15
1
-1
/
+1
|
*
fixed PyMethod_New() call
Stefan Behnel
2008-05-15
1
-2
/
+4
|
*
cleanup
Stefan Behnel
2008-05-15
1
-4
/
+1
|
*
unsimplify :)
Stefan Behnel
2008-05-15
1
-1
/
+1
|
*
simplify
Stefan Behnel
2008-05-15
1
-1
/
+1
|
*
replace the now missing PyNumber_Divide() by PyNumber_TrueDivide()
Stefan Behnel
2008-05-15
1
-0
/
+1
|
*
__setslice__ and __delslice__ were removed in Py3
Stefan Behnel
2008-05-14
1
-1
/
+2
|
*
make it explicit in the generated source code what is an identifier string co...
Stefan Behnel
2008-05-14
1
-1
/
+2
|
*
removed 'intern_names' Option - always intern identifier-like strings
Stefan Behnel
2008-05-14
1
-17
/
+8
|
*
merged trunk changes
Stefan Behnel
2008-05-13
1
-18
/
+37
|
|
\
|
*
|
fixes: generate constant declarations before we access them, write cleanup co...
Stefan Behnel
2008-05-13
1
-8
/
+6
|
*
|
merged intern table with general string table to support unicode string inter...
Stefan Behnel
2008-05-13
1
-32
/
+10
|
*
|
more #define's for stuff that's gone in Py3
Stefan Behnel
2008-05-10
1
-0
/
+8
[prev]
[next]