- 27 Jan, 2010 1 commit
-
-
Eric Smith authored
Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pack_minor, suite_mask, and product_type.
-
- 26 Jan, 2010 4 commits
-
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Ezio Melotti authored
-
- 25 Jan, 2010 7 commits
-
-
Tarek Ziadé authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Facundo Batista authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 24 Jan, 2010 4 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Tarek Ziadé authored
Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings
-
- 23 Jan, 2010 8 commits
-
-
Ezio Melotti authored
-
Mark Dickinson authored
dtoa.c fix from upstream that fixes incorrectly rounded results for certain subnormals that are also halfway cases.
-
Mark Dickinson authored
this fixes the first bug described in issue #7743.
-
Tarek Ziadé authored
-
Ezio Melotti authored
Increased the overflow value on test_dealloc to make sure that it is big enough even for wide builds.
-
Tarek Ziadé authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 22 Jan, 2010 5 commits
-
-
Mark Dickinson authored
in issue 7743).
-
Ezio Melotti authored
This should fix the failure introduced in r77680. The error message is now different and it caused the test to fail. The failing test is not present in 2.5 so it is failing only on 2.6 and newer versions.
-
Mark Dickinson authored
-
Matthias Klose authored
(CVE_2009_3560).
-
Matthias Klose authored
-
- 21 Jan, 2010 4 commits
-
-
Ezio Melotti authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
- 20 Jan, 2010 3 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
and exit points. 2. Simplify bigcomp comparison loop. 3. Don't set ERANGE on _Py_dg_strtod underflow (it was set inconsistently anyway). 4. Remove unused dsign field from BCinfo struct.
-
- 19 Jan, 2010 3 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
module when the openssl version is too old to support them. That leads both compiled code bloat and to unittests attempting to test implementations that don't exist for comparison purposes on such platforms.
-
Gregory P. Smith authored
http://www.python.org/dev/buildbot/all/builders/x86%20gentoo%20trunk/builds/5700/ Will be removed shortly.
-
- 18 Jan, 2010 1 commit
-
-
Benjamin Peterson authored
Adjust documentation and add a test to verify this behavior. See http://mail.python.org/pipermail/python-dev/2010-January/095637.html for discussion.
-