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
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Specify license in cython-mode.el's header
Jonas Bernoulli
2017-11-11
1
-0
/
+2
*
Trivial typo fixes
Unknown
2017-10-17
2
-2
/
+2
*
Pass pyx_library kwargs to py_library
treuherz
2017-09-20
1
-2
/
+4
*
Fix regexp in cython-mode.el
Robert Bradshaw
2017-09-07
1
-1
/
+1
*
Add a script that concatenates the code sections in CPython's ceval.c in the ...
Stefan Behnel
2017-08-24
1
-0
/
+149
*
emacs: use empty string as buffer-name in indirect buffers
Martin R. Albrecht
2017-07-23
1
-1
/
+1
*
Issue #1784, Fix string method in Skylark pyx_library
Guro Bokum
2017-07-20
1
-1
/
+1
*
Delete trailing spaces
mathbunnyru
2017-01-12
4
-223
/
+223
*
Rename BUILD file to avoid conflict with build directory.
Robert Bradshaw
2016-10-10
1
-0
/
+0
*
Fix typo.
Robert Bradshaw
2016-09-22
1
-1
/
+1
*
Expand bazel example.
Robert Bradshaw
2016-09-16
1
-3
/
+8
*
Add todo, release note.
Robert Bradshaw
2016-09-16
1
-0
/
+3
*
Add bazel build support.
Robert Bradshaw
2016-09-16
2
-0
/
+60
*
rename "jedi-typer.py" script to "jedityper.py" to make it importable (which ...
Stefan Behnel
2015-07-30
1
-0
/
+0
*
can handle conflicting types now
Tzer-jen Wei
2015-07-28
1
-2
/
+4
*
add tests for list, set, dict
Tzer-jen Wei
2015-07-28
1
-2
/
+2
*
code clean up, add dict, list, tuple annotations
Tzer-jen Wei
2015-07-28
1
-49
/
+29
*
Experimental support for jedi 0.9.0
Tzer-jen Wei
2015-07-28
1
-28
/
+59
*
2to3: Run the 'has_key' fixer
Petr Viktorin
2015-07-25
1
-2
/
+2
*
exclude two more modules from stdlib compilation that require bootstrapping b...
Stefan Behnel
2015-06-01
1
-0
/
+2
*
move JediTyper into Tools directory as it's not in a state that would suggest...
Stefan Behnel
2014-08-29
1
-0
/
+105
*
cython-mode.el: fix and improve font-locking
immerrr
2014-07-05
1
-11
/
+40
*
cython-mode.el: don't highlight builtins when they're part of varname
immerrr
2014-03-07
1
-7
/
+11
*
Fix header line
Yasuyuki Oka
2013-12-29
1
-1
/
+1
*
use standard exclude patterns as overridable default in cystdlib.py
Stefan Behnel
2013-09-01
1
-1
/
+1
*
exclude two more modules from stclib compilation
Stefan Behnel
2013-09-01
1
-0
/
+2
*
allow explicitly excluding certain modules from the command line
Stefan Behnel
2013-08-31
1
-5
/
+12
*
add frozen importlib module to excluded modules in cystdlib.py
Stefan Behnel
2013-08-31
1
-0
/
+1
*
improve Python compatibility during stdlib compilation
Stefan Behnel
2013-08-31
1
-0
/
+1
*
fix distutils build
Stefan Behnel
2013-08-24
1
-1
/
+2
*
update and clean up cystdlib.py script
Stefan Behnel
2013-08-24
1
-28
/
+50
*
Added cython-current-defun for add-log-current-defun-function
Ivan Andrus
2013-06-29
1
-0
/
+20
*
Added cython-beginning-of-defun and cython-end-of-defun
Ivan Andrus
2013-06-29
1
-0
/
+151
*
Added outline-regexp
Ivan Andrus
2013-06-29
1
-2
/
+6
*
Made compile-command customizable
Ivan Andrus
2013-06-29
1
-3
/
+15
*
Added autoload cookies
Ivan Andrus
2013-06-29
1
-1
/
+5
*
Fixes from checkdoc
Ivan Andrus
2013-06-29
1
-1
/
+10
*
Fixed byte-compilation warning
Ivan Andrus
2013-06-29
1
-0
/
+3
*
enable 'optimize.inline_defnode_calls' in cystdlib.py build script
Stefan Behnel
2012-12-22
1
-0
/
+1
*
disable auto_cpdef for stdlib compilation - too many failures
Stefan Behnel
2012-11-06
1
-3
/
+2
*
more special casing of stdlib modules
Stefan Behnel
2012-11-04
1
-1
/
+4
*
more special casing of stdlib modules
Stefan Behnel
2012-11-04
1
-2
/
+22
*
more special casing of stdlib modules, make sure we enable function 'binding'
Stefan Behnel
2012-11-04
1
-0
/
+3
*
more special casing of stdlib modules
Stefan Behnel
2012-11-04
1
-3
/
+19
*
extended stdlib compilation script that special cases some tricky modules
Stefan Behnel
2012-11-04
1
-28
/
+100
*
added script to compile the CPython stdlib
Stefan Behnel
2012-11-04
1
-0
/
+39
*
cython-mode now works with python-mode and the builtin python package
Rafe Kettler
2011-03-25
1
-1
/
+3
*
Some SCons fixups
Dag Sverre Seljebotn
2010-04-23
2
-10
/
+12
*
new Emacs cython-mode by Georg Brandl
Stefan Behnel
2010-02-17
1
-1
/
+63
*
Package cleanup.
Robert Bradshaw
2010-01-30
1
-0
/
+1144
[next]