0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 17 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved `win32timezones` into a separate file, and added code that actually generates this file (which can be used to keep up to date; not called by default). See #3811 More... almost 14 years ago
Add support for looking up non-English time zone names to the windows names, then checking Olsen database. Also, raise a better error if this fails. See #3811 More... almost 14 years ago
Fixing the replace method when operating around timezones. More... almost 14 years ago
Add a utility function to strip timezone info from a datetime See #3603 More... almost 14 years ago
Optimize comparisons between timezones. Use common timezones as priority over others. If multiple matches are found to `/etc/localtime`, warn, but still use the first one. More... about 14 years ago
All pytz timezones use localize More... about 14 years ago
Always use pytz timezones More... about 14 years ago
Correct typo More... about 14 years ago
Add a localize function, which either adds the local timezone to a naive datetime or converts a non-naive datetime to the local timezone More... about 14 years ago
Add Windows support using win32timezone More... about 14 years ago
Fixed a bug when inputting a timezone string into smartparse. More... over 14 years ago
Fixing a bug in astimezone. More... over 14 years ago
Adding tests for some things people rant about. More... over 14 years ago
More daylight savings fun. - Added a whole bunch of tests for daylight saving transitions. - Fix the bugs the tests found. - Some small style fixes. More... over 14 years ago
Add more date formats for smart parse. More... almost 15 years ago
Update the properties. More... almost 15 years ago
Lint fixes. More... almost 15 years ago
Mock the same object a slightly different way. More... almost 15 years ago
Added some helpful iterator methods. More... almost 15 years ago
Fix asdate() bug and adding unit test. More... almost 15 years ago
* Added tests for case sensitivity in smartparse More... about 15 years ago
Update the ignore. More... about 15 years ago
* removed unused google3 import More... about 15 years ago
Some timezone fixes, made the tests not operate in my local timezone. More... about 15 years ago
Add "start of" and "end of" parsing. More... about 15 years ago
Updates from codereview. More... about 15 years ago
Adding the smartparse functionality. More... about 15 years ago
Small fix to the localtime test. More... about 15 years ago
Make it work with the installed version of Python. More... over 15 years ago
Make the code work with Python2.4 More... over 15 years ago