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
/
Lexicon.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #499 from cython/pep515_underscores_in_numbers
Robert Bradshaw
2016-03-24
1
-7
/
+10
|
\
|
*
adapt to stricter version of the CPython implementation (that follows the act...
Stefan Behnel
2016-03-19
1
-7
/
+6
|
*
Implement PEP 515: allow underscores in number literals
Stefan Behnel
2016-03-19
1
-9
/
+13
*
|
f strings: initial parsing work
Jelle Zijlstra
2016-03-20
1
-3
/
+3
|
/
*
use explicit relative imports everywhere and enable absolute imports by default
Stefan Behnel
2014-06-17
1
-2
/
+4
*
implement PEP 465: dedicated infix operator for matrix multiplication
Stefan Behnel
2014-04-25
1
-4
/
+3
*
remove unused code from Lexicon.py
Stefan Behnel
2013-10-23
1
-28
/
+0
*
support 'rb' string prefix in addition to 'br' (Py3 allows it)
Stefan Behnel
2013-10-23
1
-2
/
+8
*
implement \N{...} Unicode escapes for literals
Stefan Behnel
2013-01-06
1
-0
/
+1
*
Cython bang operator overloading.
Robert Bradshaw
2012-06-28
1
-1
/
+1
*
set py2_import directive so imports in Cython source code not forced to absolute
Haoyu Bai
2011-04-16
1
-1
/
+1
*
Remove trailing whitespace.
Robert Bradshaw
2010-12-13
1
-27
/
+27
*
reduce code size of parser and speed it up a little by statically switching t...
Stefan Behnel
2010-12-08
1
-0
/
+1
*
merged in latest cython-devel
Stefan Behnel
2010-01-28
1
-4
/
+1
|
\
|
*
cleanups after removing Lexicon.pickle
Stefan Behnel
2009-12-18
1
-4
/
+1
*
|
support for some Python 3 (or 2.6+) syntax features (found by test_grammar.py...
Stefan Behnel
2010-01-28
1
-2
/
+5
|
/
*
more bootstrap tweaks
Robert Bradshaw
2008-11-11
1
-1
/
+2
*
Changed compiler directive comment format
Dag Sverre Seljebotn
2008-08-15
1
-5
/
+2
*
Merge fixes, fix constant unicode, string literal indexing.
Robert Bradshaw
2008-08-12
1
-1
/
+1
*
merge dag and devel branches
Robert Bradshaw
2008-08-12
1
-1
/
+2
|
\
|
*
support for long unicode escapes ('\U...')
Stefan Behnel
2008-08-10
1
-1
/
+2
*
|
Treating cython: comments as regular comments when not at top
Dag Sverre Seljebotn
2008-08-05
1
-2
/
+2
*
|
Added global compilation option/pragma support to parser and command line
Dag Sverre Seljebotn
2008-08-04
1
-1
/
+7
|
/
*
Better integer literal parsing.
Robert Bradshaw
2008-07-31
1
-3
/
+3
*
decorator support (partly by Fabrizio Milo)
Stefan Behnel
2008-07-10
1
-0
/
+2
*
Merge
Dag Sverre Seljebotn
2008-05-30
1
-1
/
+3
*
enable ur'abc' literals and b'abc'/br'abc' literals
Stefan Behnel
2008-05-17
1
-3
/
+3
*
fixes for escape sequences in unicode literals
Stefan Behnel
2008-03-06
1
-1
/
+3
*
initial support for unicode literals in UTF-8
Stefan Behnel
2007-08-02
1
-1
/
+1
*
Changing Python. to Cython.
William Stein
2007-07-28
1
-1
/
+1
*
FloorDiv operation
Robert Bradshaw
2007-01-15
1
-1
/
+1
*
Implemented inplace arithmetic
Robert Bradshaw
2007-01-15
1
-1
/
+1
*
Official Pyrex version 0.9.4.1
William Stein
2006-10-19
1
-0
/
+143