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_strptime.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-2/+11
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-0/+29
*
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters
2007-02-05
1
-0/+4
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
Change time.strptime() to raise ValueError whenever there is an error in the
Brett Cannon
2005-11-02
1
-2/+12
*
Clear out the regex cache when the TimeRE cache is invalidated by a locale
Brett Cannon
2005-09-15
1
-0/+2
*
Fix bug of implementation of algorithm for calculating the date from year, week
Brett Cannon
2004-10-28
1
-3/+18
*
Add support for %U and %W to contribute to calculating the date when the year
Brett Cannon
2004-10-18
1
-0/+22
*
Locale data that contains regex metacharacters are now properly escaped.
Brett Cannon
2004-10-06
1
-0/+13
*
It helps when doing checks if something is in a tuple of strings that if you
Brett Cannon
2004-07-14
1
-1/+1
*
Fix test case for when time.tzname[0] is either UTC or GMT. Also have test
Brett Cannon
2004-07-12
1
-2/+7
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
1
-4/+3
*
Make sure parentheses are escaped when used in the format string.
Brett Cannon
2003-08-29
1
-0/+9
*
Fix bug in test_bad_timezone where test was assuming locale knew of PDT.
Brett Cannon
2003-08-11
1
-2/+3
*
Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] and
Brett Cannon
2003-08-11
1
-0/+20
*
Re-introduce caching of TimeRE and compiled regexes with added thread-safety.
Brett Cannon
2003-08-05
1
-60/+54
*
Remove caching of TimeRE (and thus LocaleTime) instance. Error was being
Brett Cannon
2003-07-24
1
-7/+10
*
Fix error in test of not comparing against 0 item of a list
Brett Cannon
2003-07-22
1
-1/+1
*
Fixes bug of timezone value being left as -1 when ``time.tzname[0] ==
Brett Cannon
2003-07-03
1
-3/+3
*
Fix typo in error message
Neal Norwitz
2003-06-30
1
-1/+1
*
Removed invalid test.
Raymond Hettinger
2003-06-29
1
-3/+0
*
Beefed up timezone support. UTC and GMT are now always recognized timezones
Brett Cannon
2003-05-11
1
-5/+14
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-8/+8
*
Raise a ValueError when there is data that was not covered in the format stri...
Brett Cannon
2003-04-28
1
-0/+4
*
Make _strptime escape regex syntax in format string to prevent use in interna...
Brett Cannon
2003-04-19
1
-0/+14
*
SF patch #691928: Use datetime in _strptime
Raymond Hettinger
2003-03-09
1
-32/+38
*
SF patch 670012: Compatibility changes for _strptime.py.
Tim Peters
2003-01-18
1
-47/+38
*
Fix julian day problem with strptime. Note: XXX about using 0, suggestions?
Neal Norwitz
2002-12-26
1
-0/+12
*
Patch #639112: fixes for None locale and tz.
Martin v. Löwis
2002-11-27
1
-56/+141
*
Brett's fixes for various bugs and coding issues. Closes SF patch #
Barry Warsaw
2002-09-23
1
-7/+26
*
Delete the %c test from test_date_time() untill Brett Cannon has time
Guido van Rossum
2002-09-03
1
-2/+2
*
The test I saw failing this morning just happened to be run at 8am
Barry Warsaw
2002-08-29
1
-0/+12
*
Standardize behavior: no docstrings in test functions; add a proper
Guido van Rossum
2002-08-22
1
-46/+44
*
Whitespace normalization.
Tim Peters
2002-08-08
1
-10/+10
*
Pure Python strptime implementation by Brett Cannon. See SF patch 474274.
Guido van Rossum
2002-07-19
1
-0/+279