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
/
Parsing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
disable a restriction in the f-string format parser that seems arbitrary and ...
Stefan Behnel
2016-03-25
1
-2
/
+0
*
set FormattedValueNode.format_spec field to None for empty format specs to si...
Stefan Behnel
2016-03-23
1
-2
/
+2
*
speed up character switching in f-string parser a little
Stefan Behnel
2016-03-23
1
-8
/
+10
*
simplify some error handling code in f-string parser
Stefan Behnel
2016-03-23
1
-11
/
+4
*
reject f-strings for parsed cnames
Stefan Behnel
2016-03-22
1
-9
/
+11
*
whitespace
Stefan Behnel
2016-03-22
1
-2
/
+5
*
remove need for redundant class variable
Stefan Behnel
2016-03-21
1
-1
/
+1
*
repair issues found by CPython f-string tests
Stefan Behnel
2016-03-21
1
-24
/
+35
*
Py2.6 compatibility fix
Stefan Behnel
2016-03-21
1
-1
/
+1
*
Merge branch 'f_string' into f_strings_2
Stefan Behnel
2016-03-21
1
-26
/
+204
|
\
|
*
fstrings: remove addressed TODOs
Jelle Zijlstra
2016-03-20
1
-5
/
+2
|
*
fstrings: fix more bugs
Jelle Zijlstra
2016-03-20
1
-11
/
+7
|
*
f-strings: bugfixes
Jelle Zijlstra
2016-03-20
1
-5
/
+9
|
*
f-string parsing: fix bugs
Jelle Zijlstra
2016-03-20
1
-2
/
+2
|
*
f-strings: fix nested string literals
Jelle Zijlstra
2016-03-20
1
-5
/
+21
|
*
f strings: initial parsing work
Jelle Zijlstra
2016-03-20
1
-25
/
+190
*
|
Allow default template parameters for C++ classes.
Robert Bradshaw
2016-02-21
1
-5
/
+17
|
/
*
Merge branch '0.23.x'
Stefan Behnel
2015-09-06
1
-4
/
+2
|
\
|
*
revert integer literal suffixing again and instead generate C hex literals if...
Stefan Behnel
2015-09-06
1
-4
/
+2
|
*
rewrite literal DEF integer coercion to constants:
Stefan Behnel
2015-09-05
1
-3
/
+2
*
|
rewrite literal DEF integer coercion to constants:
Stefan Behnel
2015-09-05
1
-3
/
+2
*
|
Merge branch '0.23.x'
Stefan Behnel
2015-09-02
1
-5
/
+5
|
\
\
|
|
/
|
*
fix bytes literal creation from compile-time DEF expressions (used to become ...
Stefan Behnel
2015-09-02
1
-5
/
+5
*
|
Merge branch '0.23.x'
Stefan Behnel
2015-09-01
1
-3
/
+6
|
\
\
|
|
/
|
*
correct processing of large integers (PyLong values) in compile time env unde...
Stefan Behnel
2015-09-01
1
-3
/
+6
*
|
adapt grammar to CPython (3.6-pre)
Stefan Behnel
2015-08-12
1
-2
/
+5
|
/
*
replace xrange() by range() to make it work in Py2/Py3
Stefan Behnel
2015-07-25
1
-2
/
+2
*
make code usages of Python "long" compatible with Py2/Py3
Stefan Behnel
2015-07-25
1
-3
/
+6
*
2to3: Apply the 'except' fixer
Petr Viktorin
2015-07-25
1
-1
/
+1
*
Support operator bool() for C++ classes.
Robert Bradshaw
2015-07-24
1
-1
/
+9
*
adapt async/await implementation to CPython ticket 24619
Stefan Behnel
2015-07-23
1
-15
/
+4
*
disable async/await keywords in nested normal 'def' functions (as CPython does)
Stefan Behnel
2015-07-04
1
-7
/
+21
*
correctly disable 'await' keyword when leaving 'async def' context
Stefan Behnel
2015-07-04
1
-1
/
+1
*
Enable overloading the assignment operator.
Ian Henriksen
2015-06-22
1
-1
/
+1
*
remove usage of deprecated "U" file open mode flag which is enabled anyway
Stefan Behnel
2015-05-30
1
-6
/
+3
*
implement 'async for' loop statement (PEP 492)
Stefan Behnel
2015-05-25
1
-15
/
+15
*
implement "async with" (PEP 492)
Stefan Behnel
2015-05-23
1
-8
/
+12
*
implement "async def" statement and "await" expression (PEP 492)
Stefan Behnel
2015-05-23
1
-15
/
+71
*
implement PEP 448 also for list/tuple literals
Stefan Behnel
2015-05-15
1
-25
/
+29
*
implement PEP 448 for set/dict literals
Stefan Behnel
2015-05-14
1
-46
/
+106
*
rename KeywordArgsNode to MergedDictNode to generalise it
Stefan Behnel
2015-05-13
1
-1
/
+1
*
fix Py3-style class declarations after implementing extended PEP448 unpacking...
Stefan Behnel
2015-05-13
1
-2
/
+0
*
fix generator expressions as sole function call argument
Stefan Behnel
2015-05-12
1
-1
/
+1
*
fix missing import in Py3.x
Stefan Behnel
2015-05-12
1
-2
/
+3
*
partially implement PEP 448 for function calls only
Stefan Behnel
2015-05-12
1
-65
/
+82
*
remove unnecessary re-wrapping of identifier name in parser
Stefan Behnel
2015-04-24
1
-1
/
+1
*
fix compiler crash due to non-wrapped identifier string in parser
Stefan Behnel
2015-04-24
1
-1
/
+1
*
intern identifier names in parser to save memory
Stefan Behnel
2015-04-24
1
-31
/
+27
*
clean up some whitespace in parser code
Stefan Behnel
2014-11-23
1
-9
/
+12
*
clean up regular expression in parser (not problematic as it only matches wha...
Stefan Behnel
2014-11-23
1
-1
/
+1
[next]