- 20 Feb, 2006 14 commits
-
-
Tim Peters authored
-
Georg Brandl authored
on server error codes. Make this clear.
-
Georg Brandl authored
-
Neal Norwitz authored
add a Py_SAFE_DOWNCAST() to make the code correct.
-
Georg Brandl authored
-
Georg Brandl authored
opened in binary mode.
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Georg Brandl authored
platform field
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
INET_ADDRSTRLEN is not defined.
-
Georg Brandl authored
not allowed by the specs.
-
- 19 Feb, 2006 25 commits
-
-
Tim Peters authored
-
Tim Peters authored
implicit assumptions that there's no difference between text and binary modes.
-
Thomas Wouters authored
-
Neal Norwitz authored
ultimately going to snprintf() not the python string formatter. Right?
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
This should cause few enough spurious warnings to send to python-checkins now. If a test leaks that is not in the ignore list (LEAKY_TESTS), all tests which leak will be reported. This includes those in the ignore list. Hopefully that will prompt someone to fix the flakiness.
-
Hye-Shik Chang authored
-
Georg Brandl authored
-
Marc-André Lemburg authored
inside its own package. Fixes problem reported in patch #1433198. Add codec search function for codec test codec.
-
Georg Brandl authored
-
Georg Brandl authored
be used to control how files are opened.
-
Georg Brandl authored
specifying the file mode input files should be opened with.
-
Georg Brandl authored
current file number.
-
Georg Brandl authored
translation functions other than _() in the builtin namespace.
-
Georg Brandl authored
-
Georg Brandl authored
-
Tim Peters authored
warning about gopherlib.
-
Tim Peters authored
in the returned string (logic error introduced by recent patch).
-
Tim Peters authored
-
Georg Brandl authored
-
Georg Brandl authored
It now returns "{}". Is that the correct solution?
-
Neal Norwitz authored
Google for: eu_ES decimal point shows that BSD locales had the eu_ES decimal point as a single quote (') instead of a comma (,). This was seems to have been fixed 15 months ago, but it's not on our Mac and presumably others. So skip this broken locale.
-
Georg Brandl authored
-
- 18 Feb, 2006 1 commit
-
-
Georg Brandl authored
-