Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | made Response object json serializable reworked tests and removed to_json ↵ | Christian Struck | 2013-02-04 |
| | | | | from departure object | ||
* | Added a new object to return which is easier to handle an implements a merge ↵ | Christian Struck | 2013-02-02 |
| | | | | function if it is wished to mix actualdeparture with scheduleddeparture departures. | ||
* | Fixup travis#25 | Markus Holtermann | 2013-01-31 |
| | | | | Signed-off-by: Christian Struck <christian@struck.se> | ||
* | added function dateformat and renamed function hourformat to timeformat and ↵ | Christian Struck | 2013-01-31 |
| | | | | removed wrong enc in actualdeparture | ||
* | PEP-008 | Markus Holtermann | 2013-01-30 |
| | |||
* | Fixed a bug, where the Vehicle conversion did not work properly | Christian Struck | 2013-01-28 |
| | |||
* | PEP-8 | Markus Holtermann | 2013-01-26 |
| | |||
* | the ``bvggrabber.api.Departure`` does not need to have a byte representation ↵ | Markus Holtermann | 2013-01-26 |
| | | | | of the start | ||
* | Fix null pointer exception | Markus Holtermann | 2013-01-26 |
| | |||
* | One should use ``import datetime`` instead of ``from datetime import datetime`` | Markus Holtermann | 2013-01-25 |
| | |||
* | Fix encoding issues | Markus Holtermann | 2013-01-25 |
| | |||
* | added more features for the scheduledparser and fixed some minor errors | Christian Struck | 2013-01-25 |
| | |||
* | Added support for scheduled departure times which allows to show U+S ↵ | Christian Struck | 2013-01-25 |
| | | | | departure times. | ||
* | Add api module | Markus Holtermann | 2013-01-24 |