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
/
StringEncoding.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Really only use PyUnicode_FromUnicode() when needed (GH-3697)
scoder
2020-06-30
1
-0
/
+28
*
Fix many indentation and whitespace issues throughout the code base (GH-3673)
scoder
2020-06-10
1
-2
/
+2
*
unicode imports (#3119)
da-woods
2019-09-30
1
-0
/
+21
*
Unicode identifiers (PEP 3131) (GH-3081)
da-woods
2019-08-24
1
-0
/
+8
*
Evaluate multiplication of string literals at compile time if the result is s...
Stefan Behnel
2018-01-13
1
-0
/
+8
*
whitespace
Stefan Behnel
2017-02-11
1
-0
/
+1
*
Merge branch '0.23.x'
Stefan Behnel
2015-09-02
1
-4
/
+9
|
\
|
*
fix bytes literal creation from compile-time DEF expressions (used to become ...
Stefan Behnel
2015-09-02
1
-3
/
+11
*
|
clean up and fix docstring serialisation (some are const, some are not)
Stefan Behnel
2015-08-08
1
-0
/
+7
|
/
*
adapt 'unicode' usage to Py2/Py3
Stefan Behnel
2015-07-26
1
-8
/
+8
*
adapt usages of map() to Py2/Py3
Stefan Behnel
2015-07-25
1
-1
/
+1
*
use explicit relative imports everywhere and enable absolute imports by default
Stefan Behnel
2014-06-17
1
-0
/
+3
*
support surrogates in unicode string literals in Py3.3
Stefan Behnel
2013-03-15
1
-1
/
+21
*
Pass-through single surrogates in Py_UNICODE[] literal encoding routine.
Nikita Nemkin
2013-03-07
1
-3
/
+3
*
Compatibility fix: no UTF-32 codec in Python 2.4/2.5.
Nikita Nemkin
2013-03-07
1
-14
/
+21
*
Renamed Py_UNICODE* entities to use "pyunicode_ptr" prefix; fixed small issue...
Nikita Nemkin
2013-03-05
1
-1
/
+1
*
Full support for Py_UNICODE[] literals with non-BMP characters.
Nikita Nemkin
2013-03-03
1
-6
/
+14
*
Basic support for Py_UNICODE* strings.
Nikita Nemkin
2013-03-03
1
-0
/
+12
*
preprocess byte string literal escaping instead of doing repeated replacement...
Stefan Behnel
2013-01-10
1
-11
/
+15
*
undo Py3.3 surrogates support fixes - breaks too many special cases with strings
Stefan Behnel
2013-01-10
1
-26
/
+12
*
fix surrogates in Unicode literals in Python 3.3 (the UTF-8 codec rejects the...
Stefan Behnel
2013-01-06
1
-12
/
+26
*
Fix python 3 deepcopy & sorting compatiblity
Mark Florisson
2011-10-03
1
-0
/
+6
*
Fix trac #640, long string literals with escapes.
Robert Bradshaw
2011-01-12
1
-3
/
+17
*
support redundant parsing of string literals as unicode *and* bytes string, f...
Stefan Behnel
2010-09-04
1
-0
/
+35
*
prevent control characters in unicode literals (ord<32) from sneaking into th...
Stefan Behnel
2010-08-09
1
-2
/
+3
*
fix order of surrogate pair in wide unicode strings
Stefan Behnel
2010-07-03
1
-1
/
+1
*
fix parsing of wide unicode escapes on narrow Unicode platforms
Stefan Behnel
2010-07-03
1
-2
/
+13
*
Don't split long literals at backslash.
Robert Bradshaw
2010-02-12
1
-2
/
+2
*
Split long string literals at 2000 chars.
Robert Bradshaw
2010-02-05
1
-1
/
+3
*
split BytesNode, UnicodeNode and StringNode
Stefan Behnel
2009-10-10
1
-7
/
+7
*
Py2 bytes handling fix
Stefan Behnel
2009-08-21
1
-3
/
+10
*
Py2.x fix after Py3 char fix ;)
Stefan Behnel
2009-08-21
1
-3
/
+3
*
properly handle char values (bytes with length 1) in Py3
Stefan Behnel
2009-08-21
1
-2
/
+3
*
fix byte string escaping of '\' in Py2.x (broken by latest Py3 fixes)
Stefan Behnel
2009-07-08
1
-1
/
+1
*
enable % formatting of byte strings by providing a __str__() special method t...
Stefan Behnel
2009-07-06
1
-3
/
+3
*
Py3 fix: make sure byte strings end up in the code as expected (not like >>b'...
Stefan Behnel
2009-07-06
1
-4
/
+8
*
make sure header filenames pass literally into the C code
Stefan Behnel
2009-07-06
1
-0
/
+6
*
Py3 fixes
Stefan Behnel
2009-07-05
1
-1
/
+1
*
Py3 fix
Stefan Behnel
2009-07-05
1
-21
/
+45
*
Optimization for shorter docstrings.
Robert Bradshaw
2008-08-16
1
-0
/
+2
*
Split docstring around \n for compilers who barf at long string literals (VS ...
david@evans-2.local
2008-08-15
1
-0
/
+3
*
Rewrite of the string literal handling code
Stefan Behnel
2008-08-15
1
-0
/
+144