- 14 Oct, 2011 7 commits
-
-
Lars Gustäbel authored
The nti() function that converts a number field from a tar header to a number failed to decode GNU tar specific base-256 fields. I also added support for decoding and encoding negative base-256 number fields.
-
Lars Gustäbel authored
The nti() function that converts a number field from a tar header to a number failed to decode GNU tar specific base-256 fields. I also added support for decoding and encoding negative base-256 number fields.
-
Victor Stinner authored
encoding, instead of the locale encoding.
-
Victor Stinner authored
instead of the locale encoding.
-
Victor Stinner authored
because wcsftime() doesn't format time zone correctly.
-
Victor Stinner authored
wcsftime() doesn't format time zone correctly.
-
Victor Stinner authored
-
- 13 Oct, 2011 10 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Martin v. Löwis authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Nadeem Vawda authored
Also fix the bz2 module, which suffered from the same problem.
-
Nadeem Vawda authored
Also fix the bz2 module, whose classes used the same algorithm.
-
- 12 Oct, 2011 23 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Use PyUnicode_IS_ASCII instead of PyUnicode_IS_COMPACT_ASCII, so the following test can be removed: PyUnicode_DATA(op) == (((PyCompactUnicodeObject *)(op))->utf8)
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Victor Stinner authored
Add also a special case if the result is an empty string.
-
Victor Stinner authored
-
Victor Stinner authored
Thanks to the PEP 3151, select.error (which is just an alias to OSError) has now an error attribute.
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
"except" works properly.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
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.
-