FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython/repl.py - kroy-dev/bpython · GitHub
kroy-dev
/
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
repl.py
on
main
User selector
Datepicker
Commit history
Commits on Aug 29, 2022
Use getattr_safe instead of AttrCleaner
Show description for d48a3d2
sebastinas
committed
d48a3d2
View commit details
Copy full SHA for d48a3d2
View code at this point
Browse repository at this point
Commits on Aug 28, 2022
Fix mypy and black regressions
sebastinas
committed
df03931
View commit details
Copy full SHA for df03931
View code at this point
Browse repository at this point
Commits on May 8, 2022
eval wants a dict, so make sure that the Interpreter has a dict
sebastinas
committed
b3b74b8
View commit details
Copy full SHA for b3b74b8
View code at this point
Browse repository at this point
Remove unused import
sebastinas
committed
7d3f3d9
View commit details
Copy full SHA for 7d3f3d9
View code at this point
Browse repository at this point
Commits on May 4, 2022
Change filenames in History to Path
sebastinas
committed
cc3bac7
View commit details
Copy full SHA for cc3bac7
View code at this point
Browse repository at this point
Make implementations of current_line and cursor_offset consistent
sebastinas
committed
b86de33
View commit details
Copy full SHA for b86de33
View code at this point
Browse repository at this point
Refactor _funcname_and_argnum to avoid Exception-based control flow
sebastinas
committed
e906df7
View commit details
Copy full SHA for e906df7
View code at this point
Browse repository at this point
Provide more type annotations
sebastinas
committed
0ada13d
View commit details
Copy full SHA for 0ada13d
View code at this point
Browse repository at this point
Commits on May 3, 2022
Improve handling of SyntaxErrors
Show description for 937626d
sebastinas
committed
937626d
View commit details
Copy full SHA for 937626d
View code at this point
Browse repository at this point
Handle end_lineno and end_offset in SyntaxError
sebastinas
committed
59a8095
View commit details
Copy full SHA for 59a8095
View code at this point
Browse repository at this point
Add more type annotations and fix some mypy errors
sebastinas
committed
deb757d
View commit details
Copy full SHA for deb757d
View code at this point
Browse repository at this point
Make Interaction an abstract base class
sebastinas
committed
8caa915
View commit details
Copy full SHA for 8caa915
View code at this point
Browse repository at this point
Remove no longer used encoding
sebastinas
committed
a808521
View commit details
Copy full SHA for a808521
View code at this point
Browse repository at this point
Commits on May 2, 2022
Set to empty string if no removal URL is available
sebastinas
committed
069a0a6
View commit details
Copy full SHA for 069a0a6
View code at this point
Browse repository at this point
Fixed pytest errors
Ben-Reg
authored and
sebastinas
committed
6f4b3c2
View commit details
Copy full SHA for 6f4b3c2
View code at this point
Browse repository at this point
hide properties under type checking
Ben-Reg
authored and
sebastinas
committed
1745ad5
View commit details
Copy full SHA for 1745ad5
View code at this point
Browse repository at this point
formatted with black
Ben-Reg
authored and
sebastinas
committed
d1891d2
View commit details
Copy full SHA for d1891d2
View code at this point
Browse repository at this point
good-enough solutions
thomasballinger
authored and
sebastinas
committed
7d4f80d
View commit details
Copy full SHA for 7d4f80d
View code at this point
Browse repository at this point
Ran black and codespell
Ben-Reg
authored and
sebastinas
committed
2de72b3
View commit details
Copy full SHA for 2de72b3
View code at this point
Browse repository at this point
Mostly done, but have some questions about the missing attributes in repl.py
Ben-Reg
authored and
sebastinas
committed
c2f1c39
View commit details
Copy full SHA for c2f1c39
View code at this point
Browse repository at this point
Done with cli.py, working on repl.py
Ben-Reg
authored and
sebastinas
committed
2ae5c45
View commit details
Copy full SHA for 2ae5c45
View code at this point
Browse repository at this point
Commits on Jan 9, 2022
Avoid indexing and tuple unpacking of LinePart instances
sebastinas
committed
95539cc
View commit details
Copy full SHA for 95539cc
View code at this point
Browse repository at this point
Commits on Dec 8, 2021
Remove unused function
sebastinas
committed
8bf810d
View commit details
Copy full SHA for 8bf810d
View code at this point
Browse repository at this point
Add type annotations to MatchesIterator
sebastinas
committed
9284640
View commit details
Copy full SHA for 9284640
View code at this point
Browse repository at this point
Reset correct members
sebastinas
committed
a96d6e3
View commit details
Copy full SHA for a96d6e3
View code at this point
Browse repository at this point
Directly use time.monotonic
Show description for d0cdeb4
sebastinas
committed
d0cdeb4
View commit details
Copy full SHA for d0cdeb4
View code at this point
Browse repository at this point
Add type annotations for RuntimeTimer
sebastinas
committed
1b3c87e
View commit details
Copy full SHA for 1b3c87e
View code at this point
Browse repository at this point
Remove unused function
sebastinas
committed
edb8391
View commit details
Copy full SHA for edb8391
View code at this point
Browse repository at this point
Add a typing compat module to avoid a dependency on typing-extensions for Py >= 3.8
sebastinas
committed
51ebc86
View commit details
Copy full SHA for 51ebc86
View code at this point
Browse repository at this point
Commits on Nov 8, 2021
Remove unused next method
Show description for b4578ba
sebastinas
committed
b4578ba
View commit details
Copy full SHA for b4578ba
View code at this point
Browse repository at this point
Commits on Nov 7, 2021
Remove get_source_unicode
Show description for f8b5962
sebastinas
committed
f8b5962
View commit details
Copy full SHA for f8b5962
View code at this point
Browse repository at this point
Commits on Oct 31, 2021
Fix import of Literal
sebastinas
committed
194a000
View commit details
Copy full SHA for 194a000
View code at this point
Browse repository at this point
Commits on Oct 30, 2021
Improve signature of __exit__
sebastinas
committed
f51d61b
View commit details
Copy full SHA for f51d61b
View code at this point
Browse repository at this point
Commits on Oct 21, 2021
Fix advanced class completion
gpotter2
authored and
sebastinas
committed
126b059
View commit details
Copy full SHA for 126b059
View code at this point
Browse repository at this point
Commits on Oct 10, 2021
Mypy types for autocomplete.py, args.py, config.py and curtsies.py (#929)
thomasballinger
authored
4d744ca
View commit details
Copy full SHA for 4d744ca
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL