- 02 Nis, 2010 21 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Florent Xicluna yazdı
-
Andrew M. Kuchling yazdı
-
Eric Smith yazdı
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 yazdı
a socket option available on FreeBSD 7.1 and newer.
-
Larry Hastings yazdı
* 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 yazdı
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 yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
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 yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 01 Nis, 2010 7 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Antoine Pitrou yazdı
as a regular test by regrtest.py, and fails.
-
Antoine Pitrou yazdı
function declaration, which was kept for backwards compatibility reasons, is now removed (the macro was introduced in 1997!).
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
allowing to use advanced gdb features when debugging Python.
-
Brian Curtin yazdı
-
R. David Murray yazdı
check_warnings docs to be clearer.
-
- 31 Mar, 2010 11 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Florent Xicluna yazdı
Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests.
-
Florent Xicluna yazdı
-
Antoine Pitrou yazdı
references.
-
Florent Xicluna yazdı
Fix test for xml.etree when using a non-ascii path. And use check_warnings instead of catch_warnings.
-
Barry Warsaw yazdı
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 yazdı
Thanks to Éric Araujo for noticing that.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
Revert r79179 and merge r75584 to explain how to implement a queue using collection.deque instead of a list.
-
Brian Curtin yazdı
-
- 30 Mar, 2010 1 kayıt (commit)
-
-
Thomas Heller yazdı
-