- 21 Şub, 2006 1 kayıt (commit)
-
-
Guido van Rossum yazdı
systems; define these conditionally.
-
- 20 Şub, 2006 15 kayıt (commit)
-
-
Georg Brandl yazdı
-
Tim Peters yazdı
-
Georg Brandl yazdı
on server error codes. Make this clear.
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
add a Py_SAFE_DOWNCAST() to make the code correct.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
opened in binary mode.
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
platform field
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
INET_ADDRSTRLEN is not defined.
-
Georg Brandl yazdı
not allowed by the specs.
-
- 19 Şub, 2006 24 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
implicit assumptions that there's no difference between text and binary modes.
-
Thomas Wouters yazdı
-
Neal Norwitz yazdı
ultimately going to snprintf() not the python string formatter. Right?
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
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 yazdı
-
Georg Brandl yazdı
-
Marc-André Lemburg yazdı
inside its own package. Fixes problem reported in patch #1433198. Add codec search function for codec test codec.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
be used to control how files are opened.
-
Georg Brandl yazdı
specifying the file mode input files should be opened with.
-
Georg Brandl yazdı
current file number.
-
Georg Brandl yazdı
translation functions other than _() in the builtin namespace.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Tim Peters yazdı
warning about gopherlib.
-
Tim Peters yazdı
in the returned string (logic error introduced by recent patch).
-
Tim Peters yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
It now returns "{}". Is that the correct solution?
-
Neal Norwitz yazdı
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.
-