- 07 Jun, 2012 4 commits
-
-
Alexander Belopolsky authored
-
Stefan Krah authored
List all of them in the comment. 2) Use the recently stated relative error of _mpd_qln() to generate the interval for the exact value of ln(x). See also the comment in mpd_qexp().
-
Nick Coghlan authored
-
Nick Coghlan authored
-
- 06 Jun, 2012 2 commits
-
-
Kristján Valur Jónsson authored
with VS2010sp1
-
Stefan Krah authored
2) Simplify the precision adjustment code for values in [0.900, 1.15].
-
- 05 Jun, 2012 7 commits
-
-
Victor Stinner authored
Close #6203: Document that Python 3 sets LC_CTYPE at startup to the user's preferred locale encoding
-
Kristján Valur Jónsson authored
before their mutexes.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Richard Oudkerk authored
-
Victor Stinner authored
open() and io.TextIOWrapper are now calling locale.getpreferredencoding(False) instead of locale.getpreferredencoding() in text mode if the encoding is not specified. Don't change temporary the locale encoding using locale.setlocale(), use the current locale encoding instead of the user preferred encoding. Explain also in open() documentation that locale.getpreferredencoding(False) is called if the encoding is not specified.
-
Hynek Schlawack authored
- remove duplicate netmask/hostmask code - make two ifs more pythonic - remove packed property for networks - some minor pep8 stuff - Test coverage is now at 97%, the rest are mostly unreachable safeguards.
-
- 04 Jun, 2012 24 commits
-
-
Victor Stinner authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
The fileobj argument was added during the 3.3 development cycle, so this change does not break backward compatibility with 3.2.
-
Nadeem Vawda authored
-
Victor Stinner authored
-
R David Murray authored
This clears up an error in detected by refleak mode that showed up when test_smtplib was run after test_smtpd in the same refleak run.
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Hynek Schlawack authored
_BaseNetwork contained (faulty) methods for creating string representations. I've fixed them and put them to use by eliminating identical overrides.
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Hynek Schlawack authored
ipaddress._BaseV4.is_unspecified() compared IP addresses using "in" which fails.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
- 03 Jun, 2012 3 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
break someone's over specified test that depends on the exact error message.
-
Gregory P. Smith authored
-