Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from upstream #1

Merged
merged 4,284 commits into from
May 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
4284 commits
Select commit Hold shift + click to select a range
b75cbbd
Testing: Add a test that verifies that notebooks can be opened from t…
ccordoba12 Mar 14, 2017
9f6cea4
Testing: Backport a fix for test_dochelpers
ccordoba12 Mar 14, 2017
49cdd71
Merge pull request #3956 from andfoy/project_ipynb_conv
ccordoba12 Mar 14, 2017
74be779
Merge from 3.1.x: PR #3956
ccordoba12 Mar 14, 2017
d6b1cbb
Merge from 3.x: PR #3956
ccordoba12 Mar 14, 2017
a74fccd
Change default color of panels.
rlaverde Mar 16, 2017
ed0f18a
Remove custom color of folding panel.
rlaverde Mar 16, 2017
cdf27cc
Delete surronding decorations and instead decorate current scope only.
rlaverde Mar 16, 2017
68a4b09
Adds missing parameter for format when copying in the arrayeditor.
dalthviz Mar 17, 2017
17d62a2
Restore line.
dalthviz Mar 17, 2017
31a65ca
Adds import for QKeySequence.
dalthviz Mar 17, 2017
c0b1346
Merge remote-tracking branch 'upstream/3.x' into find_in_files_bar
andfoy Mar 17, 2017
921ab24
Add spyder path to PluginClient
rlaverde Mar 15, 2017
a7c2fbf
Instrospection manager: send spyder path when initializing,
rlaverde Mar 17, 2017
07fece0
Plugin Manager: Add debug print when closing a plugin.
rlaverde Mar 17, 2017
f943450
Add some unittests for Plugin Client.
rlaverde Mar 17, 2017
dcfb81f
Plugin client: Fix test failing on windows.
rlaverde Mar 17, 2017
b3e0d52
Find in files tests added
andfoy Mar 17, 2017
b51d80c
Exclusion regex test added
andfoy Mar 18, 2017
01f6aae
Initial test for arrayeditor format and key events.
dalthviz Mar 18, 2017
8708184
Deletes unused import.
dalthviz Mar 18, 2017
653946c
Test fixes.
dalthviz Mar 18, 2017
15da60b
Merge for tests.
dalthviz Mar 18, 2017
977448f
Merge for tests.
dalthviz Mar 18, 2017
8f8cd5c
Adds a test.
dalthviz Mar 19, 2017
04299f6
Testing: Don't fail if coveralls fails for whatever reason
ccordoba12 Mar 21, 2017
5b4e40f
Merge pull request #4283 from ccordoba12/fix-circle
ccordoba12 Mar 21, 2017
291aa84
Merge from 3.1.x: PR #4283
ccordoba12 Mar 21, 2017
684818f
Merge from 3.x: PR #4283
ccordoba12 Mar 21, 2017
260735e
Merge pull request #4267 from dalthviz/fixes_issue_4257
ccordoba12 Mar 21, 2017
252157b
Merge from 3.x: PR #4267
ccordoba12 Mar 21, 2017
e61fcf4
Merge pull request #4265 from rlaverde/folding-panel-style
ccordoba12 Mar 21, 2017
25651e5
Update with 3.x
ccordoba12 Mar 21, 2017
c0f5423
Merge pull request #4263 from rlaverde/fix/python-path-jedi
ccordoba12 Mar 21, 2017
669b6b4
Merge from 3.1.x: PR #4263
ccordoba12 Mar 21, 2017
744af7e
Merge from 3.x: PR #4263
ccordoba12 Mar 21, 2017
d1c4f8c
Adds validation to only show message for the python console.
dalthviz Mar 22, 2017
a19d548
Change the management of the keyword argument.
dalthviz Mar 22, 2017
cdcbafa
Pycodestyle: Increment amount of style erros detected in the example …
rlaverde Mar 22, 2017
18a890d
Update Readme, change pep8 for pycodestyle.
rlaverde Mar 22, 2017
8ed6e33
Adds support for the notebookplugin in the fileswitcher.
dalthviz Mar 22, 2017
047bf80
Merge pull request #4286 from dalthviz/fixes_issue_4284
ccordoba12 Mar 22, 2017
5d8aa83
Backport PR 4286
ccordoba12 Mar 22, 2017
c05520f
Merge pull request #4292 from ccordoba12/backport-pr-4286
ccordoba12 Mar 22, 2017
d80e287
Merge from 3.1.x: PR #4292
ccordoba12 Mar 22, 2017
649ec7e
Merge pull request #4218 from rlaverde/pep8-pycodestyle
ccordoba12 Mar 22, 2017
f5054c2
Merge from 3.x: PR #4218
ccordoba12 Mar 22, 2017
a04dad0
Testing: Skip and re-run some tests that fail too much
ccordoba12 Mar 22, 2017
84c69af
Merge pull request #4293 from ccordoba12/fix-test-segfaults
ccordoba12 Mar 23, 2017
be8b750
Merge from 3.1.x: PR #4293
ccordoba12 Mar 23, 2017
4da75ad
Merge from 3.x: PR #4293
ccordoba12 Mar 23, 2017
6bf60e3
Add contributing file.
rlaverde Mar 14, 2017
00e19e8
Add requirements files.
rlaverde Mar 21, 2017
143dc95
Add requirements file instructions to contributing file.
rlaverde Mar 21, 2017
dc38d80
Add flaky to requirements file
rlaverde Mar 23, 2017
bb3a318
Add conda spyder-ide channel to contributing instructions
rlaverde Mar 23, 2017
3336180
Some changes in contributing test section.
rlaverde Mar 23, 2017
08f47fe
Change Contributing.md link in Readme.
rlaverde Mar 24, 2017
8461345
Add python=3 to conda create instructions.
rlaverde Mar 24, 2017
a10755f
Merge remote-tracking branch 'upstream/3.x' into find_in_files_bar
andfoy Mar 24, 2017
a15fe14
Merge branch 'find_in_files_bar' of github.com:andfoy/spyder into fin…
andfoy Mar 24, 2017
5bdbc65
Changes in comments and generalizes get_editor.
dalthviz Mar 24, 2017
dc33ce4
Merge pull request #4290 from dalthviz/fixes_notebook_fileswitcher
ccordoba12 Mar 25, 2017
ea763c3
Merge from 3.1.x: PR #4290
ccordoba12 Mar 25, 2017
1d58b5b
Merge from 3.x: PR #4290
ccordoba12 Mar 25, 2017
6676565
Set ClickFocus to Editor plugin to avoid tab scrolling when changing …
rlaverde Mar 27, 2017
f23b3d0
Merge pull request #4301 from rlaverde/focus-tab
ccordoba12 Mar 27, 2017
bc13350
Merge from 3.x: PR #4301
ccordoba12 Mar 27, 2017
b833b02
Add Most Recent used behaviour to Editor tabs change.
rlaverde Mar 27, 2017
9be0958
Fix error inverted defaults shortcuts prvious/next file.
rlaverde Mar 27, 2017
9a90878
Remove unused go_to_previous_file and go_to_next_file functions.
rlaverde Mar 27, 2017
cb0e9ab
Little style fix.
rlaverde Mar 28, 2017
93e7505
Change TabSwitcherWidget position to top.
rlaverde Mar 28, 2017
7ba0698
Support also Alt as a modifier for TabSwitcherWidget shortcuts.
rlaverde Mar 28, 2017
06851c4
Move stack_history logic to StackHistory class.
rlaverde Mar 28, 2017
3077d2c
Refresh stack_history when there's a modification in the editor state.
rlaverde Mar 28, 2017
00f296c
Merge remote-tracking branch 'upstream/3.x' into find_in_files_bar
andfoy Apr 1, 2017
9c0e99f
Merge branch 'find_in_files_bar' of github.com:andfoy/spyder into fin…
andfoy Apr 1, 2017
ce7b12b
Find in files search now sorts alphabetically per filename
andfoy Apr 1, 2017
5629a06
General code style corrections
andfoy Apr 1, 2017
8a59e00
More robust username query
web-flow Apr 3, 2017
d715d3f
Move import to the right place
ccordoba12 Apr 3, 2017
6096c39
Merge pull request #4311 from ghisvail/patch-3
ccordoba12 Apr 3, 2017
061d2b8
Merge from 3.1.x: PR #4311
ccordoba12 Apr 3, 2017
138361a
Merge from 3.x: PR #4311
ccordoba12 Apr 3, 2017
c66717f
Testing: Restore init files to test directories
ccordoba12 Apr 3, 2017
cc7d2c5
Testing: Add file type extensions used for tests
ccordoba12 Apr 3, 2017
a580cb7
Testing: Rename some files and fix tests
ccordoba12 Apr 3, 2017
6aabc36
Testing: Run tests several times in CircleCI to account for segfaults
ccordoba12 Apr 3, 2017
256be71
Merge pull request #4321 from ccordoba12/add-tests-to-package
ccordoba12 Apr 3, 2017
871fb72
Merge from 3.1.x: PR #4321
ccordoba12 Apr 3, 2017
747e56d
Merge from 3.x: PR #4321
ccordoba12 Apr 3, 2017
3f2c022
Editor: Make Jedi patch to work with Jedi 0.10.x versions
ccordoba12 Apr 8, 2017
29ceeca
Merge pull request #4341 from ccordoba12/jedi-0.10.x
ccordoba12 Apr 8, 2017
c19b6ad
Testing: Move PyQt4 tests to Travis
ccordoba12 Apr 8, 2017
cd4f5ed
Testing: Move some scripts to their right places
ccordoba12 Apr 9, 2017
b4ccd75
Testing: Remove unused Travis scripts
ccordoba12 Apr 9, 2017
88b0fbd
Merge from 3.1.x: PR #4341
ccordoba12 Apr 9, 2017
8ee8f36
Merge from 3.x: PR #4341
ccordoba12 Apr 9, 2017
38806fa
Merge pull request #4342 from ccordoba12/decrease-test-times
ccordoba12 Apr 9, 2017
50f5499
Merge from 3.1.x: PR #4342
ccordoba12 Apr 9, 2017
9888a40
Merge from 3.x: PR #4342
ccordoba12 Apr 9, 2017
649c27c
Testing: Simplify Appveyor installation
ccordoba12 Apr 9, 2017
b39c3b0
Testing: Skip a test in Python 3.6
ccordoba12 Apr 9, 2017
16538f9
Testing: Remove unneeded files
ccordoba12 Apr 9, 2017
458ca81
Testing: Skip a test on Python 2 and Qt5
ccordoba12 Apr 9, 2017
3e2ee53
Merge pull request #4345 from ccordoba12/simplify-appveyor
ccordoba12 Apr 9, 2017
bb35a62
Merge from 3.1.x: PR #4345
ccordoba12 Apr 9, 2017
4d9b1cd
Testing: Skip a test on Windows because it times out
ccordoba12 Apr 9, 2017
4f5e377
Testing: Fix tests in Appveyor
ccordoba12 Apr 9, 2017
8ec1173
Merge pull request #4346 from ccordoba12/fix-appveyor
ccordoba12 Apr 9, 2017
b61b2e7
Merge from 3.x: PRs #4345 and #4346
ccordoba12 Apr 9, 2017
326bef5
Add Markdown syntax highlighter.
rlaverde Apr 10, 2017
b442ad7
Add basic md highlighter test.
rlaverde Apr 11, 2017
53f49b0
Improvements in the test.
dalthviz Apr 11, 2017
3b0a3ba
Merge branch '3.1.x' into fixes_issue_3967
dalthviz Apr 11, 2017
9e333ca
Fix import for utils.test
dalthviz Apr 11, 2017
59961e7
Close file in test_calltip.
dalthviz Apr 11, 2017
344f0a7
Some improvements to md syntaxhighlighter.
rlaverde Apr 11, 2017
fbf0486
Add code support and bold titles to md syntaxhighlighter.
rlaverde Apr 11, 2017
1336c2e
Testing: Test that notebooks are converted to Python scripts from the…
ccordoba12 Apr 11, 2017
9e20b09
Add ipynb test file to our package
ccordoba12 Apr 11, 2017
92e1089
Skip Linux-PYQT5. Deletes file for test.
dalthviz Apr 11, 2017
19a44ce
Testing: Skip improved test on Windows because it hangs there
ccordoba12 Apr 11, 2017
b58712a
Testing: Fix unrelated test failure with PyQt 5.8
ccordoba12 Apr 11, 2017
d3a9e1a
Deletes formlayout.py
dalthviz Apr 11, 2017
7541bd1
Merge pull request #4353 from ccordoba12/fix-nb-test
ccordoba12 Apr 11, 2017
6bcd201
Merge from 3.1.x: PR #4353
ccordoba12 Apr 11, 2017
a1e8b9e
Merge from 3.x: PR #4353
ccordoba12 Apr 11, 2017
3bf219c
Fix error inline code md syntax highlighter.
rlaverde Apr 11, 2017
663f8c9
Merge pull request #3984 from dalthviz/fixes_issue_3967
ccordoba12 Apr 11, 2017
182076e
Merge from 3.1.x: PR #3984
ccordoba12 Apr 11, 2017
87298d9
Merge from 3.x: PR #3984
ccordoba12 Apr 11, 2017
a868970
Merge pull request #4354 from dalthviz/fixes_issue_4216
ccordoba12 Apr 11, 2017
26070fc
Merge from 3.x: PR #4354
ccordoba12 Apr 11, 2017
c0dfa3e
Correctly detect when focus goes out of the file switcher
ccordoba12 Apr 13, 2017
390b83a
Update with 3.1.x
ccordoba12 Apr 13, 2017
82f8ace
Merge pull request #3952 from andfoy/fileswitchfocus
ccordoba12 Apr 13, 2017
3d496a8
Merge from 3.1.x: PR #3952
ccordoba12 Apr 13, 2017
41a8b8e
Merge from 3.x: PR #3952
ccordoba12 Apr 13, 2017
19ca2ef
Change pep8 to pycodestyle in requirements
ccordoba12 Apr 13, 2017
9f860f3
Fix contributing instructions
ccordoba12 Apr 13, 2017
816fdce
Fix Readme text
ccordoba12 Apr 13, 2017
9f4e06a
Contributing: Add a note about restarting Spyder after every change
ccordoba12 Apr 13, 2017
3ca1791
Merge pull request #4273 from rlaverde/add-contributing
ccordoba12 Apr 13, 2017
98a2d04
Merge from 3.x: PR #4273
ccordoba12 Apr 13, 2017
8499489
IPython console: Don't execute "%matplotlib inline" twice when changi…
ccordoba12 Apr 13, 2017
7ba325a
IPython console: Fix dpi for inline backend figures in ipykernel 4.5+
ccordoba12 Apr 13, 2017
0ca1f23
Testing: Fix test_mpl_backend_change
ccordoba12 Apr 13, 2017
1fe360d
Merge pull request #4361 from ccordoba12/fix-inline
ccordoba12 Apr 14, 2017
d58c110
Merge from 3.1.x: PR #4361
ccordoba12 Apr 14, 2017
9ba55e9
Merge from 3.x: PR #4361
ccordoba12 Apr 14, 2017
d50ee6a
Merge branch '3.x' into markdown-support
rlaverde Apr 17, 2017
6c689b0
StackHistory: Style and docstrings improvements.
rlaverde Apr 17, 2017
cd49f62
Merge branch '3.x' into mru-editor-tabs
rlaverde Apr 17, 2017
ff2f9aa
Adds encoding handling.
dalthviz Apr 19, 2017
685c7b5
Use of get_coding.
dalthviz Apr 19, 2017
d2e5f5f
Improvements.
dalthviz Apr 19, 2017
5ef2362
Improvements and test.
dalthviz Apr 19, 2017
1820d0a
Merge pull request #4369 from dalthviz/fixes_issue_4191
ccordoba12 Apr 19, 2017
2fcb55f
Merge from 3.1.x: PR #4369
ccordoba12 Apr 19, 2017
14a7a3b
Merge from 3.x: PR #4369
ccordoba12 Apr 19, 2017
bb1f3f5
Merge pull request #4352 from rlaverde/markdown-support
ccordoba12 Apr 19, 2017
f9c28d0
Merge from 3.x: PR #4352
ccordoba12 Apr 19, 2017
c15e87f
Update translations
ccordoba12 Apr 19, 2017
25616f5
update russian translations
Qlogin Apr 20, 2017
78e74d9
Merge pull request #4375 from Qlogin/update_ru_lc
ccordoba12 Apr 20, 2017
fb7d275
Editor: Remove '&' in filenames of tab switcher dialog
ccordoba12 Apr 20, 2017
4acf3b5
Merge pull request #4302 from rlaverde/mru-editor-tabs
ccordoba12 Apr 20, 2017
cc6eb9a
Merge from 3.x: PR #4302
ccordoba12 Apr 20, 2017
ac6e296
update 3.1.x ja translation
sohnishi Apr 23, 2017
bbae502
add profiler/pylint/breakpoints po mo files
sohnishi Apr 23, 2017
b9d8ab6
Merge pull request #4387 from sohnishi/jp_branch
ccordoba12 Apr 23, 2017
f7f1787
Update Spanish translation
ccordoba12 Apr 24, 2017
87719e9
Merge pull request #4389 from ccordoba12/update-spa
ccordoba12 Apr 24, 2017
557a515
Update Changelog
ccordoba12 Apr 24, 2017
48e4def
Update announcements
ccordoba12 Apr 24, 2017
b11ae96
Release 3.1.4
ccordoba12 Apr 24, 2017
a6b7934
Back to work
ccordoba12 Apr 24, 2017
72e3f10
Merge after releasing 3.1.4
ccordoba12 Apr 24, 2017
77a88ea
Merge after releasing 3.1.4
ccordoba12 Apr 24, 2017
c98ac2f
Update StackHistory when focus isn't given to the editor instance.
rlaverde Apr 24, 2017
1b517c9
Merge pull request #4392 from rlaverde/fix-error-tabswitcher
ccordoba12 Apr 25, 2017
223f6cc
Define new shortcuts go to next/previous cell, change go to end/start…
rlaverde May 2, 2017
4ad00d4
Implement go to previous/next cell.
rlaverde May 2, 2017
47a85bb
Add test to go to previous/next cell.
rlaverde May 8, 2017
95dd6b2
Merge pull request #4414 from rlaverde/go_to_next_previous_cell
ccordoba12 May 8, 2017
5780003
Merge from 3.x: PR #4414
ccordoba12 May 8, 2017
b893e1b
fix a few typos in the FR locale file
afvincent May 9, 2017
df8f23d
Testing: Fix a couple of errors after Pandas 0.20 was released
ccordoba12 May 9, 2017
3f82b69
Testing: Add flaky decorator to a test that fails sometimes
ccordoba12 May 10, 2017
b34ebd5
Testing: Skip Python 2.7 tests in CircleCI for now
ccordoba12 May 10, 2017
53b5750
Merge pull request #4449 from ccordoba12/fix-modules-tests
ccordoba12 May 10, 2017
bfa7a74
Merge from 3.x: PR #4449
ccordoba12 May 10, 2017
e19e591
Add shortcuts Summary Window
rlaverde Jul 28, 2016
d6543b6
Add menu item and shortcut for shortcuts summary
rlaverde Sep 19, 2016
60a8f98
Shortcuts Summary: Calculate font_size and amount of elements per col…
rlaverde Sep 22, 2016
7b92522
Several Fixes:
rlaverde Sep 27, 2016
f2a1947
Rename shortcuts.py file to shortcutssummary.py
rlaverde Nov 30, 2016
aa61d8d
Fix little typo in ShortcutsSummaryDialog class name
rlaverde Nov 30, 2016
25df8bb
ShortcutsSummary: Initialize group variable to prevent possible errors
rlaverde May 9, 2017
eda8cfc
ShortcutsSummary: Use a ScrollArea to avoid the dialog to be greater …
rlaverde May 9, 2017
01a0510
ShortcutsSummary: Take titles in account for calculate amount of shor…
rlaverde May 10, 2017
8ced72a
Merge pull request #3464 from rlaverde/shortcuts_summary
ccordoba12 May 10, 2017
21b718b
Merge from 3.x: PR #3464
ccordoba12 May 10, 2017
85bc419
Merge pull request #4448 from afvincent/patch-2
ccordoba12 May 10, 2017
bf031d4
Merge from 3.x: PR #4448
ccordoba12 May 10, 2017
951409e
add some extra regular code tags
May 10, 2017
67857dd
Merge pull request #4456 from cvanwynsberghe/add-annotation-3.x
ccordoba12 May 10, 2017
d20428a
Merge from 3.x: PR #4456
ccordoba12 May 10, 2017
bd87f27
complete annotation types in Preferences and Source toolbox
May 12, 2017
dd35944
Added ClassFunctionDropdown to CodeEditor
dougthor42 Apr 15, 2017
76422c8
Added classfunctiondropdown.py
dougthor42 Apr 17, 2017
55fee30
Added FoldScopeHelper to classfunctiondropdown.py
dougthor42 Apr 17, 2017
b4195e1
Added function to populate comboboxes.
dougthor42 Apr 17, 2017
ce7258c
Added _adjust_parent_stack
dougthor42 Apr 17, 2017
dc7575a
Added _get_fold_levels
dougthor42 Apr 17, 2017
4264ce9
Added _split_classes_and_methods
dougthor42 Apr 17, 2017
922ac43
Added _get_parents
dougthor42 Apr 17, 2017
8c4acd9
Added update_selected_cb
dougthor42 Apr 17, 2017
68318e4
Added the main ClassFunctionDropdown panel.
dougthor42 Apr 17, 2017
cd31a79
Inform users to run codeeditor.py for demo
dougthor42 Apr 17, 2017
720f68c
Added unit/integration tests.
dougthor42 Apr 17, 2017
330bf9a
Updated FoldScopeHelper docstring.
dougthor42 Apr 19, 2017
1c0cf43
Fixed issue where selecting <None> would error.
dougthor42 Apr 19, 2017
02e092b
Removed print statement at end of file.
dougthor42 Apr 19, 2017
e88b095
Removed .venv from .gitignore.
dougthor42 Apr 19, 2017
da946d5
Disable class/func dropdown for non-python files.
dougthor42 Apr 19, 2017
b9d5dc8
Added "Show Class/Func Dropdown" to preferences.
dougthor42 Apr 19, 2017
79a6cbd
Add show_class_func_dropdown option to setup_editor.
rlaverde Apr 19, 2017
25c5eed
Minor formatting and docstring updates.
dougthor42 May 12, 2017
cd23a13
Merge pull request #4225 from dougthor42/class_function_overlay
ccordoba12 May 12, 2017
426184f
Merge pull request #4465 from cvanwynsberghe/add-annotations-menu
ccordoba12 May 12, 2017
011a68b
Merge from 3.x: PR #4465
ccordoba12 May 12, 2017
8765940
Update with 3.x
ccordoba12 May 13, 2017
bec5c0d
Testing: Fix tests
ccordoba12 May 13, 2017
ff415e3
Code refactor and variable renaming
andfoy May 13, 2017
4804eac
Find in files: Remove all references to include regexps
ccordoba12 May 13, 2017
a28d56c
Testing: Simplify Find in files plugin test
ccordoba12 May 13, 2017
4cd0f9b
Testing: Fix Find in files widget test
ccordoba12 May 13, 2017
a22b4ff
Merge pull request #4056 from andfoy/find_in_files_bar
ccordoba12 May 14, 2017
ae2b3b6
Merge from 3.x: PR #4056
ccordoba12 May 14, 2017
66215e7
Find in files: Fix error because of changes in master
ccordoba12 May 14, 2017
d9cb108
Merge pull request #4470 from ccordoba12/fix-findinfiles
ccordoba12 May 14, 2017
863de7c
Disable tab with setting when indent_chars are spaces.
rlaverde May 15, 2017
5c27d77
Merge pull request #4477 from rlaverde/disable-tabstop-width-config
ccordoba12 May 15, 2017
8734731
Merge from 3.x: PR #4477
ccordoba12 May 15, 2017
c0410e1
Fix indentation error, line starting with return, see issue #4481.
rlaverde May 17, 2017
b715868
Merge pull request #4485 from rlaverde/return-indentation
ccordoba12 May 17, 2017
07f921c
Merge from 3.x: PR #4485
ccordoba12 May 17, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions .checkignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Quantified Code ignore file. https://www.quantifiedcode.com

