- 09 Haz, 2012 2 kayıt (commit)
-
-
Stefan Krah yazdı
-
R David Murray yazdı
The behavior of MessageDefect is legacy behavior. The chances anyone is actually using the undocumented 'line' attribute is low, but it costs little to retain backward compatibility. Although one of the costs is having to restore normal exception behavior in HeaderDefect. On the other hand, I'll probably add some specialized behavior there later.
-
- 08 Haz, 2012 8 kayıt (commit)
-
-
Stefan Krah yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
2) Add rigorous error analysis to _mpd_qlog10 (ACL2 proofs exist). 3) Use the relative error as a basis for the interval generation in the correction loop (same as in _mpd_qln()).
-
Alexander Belopolsky yazdı
-
Hynek Schlawack yazdı
The strict checks and netmask computing don't make sense if constructed with a ALL_ONES mask based on addresses. Also fix a bug due to mis-indentation of a return statement in the same code block.
-
Terry Jan Reedy yazdı
-
- 07 Haz, 2012 6 kayıt (commit)
-
-
Terry Jan Reedy yazdı
use. Make the get_entity 'method' a module function as it did not use 'self'. Delete buggy _find_constructor function that is not needed, at least in 3.x. Revise get_argspec so all tests pass. Add and fix NEWS entries.
-
Richard Oudkerk yazdı
-
Alexander Belopolsky yazdı
-
Stefan Krah yazdı
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 yazdı
-
Nick Coghlan yazdı
-
- 06 Haz, 2012 4 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
with VS2010sp1
-
Richard Oudkerk yazdı
Previously multiprocessing only expected int or str. It also wrongly used an exit code of 1 when the argument was a string instead of zero.
-
Richard Oudkerk yazdı
Initial patch by mouad
-
Stefan Krah yazdı
2) Simplify the precision adjustment code for values in [0.900, 1.15].
-
- 05 Haz, 2012 7 kayıt (commit)
-
-
Victor Stinner yazdı
Close #6203: Document that Python 3 sets LC_CTYPE at startup to the user's preferred locale encoding
-
Kristján Valur Jónsson yazdı
before their mutexes.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Richard Oudkerk yazdı
-
Victor Stinner yazdı
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 yazdı
- 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 Haz, 2012 13 kayıt (commit)
-
-
Victor Stinner yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
The fileobj argument was added during the 3.3 development cycle, so this change does not break backward compatibility with 3.2.
-
Nadeem Vawda yazdı
-
Victor Stinner yazdı
-
R David Murray yazdı
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 yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-