FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython - jsoref/bpython · GitHub
jsoref
/
bpython
Public
forked from
bpython/bpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
bpython
bpython
on
wizard
User selector
Datepicker
Commit history
Commits on Feb 15, 2010
Merge in main branch to stay up to date
ikanobori
committed
318e93d
View commit details
Copy full SHA for 318e93d
View code at this point
Browse repository at this point
Listen on just localhost, not every interface.
marienz
committed
ec72900
View commit details
Copy full SHA for ec72900
View code at this point
Browse repository at this point
Feed network input to urwid as input, not directly to the interpreter.
Show description for ea62fad
marienz
committed
ea62fad
View commit details
Copy full SHA for ea62fad
View code at this point
Browse repository at this point
Support listening for code to eval on a tcp port when using urwid+twisted.
marienz
committed
3d6b255
View commit details
Copy full SHA for 3d6b255
View code at this point
Browse repository at this point
Commits on Feb 14, 2010
More detailed comment about sys.stdin handling.
marienz
committed
dade7d1
View commit details
Copy full SHA for dade7d1
View code at this point
Browse repository at this point
Commits on Feb 13, 2010
At least partially hook up readline history (up/down key).
marienz
committed
d13227b
View commit details
Copy full SHA for d13227b
View code at this point
Browse repository at this point
Indent sensibly after enter, maintain cursor position better.
Show description for 8ae4336
marienz
committed
8ae4336
View commit details
Copy full SHA for 8ae4336
View code at this point
Browse repository at this point
Somewhat reasonable argspec markup.
marienz
committed
2a15412
View commit details
Copy full SHA for 2a15412
View code at this point
Browse repository at this point
Commits on Feb 12, 2010
Reunite a comment and a bit of code that got separated.
marienz
committed
b993c67
View commit details
Copy full SHA for b993c67
View code at this point
Browse repository at this point
Shrink the tooltip if there is more space than the listbox needs.
marienz
committed
cba8281
View commit details
Copy full SHA for cba8281
View code at this point
Browse repository at this point
Commits on Feb 11, 2010
Calculate tooltip position when needed instead of when changed.
Show description for 1040bd6
marienz
committed
1040bd6
View commit details
Copy full SHA for 1040bd6
View code at this point
Browse repository at this point
Reorder startup so we can set sys.stdin to None.
Show description for a264966
marienz
committed
a264966
View commit details
Copy full SHA for a264966
View code at this point
Browse repository at this point
Handle ctrl+c and ctrl+d (for exiting) better.
marienz
committed
5cd5067
View commit details
Copy full SHA for 5cd5067
View code at this point
Browse repository at this point
Commits on Feb 10, 2010
Merge with tip.
marienz
committed
ec0230c
View commit details
Copy full SHA for ec0230c
View code at this point
Browse repository at this point
Show the docstring.
marienz
committed
a1ff54f
View commit details
Copy full SHA for a1ff54f
View code at this point
Browse repository at this point
Mess with colors in the completion tooltip.
marienz
committed
67907d6
View commit details
Copy full SHA for 67907d6
View code at this point
Browse repository at this point
Remove stale TODO.
marienz
committed
42859d0
View commit details
Copy full SHA for 42859d0
View code at this point
Browse repository at this point
Remove somewhat unnecessary listwalker argument.
marienz
committed
4388dbf
View commit details
Copy full SHA for 4388dbf
View code at this point
Browse repository at this point
Further experiments with the tooltip.
marienz
committed
cabf0e6
View commit details
Copy full SHA for cabf0e6
View code at this point
Browse repository at this point
Introduce inspection.is_callable.
Show description for bfde98e
Trundle
committed
bfde98e
View commit details
Copy full SHA for bfde98e
View code at this point
Browse repository at this point
Merge.
Trundle
committed
c86b663
View commit details
Copy full SHA for c86b663
View code at this point
Browse repository at this point
AssertionError less if the tooltip does not fit on the screen.
Show description for d758402
marienz
committed
d758402
View commit details
Copy full SHA for d758402
View code at this point
Browse repository at this point
Hook up import completion.
marienz
committed
494a578
View commit details
Copy full SHA for 494a578
View code at this point
Browse repository at this point
Remove another unused import (thanks, pyflakes!)
marienz
committed
fe461ab
View commit details
Copy full SHA for fe461ab
View code at this point
Browse repository at this point
Remove unused imports (thanks pyflakes!)
marienz
committed
30afb3c
View commit details
Copy full SHA for 30afb3c
View code at this point
Browse repository at this point
Make PYTHONSTARTUP handling less obviously broken (thanks pyflakes!)
marienz
committed
9f407ae
View commit details
Copy full SHA for 9f407ae
View code at this point
Browse repository at this point
Almost-working tooltip positioning.
Show description for a4b366e
marienz
committed
a4b366e
View commit details
Copy full SHA for a4b366e
View code at this point
Browse repository at this point
Implement reprint_line, thanks to Trundle for explaining how it works.
marienz
committed
4c820e1
View commit details
Copy full SHA for 4c820e1
View code at this point
Browse repository at this point
Unbreak running just plain bpython (no exec_args, no --interactive).
marienz
committed
d3cb425
View commit details
Copy full SHA for d3cb425
View code at this point
Browse repository at this point
*Very* rough urwid backend.
marienz
committed
1e63da5
View commit details
Copy full SHA for 1e63da5
View code at this point
Browse repository at this point
Rework how arguments are parsed, hopefully fixing issue #101.
Show description for a81339b
marienz
committed
a81339b
View commit details
Copy full SHA for a81339b
View code at this point
Browse repository at this point
Commits on Feb 8, 2010
Cache a BPythonFormatter on the CLIRepl.
marienz
committed
15e7c20
View commit details
Copy full SHA for 15e7c20
View code at this point
Browse repository at this point
Make BPythonFormatter.f_strings an instance (not class) attribute.
Show description for b2630fc
marienz
committed
b2630fc
View commit details
Copy full SHA for b2630fc
View code at this point
Browse repository at this point
Commits on Feb 7, 2010
Remove unused "idle" argument from repl.Repl and fix documentation.
marienz
committed
228c453
View commit details
Copy full SHA for 228c453
View code at this point
Browse repository at this point
Commits on Feb 6, 2010
Treat an empty path like the CWD and work around a bug in Python's imp module.
Show description for 5a5dfee
Trundle
committed
5a5dfee
View commit details
Copy full SHA for 5a5dfee
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL