index
:
bvg-grabber.git
develop
main
Querying the upcoming public transport departures in Berlin
gpcf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bvggrabber
/
api
Commit message (
Collapse
)
Author
Age
*
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
|
*
fixed a bug where not all buses are parsed.
Christian Struck
2013-01-29
|
*
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
*
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
|
*
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
|
*
Add api module
Markus Holtermann
2013-01-24