Age | Commit message (Expand) | Author |
2014-04-27 | Fix memleaks in pooptmodule.cut_text (ref #1914) | mathieui |
2013-07-31 | Fix #2334 (wrong character length for formatting chars) | mathieui |
2013-07-07 | Correctly use Py_ssize_t instead of int, fix a segfault on some architectures | Florent Le Coz |
2013-06-27 | Better comments in poopt | Florent Le Coz |
2013-06-25 | Nicer comments | Florent Le Coz |
2013-06-25 | Aaaand that’s static | Florent Le Coz |
2013-06-25 | Workaround for a bug (?) where wcwidth returns -1 for valid printable chars | Florent Le Coz |
2013-06-20 | Use a logical order of arguments in the poopt functions, now | Florent Le Coz |
2013-06-20 | Use the correct arguments in PyArg_ParseTuple | Florent Le Coz |
2013-06-20 | Little logic change | Florent Le Coz |
2013-06-20 | Add a poopt function to cut a string by the number of columns it takes | Florent Le Coz |
2013-06-20 | Fix some compilation warnings in the poopt module | Florent Le Coz |
2013-06-19 | Exposes the wcswidth function in the poopt module | Florent Le Coz |
2013-06-19 | Consider the number of columns of each characters in the poopt module | Florent Le Coz |
2013-06-07 | Accept NULL bytes in strings to be cut by the poopt module | Florent Le Coz |
2012-11-30 | Fix a byte value in the utf-8 decoding in poopt. | Florent Le Coz |
2011-11-23 | Remove this usell ++-- from poopt | Florent Le Coz |
2011-11-08 | poopt now handles correctly the size of the chars by jumping | Florent Le Coz |
2011-09-14 | Clean a little bit the poopt module, and fix some comments | Florent Le Coz |
2011-09-11 | Change license to zlib (MIT sucks :() | Florent Le Coz |
2011-09-09 | Make it work. MAY segfault. Need intensive testing. | Florent Le Coz |
2011-09-08 | c code that doesn’t work | Florent Le Coz |