Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Some cleanup and documentation | Markus Holtermann | 2013-02-20 |
| | |||
* | Fix the bug that prevents making departures after a day-change to be treated ↵ | Markus Holtermann | 2013-02-20 |
| | | | | as departures of the current day. | ||
* | fixed a bug, where the application crashed. | Christian Struck | 2013-02-06 |
| | |||
* | 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 test for the new dateformat | Christian Struck | 2013-01-31 |
| | |||
* | 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 |
| | |||
* | Move hourformat and fullformat to separate module. Add and adjust tests | Markus Holtermann | 2013-01-30 |
| | |||
* | Add total order for ``bvggrabber.api.Departure``. Fixes #1 | Markus Holtermann | 2013-01-30 |
| | |||
* | deleted the old parsing executable from which the project started. | Christian Struck | 2013-01-29 |
| | |||
* | fixed a bug where not all buses are parsed. | Christian Struck | 2013-01-29 |
| | |||
* | Added tests for the new conversion added in the last commit | Christian Struck | 2013-01-28 |
| | |||
* | Fixed a bug, where the Vehicle conversion did not work properly | Christian Struck | 2013-01-28 |
| | |||
* | Fix travis#18 ? | Markus Holtermann | 2013-01-26 |
| | |||
* | 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 | ||
* | Finally fix the remaining seconds behaviour of ``bvggrabber.api.Departure`` ↵ | Markus Holtermann | 2013-01-26 |
| | | | | and add appropriate test cases | ||
* | 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 |
| | |||
* | Take care of the seconds | Markus Holtermann | 2013-01-25 |
| | |||
* | Fix travis#13 | Markus Holtermann | 2013-01-25 |
| | |||
* | Fix encoding issues | Markus Holtermann | 2013-01-25 |
| | |||
* | Add to_json method for departures | Markus Holtermann | 2013-01-25 |
| | |||
* | added fuzzy time parsing, because there can be some random strings in the ↵ | Christian Struck | 2013-01-25 |
| | | | | timestring | ||
* | 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 missing parameter | Markus Holtermann | 2013-01-25 |
| | |||
* | Fix day-change bugs in bvggrabber.api.Departure | Markus Holtermann | 2013-01-25 |
| | |||
* | Partial revert auf recent cleanup to make the tests run on Python 3.2 again | Markus Holtermann | 2013-01-24 |
| | |||
* | Add coverage for travis | Markus Holtermann | 2013-01-24 |
| | |||
* | Cleanup | Markus Holtermann | 2013-01-24 |
| | |||
* | Add first attempt of ActualDepartureQueryApi | Markus Holtermann | 2013-01-24 |
| | |||
* | Add base QueryApi and Departure classes including simple tests | Markus Holtermann | 2013-01-24 |
| | |||
* | * We use beautifulsoup4 and python-dateutil | Markus Holtermann | 2013-01-24 |
| | | | | * Fix packaging error resulted by renaming the README file back to README.rst | ||
* | rename readme back to rst | Markus Holtermann | 2013-01-24 |
| | |||
* | Update README / add Travis-CI status | Markus Holtermann | 2013-01-24 |
| | |||
* | We rely on beautifulsoup | Markus Holtermann | 2013-01-24 |
| | |||
* | Add api module | Markus Holtermann | 2013-01-24 |
| | |||
* | Set correct encoding header | Markus Holtermann | 2013-01-24 |
| | |||
* | Add tests to setup.py and exclude them during installation | Markus Holtermann | 2013-01-24 |
| | |||
* | We require Python >= 3.2 | Markus Holtermann | 2013-01-24 |
| | |||
* | Add travis-ci config | Markus Holtermann | 2013-01-24 |
| | |||
* | changed variable names to more corresponding ones. Code will be from now on ↵ | Christian Struck | 2013-01-24 |
| | | | | completely english. Fixed the 1439min problem. And now showing the Bus will arrive now, when it arrives in the next 2min. | ||
* | Added the latest nongit app-prototype version to git | Christian Struck | 2013-01-23 |
| | |||
* | init main package | Markus Holtermann | 2013-01-23 |
| | |||
* | initial cleanup | Markus Holtermann | 2013-01-23 |
| | |||
* | Initial commit | Markus Holtermann | 2013-01-23 |