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
*
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