summaryrefslogtreecommitdiff
AgeCommit messageAuthor
2009-04-04Clean up after a failed importOwen W. Taylor
2009-04-03Assume methods that look like getters don't mutate object stateOwen W. Taylor
2009-04-03Comprehensively use 'is None' and 'is not None'Owen W. Taylor
2009-04-03Don't rewrite docstrings to output to the worksheetOwen W. Taylor
2009-03-25Bump version to 0.5.0Owen W. Taylor
2009-03-25Update copyright yearsOwen W. Taylor
2009-03-22Bump version to 0.4.9Owen W. Taylor
2009-03-22Allow building python-2.6 installers on WindowsOwen W. Taylor
2009-03-22Dist Reinteract.icoOwen W. Taylor
2009-03-21Add a script to do all the steps of building a bundleOwen W. Taylor
2009-03-21Work around limitations of the .icns pixbuf-loaderOwen W. Taylor
2009-03-21Add a drop shadow to Reinteract.icnsOwen W. Taylor
2009-03-21Simplify about dialog logo handling by installing Reinteract.icoOwen W. Taylor
2009-03-21Update Makefile.am for current OS X GTK+ patchesOwen W. Taylor
2009-03-21Check in preferences.gladeOwen W. Taylor
2009-03-21Add a preference to disable auto-completionOwen W. Taylor
2009-03-21Implement autocompletionOwen W. Taylor
2009-03-21Complete less aggresively when it might be a keywordOwen W. Taylor
2009-03-21Allow specifying a minimum length for completionsOwen W. Taylor
2009-03-21Be better at recognizing locations where we don't want to completeOwen W. Taylor
2009-03-21Add 'from ...' statements to completion special processingOwen W. Taylor
2009-03-21Ignore whitespace lines for outdentsOwen W. Taylor
2009-03-21Fix nasty bug with shortening a chunkOwen W. Taylor
2009-03-21Copy the entire LHS for an augmenting assignOwen W. Taylor
2009-03-21Merge branch 'deep-mutations'Owen W. Taylor
2009-03-21Fix broken cursor-obscuring for the ShellViewOwen W. Taylor
2009-03-21Fix statement.py testOwen W. Taylor
2009-03-21Add a popup menu to the file listOwen W. Taylor
2009-03-21Move prompt-for-new-name logic to SaveFileBuilderOwen W. Taylor
2009-03-21Do a better job finding an icon for the about dialogOwen W. Taylor
2009-03-21Add a version to the about dialogOwen W. Taylor
2009-03-21Hook up the module-changed machinery againOwen W. Taylor
2009-03-21Use worksheet editing code for libraries as wellOwen W. Taylor
2009-03-21Remove stray importOwen W. Taylor
2009-03-19Bump version to 0.4.8Owen W. Taylor
2009-03-19Update note about libpng.dylib (etc) hackOwen W. Taylor
2009-03-19Fix pointing GTK+ to the gtkrc we install in the bundleOwen W. Taylor
2009-03-19Remove configobj module from list in build_bundle.pyOwen W. Taylor
2009-03-19Hard code gtk-doc-1.11 in reinteract.modulesOwen W. Taylor
2009-03-18Use 'is None' rather than '== None' when testing resultsOwen W. Taylor
2009-03-18Bump version to 0.4.7Owen W. Taylor
2009-03-18Remove configobj module from list in build_msi.pyOwen W. Taylor
2009-03-17Update sensitivity when removing an editorOwen W. Taylor
2009-03-17When inserting completions, enter a special argument entry modeOwen W. Taylor
2009-03-17Fix trivial import ordering problemOwen W. Taylor
2009-03-15Clean up tracebacks by removing frames that are our import implemationOwen W. Taylor
2009-03-15Fix handling of 'from <module> import <nonexistant>'Owen W. Taylor
2009-03-15Fix a warning when popping up the doc popup with no completionsOwen W. Taylor
2009-03-03Fix doc popup window background with some themesOwen W. Taylor
2009-03-03Make editor and doc-tooltip fonts configurableOwen W. Taylor
[next]