- 02 Apr, 2010 29 commits
-
-
Ezio Melotti authored
-
Michael Foord authored
-
Tarek Ziadé authored
-
Brian Curtin authored
*ReflectionKey functions used to not be documented or tested, but they are now sufficiently documented and tested on platforms where they apply. Additionally, fixed a bug in QueryReflectionKey which was returning an incorrect value. All tests pass from XP through Windows 7, on 32 and 64-bit platforms.
-
Tarek Ziadé authored
removed the local copy of xxmodule, and skip only test_build_ext when xxmodule is not found, not the whole unittest
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Florent Xicluna authored
-
Andrew M. Kuchling authored
-
Eric Smith authored
Issue 7994: Make object.__format__ with a non-empty format string a PendingDecprecationWarning. Still need to remove uses of this from various tests.
-
Larry Hastings authored
a socket option available on FreeBSD 7.1 and newer.
-
Larry Hastings authored
* PyCObject_AsVoidPtr() can now open capsules. This addresses most of the remaining backwards-compatibility concerns about the conversion of Python 2.7 from CObjects to capsules. * CObjects were marked Pending Deprecation. * Documentation about this pending deprecation was added to cobject.h. * The capsule source files were added to the legacy PC build processes.
-
Mark Dickinson authored
Also rewrite the Decimal __hash__ method so that it doesn't rely on float('inf') being valid: float('inf') could raise an exception on platforms not using IEEE 754 arithmetic.
-
Mark Dickinson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Mark Dickinson authored
Float to decimal comparison operations now return a result based on the numeric values of the operands. Decimal.__hash__ has also been fixed so that Decimal and float values that compare equal have equal hash value.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 01 Apr, 2010 7 commits
-
-
Florent Xicluna authored
-
Antoine Pitrou authored
as a regular test by regrtest.py, and fails.
-
Antoine Pitrou authored
function declaration, which was kept for backwards compatibility reasons, is now removed (the macro was introduced in 1997!).
-
Raymond Hettinger authored
-
Martin v. Löwis authored
allowing to use advanced gdb features when debugging Python.
-
Brian Curtin authored
-
R. David Murray authored
check_warnings docs to be clearer.
-
- 31 Mar, 2010 4 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Florent Xicluna authored
Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests.
-
Florent Xicluna authored
-