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
/
Utility
/
StringTools.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace generic "COMPILING_IN_*" C macros with feature specific guards that a...
Stefan Behnel
2016-07-30
1
-3
/
+3
*
fix typo in PyPy fallback
Stefan Behnel
2016-03-28
1
-1
/
+1
*
make sure f-string formatting always returns a Unicode string (even when not ...
Stefan Behnel
2016-03-26
1
-3
/
+9
*
fix repeated expression evaluation in f-string implementation for !s/r/a conv...
Stefan Behnel
2016-03-26
1
-2
/
+10
*
reduce string formatting overhead for the very likely case of str values in Py2
Stefan Behnel
2016-03-26
1
-2
/
+7
*
reduce string formatting overhead for the very likely case of integer values
Stefan Behnel
2016-03-26
1
-1
/
+11
*
simplify code generated for f-string formatting using simple utility functions
Stefan Behnel
2016-03-22
1
-0
/
+20
*
avoid potentially unsafe downcast
Stefan Behnel
2015-09-12
1
-7
/
+3
*
__Pyx_decode_c_string: check for overflow when calling strlen.
Nikolaus Rath
2015-09-12
1
-2
/
+11
*
Move "longintrepr.h" inclusion before any user includes.
Robert Bradshaw
2015-08-13
1
-2
/
+1
*
move some utility code to the back of the file
Stefan Behnel
2015-07-07
1
-3
/
+19
*
cast PyUnicode_Tailmatch() "Py_ssize_t" result to int rather than propagating...
Stefan Behnel
2015-07-07
1
-15
/
+11
*
Tailmatch functions return Py_ssize_t, not int.
Robert Bradshaw
2015-07-07
1
-9
/
+12
*
minor pypy code improvements
Stefan Behnel
2015-04-11
1
-2
/
+2
*
disambiguate utility code name
Stefan Behnel
2015-04-11
1
-1
/
+1
*
move StrEq() utility code to StringTools.c
Stefan Behnel
2015-03-30
1
-0
/
+12
*
extend PyLong optimisations to larger negative numbers, enable it also in Py2.7
Stefan Behnel
2015-03-26
1
-2
/
+1
*
use generic "__Pyx_PyUnicode_READY()" macro instead of checking for PEP393 al...
Stefan Behnel
2014-09-07
1
-11
/
+3
*
refactor duplicated code in utility function
Stefan Behnel
2014-08-29
1
-6
/
+5
*
add missing utility code dependency
Stefan Behnel
2014-08-29
1
-0
/
+1
*
speed up appending integer values to bytearray objects in Py3
Stefan Behnel
2014-08-29
1
-0
/
+14
*
split internal method calling helper functions into specialised 0-, 1-, 2- ar...
Stefan Behnel
2014-08-21
1
-1
/
+1
*
Merge branch '0.20.x'
Lisandro Dalcin
2014-05-05
1
-2
/
+2
|
\
|
*
Silent clang -Wconversion warnings
Lisandro Dalcin
2014-05-04
1
-2
/
+2
*
|
Restore some over-eager 3.1 removals.
Robert Bradshaw
2014-02-22
1
-1
/
+6
*
|
More obsolete code removal.
Robert Bradshaw
2014-02-22
1
-6
/
+1
*
|
Remove obsolete utility code.
Robert Bradshaw
2014-02-22
1
-9
/
+0
|
/
*
add missing ";" in C code
Stefan Behnel
2014-02-13
1
-1
/
+1
*
add str comparison fallback to Py2 version of unicode comparison
Stefan Behnel
2014-01-10
1
-0
/
+3
*
optimise str == unicode / unicode == str in Py2
Stefan Behnel
2014-01-10
1
-12
/
+49
*
fix bytearray.append(ch) for non-ASCII 1-char strings in Py2 and extend test
Stefan Behnel
2014-01-04
1
-1
/
+1
*
fix implicit integer downcast in __Pyx_PyByteArray_AppendObject() function
Stefan Behnel
2014-01-04
1
-1
/
+6
*
remove outdated comment
Stefan Behnel
2014-01-04
1
-1
/
+0
*
handle Py2 compatibility case bytearray.append(pychar)
Stefan Behnel
2013-12-27
1
-4
/
+33
*
inline bytearray.append()
Stefan Behnel
2013-12-24
1
-0
/
+33
*
fix bytes.join() in Py<=2.5
Stefan Behnel
2013-12-07
1
-1
/
+5
*
also optimise basestring.join() since we now infer this type in a couple of p...
Stefan Behnel
2013-12-07
1
-0
/
+2
*
optimise str/bytes.join() and infer the result type; improve type inference f...
Stefan Behnel
2013-12-07
1
-0
/
+24
*
clean up lots of places where exceptions are being raised to reduce the messa...
Stefan Behnel
2013-12-06
1
-1
/
+1
*
inline PyUnicode_Compare() function for equality comparisons
Stefan Behnel
2013-11-10
1
-4
/
+9
*
optimise string equality comparison by always looking at the first character ...
Stefan Behnel
2013-11-10
1
-23
/
+20
*
replace some redundant utility functions by explicit exceptions
Stefan Behnel
2013-11-09
1
-50
/
+3
*
make fast path in Get/SetItemInt() utility functions safe for sizeof(index ty...
Stefan Behnel
2013-11-09
1
-9
/
+9
*
fix copy&paste code in __Pyx_SetItemInt_ByteArray_Generic()
Stefan Behnel
2013-11-08
1
-7
/
+10
*
implement (and thus, fix) index assignments to bytearray objects
Stefan Behnel
2013-11-05
1
-0
/
+45
*
optimise indexing and slicing of bytearray
Stefan Behnel
2013-11-03
1
-0
/
+43
*
optimise bytearray.decode()
Stefan Behnel
2013-11-03
1
-40
/
+38
*
use constant flags to move wraparound/boundscheck evaluation into inlined Get...
Stefan Behnel
2013-03-02
1
-12
/
+18
*
move string related utility functions from Optimize.c and Optimize.py to Stri...
Stefan Behnel
2013-02-23
1
-0
/
+180
*
optimise 'x in unicode' a bit
Stefan Behnel
2013-02-22
1
-0
/
+8
[next]