Commit graph

8087 commits

Author SHA1 Message Date
discopatrick
18c512893e more flake8 updates 2017-04-19 14:10:04 +01:00
SpirosChadoulos
60318f1e02 fixed line length 2017-04-19 13:07:04 +03:00
SpirosChadoulos
de57602e34 fixed certain errors 2017-04-19 12:54:03 +03:00
SpirosChadoulos
3e9076b451 deleted else 2017-04-19 12:47:31 +03:00
SpirosChadoulos
70183070b2 deleted else 2017-04-19 12:35:07 +03:00
SpirosChadoulos
53618258fa added 1 line before for loop 2017-04-19 11:31:08 +03:00
xarph
ffcaf33845 add -f argument to play command 2017-04-18 15:30:24 -07:00
Adrian Sampson
7eaaa99566 Changelog entry for #2508 2017-04-18 17:59:12 -04:00
Adrian Sampson
906bd97d46 Hint about database access errors 2017-04-18 17:57:13 -04:00
Adrian Sampson
19e09585d8 Re-raise other errors
And re-use the SQLite error string instead of a hand-written one for now.
2017-04-18 10:32:44 -04:00
Adrian Sampson
621427fa63 Reformat a docstring 2017-04-18 10:31:09 -04:00
Mary011196
e756f98845 Correcting the mistakes that Travis CI showed me 2017-04-16 17:24:48 +03:00
Adrian Sampson
512031a099 Revise changelog for #2509 2017-04-16 08:57:52 -04:00
Adrian Sampson
8a99eea146 Merge pull request #2509 from mattmurch/Issue549
Add default replace for - to _
2017-04-16 08:56:22 -04:00
SpirosChadoulos
a99b7e9e40 Provided default value for export. 2017-04-16 15:53:11 +03:00
Mary011196
0492741bf7 Error check with if statemetnt 2017-04-16 15:18:40 +03:00
Mary011196
f7a58447f0 Change the error name to DBAccessError 2017-04-16 15:15:45 +03:00
Adrian Sampson
346ecbc6d4 Slightly more verbose config overlay description 2017-04-15 15:43:26 -04:00
Adrian Sampson
8e58a61eb4 Remove one blank line 2017-04-15 15:34:09 -04:00
Adrian Sampson
560d003375 Merge pull request #2514 from MolarAmbiguity/master
Add info about overlaying configs, Resolves #2084
2017-04-15 15:34:00 -04:00
Adrian Sampson
a2eb6fae0b Merge pull request #2518 from jwilk/re.sub
Fix misuse of flags in re.sub() calls
2017-04-15 12:00:09 -04:00
Adrian Sampson
419d9a0667 Remove an accidentally-committed config 2017-04-15 11:52:09 -04:00
Adrian Sampson
0cbb40869a Merge pull request #2403 from antlarr/master
Run python2 or python3 depending on what's being used
2017-04-15 11:28:45 -04:00
Adrian Sampson
fb7296711c Fix Windows encoding in convert stub (#2516) 2017-04-15 11:27:19 -04:00
Adrian Sampson
e709ae6dd5 Changelog for #2516 2017-04-15 11:13:47 -04:00
Jakub Wilk
d3664ad5db Fix misuse of flags in re.sub() calls
The 4th argument of re.sub() is maximum number of substitutions,
not flags.
2017-04-15 14:44:19 +02:00
MolarAmbiguity
a526eb7222 Implement feedback from sampsyo 2017-04-15 09:23:35 +10:00
SpirosChadoulos
d4413a2bc4 obj instead of item 2017-04-15 00:54:09 +03:00
Mary Koliopoulou
cf744eb1f7 Update db.py 2017-04-14 19:42:23 +03:00
discopatrick
6515f9c55a changes date validation method to try each format until a match is found 2017-04-14 15:25:03 +01:00
discopatrick
d466f8802c passes flake8 2017-04-14 14:45:51 +01:00
Adrian Sampson
c7801d4cc0 Attempted fix for #2515 (convert on Windows)
On Python 3, this tries to pass through the Unicode filename representation
for paths to the Windows API.
2017-04-14 09:31:30 -04:00
discopatrick
ff4c0abcf1 tests ‘added’ instead of ‘mtime’ , and uses a correct date format 2017-04-14 13:05:13 +01:00
SpirosChadoulos
8f3ca12179 Put export before confirm 2017-04-14 12:19:16 +03:00
Mary Koliopoulou
cb2f47d8d9 Update db.py 2017-04-14 09:41:24 +03:00
Mary011196
bccfcb6b4f handlinig AccessFileError in main 2017-04-14 09:33:23 +03:00
Mary011196
3fd04ad642 adding AccessFileError as new class error excpetion 2017-04-14 09:28:13 +03:00
MolarAmbiguity
94b75e8fb4 Fix bulleted list 2017-04-14 12:57:42 +10:00
MolarAmbiguity
ad87d2af92 Add info about overlaying configs 2017-04-14 12:40:32 +10:00
discopatrick
ed0ea1dee5 tests more invalid date queries 2017-04-14 01:49:58 +01:00
discopatrick
1ac3872293 updates documentation 2017-04-14 01:40:06 +01:00
discopatrick
8e6909bf4b raises error when date string has too many components 2017-04-14 01:32:18 +01:00
discopatrick
3aebb30ad9 improves the exception details 2017-04-14 01:31:46 +01:00
discopatrick
a3251ef7c6 skips tests for now 2017-04-14 01:13:02 +01:00
discopatrick
1744ca6e88 raises error when dates passed to query as long numbers 2017-04-14 00:40:06 +01:00
SpirosChadoulos
4745c262e2 New export command 2017-04-13 12:51:11 +03:00
Matt Murch
6e29514d4c Fix Changelog Bug 2017-04-12 19:04:02 -04:00
Matt Murch
e224621e83 Add default replace for - to _
Also updated changelog and docs.

Resolves: #549
2017-04-12 13:48:37 -04:00
Mary011196
11e3a5a923 OperationalError from SQlite that indicates a permissions problem on database file. 2017-04-12 00:38:58 +03:00
Antonio Larrosa
85e0c0dcee Fixed E501 and E305 PEP8 errors 2017-04-04 09:08:30 +02:00