summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-01Allow tuples in function definitionsmasterRobert Schroll
2011-12-01Detect and report unexpected errors in compilationRobert Schroll
2011-12-01Notebook: catch when loading a parent module loads the childOwen W. Taylor
2011-12-01Don't worry if we can't find fromlist items during __import__Robert Schroll
2011-12-01rewrite.py: fix bug where lambdas confused scope trackingOwen W. Taylor
2011-11-15Use a custom documentation formatter for shorter module docsRobert Schroll
2011-10-31Online docsOwen W. Taylor
2011-10-31Allow sidebar figures to resize to the sidebarOwen W. Taylor
2011-10-31build.rws: Add workaround for global mutation detectionOwen W. Taylor
2011-10-31rewrite.py: handle local binding from import statementsOwen W. Taylor
2011-10-31rewrite.py: handle 'from a.b import b as c'Owen W. Taylor
2011-10-31Add PDF exportOwen W. Taylor
2011-10-31Save print settings temporarily and page setup persistantlyOwen W. Taylor
2011-10-30thread_executor: avoid creating long integersOwen W. Taylor
2011-10-30thread_executor: avoid locking up due to a pygobject bugOwen W. Taylor
2011-10-30Worksheet: when possible, complete to the current chunk not the previous oneOwen W. Taylor
2011-10-30StatementChunk: Don't throw away the statement until neededOwen W. Taylor
2011-10-30TokenizedStatement: don't iterate over the ends of non-continued linesOwen W. Taylor
2011-10-30Clear error line indication when chunk is editedOwen W. Taylor
2011-10-28Merge in Mac build changesOwen W. Taylor
2011-10-28Add a NEWS filev0.5.9Owen W. Taylor
2011-10-27builder.py: omit tests from Python modulesOwen W. Taylor
2011-10-27build_bundle.py: update file list for dependency changesOwen W. Taylor
2011-10-26Only visit optional_vars nodes if they existRobert Schroll
2011-10-26ShellBuffer: fix handling of pure line deletionsOwen W. Taylor
2011-10-26Makefile.am: add missing Python filesOwen W. Taylor
2011-10-26build_deps_osx: update patchesOwen W. Taylor
2011-10-25build_deps_osx: Update module versionsOwen W. Taylor
2011-10-25Sidebar: work around a GDK Quartz backend bugOwen W. Taylor
2011-10-25ShellView: consolidate chunk_range calculations and fix bugsOwen W. Taylor
2011-10-24More fixes for next-to-result space additionOwen W. Taylor
2011-10-23ShellView: reset virtual cursor position when reindenting a lineOwen W. Taylor
2011-10-23Statement: In more complicated cases show a complete tracebackOwen W. Taylor
2011-10-23Identify the most recent line in current statment causing errorRobert Schroll
2011-10-23rewrite.py: Fix problem with UnsupportedSyntaxErrors thrown from importsOwen W. Taylor
2011-10-23rewrite.py: add basic variable lifetime trackingOwen W. Taylor
2011-10-23Don't output inside class and function definitionsOwen W. Taylor
2011-10-23Make UnsupportedSyntaxErrors more usefulRobert Schroll
2011-10-23Do a better job at understanding variable bindingOwen W. Taylor
2011-10-23ViewSidebarLayout: Add mouse scrollwheel supportOwen W. Taylor
2011-10-23Sidebar: fix compatibility with older GTK+Owen W. Taylor
2011-10-23ShellBuffer: Handle chunks with results for set_pixels_below()Owen W. Taylor
2011-10-23ShellView: fix a stray line that opened the sidebarOwen W. Taylor
2011-10-22Fix up drawing of selection in padding areasOwen W. Taylor
2011-10-22Sidebar fixesOwen W. Taylor
2011-10-22Add WorksheetState and save the sidebar widthOwen W. Taylor
2011-10-22SidebarsOwen W. Taylor
2011-10-22ShellView: clean up calculations of line yrangeOwen W. Taylor
2011-10-22ShellView: add __set_pixels_below_before()Owen W. Taylor
2011-10-22ShellBuffer: Add methods to set pixels above/below a chunkOwen W. Taylor