aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/test_strutils.py
Commit message (Collapse)AuthorAgeFilesLines
* raise TypeError on invalid header assignment, fix #1562Maximilian Hils2016-09-211-0/+2
|
* fixing lint errorManish Kumar2016-08-261-0/+1
|
* fixed : Divide by zero error came when string was empty, also a testManish Kumar2016-08-261-1/+1
|
* add escape_single_quotes=False arg to bytes_to_escaped_strMaximilian Hils2016-07-291-1/+4
|
* Make escape_control_characters handle strings on Py2Shadab Zafar2016-07-091-2/+3
|
* tests++Maximilian Hils2016-07-071-0/+15
|
* py3++Maximilian Hils2016-07-061-11/+4
|
* remove clean_bin, clarify unicode handlingMaximilian Hils2016-07-051-15/+25
|
* minor fixesMaximilian Hils2016-07-011-5/+5
|
* py3++Maximilian Hils2016-07-011-4/+0
|
* tests++Maximilian Hils2016-06-071-1/+23
|
* Shift a bunch more string-related functions to strutilsAldo Cortesi2016-06-021-0/+23
|
* Utils reorganisation: add netlib.strutilsAldo Cortesi2016-06-021-0/+40
Extract a number of string and format-related functions to netlib.strutils.
248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337