# Ignore tests folder
**/tests/**
**/tests/
tests/

81 changes: 81 additions & 0 deletions .ciocheck
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# -----------------------------------------------------------------------------
# ciocheck
# https://github.com/ContinuumIO/ciocheck
# -----------------------------------------------------------------------------
[ciocheck]
branch = origin/master
diff_mode = commited
file_mode = lines
check = pep8,pydocstyle,flake8
enforce = pep8,pydocstyle,flake8

# Python (pyformat)
add_copyright = true
add_header = true
add_init = true

# -----------------------------------------------------------------------------
# pep8
# http://pep8.readthedocs.io/en/latest/intro.html#configuration
# -----------------------------------------------------------------------------
[pep8]
exclude = */tests/*
ignore = E126, E402,
max-line-length = 79

# -----------------------------------------------------------------------------
# pydocstyle
# http://www.pydocstyle.org/en/latest/usage.html#example
# -----------------------------------------------------------------------------
[pydocstyle]
add-ignore = D203
inherit = false

# -----------------------------------------------------------------------------
# Flake 8
# http://flake8.readthedocs.io/en/latest/config.html
# -----------------------------------------------------------------------------
[flake8]
exclude = */tests/*
ignore = E126, E402,
max-line-length = 79
max-complexity = 64

# -----------------------------------------------------------------------------
# pylint
# https://pylint.readthedocs.io/en/latest/
# -----------------------------------------------------------------------------
#[pylint:messages]

# -----------------------------------------------------------------------------
# isort
# https://github.com/timothycrosley/isort/wiki/isort-Settings
# -----------------------------------------------------------------------------
[isort]
from_first = true
import_heading_stdlib = Standard library imports
import_heading_thirdparty = Third party imports
import_heading_firstparty = Local imports
indent = ' '
known_first_party = spyder
known_third_party =
line_length = 79
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER

# -----------------------------------------------------------------------------
# yapf
# https://github.com/google/yapf#formatting-style
# -----------------------------------------------------------------------------
[yapf:style]
based_on_style = pep8
column_limit = 79
spaces_before_comment = 2

# -----------------------------------------------------------------------------
# autopep8
# http://pep8.readthedocs.io/en/latest/intro.html#configuration
# -----------------------------------------------------------------------------
[autopep8]
exclude = */tests/*
ignore = E126,
max-line-length = 79
6 changes: 6 additions & 0 deletions .ciocopyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# -----------------------------------------------------------------------------
# Copyright (c) Spyder Project Contributors
#
# Licensed under the terms of the MIT License
# (see spyder/__init__.py for details)
# -----------------------------------------------------------------------------
11 changes: 11 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[run]
omit =
# Omit tests
*/tests/*
# Omit external files
*/external/*
# Omit site files
*/utils/site/*

[report]
fail_under=0
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Description of your problem

**What steps will reproduce the problem?**

1.
2.
3.

**What is the expected output? What do you see instead?**


**Please provide any additional information below**


## Versions and main components

* Spyder Version:
* Python Version:
* Qt Version:
* PyQt Version:
* Operating system:


## Dependencies

Please go to the menu entry `Help > Optional Dependencies` (or
`Help > Dependencies`), press the button `Copy to clipboard`
and paste the contents below:
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Before submitting your pull request be sure that:

1. You haven't touched any file in the `spyder/defaults` directory.
- There is *absolutely* no need to touch those files.
- If you want to add new configuration options, please go to
`spyder/config/main.py`.
2. You haven't eliminated unnecessary blank lines or spaces during your work.
That makes our reviewing work harder and it could introduce unnecessary
conflicts with other pull requests.
3. You haven't added new icons to Spyder. Please leave decisions about what
icons to use to us :)

----

*Note*: You can safely remove this text before submitting your work.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@
*~

# Special dirs and files

build/
dist/
bin/
spyder.egg-info/
Thumbs.db
.DS_Store/
spyder_crash.log
.DS_Store
.spyderproject
.idea/
.cache
.coverage

# git .orig files
*.orig
24 changes: 0 additions & 24 deletions .hgignore

This file was deleted.

10 changes: 0 additions & 10 deletions .pydevproject

This file was deleted.

39 changes: 39 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# https://travis-ci.org/spyder-ide/spyder

language: python
dist: trusty
sudo: false

matrix:
include:
# This never ends!
#- python: "2.7"
# env: TEST_MODULES=false
# os: linux
- python: "2.7"
env: TEST_MODULES=true
os: linux
- python: "3.5"
env: TEST_MODULES=false
os: linux
- python: "3.5"
env: TEST_MODULES=true
os: linux
- python: "3.4"
env: TEST_MODULES=false
os: linux

before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"

install:
- ./continuous_integration/install.sh;

script:
- |
if [ "$TEST_MODULES" = "true" ]; then
./continuous_integration/travis/modules_test.sh
else
./continuous_integration/travis/test-qt4.sh
fi
49 changes: 4 additions & 45 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,46 +1,5 @@
Main author
===========
The Spyder Project Contributors is composed of:

Pierre Raybaut <pierre.raybaut@gmail.com>

Current maintainer
==================

Carlos Cordoba <ccordoba12@gmail.com>

Contributors
============

Steven Sylvester <steven.silvester@ieee.org>
Gonzalo Peña-Castellanos <goanpeca@gmail.com>
Anatoly Techtonick <techtonik@gmail.com>
Sylvain Corlay <sylvain.corlay@gmail.com>
Daniel Høegh <dhoegh91@gmail.com>
Jed Ludlow <jed.ludlow@gmail.com>
Joseph Martinot-Lagarde
Hans Fangohr <fangohr@soton.ac.uk>
Eric Larson <larson.eric.d@gmail.com>
Alok Talekar
Caleb Hattingh <caleb.hattingh@gmail.com>
stonebig
Thomas Kluyver <takowl@gmail.com>
randy.heydon@clockworklab.net
Cybjit <cybjit@gmail.com>
Enfenion <enfo42@gmail.com>
Karan Uppal <karan.uppal711@gmail.com>
Alex@ruby.cable.virginmedia.net
Ronan
TWAC
robrosit@gmail.com
David Joy <videan42@gmail.com>
David Powell
Alex Fargus <alex.fargus@gmail.com>
alfonso.137.718@gmail.com
benjamin.drung@profitbricks.com
bioruffo
Javier Dehesa <javidcf@gmail.com>
Robert Pollak <robert.pollak@mykolab.com>
robrosit
Ronan Paixao <ronanpaixao@gmail.com>
sandorracz@rnumerics.com
vitoace
* Pierre Raybaut <pierre.raybaut@gmail.com> (Main Spyder author)
* Carlos Cordoba <ccordoba12@gmail.com> (Current maintainer)
* All other developers that have contributed to this repository
Loading