- 02 Apr, 2010 12 commits
-
-
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 11 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.
-
Ezio Melotti authored
-
Ezio Melotti authored
Revert r79179 and merge r75584 to explain how to implement a queue using collection.deque instead of a list.
-
Brian Curtin authored
-
- 30 Mar, 2010 10 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
svn+ssh://pythondev@svn.python.org/python/branches/branch_libffi-3_0_10-win ........ r79115 | thomas.heller | 2010-03-19 22:14:47 +0100 (Fr, 19 Mrz 2010) | 7 lines Work in progress. 2 tests fail on x86/win32 because the stack checking code in ffi_call_win32 is not yet implemented. Remove most files from _ctypes/libffi_msvc, only two include files stay (updated from _ctypes/libffi/...). Other files are used in the cross-platform _ctypes/libffi directory. ........ r79424 | thomas.heller | 2010-03-25 19:28:02 +0100 (Do, 25 Mrz 2010) | 1 line Build _ctypes on Win64. ........ r79491 | thomas.heller | 2010-03-29 21:30:33 +0200 (Mo, 29 Mrz 2010) | 4 lines On Windows, ctypes does no longer check the stack before and after calling a foreign function. This allows to use the unmodified libffi library. ........
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
Patch by George Sakkis
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
#7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14.
-