Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | raise TypeError on invalid header assignment, fix #1562 | Maximilian Hils | 2016-09-21 | 1 | -0/+2 |
| | |||||
* | fixing lint error | Manish Kumar | 2016-08-26 | 1 | -0/+1 |
| | |||||
* | fixed : Divide by zero error came when string was empty, also a test | Manish Kumar | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | add escape_single_quotes=False arg to bytes_to_escaped_str | Maximilian Hils | 2016-07-29 | 1 | -1/+4 |
| | |||||
* | Make escape_control_characters handle strings on Py2 | Shadab Zafar | 2016-07-09 | 1 | -2/+3 |
| | |||||
* | tests++ | Maximilian Hils | 2016-07-07 | 1 | -0/+15 |
| | |||||
* | py3++ | Maximilian Hils | 2016-07-06 | 1 | -11/+4 |
| | |||||
* | remove clean_bin, clarify unicode handling | Maximilian Hils | 2016-07-05 | 1 | -15/+25 |
| | |||||
* | minor fixes | Maximilian Hils | 2016-07-01 | 1 | -5/+5 |
| | |||||
* | py3++ | Maximilian Hils | 2016-07-01 | 1 | -4/+0 |
| | |||||
* | tests++ | Maximilian Hils | 2016-06-07 | 1 | -1/+23 |
| | |||||
* | Shift a bunch more string-related functions to strutils | Aldo Cortesi | 2016-06-02 | 1 | -0/+23 |
| | |||||
* | Utils reorganisation: add netlib.strutils | Aldo Cortesi | 2016-06-02 | 1 | -0/+40 |
Extract a number of string and format-related functions to netlib.strutils. |