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
/
_strptime.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters
2007-02-05
1
-38/+31
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-1/+1
*
Change time.strptime() to raise ValueError whenever there is an error in the
Brett Cannon
2005-11-02
1
-1/+14
*
Clear out the regex cache when the TimeRE cache is invalidated by a locale
Brett Cannon
2005-09-15
1
-1/+2
*
Fix logic error introduced in last commit. Also add a comment to explain what
Brett Cannon
2005-08-29
1
-2/+5
*
fix bug where str.find() was being misused where __contains__ should have been
Brett Cannon
2005-08-27
1
-1/+1
*
Fix bug of implementation of algorithm for calculating the date from year, week
Brett Cannon
2004-10-28
1
-10/+12
*
Fix comments.
Brett Cannon
2004-10-18
1
-2/+4
*
Add support for %U and %W to contribute to calculating the date when the year
Brett Cannon
2004-10-18
1
-1/+43
*
Fix bug introduced by the previous patch by changing TimeRE.__seqToRe() to
Brett Cannon
2004-10-06
1
-2/+1
*
Convert a listcomp to a gencomp (was already editing code).
Brett Cannon
2004-10-06
1
-2/+2
*
Locale data that contains regex metacharacters are now properly escaped.
Brett Cannon
2004-10-06
1
-2/+4
*
Replace str.find()!=1 with the more readable "in" operator.
Raymond Hettinger
2004-05-04
1
-1/+1
*
Deal with possible case of having time.tzname[1] containing UTC or GMT.
Brett Cannon
2004-03-07
1
-2/+2
*
Whitespace normalization.
Tim Peters
2004-01-18
1
-1/+1
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
1
-4/+3
*
Let library modules use the new keyword arguments for list.sort().
Raymond Hettinger
2003-10-16
1
-11/+9
*
Make sure parentheses are escaped when used in the format string.
Brett Cannon
2003-08-29
1
-1/+1
*
Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] and
Brett Cannon
2003-08-11
1
-10/+19
*
Fix docstring in LocaleTime.
Brett Cannon
2003-08-08
1
-2/+2
*
Re-introduce caching of TimeRE and compiled regexes with added thread-safety.
Brett Cannon
2003-08-05
1
-275/+136
*
Fixes bug of having default argument for TimeRE's __init__ that caused the
Brett Cannon
2003-07-24
1
-2/+5
*
Remove caching of TimeRE (and thus LocaleTime) instance. Error was being
Brett Cannon
2003-07-24
1
-41/+13
*
SF 748201: time.strptime() should display format and date on error
Raymond Hettinger
2003-07-13
1
-1/+2
*
Fixes bug of timezone value being left as -1 when ``time.tzname[0] ==
Brett Cannon
2003-07-03
1
-4/+5
*
use == like all the other conditionals
Neal Norwitz
2003-06-29
1
-1/+1
*
Call time.tzset (if available) just before calculating possible timezones fro...
Brett Cannon
2003-05-13
1
-0/+4
*
Beefed up timezone support. UTC and GMT are now always recognized timezones
Brett Cannon
2003-05-11
1
-7/+15
*
Raise a ValueError when there is data that was not covered in the format stri...
Brett Cannon
2003-04-28
1
-0/+3
*
Whitespace normalization.
Tim Peters
2003-04-24
1
-3/+2
*
Make _strptime escape regex syntax in format string to prevent use in interna...
Brett Cannon
2003-04-19
1
-1/+10
*
SF patch #691928: Use datetime in _strptime
Raymond Hettinger
2003-03-09
1
-56/+18
*
Whitespace normalization.
Tim Peters
2003-01-29
1
-3/+3
*
SF patch 670194: Performance enhancement for _strptime.py.
Tim Peters
2003-01-19
1
-20/+36
*
SF patch 670012: Compatibility changes for _strptime.py.
Tim Peters
2003-01-18
1
-91/+89
*
Checking in Brett Cannon's patch #662053, which fixes bug #661354.
Jack Jansen
2003-01-15
1
-8/+12
*
Fix SF #658820, regex fixes for _strptime (Brett Cannon)
Neal Norwitz
2002-12-30
1
-8/+9
*
Fix julian day problem with strptime. Note: XXX about using 0, suggestions?
Neal Norwitz
2002-12-26
1
-1/+3
*
Patch #639112: fixes for None locale and tz.
Martin v. Löwis
2002-11-27
1
-5/+13
*
Brett's fixes for various bugs and coding issues. Closes SF patch #
Barry Warsaw
2002-09-23
1
-61/+69
*
Many hopefully benign style clean ups. Still passes the test suite of
Barry Warsaw
2002-08-29
1
-172/+200
*
strptime(): The code that was adding 12 to PM hours was incorrect
Barry Warsaw
2002-08-29
1
-5/+12
*
Whitespace normalization.
Tim Peters
2002-08-08
1
-40/+40
*
Pure Python strptime implementation by Brett Cannon. See SF patch 474274.
Guido van Rossum
2002-07-19
1
-0/+488