- 03 Ock, 2011 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 02 Ock, 2011 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87648 | alexander.belopolsky | 2011-01-02 15:48:22 -0500 (Sun, 02 Jan 2011) | 1 line Issue #8013: Fixed time.asctime segfault when OS's asctime fails ........ r87656 | alexander.belopolsky | 2011-01-02 17:16:10 -0500 (Sun, 02 Jan 2011) | 1 line Issue #8013: Fixed test ........
-
- 14 Ara, 2010 1 kayıt (commit)
-
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87222 | r.david.murray | 2010-12-13 20:22:50 -0500 (Mon, 13 Dec 2010) | 2 lines Use skipIf instead of a return when attribute doesn't exist. ........
-
- 21 Kas, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
- 22 Eyl, 2009 1 kayıt (commit)
-
-
Brett Cannon yazdı
to make sure it fell within [-1, 1] just in case someone implementing strftime() in libc was stupid enough to assume this. Turns out, though, some OSs (e.g. zOS) are stupid enough to use values outside of this range for time structs created by the system itself. So instead of throwing a ValueError, tm_isdst is now normalized before being passed to strftime(). Fixes issue #6823. Thanks Robert Shapiro for diagnosing the problem and contributing an initial patch.
-
- 30 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 23 Eyl, 2006 1 kayıt (commit)
-
-
Brett Cannon yazdı
hopes that more information will help debug the failing test on HPPA Ubuntu.
-
- 18 Tem, 2006 1 kayıt (commit)
-
-
Brett Cannon yazdı
of values in the time tuple passed in. Unfortunately people came to rely on undocumented behaviour of setting unneeded values to 0, regardless of if it was within the valid range. Now those values force the value internally to the minimum value when 0 is passed in.
-
- 15 Haz, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 03 Agu, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
(closes SF bug #658254, patch #663482)
-
- 20 Haz, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
New include file timefuncs.h exports private API function _PyTime_DoubleToTimet() from timemodule.c. timemodule should export some other functions too (look for painful bits in datetimemodule.c). Added insane-argument checking to datetime's assorted fromtimestamp() and utcfromtimestamp() methods. Added insane-argument tests of these to test_datetime, and insane-argument tests for ctime(), localtime() and gmtime() to test_time.
-
- 02 Mar, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
are within proper boundaries as specified in the docs. This can break possible code (datetime module needed changing, for instance) that uses 0 for values that need to be greater 1 or greater (month, day, and day of year). Fixes bug #897625.
-
- 24 Nis, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 11 Nis, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Update configure and test to use proper timezone specifications
-
- 15 Mar, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Mar, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
function, if supported. (SF patch #675422, by Stuart Bishop.)
-
- 23 Tem, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
-
- 19 Tem, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Also adds tests.
-
- 16 Nis, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
(or platform independent). Closes SF bug #460357. Bug fix candidate.
-
- 20 Eyl, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
allows using the tests with unittest.py as a script. The tests will still run when run as a script themselves.
-
- 22 May, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 12 Ara, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 18 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 20 Şub, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
extensively in test_strftime.py anyway).
-
- 06 Ara, 1996 1 kayıt (commit)
-
-
Barry Warsaw yazdı
function and variable in the module, verifies a few return values and even tests a couple of known error conditions.
-