FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython - optionalg/bpython · GitHub
optionalg
/
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
0.17-bugfix
User selector
Datepicker
Commit history
Commits on Jul 13, 2017
Decode matches from jedi (fixes #687)
Show description for d067b9d
sebastinas
committed
d067b9d
View commit details
Copy full SHA for d067b9d
View code at this point
Browse repository at this point
Fix call of update
Show description for 9ec89db
sebastinas
committed
9ec89db
View commit details
Copy full SHA for 9ec89db
View code at this point
Browse repository at this point
Commits on Jul 12, 2017
fix paste fix
thomasballinger
committed
99dcc9d
View commit details
Copy full SHA for 99dcc9d
View code at this point
Browse repository at this point
fixed pasting (-p flag)
Sorin Vatasoiu
authored and
thomasballinger
committed
0834567
View commit details
Copy full SHA for 0834567
View code at this point
Browse repository at this point
Commits on Jul 10, 2017
Fix option-backspace behavior
afrieder
authored and
sebastinas
committed
836bb87
View commit details
Copy full SHA for 836bb87
View code at this point
Browse repository at this point
Commits on Jul 8, 2017
Check if current thread is the main thread using threading.main_thread()
Show description for 307f855
sebastinas
committed
307f855
View commit details
Copy full SHA for 307f855
View code at this point
Browse repository at this point
Use an if instead of a try statement
maxnordlund
authored and
sebastinas
committed
c58a933
View commit details
Copy full SHA for c58a933
View code at this point
Browse repository at this point
Comment what is turned off
Show description for 4ba61b2
maxnordlund
authored and
sebastinas
committed
4ba61b2
View commit details
Copy full SHA for 4ba61b2
View code at this point
Browse repository at this point
Allow bpython/bpdb outside main thread
Show description for 51d208e
maxnordlund
authored and
sebastinas
committed
51d208e
View commit details
Copy full SHA for 51d208e
View code at this point
Browse repository at this point
Add default_autoreload config option
afrieder
authored and
sebastinas
committed
6be4207
View commit details
Copy full SHA for 6be4207
View code at this point
Browse repository at this point
Commits on May 28, 2017
Compile regex
Show description for 128e4b5
sebastinas
committed
128e4b5
View commit details
Copy full SHA for 128e4b5
View code at this point
Browse repository at this point
Avoid naming variables after global functions
Show description for 43c43de
sebastinas
committed
43c43de
View commit details
Copy full SHA for 43c43de
View code at this point
Browse repository at this point
Use absolute imports
sebastinas
committed
670b5c9
View commit details
Copy full SHA for 670b5c9
View code at this point
Browse repository at this point
Changes requested by sebastinas
Attila Szöllősi
authored and
sebastinas
committed
997117a
View commit details
Copy full SHA for 997117a
View code at this point
Browse repository at this point
Fix newline handling in stdout and stderr
Attila Szöllősi
authored and
sebastinas
committed
724f3b9
View commit details
Copy full SHA for 724f3b9
View code at this point
Browse repository at this point
Commits on May 13, 2017
Fix test failure
Attila Szöllősi
authored and
sebastinas
committed
f0ca805
View commit details
Copy full SHA for f0ca805
View code at this point
Browse repository at this point
Use width aware slice
Attila Szöllősi
authored and
sebastinas
committed
ef91741
View commit details
Copy full SHA for ef91741
View code at this point
Browse repository at this point
Commits on Apr 18, 2017
fix logic mistake
AlwxSin
committed
951401a
View commit details
Copy full SHA for 951401a
View code at this point
Browse repository at this point
remove deprecation warning in inspect module
Show description for a743920
AlwxSin
committed
a743920
View commit details
Copy full SHA for a743920
View code at this point
Browse repository at this point
Commits on Apr 4, 2017
alternate impl for ctrl-o
thomasballinger
committed
f9ccb5c
View commit details
Copy full SHA for f9ccb5c
View code at this point
Browse repository at this point
Implementing code review changes.
PeriGK
authored and
thomasballinger
committed
eb3b8f3
View commit details
Copy full SHA for eb3b8f3
View code at this point
Browse repository at this point
Resetting debugging-oriented changes
PeriGK
authored and
thomasballinger
committed
e04e0f2
View commit details
Copy full SHA for e04e0f2
View code at this point
Browse repository at this point
Initial changes to implement ctrl+o functionality
PeriGK
authored and
thomasballinger
committed
da6150b
View commit details
Copy full SHA for da6150b
View code at this point
Browse repository at this point
Commits on Mar 30, 2017
fix default values of keyword only arguments
thomasballinger
committed
8ac18df
View commit details
Copy full SHA for 8ac18df
View code at this point
Browse repository at this point
Commits on Jan 22, 2017
Modified repl.py to conform to follow more PEP standards including 8 and 263
Show description for 4c08efe
shanahanjrs
authored and
sebastinas
committed
4c08efe
View commit details
Copy full SHA for 4c08efe
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
Fix typo
sebastinas
committed
7c8cef6
View commit details
Copy full SHA for 7c8cef6
View code at this point
Browse repository at this point
Define encoding
sebastinas
committed
5bd6bd0
View commit details
Copy full SHA for 5bd6bd0
View code at this point
Browse repository at this point
Commits on Jan 8, 2017
Use consistent encoding
Show description for 4029ab2
sebastinas
committed
4029ab2
View commit details
Copy full SHA for 4029ab2
View code at this point
Browse repository at this point
Import consistency
sebastinas
committed
508082a
View commit details
Copy full SHA for 508082a
View code at this point
Browse repository at this point
Re-use version_banner
sebastinas
committed
a4aea3d
View commit details
Copy full SHA for a4aea3d
View code at this point
Browse repository at this point
Consolidate common locals setup (fixes #665)
Show description for f189da1
sebastinas
committed
f189da1
View commit details
Copy full SHA for f189da1
View code at this point
Browse repository at this point
Remove more duplicated code
sebastinas
committed
70477ef
View commit details
Copy full SHA for 70477ef
View code at this point
Browse repository at this point
Remove code duplication
Show description for 4a36757
sebastinas
committed
4a36757
View commit details
Copy full SHA for 4a36757
View code at this point
Browse repository at this point
Default locals is set-up in super().__init__
Show description for cb6eb39
sebastinas
committed
cb6eb39
View commit details
Copy full SHA for cb6eb39
View code at this point
Browse repository at this point
Remove unused member variable
Show description for 2480377
sebastinas
committed
2480377
View commit details
Copy full SHA for 2480377
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL