- 02 Apr, 2010 25 commits
-
-
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 8 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
-
Antoine Pitrou authored
references.
-
Florent Xicluna authored
Fix test for xml.etree when using a non-ascii path. And use check_warnings instead of catch_warnings.
-
Barry Warsaw authored
argument `-` which tells it to read files to compile from stdin. Each line is read on demand and the named file is compiled immediately. (Original patch by Piotr Ożarowski).
-
Brian Curtin authored
Thanks to Éric Araujo for noticing that.
-