|
a76dd860f3
|
Use string literal delimiters consistently (triple double-quotes for docstrings, [triple] single quotes for everything else where feasible).
|
2016-06-06 01:21:51 +02:00 |
|
|
b717414e7b
|
Import the datetime and timedelta classes from the datetime package without having to fully qualify their uses.
|
2016-06-06 01:21:31 +02:00 |
|
|
e1b2657ff0
|
Open file via with statement so it gets closed automatically.
|
2016-06-06 01:21:31 +02:00 |
|
|
be6bd58080
|
Formatted with PEP 8 in mind. Inserted additional blank lines for readability. Ordered imports alphabetically. Removed unnecessary parentheses.
|
2016-06-06 01:21:25 +02:00 |
|
|
4f43306f44
|
Update README.md
|
2016-01-17 23:30:57 -05:00 |
|
|
7af9378b50
|
Merge pull request #22 from cbas/patch-1
Gitfiti Painter mention
|
2015-06-10 11:12:39 -04:00 |
|
|
08dd6219c2
|
Gitfiti Painter mention
|
2015-05-23 13:39:16 +08:00 |
|
|
8c5f11dcc3
|
Update README.md
|
2015-04-21 13:25:43 -04:00 |
|
|
b16d04ce0c
|
Merge pull request #21 from tickelton/master
added reference to ghdecoy
|
2015-04-21 13:20:35 -04:00 |
|
|
3734ed434b
|
added reference to ghdecoy
|
2015-04-18 22:39:44 +02:00 |
|
|
0519867255
|
Merge pull request #19 from Rosuav/input_comparison_style
Use "not x" rather than "x == None" for testing the result of raw_input()
|
2014-11-08 16:29:31 -05:00 |
|
|
9746944e4c
|
Use "not x" rather than "x == None" for testing the result of raw_input()
|
2014-11-05 22:08:59 +11:00 |
|
|
d9514f0b4e
|
changed max_commits() and get_calendar() to fix issue #17
|
2014-09-26 13:45:12 -04:00 |
|
|
6c1faad8a6
|
error in empty string handling
|
2014-08-19 14:05:59 -04:00 |
|
|
1333435f4f
|
fix contributor's print statement
|
2014-08-19 00:15:17 -04:00 |
|
|
8bd8a9311e
|
t push origin masterMerge branch 'stormyjet-patch-1'
Adds support for python3
|
2014-08-19 00:08:16 -04:00 |
|
|
9aab65ebb2
|
merging Story's changes
|
2014-08-19 00:07:37 -04:00 |
|
|
454e8c7ebc
|
fixes calendar url issue
|
2014-08-18 23:48:34 -04:00 |
|
|
684b12b606
|
adding license, officially open source now?
|
2014-08-08 18:48:02 -04:00 |
|
|
87fe8f3401
|
Fix the py file for Python 3+
|
2014-07-29 23:56:24 -06:00 |
|
|
dd7473b026
|
Merge pull request #10 from ashphy/master
Fix the bug that kitty always appears when using user templates
|
2014-01-17 11:19:05 -08:00 |
|
|
0eb93f7afc
|
fix the bug that kitty always appears when using user templates
|
2014-01-16 23:29:13 +09:00 |
|
|
f4f0b5bf22
|
Merge pull request #8 from michaelrice/ghe
Ghe
|
2013-08-08 17:22:50 -07:00 |
|
|
a0dde04a3b
|
remove newline from commit date
|
2013-08-05 02:12:35 +00:00 |
|
|
62b276701e
|
added try except to urllib2 call for cal data
|
2013-08-04 20:47:18 -05:00 |
|
|
3af9779d31
|
fix issue when not using custom ghe
|
2013-08-04 20:05:48 -05:00 |
|
|
2d4653aa21
|
added ghe support
|
2013-08-03 22:16:09 +00:00 |
|
|
4ef8ba04b0
|
pep8 cleanup
|
2013-08-03 06:01:30 +00:00 |
|
|
f9d14f6b26
|
remove unused imports for os and sys
|
2013-08-01 03:18:09 +00:00 |
|
|
28de5c79df
|
Merge pull request #6 from danluu/master
Clarify prompt about offset
|
2013-06-24 16:10:53 -07:00 |
|
|
1466cfac83
|
Clarify offset
|
2013-06-24 12:12:45 -05:00 |
|
|
cc8961f892
|
added exceed option
|
2013-05-27 22:40:22 -04:00 |
|
|
0656a231d0
|
Merge pull request #5 from twolfson/dev/add.str.to.sprite.support
Added multi-line ASCII to sprite support
|
2013-05-26 14:46:39 -07:00 |
|
|
360c10e28d
|
Moved to better character set of string based sprites
|
2013-05-25 20:52:59 -07:00 |
|
|
ff3b786c5b
|
Removed temporary file
|
2013-05-24 09:21:54 -07:00 |
|
|
1cbfb79509
|
Added multi-line ASCII to sprite support
|
2013-05-24 09:17:47 -07:00 |
|
|
bded88fcaf
|
cleaning up
|
2013-05-22 12:59:22 -04:00 |
|
|
58289a28b6
|
fixed load_images to allow blank input
|
2013-05-22 12:57:39 -04:00 |
|
|
6c4020abd6
|
Merge pull request #4 from empathetic-alligator/master
Implemented support for user templates
|
2013-05-22 09:54:10 -07:00 |
|
|
4903cda740
|
Fixed code block formatting.
|
2013-05-21 21:56:01 -04:00 |
|
|
94b5321468
|
Put example template in code block.
|
2013-05-21 21:55:18 -04:00 |
|
|
599358d30c
|
Changed README.md to described added functionality. Also edited gitfiti.py to accept template files with newlines between templates.
|
2013-05-21 21:53:47 -04:00 |
|
|
8e3cb8e37f
|
Removed an unused variable.
|
2013-05-21 21:38:31 -04:00 |
|
|
140cef972a
|
Removed a debug line I forgot about
|
2013-05-21 21:37:46 -04:00 |
|
|
12d29ee561
|
Implemented support for user images.
|
2013-05-21 21:34:27 -04:00 |
|
|
3ad59a2a19
|
Update README.md
updated todo, new screenshot, etc.
|
2013-05-21 14:24:46 -03:00 |
|
|
7e054c1f6c
|
Merge pull request #3 from empathetic-alligator/master
Removed dependency on requests!
|
2013-05-21 10:00:59 -07:00 |
|
|
f6cbc1aced
|
new screenshot
|
2013-05-21 13:00:12 -04:00 |
|
|
d639d759bf
|
Used json.load instead of loads (no need to read out file).
|
2013-05-21 11:13:22 -04:00 |
|
|
b4c88ba229
|
Removed dependancy on requsts (urllib2 and json instead).
|
2013-05-21 10:08:28 -04:00 |
|