Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
90437c03f2215acebffec9669316b40d46bd9757
/
Lib
/
test
/
test_strptime.py
2b6dfec
Raise a ValueError when there is data that was not covered in the format string. Done to match behavior of pre-existing C-based strptime implementations.
by Brett Cannon
· 22 years ago
1e91d8e
Make _strptime escape regex syntax in format string to prevent use in internal regex.
by Brett Cannon
· 22 years ago
1fdb633
SF patch #691928: Use datetime in _strptime Contributed by Brett Cannon.
by Raymond Hettinger
· 22 years ago
08e5427
SF patch 670012: Compatibility changes for _strptime.py.
by Tim Peters
· 23 years ago
490602d
Fix julian day problem with strptime. Note: XXX about using 0, suggestions?
by Neal Norwitz
· 23 years ago
e16e01f
Patch #639112: fixes for None locale and tz.
by Martin v. Löwis
· 23 years ago
4d895fa
Brett's fixes for various bugs and coding issues. Closes SF patch #
by Barry Warsaw
· 23 years ago
472c522
Delete the %c test from test_date_time() untill Brett Cannon has time
by Guido van Rossum
· 23 years ago
375e0ee
The test I saw failing this morning just happened to be run at 8am
by Barry Warsaw
· 23 years ago
a5ce2e8
Standardize behavior: no docstrings in test functions; add a proper
by Guido van Rossum
· 23 years ago
469cdad
Whitespace normalization.
by Tim Peters
· 23 years ago
00efe7e
Pure Python strptime implementation by Brett Cannon. See SF patch 474274.
by Guido van Rossum
· 23 years ago