summaryrefslogtreecommitdiff
path: root/src/isodate/isotime.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosKian-Meng Ang2022-01-251-1/+1
|
* - round down microseconds (in case precision is higher)Gerhard Weis2021-12-131-4/+7
|
* Merge branch 'PR16'Gerhard Weis2021-12-131-31/+16
|\ | | | | | | | | | | | | | | | | | | | | * PR16: Don't match garbage characters at the end of time strings Don't match garbage characters at the end of date strings Factor in some regexes # Conflicts: # src/isodate/isodates.py # src/isodate/isotime.py
| * Don't match garbage characters at the end of time stringsGabriel2015-01-201-13/+12
| | | | | | | | Addresses #15.
| * Factor in some regexesGabriel2015-01-201-4/+1
| | | | | | | | | | This is for date and time formats that differed in a single optional character.
* | Merge branch 'PR57'Gerhard Weis2021-12-131-26/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PR57: remove the license from tests 1) move license to Project's root 2) add a missing sentence from 2-clause license 3-clause license ("BSD License 2.0", "Revised BSD License", "New BSD License", or "Modified BSD License"): [(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.] # Conflicts: # src/isodate/__init__.py # src/isodate/duration.py # src/isodate/isodates.py # src/isodate/isodatetime.py # src/isodate/isoduration.py # src/isodate/isoerror.py # src/isodate/isotime.py # src/isodate/isotzinfo.py # src/isodate/tests/__init__.py # src/isodate/tests/test_date.py # src/isodate/tests/test_datetime.py # src/isodate/tests/test_duration.py # src/isodate/tests/test_strf.py # src/isodate/tests/test_time.py
| * | 1) move license to Project's rootAlexander Mangin2019-03-271-26/+0
| | | | | | | | | | | | | | | 2) add a missing sentence from 2-clause license 3-clause license ("BSD License 2.0", "Revised BSD License", "New BSD License", or "Modified BSD License"): [(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.]
* | | white spaceGerhard Weis2021-12-131-41/+75
|/ /
* | use sixGerhard Weis2017-07-051-7/+3
| |
* | Flake happinessLaurent Mazuel2017-06-281-3/+3
| |
* | Adapt after 2to3 removalLaurent Mazuel2017-06-281-0/+4
| |
* | Move line breaks after operatorsAdrian Coveney2015-02-261-10/+10
|/ | | | | - Move line breaks to after operators as per PEP8 as Flake has started picking up on this in a newer version.
* make flake happyGerhard Weis2014-02-271-1/+2
|
* convert microseconds to int before passing in to datetime.time(..). closes #3Gerhard Weis2013-01-241-3/+3
|
* - round to microseconds in case provided iso date string uses higher precisionGerhard Weis2012-10-301-1/+2
|
* * fixed precision problem with microsecondsGerhard Weis2010-10-131-25/+30
|
* * added ISO 8601 formating methodsGerhard Weis2009-02-091-21/+20
| | | | | | | | * still problems with negative durations * refactored Duration class to separate module * allow access to wrapped timedelta attributes directly on Duration. * refactored tzinfo parsing and formating into separate module * updated test cases for new functionality
* * initial commit (version 0.3.0)Gerhard Weis2009-01-051-0/+152