index
:
Reinteract
backend-split
deep-mutations
master
notebooks
unicode-internals
Experiment with Python
Owen Taylor
summary
refs
log
tree
commit
diff
log msg
author
committer
Age
Commit message
Author
2009-04-04
Clean up after a failed import
Owen W. Taylor
2009-04-03
Assume methods that look like getters don't mutate object state
Owen W. Taylor
2009-04-03
Comprehensively use 'is None' and 'is not None'
Owen W. Taylor
2009-04-03
Don't rewrite docstrings to output to the worksheet
Owen W. Taylor
2009-03-25
Bump version to 0.5.0
Owen W. Taylor
2009-03-25
Update copyright years
Owen W. Taylor
2009-03-22
Bump version to 0.4.9
Owen W. Taylor
2009-03-22
Allow building python-2.6 installers on Windows
Owen W. Taylor
2009-03-22
Dist Reinteract.ico
Owen W. Taylor
2009-03-21
Add a script to do all the steps of building a bundle
Owen W. Taylor
2009-03-21
Work around limitations of the .icns pixbuf-loader
Owen W. Taylor
2009-03-21
Add a drop shadow to Reinteract.icns
Owen W. Taylor
2009-03-21
Simplify about dialog logo handling by installing Reinteract.ico
Owen W. Taylor
2009-03-21
Update Makefile.am for current OS X GTK+ patches
Owen W. Taylor
2009-03-21
Check in preferences.glade
Owen W. Taylor
2009-03-21
Add a preference to disable auto-completion
Owen W. Taylor
2009-03-21
Implement autocompletion
Owen W. Taylor
2009-03-21
Complete less aggresively when it might be a keyword
Owen W. Taylor
2009-03-21
Allow specifying a minimum length for completions
Owen W. Taylor
2009-03-21
Be better at recognizing locations where we don't want to complete
Owen W. Taylor
2009-03-21
Add 'from ...' statements to completion special processing
Owen W. Taylor
2009-03-21
Ignore whitespace lines for outdents
Owen W. Taylor
2009-03-21
Fix nasty bug with shortening a chunk
Owen W. Taylor
2009-03-21
Copy the entire LHS for an augmenting assign
Owen W. Taylor
2009-03-21
Merge branch 'deep-mutations'
Owen W. Taylor
2009-03-21
Fix broken cursor-obscuring for the ShellView
Owen W. Taylor
2009-03-21
Fix statement.py test
Owen W. Taylor
2009-03-21
Add a popup menu to the file list
Owen W. Taylor
2009-03-21
Move prompt-for-new-name logic to SaveFileBuilder
Owen W. Taylor
2009-03-21
Do a better job finding an icon for the about dialog
Owen W. Taylor
2009-03-21
Add a version to the about dialog
Owen W. Taylor
2009-03-21
Hook up the module-changed machinery again
Owen W. Taylor
2009-03-21
Use worksheet editing code for libraries as well
Owen W. Taylor
2009-03-21
Remove stray import
Owen W. Taylor
2009-03-19
Bump version to 0.4.8
Owen W. Taylor
2009-03-19
Update note about libpng.dylib (etc) hack
Owen W. Taylor
2009-03-19
Fix pointing GTK+ to the gtkrc we install in the bundle
Owen W. Taylor
2009-03-19
Remove configobj module from list in build_bundle.py
Owen W. Taylor
2009-03-19
Hard code gtk-doc-1.11 in reinteract.modules
Owen W. Taylor
2009-03-18
Use 'is None' rather than '== None' when testing results
Owen W. Taylor
2009-03-18
Bump version to 0.4.7
Owen W. Taylor
2009-03-18
Remove configobj module from list in build_msi.py
Owen W. Taylor
2009-03-17
Update sensitivity when removing an editor
Owen W. Taylor
2009-03-17
When inserting completions, enter a special argument entry mode
Owen W. Taylor
2009-03-17
Fix trivial import ordering problem
Owen W. Taylor
2009-03-15
Clean up tracebacks by removing frames that are our import implemation
Owen W. Taylor
2009-03-15
Fix handling of 'from <module> import <nonexistant>'
Owen W. Taylor
2009-03-15
Fix a warning when popping up the doc popup with no completions
Owen W. Taylor
2009-03-03
Fix doc popup window background with some themes
Owen W. Taylor
2009-03-03
Make editor and doc-tooltip fonts configurable
Owen W. Taylor
[next]