FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython - LongJohnCoder/bpython · GitHub
LongJohnCoder
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
bpython
bpython
on
windows-support
User selector
Datepicker
Commit history
Commits on Apr 13, 2010
Change version number to dev as we are evading less from the main branch
ikanobori
committed
7dc1cdd
View commit details
Copy full SHA for 7dc1cdd
View code at this point
Browse repository at this point
Main line merge
ikanobori
committed
59729bd
View commit details
Copy full SHA for 59729bd
View code at this point
Browse repository at this point
Commits on Apr 10, 2010
Set writetb on repls own interpreter instance
ikanobori
committed
d80d0fc
View commit details
Copy full SHA for d80d0fc
View code at this point
Browse repository at this point
Commits on Apr 8, 2010
Use stock items for save and quit.
Trundle
committed
348113a
View commit details
Copy full SHA for 348113a
View code at this point
Browse repository at this point
Only try to store paste URL in clipboard if user did not abort.
Trundle
committed
9d516c2
View commit details
Copy full SHA for 9d516c2
View code at this point
Browse repository at this point
Remove some trailing spaces and some small style changes.
Trundle
committed
2d62a5b
View commit details
Copy full SHA for 2d62a5b
View code at this point
Browse repository at this point
Commits on Apr 7, 2010
Rewind ugly monkeypatching fix and pick the simpler solution of an added argument to parse which ignores stdins
ikanobori
committed
13d0341
View commit details
Copy full SHA for 13d0341
View code at this point
Browse repository at this point
Pass the banner argument correctly to main() in embed().
Trundle
committed
e6056e6
View commit details
Copy full SHA for e6056e6
View code at this point
Browse repository at this point
Merge in main branch
ikanobori
committed
3d9dee8
View commit details
Copy full SHA for 3d9dee8
View code at this point
Browse repository at this point
Fix stdin/stdout not being a tty when run from a GTK panel by abstracting out run_stdin and overwriting it in gtk_
ikanobori
committed
4cdfca7
View commit details
Copy full SHA for 4cdfca7
View code at this point
Browse repository at this point
Commits on Apr 6, 2010
Merge in main branch
ikanobori
committed
0c4914b
View commit details
Copy full SHA for 0c4914b
View code at this point
Browse repository at this point
GTK save current pastebin url to clipboard
ikanobori
committed
5b4c2c0
View commit details
Copy full SHA for 5b4c2c0
View code at this point
Browse repository at this point
GTK save current pastebin url to clipboard
ikanobori
committed
33113a3
View commit details
Copy full SHA for 33113a3
View code at this point
Browse repository at this point
Set default folder for the save window to ~
ikanobori
committed
98f711a
View commit details
Copy full SHA for 98f711a
View code at this point
Browse repository at this point
Add a return false to stop gobject.add_timeout from firing
ikanobori
committed
f72a90f
View commit details
Copy full SHA for f72a90f
View code at this point
Browse repository at this point
Added timeouts to statusbar events, to be made configurable (duration)
ikanobori
committed
36d9eeb
View commit details
Copy full SHA for 36d9eeb
View code at this point
Browse repository at this point
Commits on Apr 2, 2010
Assign the correct object to sys.stdout and sys.stderr.
Trundle
committed
b3a722e
View commit details
Copy full SHA for b3a722e
View code at this point
Browse repository at this point
Typo.
Trundle
committed
bc58eaa
View commit details
Copy full SHA for bc58eaa
View code at this point
Browse repository at this point
Fix shutdown error on cli
ikanobori
committed
c5bb650
View commit details
Copy full SHA for c5bb650
View code at this point
Browse repository at this point
Commits on Apr 1, 2010
Rename version for windows
ikanobori
committed
0552fd1
View commit details
Copy full SHA for 0552fd1
View code at this point
Browse repository at this point
Set version number to dev while in development to avoid confusion and to avoid not updating the version number
ikanobori
committed
64e1e67
View commit details
Copy full SHA for 64e1e67
View code at this point
Browse repository at this point
Windows modifications branch
ikanobori
committed
34f69ee
View commit details
Copy full SHA for 34f69ee
View code at this point
Browse repository at this point
Merge
ikanobori
committed
dded948
View commit details
Copy full SHA for dded948
View code at this point
Browse repository at this point
A nice title for the file prompt
ikanobori
committed
c926716
View commit details
Copy full SHA for c926716
View code at this point
Browse repository at this point
Have a save to file option in gtk
ikanobori
committed
fe84f78
View commit details
Copy full SHA for fe84f78
View code at this point
Browse repository at this point
First stage of Interaction abstraction. All frontends now implement repl.Interaction to show messages and generally interact with the user (prompts, notices, save prompts)
ikanobori
committed
9aff5bc
View commit details
Copy full SHA for 9aff5bc
View code at this point
Browse repository at this point
Commits on Mar 31, 2010
Reroute stderr to replwidget
ikanobori
committed
89e6639
View commit details
Copy full SHA for 89e6639
View code at this point
Browse repository at this point
Please a same-named German for a feature request, GTK now has pasting of the current selection
ikanobori
committed
4004256
View commit details
Copy full SHA for 4004256
View code at this point
Browse repository at this point
Better pastebin abstractions, thanks for the ideas Andy
ikanobori
committed
af0b29a
View commit details
Copy full SHA for af0b29a
View code at this point
Browse repository at this point
Pastebin + confirmation in GTK, this means:
Show description for 5b08740
ikanobori
committed
5b08740
View commit details
Copy full SHA for 5b08740
View code at this point
Browse repository at this point
Merge?
ikanobori
committed
a5aa691
View commit details
Copy full SHA for a5aa691
View code at this point
Browse repository at this point
A failing test for issue #109.
Trundle
committed
aadc7e9
View commit details
Copy full SHA for aadc7e9
View code at this point
Browse repository at this point
First hardcoded menu
ikanobori
committed
a24705e
View commit details
Copy full SHA for a24705e
View code at this point
Browse repository at this point
Commits on Mar 30, 2010
Fix inspection.is_callable().
Trundle
committed
c919c96
View commit details
Copy full SHA for c919c96
View code at this point
Browse repository at this point
Commits on Mar 29, 2010
Place line_start mark before moving the cursor in gtk_.ReplWidget.prompt().
Show description for a2d2a95
Trundle
committed
a2d2a95
View commit details
Copy full SHA for a2d2a95
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL