FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for sqlobject/manager/command.py - sqlobject/sqlobject · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
sqlobject
/
sqlobject
Public
Notifications
You must be signed in to change notification settings
Fork
26
Star
156
Code
Issues
2
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
sqlobject
sqlobject
manager
command.py
on
master
User selector
Datepicker
Commit history
Commits on Jun 22, 2020
Style: Fix `flake8` E741 ambiguous variable name 'l'
phdru
committed
f256021
View commit details
Copy full SHA for f256021
View code at this point
Browse repository at this point
Commits on Nov 26, 2018
Style: Ignore flake8 W504 line break after binary operator
phdru
committed
62156a3
View commit details
Copy full SHA for 62156a3
View code at this point
Browse repository at this point
Commits on Oct 23, 2017
Cleanup: Fix flake8 E722 do not use bare except
phdru
committed
a270c35
View commit details
Copy full SHA for a270c35
View code at this point
Browse repository at this point
Commits on Mar 21, 2015
Simplify and unify testing of sys.version
phdru
committed
07d1c3d
View commit details
Copy full SHA for 07d1c3d
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
Fix config call
Neil
committed
f4ccb2c
View commit details
Copy full SHA for f4ccb2c
View code at this point
Browse repository at this point
Rewrite to use os.walk
Neil
committed
e6ea796
View commit details
Copy full SHA for e6ea796
View code at this point
Browse repository at this point
Python3 compatibility fix
Neil
committed
4967eae
View commit details
Copy full SHA for 4967eae
View code at this point
Browse repository at this point
Fix sort issues
Neil
committed
c8cb1ff
View commit details
Copy full SHA for c8cb1ff
View code at this point
Browse repository at this point
Fix raw_input usage
Neil
committed
8d873ac
View commit details
Copy full SHA for 8d873ac
View code at this point
Browse repository at this point
Commits on Feb 18, 2015
replace basestring
Neil
committed
3428200
View commit details
Copy full SHA for 3428200
View code at this point
Browse repository at this point
Commits on Feb 15, 2015
Merge pull request #80 from lukmdo/pytest_show_py3_errors
Show description for 7d74887
phdru
committed
7d74887
View commit details
Copy full SHA for 7d74887
View code at this point
Browse repository at this point
Fix flake8 W503 line break before binary operator
phdru
committed
fb15acc
View commit details
Copy full SHA for fb15acc
View code at this point
Browse repository at this point
make pytest report py3 issues
lukmdo
committed
a5c1389
View commit details
Copy full SHA for a5c1389
View code at this point
Browse repository at this point
fix E131 (and F403 outside tests)
lukmdo
committed
972ccbf
View commit details
Copy full SHA for 972ccbf
View code at this point
Browse repository at this point
Commits on Feb 14, 2015
Fix flake8 E226 missing whitespace around arithmetic operator
phdru
committed
f89bd3c
View commit details
Copy full SHA for f89bd3c
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
Fix #49: rename loop variables instead of del
phdru
committed
80b163b
View commit details
Copy full SHA for 80b163b
View code at this point
Browse repository at this point
Fix #49 flake8 F812 list comprehension redefines 'name'
Show description for 12fb506
phdru
committed
12fb506
View commit details
Copy full SHA for 12fb506
View code at this point
Browse repository at this point
Fix #40: E713 - test for membership should be 'not in'
Neil
committed
95d589a
View commit details
Copy full SHA for 95d589a
View code at this point
Browse repository at this point
Commits on Feb 9, 2015
Fix #33 flake8 F402 import 'name' shadowed by loop variable
phdru
committed
e2045ea
View commit details
Copy full SHA for e2045ea
View code at this point
Browse repository at this point
Commits on Feb 8, 2015
Merge branch 'flake8-fixes'
phdru
committed
18c1496
View commit details
Copy full SHA for 18c1496
View code at this point
Browse repository at this point
Fix #31 flake8 E129
Show description for d7b80b7
phdru
committed
d7b80b7
View commit details
Copy full SHA for d7b80b7
View code at this point
Browse repository at this point
Commits on Feb 7, 2015
Fix flake8 E303 - Too many blank lines
Neil
committed
08779bb
View commit details
Copy full SHA for 08779bb
View code at this point
Browse repository at this point
Commits on Feb 5, 2015
Fix #27 flake8 F821 undefined name
Show description for fe1c76c
phdru
committed
fe1c76c
View commit details
Copy full SHA for fe1c76c
View code at this point
Browse repository at this point
Commits on Jan 30, 2015
Fix #26 flake8 E126 continuation line over-indented
phdru
committed
d7ce0b1
View commit details
Copy full SHA for d7ce0b1
View code at this point
Browse repository at this point
Commits on Jan 26, 2015
Fix #23 flake8 E701 multiple statements on one line
phdru
committed
bdd9c45
View commit details
Copy full SHA for bdd9c45
View code at this point
Browse repository at this point
Commits on Jan 24, 2015
Fix #11 flake8 E302 expected 2 blank lines
phdru
committed
86bbf2c
View commit details
Copy full SHA for 86bbf2c
View code at this point
Browse repository at this point
Commits on Jan 20, 2015
Fix #12 flake8 E501 line too long
phdru
committed
4b27e7a
View commit details
Copy full SHA for 4b27e7a
View code at this point
Browse repository at this point
Commits on Jan 10, 2015
Fix #17 flake8 E301 expected 1 blank line, found 0
phdru
committed
051e1c9
View commit details
Copy full SHA for 051e1c9
View code at this point
Browse repository at this point
Commits on Jan 9, 2015
Fix #19 flake8 E231 missing whitespace after ',' or ':'
phdru
committed
a19132e
View commit details
Copy full SHA for a19132e
View code at this point
Browse repository at this point
Commits on Jan 8, 2015
Fix #20 flake8 F841 local variable 'name' is assigned to but never used
phdru
committed
524a742
View commit details
Copy full SHA for 524a742
View code at this point
Browse repository at this point
Commits on Jan 5, 2015
Fix #22 flake8 E127 continuation line over-indented for visual indent
phdru
committed
d4374a6
View commit details
Copy full SHA for d4374a6
View code at this point
Browse repository at this point
Commits on Jan 2, 2015
Use new-style exception handling syntax
sigmavirus24
committed
9f41303
View commit details
Copy full SHA for 9f41303
View code at this point
Browse repository at this point
Commits on Dec 26, 2014
Merge pull request #6 from sqlobject/python3/raise-syntax
Show description for 794c1f7
phdru
committed
794c1f7
View commit details
Copy full SHA for 794c1f7
View code at this point
Browse repository at this point
Convert last of the old-style raise syntax
sigmavirus24
committed
68f90a7
View commit details
Copy full SHA for 68f90a7
View code at this point
Browse repository at this point
Commits on Dec 25, 2014
Begin transition to print function
sigmavirus24
committed
75f877e
View commit details
Copy full SHA for 75f877e
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL