index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_time.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
*
Issue #11886: workaround an OS bug (time zone data) in test_time
Victor Stinner
2011-12-07
1
-1/+6
*
Merge from 3.1
Senthil Kumaran
2011-04-06
1
-0/+8
|
\
|
*
Issue #10762: Guard against invalid/non-supported format string '%f' on Windo...
Senthil Kumaran
2011-04-06
1
-0/+8
|
*
Merged revisions 87921 via svnmerge from
Alexander Belopolsky
2011-02-15
1
-1/+2
|
*
Merged revisions 87919 via svnmerge from
Alexander Belopolsky
2011-02-15
1
-0/+9
|
*
Issue 10814: time.asctime test will now use a valid day with out of range year.
Alexander Belopolsky
2011-01-03
1
-1/+1
|
*
Merged revisions 87648,87656 via svnmerge from
Alexander Belopolsky
2011-01-02
1
-0/+10
|
*
Merged revisions 87222 via svnmerge from
R. David Murray
2010-12-14
1
-2/+2
|
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-1/+1
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-24/+24
*
|
Issue #10864 has been fixed: remove the workaround
Victor Stinner
2011-03-21
1
-6/+2
*
|
This should fix mktime test on Windows
Alexander Belopolsky
2011-01-11
1
-1/+2
*
|
Make mktime test more robust.
Alexander Belopolsky
2011-01-11
1
-3/+7
*
|
Issue #1726687: time.mktime() will now correctly compute value one
Alexander Belopolsky
2011-01-11
1
-0/+13
*
|
Issue #1777412: Remove all limits on tm_year from time.strftime()
Victor Stinner
2011-01-08
1
-17/+19
*
|
Issue #1777412: fix test_time for Mac OS X and OpenIndiana
Victor Stinner
2011-01-08
1
-9/+14
*
|
Issue #1777412: test large years value for strftime('%Y')
Victor Stinner
2011-01-08
1
-5/+10
*
|
Issue #1777412: strftime() accepts year >= 1 instead of year >= 1900
Victor Stinner
2011-01-08
1
-30/+70
*
|
Fixed error handling branches. Thanks
Alexander Belopolsky
2011-01-08
1
-1/+12
*
|
Issue #10827: Changed the rules for 2-digit years. The time.asctime
Alexander Belopolsky
2011-01-07
1
-26/+36
*
|
Further simplify gettmarg()
Alexander Belopolsky
2011-01-06
1
-0/+1
*
|
- time.accept2dyear = True is now equivalent to time.accept2dyear = 1
Alexander Belopolsky
2011-01-05
1
-1/+41
*
|
test_time: assertEquals => assertEqual
Victor Stinner
2011-01-05
1
-1/+1
*
|
Fix test_time under Windows
Antoine Pitrou
2011-01-04
1
-1/+1
*
|
Fix exception catching.
Georg Brandl
2011-01-04
1
-1/+1
*
|
Issue #8013: Fix time.ctime test failure on 32-bit platforms.
Alexander Belopolsky
2011-01-04
1
-1/+1
*
|
Issue #8013: time.asctime and time.ctime no longer call system asctime
Alexander Belopolsky
2011-01-04
1
-17/+16
*
|
#8013 follow-up:
Georg Brandl
2011-01-02
1
-6/+20
*
|
Issue #8013: Fixed test
Alexander Belopolsky
2011-01-02
1
-2/+9
*
|
Issue #8013: Fixed time.asctime segfault when OS's asctime fails
Alexander Belopolsky
2011-01-02
1
-0/+3
*
|
Use skipIf instead of a return when attribute doesn't exist.
R. David Murray
2010-12-14
1
-2/+2
*
|
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-1/+1
*
|
Issue #6608: time.asctime is now checking struct tm fields its input
Alexander Belopolsky
2010-10-01
1
-17/+23
*
|
Merged revisions 75011 via svnmerge from
Brett Cannon
2009-09-22
1
-5/+0
*
|
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-24/+24
|
/
*
5562 -> 3061.
Martin v. Löwis
2009-05-30
1
-1/+1
*
Issue #5562: Use wcsftime for time.strftime where available.
Martin v. Löwis
2009-05-30
1
-3/+18
*
Make sure time.strptime only accepts strings (and document the fact like
Brett Cannon
2009-03-30
1
-0/+5
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-2/+2
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-3/+7
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-1/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-16/+28
*
allow ctime(), gmtime(), and localtime() to take None as equivalent to an omi...
Fred Drake
2004-08-03
1
-0/+17
*
Bug 975996: Add _PyTime_DoubleToTimet to C API
Tim Peters
2004-06-20
1
-0/+8
*
Have strftime() check its time tuple argument to make sure the tuple's values
Brett Cannon
2004-03-02
1
-0/+56
*
Whitespace normalization.
Tim Peters
2003-04-24
1
-5/+5
*
SF patch #706707, time.tzset standards compliance update by Stuart Bishop
Neal Norwitz
2003-04-11
1
-58/+41
*
If time.tzset doesn't exist, don't test it.
Guido van Rossum
2003-03-15
1
-0/+3
[next]