- 19 Feb, 2006 2 commits
-
-
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 15 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Neal Norwitz authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
a "command verb" to invoke on the file.
-
Georg Brandl authored
-
Neal Norwitz authored
-
Georg Brandl authored
two gigabytes.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Tim Peters authored
test suite. For urllib2, move the import of gopherlib into the only function that uses it: users (including the test suite) certainly shouldn't see a deprecation warning just because they import urllib2! If they actually use gopher_open(), fine, _then_ they should see a deprecation warning.
-
Tim Peters authored
code _importing_ gopherlib instead of gopherlib's call to warnings.warn.
-
Tim Peters authored
-
- 17 Feb, 2006 18 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Thomas Wouters authored
-
Georg Brandl authored
return address using smtplib.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Tim Peters authored
mixing signed and unsigned types in comparison.
-
Tim Peters authored
in function calls.
-
- 16 Feb, 2006 5 commits
-
-
Tim Peters authored
deleted some curlies around one-line blocks.
-
Tim Peters authored
-
Tim Peters authored
On a box where sizeof(size_t) == 4, C doesn't define what happens when a size_t value is shifted right by 32 bits, and this caused test_mmap to fail on Windows in a debug build. So use different code to break the size apart depending on how large size_t actually is. This looks like an illusion, since lots of code in this module still appears to assume sizes can't be more than 32 bits (e.g., the internal _GetMapSize() still returns an int), but at least test_mmap passes again.
-
Thomas Wouters authored
-
Tim Peters authored
debug-build test_struct on a box where plain "char" is signed.
-