- 30 Mar, 2010 4 commits
-
-
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 7 commits
-
-
Florent Xicluna authored
-
Antoine Pitrou authored
reads and writes are always retried by OpenSSL itself. (this is a followup to issue #3890)
-
Benjamin Peterson authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
- 25 Mar, 2010 16 commits
-
-
Michael Foord authored
-
Brian Curtin authored
-
Benjamin Peterson authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Benjamin Peterson authored
-
Andrew M. Kuchling authored
-
Larry Hastings authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Larry Hastings authored
CObject to PyCapsule.
-
Victor Stinner authored
Fix the following calls: _curses.tigetflag(None), _curses.tigetnum(None), _curses.tigetstr(None).
-
Victor Stinner authored
optimizations are disabled when --with-pydebug is used.
-
- 24 Mar, 2010 4 commits
-
-
Steven Bethard authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-