- 02 Apr, 2010 1 commit
-
-
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.
-
- 29 Mar, 2010 1 commit
-
-
Michael Foord authored
-
- 28 Mar, 2010 3 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 27 Mar, 2010 5 commits
-
-
Michael Foord authored
Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals and assertNotAlmostEquals This allows the comparison of objects by specifying a maximum difference; this includes the comparing of non-numeric objects that don't support rounding.
-
Michael Foord authored
Rename the unittest test_suite function to not clash with a test module name (unittest.test.test_suite is now unambiguous).
-
Michael Foord authored
A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython)
-
Mark Dickinson authored
-
Mark Dickinson authored
-
- 26 Mar, 2010 2 commits
-
-
Florent Xicluna authored
-
Antoine Pitrou authored
reads and writes are always retried by OpenSSL itself. (this is a followup to issue #3890)
-