- 30 Mar, 2010 6 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
Patch by George Sakkis
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
#7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14.
-
- 29 Mar, 2010 1 kayıt (commit)
-
-
Michael Foord yazdı
-
- 28 Mar, 2010 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 27 Mar, 2010 5 kayıt (commit)
-
-
Michael Foord yazdı
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 yazdı
Rename the unittest test_suite function to not clash with a test module name (unittest.test.test_suite is now unambiguous).
-
Michael Foord yazdı
A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython)
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
- 26 Mar, 2010 7 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Antoine Pitrou yazdı
reads and writes are always retried by OpenSSL itself. (this is a followup to issue #3890)
-
Benjamin Peterson yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
- 25 Mar, 2010 16 kayıt (commit)
-
-
Michael Foord yazdı
-
Brian Curtin yazdı
-
Benjamin Peterson yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Benjamin Peterson yazdı
-
Andrew M. Kuchling yazdı
-
Larry Hastings yazdı
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Larry Hastings yazdı
CObject to PyCapsule.
-
Victor Stinner yazdı
Fix the following calls: _curses.tigetflag(None), _curses.tigetnum(None), _curses.tigetstr(None).
-
Victor Stinner yazdı
optimizations are disabled when --with-pydebug is used.
-
- 24 Mar, 2010 2 kayıt (commit)
-
-
Steven Bethard yazdı
-
Antoine Pitrou yazdı
-