summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_strptime.py
Commit message (Expand)AuthorAgeFilesLines
* SF patch 670012: Compatibility changes for _strptime.py.Tim Peters2003-01-181-47/+38
* Fix julian day problem with strptime. Note: XXX about using 0, suggestions?Neal Norwitz2002-12-261-0/+12
* Patch #639112: fixes for None locale and tz.Martin v. Löwis2002-11-271-56/+141
* Brett's fixes for various bugs and coding issues. Closes SF patch #Barry Warsaw2002-09-231-7/+26
* Delete the %c test from test_date_time() untill Brett Cannon has timeGuido van Rossum2002-09-031-2/+2
* The test I saw failing this morning just happened to be run at 8amBarry Warsaw2002-08-291-0/+12
* Standardize behavior: no docstrings in test functions; add a properGuido van Rossum2002-08-221-46/+44
* Whitespace normalization.Tim Peters2002-08-081-10/+10
* Pure Python strptime implementation by Brett Cannon. See SF patch 474274.Guido van Rossum2002-07-191-0/+279