Export to GitHub

spyderlib - v11

Source Commits


Commits

Author Date Commit Message
Pierre Raybaut Mar 27, 2011 d2d038c0936d updated pydev project
Pierre Raybaut Oct 17, 2010 695edc2be897 External console/globals browser bugfix (Fixes Issue 336)
Pierre Raybaut Oct 17, 2010 31746d0c815b changed project properties
Pierre Raybaut Oct 17, 2010 734ce3f7e75c Interactive console/bugfix (Fixes Issue 414): running file (with 'run script.py'
Pierre Raybaut Oct 11, 2010 f02e1774ec23 Added tag v1.1.8 for changeset 697486ebfcda
Pierre Raybaut Oct 11, 2010 697486ebfcda version
Pierre Raybaut Oct 7, 2010 24df91148510 DictEditor/bugfix (Fixes Issue 336): Spyder was freezing when refreshing variabl
Pierre Raybaut Oct 6, 2010 861e52519ed5 (Fixes Issue 402) Object inspector was crashing with some mpmath functions (no '
Pierre Raybaut Oct 6, 2010 74f8640e6766 Reference count issue with qthelpers.qapplication: fixed segmentation fault in a
Pierre Raybaut Sep 26, 2010 68c0d7c5467e Added tag v1.1.7 for changeset 57d8abddc5fb
Pierre Raybaut Sep 25, 2010 57d8abddc5fb version
Pierre Raybaut Sep 25, 2010 890d172603c4 Fixed PyQt compatibility issue: setProperty's 2nd argument must be a QVariant on
Pierre Raybaut Sep 23, 2010 b688ee0933da Attempt to fix Issue 318 / PyQt compatibility issues
Pierre Raybaut Sep 23, 2010 bc76306c7c4d Fixed PyQt compatibility issues related to QTreeWidgetItem objects construction
Pierre Raybaut Sep 12, 2010 a5554be300c2 Added tag v1.1.6 for changeset 207665274d6d
Pierre Raybaut Sep 12, 2010 207665274d6d version
Pierre Raybaut Sep 12, 2010 1fdd3ab0bb36 Editor: fixed new file creation folder
Pierre Raybaut Sep 12, 2010 918419ebd3b8 Fixed Issue 214 (Mayavi crashes in interactive console): backported v2.0 "User M
Pierre Raybaut Sep 8, 2010 6e4f5e6f21a0 Fixed Issue 307: pylint menu action was disabled even if pylint was properly ins
Pierre Raybaut Sep 6, 2010 dd9b12d4cce8 Added tag v1.1.5 for changeset 6ab73603d3e6
Pierre Raybaut Sep 6, 2010 6ab73603d3e6 version
Pierre Raybaut Sep 5, 2010 2dcc26495c9b Fixed Issue 330: Cancel button doesn't work in dialog for setting the project na
Pierre Raybaut Sep 4, 2010 e60dddca89ac Fixed Issue 325: Impossible to drag files to editor from Windows network shares
Pierre Raybaut Sep 4, 2010 a2e872383aa9 Merge
Pierre Raybaut Sep 1, 2010 3caee7b31eb6 Merge
Pierre Raybaut Sep 3, 2010 887d3942e7bc Windows platforms/Editor/filename list sorting bugfix: drive letters in filename
Pierre Raybaut Aug 26, 2010 5f099253cec6 Fixed bug introduced with rev 677
Pierre Raybaut Sep 1, 2010 c9d629df6f18 Spyder's sitecustomize: applying the IPython-thread-issues-workaround only if th
Pierre Raybaut Aug 25, 2010 7ce143854ef1 Fixed Issue 314: pressing any key is now clearing highlighted word occurences
Pierre Raybaut Aug 25, 2010 24c53fbec5e0 Editor: changed maximum number of recent files (100 -> 35)
Pierre Raybaut Aug 23, 2010 ef71bee0af73 Fixed Issue 308: Unable to run Python scripts located on Windows network shares
Pierre Raybaut Aug 18, 2010 4220449a9dd1 Fixed Issue 301: Spyder was crashing when typing "from enthought.traits.api impo
Pierre Raybaut Aug 18, 2010 1e84729c89d3 Fixed Issue 297 / Find/Replace widget behaviour: when typing search string and h
Pierre Raybaut Aug 12, 2010 c3837d1af9e2 Added tag v1.1.4 for changeset efec6410934f
Pierre Raybaut Aug 12, 2010 efec6410934f version
Pierre Raybaut Aug 10, 2010 f463381ad687 External console's monitor: now switching to IPython mode (if relevant) right be
Pierre Raybaut Aug 10, 2010 46ed3b6e3efd Fixed Issue 269: Ctrl+Tab was not working correctly between consoles
Pierre Raybaut Aug 10, 2010 abaf7155ebb8 Fixed Issue 268: TypeError during console autocompletion
Pierre Raybaut Aug 5, 2010 dfe7e8e67987 Console code completion/bugfix: code-completion list is not shown if it contains
Pierre Raybaut Jul 30, 2010 845d248600b3 Compatibility issue: on Windows platforms, running PyQt examples script with 'no
Pierre Raybaut Jul 30, 2010 3c6747dc4a3d Shell/bugfix: font was not changed in already opened shell
Pierre Raybaut Jul 29, 2010 6f73cc666e77 Fixed Issue 254 (2nd attempt): false syntax errors (runfile function in interact
Pierre Raybaut Jul 29, 2010 7c6d66da77e5 Array editor: return an error when trying to edit an empty array
Pierre Raybaut Jul 26, 2010 6f4b892a738a Spyder startup/bugfix: splash screen was hidden/some window was blinking before
Pierre Raybaut Jul 26, 2010 55472c5a62e1 Edit menu/bugfix: "Select all" action was not working (from menu only: shortcut
Pierre Raybaut Jul 22, 2010 119449f9a0a0 Added tag v1.1.3 for changeset 56d98673196c
Pierre Raybaut Jul 22, 2010 c467b5ab89de Fixed Issue 254: false syntax errors (runfile function in interactive console)
Pierre Raybaut Jul 22, 2010 56d98673196c Fixed Issue 253 / maybe a PyQt regression (PyQt 4.7.4 on Python 2.7): QDesktopWi
Pierre Raybaut Jul 22, 2010 efd04ae27249 QtEditor/bugfix: scrollflag area was sometimes not visible until next resize eve
Pierre Raybaut Jul 22, 2010 1ce2fcefc7a1 Updated translations
Pierre Raybaut Jul 20, 2010 1245230589fc Attempt to fix Issue 252: AttributeError when resizing Editor window
Pierre Raybaut Jul 12, 2010 e7d5bb97950a Editor/bugfix: in a splitted-editor window, when closing current file in current
Pierre Raybaut Jul 12, 2010 7939234635f4 Editor/bugfix: when opening an already opened file in editor (from file or proje
Pierre Raybaut Jul 12, 2010 1238749b3a69 Editor/Windows-specific bugfix: path case insensitivity -> the same file could b
Pierre Raybaut Jul 8, 2010 7b11da7924ef Fixed Issue 237 (workaround): IPython: GUI was freezing when showing an open/sav
Pierre Raybaut Jul 5, 2010 cdb5db840c52 QtEditor-Find/replace-bugfix: when pressing "Ctrl+F" with a selected text contai
Pierre Raybaut Jul 5, 2010 c49b5bab8ec3 QtEditor/occurence highlighting: now works with selected text
Pierre Raybaut Jul 2, 2010 782962469f55 Matplotlib's patch: removed Qt mainloop (it has to be done outside this module)
Pierre Raybaut Jul 2, 2010 d36573d6ea4b Editor/bugfix: editor settings / (continued) -> fixed the same bug in QsciEditor
Pierre Raybaut Jul 1, 2010 c6c019b1ce89 Editor/disabling todo list markers/bugfix: removed missing method call
Pierre Raybaut Jul 1, 2010 163d60a1eaaf QtEditor/bugfix: error when cloning the editor window (syntax highlighter was no
Pierre Raybaut Jul 1, 2010 ef6cda70f050 Editor/bugfix: editor settings (changes since Spyder execution) were lost when s
Pierre Raybaut Jul 1, 2010 cb295ebf2b1c Object inspector: minimum width was sometimes too high due to combo box size pol
Pierre Raybaut Jul 1, 2010 e6b3dd4f5290 Editor: re-run last script was not working as expected when running script in cu
Pierre Raybaut Jun 29, 2010 2f01b072f9c5 Added tag v1.1.2 for changeset 26bc6b638643
Pierre Raybaut Jun 29, 2010 26bc6b638643 version
Pierre Raybaut Jun 29, 2010 262c2f4d9d86 Re-fixed issue 242: previous fix was not working on non-Windows platforms
Pierre Raybaut Jun 28, 2010 a031e69ddf75 Editor widget: minor bugfix in test plugin
Pierre Raybaut Jun 28, 2010 7da87bbcae4f QtEditor/fixed "find" feature bad behaviour: finding whole words did not work as
Pierre Raybaut Jun 27, 2010 66c0d93f06b3 Shell code completion/bugfix on incomplete code completion
Pierre Raybaut Jun 25, 2010 cc1051a8b7fc Added tag v1.1.1 for changeset 3dd961c29ad8
Pierre Raybaut Jun 25, 2010 3dd961c29ad8 version
Pierre Raybaut Jun 25, 2010 22af8d3fb145 Object inspector/bugfix: was trying to call monitor of a terminated Python exter
Pierre Raybaut Jun 25, 2010 eb25ecd1938e Project explorer/Issue 243: fixed Python 2.5 compatibility issue with property s
Pierre Raybaut Jun 25, 2010 97f352324825 External console/Issue 242: pywintypes error when trying to set console code pag
Pierre Raybaut Jun 24, 2010 be0cd732e039 Added tag v1.1.0 for changeset 9af8ef67e3c7
Pierre Raybaut Jun 24, 2010 9af8ef67e3c7 Preparing v1.1.0 final release
Pierre Raybaut Jun 24, 2010 80405a890ba8 Find in files/bugfix on Windows: avoid doublons in search path list due to absen
Pierre Raybaut Jun 23, 2010 84a18b7e93ed QtEditor/save-bugfix: was removing systematically last line if empty
Pierre Raybaut Jun 23, 2010 a536bdc8da76 Consoles/Drag'n drop: bugfixes following last change
Pierre Raybaut Jun 23, 2010 d82910a4c2fc External console: fixed URLs drag'n drop bad behaviour
Pierre Raybaut Jun 23, 2010 856172b287c9 Python shells/code completion: typing "a = module." and pressing <TAB> was not s
Pierre Raybaut Jun 22, 2010 3b3e417407d8 Fixed external Python consoles code page to 'locale' settings
Pierre Raybaut Jun 22, 2010 0f7a2bc48892 Fixed Issue 239 / Console: line selection with Ctrl+Shift+Home or Ctrl+Shift+Up
Pierre Raybaut Jun 22, 2010 943c30fa1b9f Editor/class browser-bugfix: class browser was shown disabled after hiding/showi
Pierre Raybaut Jun 22, 2010 12b716b52a89 Fixed Issue 238: moved "Class browser" button from tab bar to header layout (rem
Pierre Raybaut Jun 22, 2010 30937fa6b401 QtEditor: when pressing <BACKSPACE> right before the text contents of an indente
Pierre Raybaut Jun 22, 2010 839724bf9355 QtEditor: fixed find/replace bad behaviour
Pierre Raybaut Jun 22, 2010 848a3c28400b QtEditor: minor bugfixes related to syntax color schemes
Pierre Raybaut Jun 22, 2010 640f572332e1 IPython default options: added option "-xmode Plain" to be able to parse errors
Pierre Raybaut Jun 22, 2010 029514926d7f Matplotlib's patch: added 'configure' function, do not force backend=Qt4Agg anym
Pierre Raybaut Jun 20, 2010 488ad4cb7994 Added tag v1.1.0rc2 for changeset 5189ebede79a
Pierre Raybaut Jun 20, 2010 5189ebede79a Changed build script: repository folder may not be 'spyder' (e.g. 'spyder-1.1')
Pierre Raybaut Jun 20, 2010 bf8b192e4043 version
Pierre Raybaut Jun 20, 2010 1509238a6cd6 Find in files plugin/widget: improved error handling (regexps) and saving/restor
Pierre Raybaut Jun 20, 2010 5c808869abc6 QtEditor/bugfix: editor was trying to unindent when pressing <BACKSPACE> if text
Pierre Raybaut Jun 20, 2010 9c19375588a0 External console's namespace browser: refreshing table only if process is still
Pierre Raybaut Jun 19, 2010 0294c5a52122 Matplotlib patch/figure options: do not show option dialog when there is no axes
Pierre Raybaut Jun 19, 2010 9a1e1582c641 External console: backport v2.0 enhancements (icons, debugged run commands)
Pierre Raybaut Jun 16, 2010 d701cfd534a6 External console/bugfix: when running a script inside an already running console