FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython/repl.py - bpython/bpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
bpython
/
bpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
251
Star
2.8k
Code
Issues
144
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
bpython
bpython
repl.py
on
bf2b32f
User selector
Datepicker
Commit history
Commits on Feb 14, 2021
Replace custom clipboard code with pyperclip
Show description for 8ba24d1
sebastinas
committed
8ba24d1
View commit details
Copy full SHA for 8ba24d1
View code at this point
Browse repository at this point
Commits on Jan 24, 2021
Use super
sebastinas
committed
3510efc
View commit details
Copy full SHA for 3510efc
View code at this point
Browse repository at this point
Commits on Jan 16, 2021
Formatting
sebastinas
committed
f74ad98
View commit details
Copy full SHA for f74ad98
View code at this point
Browse repository at this point
Commits on Jan 1, 2021
Use pathlib instead of low-level os module
sebastinas
committed
ea58d89
View commit details
Copy full SHA for ea58d89
View code at this point
Browse repository at this point
Commits on Dec 30, 2020
Make importcompletion skiplist configurable (fixes #849)
sebastinas
committed
cf5763e
View commit details
Copy full SHA for cf5763e
View code at this point
Browse repository at this point
Remove global state of bpython.importcompletion
Show description for ec79bd8
sebastinas
committed
ec79bd8
View commit details
Copy full SHA for ec79bd8
View code at this point
Browse repository at this point
Commits on Oct 20, 2020
Use tuples instead of lists
sebastinas
committed
be8737c
View commit details
Copy full SHA for be8737c
View code at this point
Browse repository at this point
Commits on Oct 19, 2020
Revert "Remove Enum to maintain Python 2 support"
Show description for b244532
sebastinas
committed
b244532
View commit details
Copy full SHA for b244532
View code at this point
Browse repository at this point
Apply black
sebastinas
committed
80539f1
View commit details
Copy full SHA for 80539f1
View code at this point
Browse repository at this point
Remove unnecessary modes
sebastinas
committed
3dc73ae
View commit details
Copy full SHA for 3dc73ae
View code at this point
Browse repository at this point
Commits on Oct 13, 2020
Catch and raise OSError
sebastinas
committed
3cfda64
View commit details
Copy full SHA for 3cfda64
View code at this point
Browse repository at this point
Use str.format and f-strings where possible
sebastinas
committed
3b83c02
View commit details
Copy full SHA for 3b83c02
View code at this point
Browse repository at this point
Replace unicode literals
sebastinas
committed
ea9ac33
View commit details
Copy full SHA for ea9ac33
View code at this point
Browse repository at this point
Replace io.open with open
sebastinas
committed
d3248ca
View commit details
Copy full SHA for d3248ca
View code at this point
Browse repository at this point
Remove use of six.itervalues
sebastinas
committed
50d443b
View commit details
Copy full SHA for 50d443b
View code at this point
Browse repository at this point
Update use of super and class definitions
sebastinas
committed
8f03ee2
View commit details
Copy full SHA for 8f03ee2
View code at this point
Browse repository at this point
Remove bpython._py3compat.py3
sebastinas
committed
02b4d6b
View commit details
Copy full SHA for 02b4d6b
View code at this point
Browse repository at this point
Remove bpython._py3compat.prepare_for_exec
sebastinas
committed
e858ed1
View commit details
Copy full SHA for e858ed1
View code at this point
Browse repository at this point
Remove PythonLexer from bpython._py3compat
sebastinas
committed
07ec4e9
View commit details
Copy full SHA for 07ec4e9
View code at this point
Browse repository at this point
Remove encoding header
sebastinas
committed
ebe19cc
View commit details
Copy full SHA for ebe19cc
View code at this point
Browse repository at this point
Remove __future__ imports
sebastinas
committed
bebcdb3
View commit details
Copy full SHA for bebcdb3
View code at this point
Browse repository at this point
Commits on Oct 12, 2020
Restore original save behavior for cli and urwid
thomasballinger
authored and
sebastinas
committed
cd01afd
View commit details
Copy full SHA for cd01afd
View code at this point
Browse repository at this point
Commits on Oct 11, 2020
Apply black
sebastinas
committed
8b2c97f
View commit details
Copy full SHA for 8b2c97f
View code at this point
Browse repository at this point
Commits on Aug 14, 2020
rename s_hist to screen_hist
rybarczykj
authored and
sebastinas
committed
84d581a
View commit details
Copy full SHA for 84d581a
View code at this point
Browse repository at this point
Commits on Jul 31, 2020
Fix issue returning from editor
rybarczykj
authored and
thomasballinger
committed
077a837
View commit details
Copy full SHA for 077a837
View code at this point
Browse repository at this point
Commits on Jul 29, 2020
Remove Enum to maintain Python 2 support
thomasballinger
committed
ac93c74
View commit details
Copy full SHA for ac93c74
View code at this point
Browse repository at this point
Commits on Jul 22, 2020
Apply black
sebastinas
committed
012ea90
View commit details
Copy full SHA for 012ea90
View code at this point
Browse repository at this point
reconfigure and rename formatforfile
Show description for 214e4ca
rybarczykj
authored and
thomasballinger
committed
214e4ca
View commit details
Copy full SHA for 214e4ca
View code at this point
Browse repository at this point
Use global Enum class to avoid typing strings
Show description for e1733c5
rybarczykj
authored and
thomasballinger
committed
e1733c5
View commit details
Copy full SHA for e1733c5
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
Redo (#812)
Show description for be1160a
allgo27
authored
be1160a
View commit details
Copy full SHA for be1160a
View code at this point
Browse repository at this point
Commits on Mar 26, 2020
Use the new `pinnwand` API.
supakeen
committed
74fe1a9
View commit details
Copy full SHA for 74fe1a9
View code at this point
Browse repository at this point
Use the new pinnwand JSON API.
supakeen
committed
ad855aa
View commit details
Copy full SHA for ad855aa
View code at this point
Browse repository at this point
Commits on Nov 22, 2019
Blacken the source code and add `black` configuration.
Show description for cde2aad
ikanobori
committed
cde2aad
View commit details
Copy full SHA for cde2aad
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL