Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |