FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython - victor8733/bpython · GitHub
victor8733
/
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
master
User selector
Datepicker
Commit history
Commits on Oct 25, 2019
Fix Python 2.7 TypeError in test_save
mportesdev
authored and
sebastinas
committed
fabd548
View commit details
Copy full SHA for fabd548
View code at this point
Browse repository at this point
Fix Python 2.7 TypeError
mportesdev
authored and
sebastinas
committed
9d17172
View commit details
Copy full SHA for 9d17172
View code at this point
Browse repository at this point
Add test case for accessing the history file
mportesdev
authored and
sebastinas
committed
13dabf8
View commit details
Copy full SHA for 13dabf8
View code at this point
Browse repository at this point
Close lock file using os close()
mportesdev
authored and
sebastinas
committed
22db98c
View commit details
Copy full SHA for 22db98c
View code at this point
Browse repository at this point
Commits on Oct 23, 2019
Create a lock file on Windows
sebastinas
committed
52580b4
View commit details
Copy full SHA for 52580b4
View code at this point
Browse repository at this point
Commits on Oct 21, 2019
Mark as not locked before releasing the lock
sebastinas
committed
afc0eb3
View commit details
Copy full SHA for afc0eb3
View code at this point
Browse repository at this point
Use os.O_TRUNC
sebastinas
committed
0a6e34c
View commit details
Copy full SHA for 0a6e34c
View code at this point
Browse repository at this point
Commits on Oct 13, 2019
Also protect remaining part of get_args from user code exceptions (fixes #776)
sebastinas
committed
57aa616
View commit details
Copy full SHA for 57aa616
View code at this point
Browse repository at this point
Commits on Oct 5, 2019
Turn Interpreter into a new-style class
sebastinas
committed
14c17c1
View commit details
Copy full SHA for 14c17c1
View code at this point
Browse repository at this point
Commits on Oct 4, 2019
Use super where possible
sebastinas
committed
072576a
View commit details
Copy full SHA for 072576a
View code at this point
Browse repository at this point
Call base's __init__
sebastinas
committed
d9402cd
View commit details
Copy full SHA for d9402cd
View code at this point
Browse repository at this point
Commits on Oct 3, 2019
Remove unused imports
sebastinas
committed
d711735
View commit details
Copy full SHA for d711735
View code at this point
Browse repository at this point
Remove assignments to local variables which are never used
sebastinas
committed
54e83c8
View commit details
Copy full SHA for 54e83c8
View code at this point
Browse repository at this point
Commits on Sep 22, 2019
Update translations
sebastinas
committed
a67c2d3
View commit details
Copy full SHA for a67c2d3
View code at this point
Browse repository at this point
Update translations
sebastinas
committed
c6adc1b
View commit details
Copy full SHA for c6adc1b
View code at this point
Browse repository at this point
Commits on May 1, 2019
10x the too low hist_length default of 100 to 1000
Show description for ade9c77
Wis
authored and
sebastinas
committed
ade9c77
View commit details
Copy full SHA for ade9c77
View code at this point
Browse repository at this point
Commits on Apr 2, 2019
Catch function signature inspection errors for built-in types
Show description for cd6886a
bfrascher
authored and
sebastinas
committed
cd6886a
View commit details
Copy full SHA for cd6886a
View code at this point
Browse repository at this point
Correctly reference inspect parameter kinds
Show description for 0a5bd6e
bfrascher
authored and
sebastinas
committed
0a5bd6e
View commit details
Copy full SHA for 0a5bd6e
View code at this point
Browse repository at this point
Display the correct signature for a decorated function in Python 3
Show description for a9407b6
bfrascher
authored and
sebastinas
committed
a9407b6
View commit details
Copy full SHA for a9407b6
View code at this point
Browse repository at this point
Commits on Mar 4, 2019
Fix 767 by using correct function
thomasballinger
committed
42ae730
View commit details
Copy full SHA for 42ae730
View code at this point
Browse repository at this point
Commits on Jan 12, 2019
fix exit code issue
benkrig
authored and
sebastinas
committed
68df142
View commit details
Copy full SHA for 68df142
View code at this point
Browse repository at this point
Commits on Dec 10, 2018
Remove unused function
sebastinas
committed
3bd1c25
View commit details
Copy full SHA for 3bd1c25
View code at this point
Browse repository at this point
Update naming
sebastinas
committed
1660fa5
View commit details
Copy full SHA for 1660fa5
View code at this point
Browse repository at this point
Commits on Dec 9, 2018
Remove unused import
sebastinas
committed
8e6f8f7
View commit details
Copy full SHA for 8e6f8f7
View code at this point
Browse repository at this point
Avoid unsafe default argument
sebastinas
committed
d3a33e7
View commit details
Copy full SHA for d3a33e7
View code at this point
Browse repository at this point
Avoid unsafe default argument
sebastinas
committed
146be27
View commit details
Copy full SHA for 146be27
View code at this point
Browse repository at this point
Remove unnecessary import
sebastinas
committed
ac473c3
View commit details
Copy full SHA for ac473c3
View code at this point
Browse repository at this point
Commits on Oct 5, 2018
Merge send_to_stdout and send_to_stderr; fix newline handling (#744)
ata2001
authored and
sebastinas
committed
9747551
View commit details
Copy full SHA for 9747551
View code at this point
Browse repository at this point
Commits on Sep 27, 2018
Fix test with PyPy 3
sebastinas
committed
94cfb15
View commit details
Copy full SHA for 94cfb15
View code at this point
Browse repository at this point
Fix bpython-curses bug when passed an argument
Show description for 4e3673c
Greg Burek
authored and
sebastinas
committed
4e3673c
View commit details
Copy full SHA for 4e3673c
View code at this point
Browse repository at this point
Commits on May 20, 2018
Fix PEP8 issues
sebastinas
committed
c85c4e7
View commit details
Copy full SHA for c85c4e7
View code at this point
Browse repository at this point
Commits on Mar 8, 2018
Fix file locking on Windows
Show description for 1b20689
sebastinas
committed
1b20689
View commit details
Copy full SHA for 1b20689
View code at this point
Browse repository at this point
Commits on Mar 4, 2018
Exit gracefully if config file cannot be decoded (re #735)
sebastinas
committed
d4a28ef
View commit details
Copy full SHA for d4a28ef
View code at this point
Browse repository at this point
Commits on Mar 1, 2018
remove debugging print in rev incr search
thomasballinger
committed
23ee3c2
View commit details
Copy full SHA for 23ee3c2
View code at this point
Browse repository at this point
Commits on Feb 12, 2018
Revert "Use width aware slice"
Show description for d5abcdc
ikanobori
committed
d5abcdc
View commit details
Copy full SHA for d5abcdc
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL