Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix SF #658820, regex fixes for _strptime (Brett Cannon) | Neal Norwitz | 2002-12-30 | 1 | -8/+9 |
| | | | | Disallow zero for days and months | ||||
* | 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 |
| | | | | | 593560, with some minor cleanups, line folding and whitespace normalization by Barry. | ||||
* | Many hopefully benign style clean ups. Still passes the test suite of | Barry Warsaw | 2002-08-29 | 1 | -172/+200 |
| | | | | course. | ||||
* | strptime(): The code that was adding 12 to PM hours was incorrect | Barry Warsaw | 2002-08-29 | 1 | -5/+12 |
| | | | | | | | | | because it added it to 12 PM too. 12 PM should be hour 12 not hour 24. Also cleaned up a minor style nit. There are more style problems in this file that I'll clean up next (but I didn't want them to overwhelm the substance of this fix). | ||||
* | 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 |
Also adds tests. |