- 12 Oct, 2011 10 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
More editing is probably desirable.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 11 Oct, 2011 28 commits
-
-
Victor Stinner authored
If maxchar == PyUnicode_MAX_CHAR_VALUE(unicode), we do an useless copy.
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
* If needle is 0, try (p[0] >> 16) & 0xff for UCS4 * Disable fastsearch_memchr_1char() if needle is zero for UCS2 and UCS4
-
Victor Stinner authored
Truncate the buffer size to PY_SSIZE_T_MAX.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Victor Stinner authored
Use Py_off_t type (64 bits) instead of off_t (32 bits).
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Instead, the re module's standard caching does its work.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 10 Oct, 2011 2 commits
-
-
Antoine Pitrou authored
(thanks "make smelly")
-
Antoine Pitrou authored
tests from the setUp() routine. This fixes a refleak in test_socket on some machines.
-