FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython - shawnaxsom/bpython · GitHub
shawnaxsom
/
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
master
User selector
Datepicker
Commit history
Commits on Nov 28, 2015
Use safe_eval instead of exec for ArrayList evaluation
Shawn Axsom
committed
3a6913d
View commit details
Copy full SHA for 3a6913d
View code at this point
Browse repository at this point
Delete temp_val_from_array directly from locals, rather than dynamically
Shawn Axsom
committed
592e8f7
View commit details
Copy full SHA for 592e8f7
View code at this point
Browse repository at this point
Removed completers that are no longer needed from ArrayItemMembersCompletion
Shawn Axsom
committed
3d01096
View commit details
Copy full SHA for 3d01096
View code at this point
Browse repository at this point
Commits on Nov 27, 2015
Fix display of completions in curtsies to not include array name and indexer
Shawn Axsom
committed
a770fde
View commit details
Copy full SHA for a770fde
View code at this point
Browse repository at this point
Clean up temp variable after used in ArrayItem completion
Shawn Axsom
committed
b313d6c
View commit details
Copy full SHA for b313d6c
View code at this point
Browse repository at this point
Fix unit test
Shawn Axsom
committed
83cbf15
View commit details
Copy full SHA for 83cbf15
View code at this point
Browse repository at this point
Remove dead pdb code
Shawn Axsom
committed
2472bb0
View commit details
Copy full SHA for 2472bb0
View code at this point
Browse repository at this point
Change name of new completer from ArrayObjects.. to ArrayItems..; added some unit tests; fixed a few errors found from the unit tests
Shawn Axsom
committed
1582613
View commit details
Copy full SHA for 1582613
View code at this point
Browse repository at this point
Handle index out of bounds errors for array item completion
Shawn Axsom
committed
432d514
View commit details
Copy full SHA for 432d514
View code at this point
Browse repository at this point
Able to handle nested arrays now when autocompleting for array items
Shawn Axsom
committed
d75e072
View commit details
Copy full SHA for d75e072
View code at this point
Browse repository at this point
Pressing tab works for autocompletion of array items now
Shawn Axsom
committed
a7c202f
View commit details
Copy full SHA for a7c202f
View code at this point
Browse repository at this point
Autocomplete is working for objects within an array. Assigned a temp variable to reuse existing code from other completers as easily as possible. Tab completion isn't working correctly (doesn't scr…
Show description for 19ea104
Shawn Axsom
committed
19ea104
View commit details
Copy full SHA for 19ea104
View code at this point
Browse repository at this point
Able to filter member list for array item members
Shawn Axsom
committed
dc43bfd
View commit details
Copy full SHA for dc43bfd
View code at this point
Browse repository at this point
Array item completion is working with strings. Not yet handling out of bounds errors and other data types
Shawn Axsom
committed
c30e39d
View commit details
Copy full SHA for c30e39d
View code at this point
Browse repository at this point
Commits on Oct 7, 2015
Fix python 3 compatibility
Show description for 4df988b
ObviouslyGreen
committed
4df988b
View commit details
Copy full SHA for 4df988b
View code at this point
Browse repository at this point
Commits on Oct 5, 2015
Correct auto complete tests after double underscore change
Tenzer
committed
9f3460b
View commit details
Copy full SHA for 9f3460b
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
Filter out two underscore attributes in auto completion
Show description for 563f5cb
Tenzer
committed
563f5cb
View commit details
Copy full SHA for 563f5cb
View code at this point
Browse repository at this point
Commits on Aug 26, 2015
Transpose characters if cursor is at the end of the line. Mimics emacs behavior.
wevial
committed
3abb483
View commit details
Copy full SHA for 3abb483
View code at this point
Browse repository at this point
Fix bug #548 - Transpose when empty line crashes
wevial
committed
c08b42d
View commit details
Copy full SHA for c08b42d
View code at this point
Browse repository at this point
Commits on Aug 18, 2015
Fix a typo
Show description for a17999d
sebastinas
committed
a17999d
View commit details
Copy full SHA for a17999d
View code at this point
Browse repository at this point
Commits on Aug 2, 2015
Fix attrib decorator (fixes #553)
Show description for d9aec67
sebastinas
committed
d9aec67
View commit details
Copy full SHA for d9aec67
View code at this point
Browse repository at this point
Commits on Jul 11, 2015
add test
sharow
committed
dc0f294
View commit details
Copy full SHA for dc0f294
View code at this point
Browse repository at this point
Commits on Jul 7, 2015
Fix Python 3 compat (fixes #550)
Show description for 2c0958f
sebastinas
committed
2c0958f
View commit details
Copy full SHA for 2c0958f
View code at this point
Browse repository at this point
Fix cli after named-tuple refactoring
Show description for 5eed6af
sebastinas
committed
5eed6af
View commit details
Copy full SHA for 5eed6af
View code at this point
Browse repository at this point
Commits on Jul 5, 2015
fix: Reload and Auto-reloading doesn't work when using Python3.x
sharow
committed
b71f411
View commit details
Copy full SHA for b71f411
View code at this point
Browse repository at this point
Commits on Jun 24, 2015
Allow multi-line banners (fixes #538)
Show description for ff4ad26
sebastinas
committed
ff4ad26
View commit details
Copy full SHA for ff4ad26
View code at this point
Browse repository at this point
Do not print version and help with -q (#fixes #527)
Show description for e1b0dcd
sebastinas
committed
e1b0dcd
View commit details
Copy full SHA for e1b0dcd
View code at this point
Browse repository at this point
Commits on Jun 21, 2015
Work around jedi bugs (fixes #544)
Show description for 04ca930
sebastinas
committed
04ca930
View commit details
Copy full SHA for 04ca930
View code at this point
Browse repository at this point
Failing test for #544
sebastinas
committed
72be2cd
View commit details
Copy full SHA for 72be2cd
View code at this point
Browse repository at this point
Commits on Jun 10, 2015
Merge remote-tracking branch 'noelladsa/refactoring-named-tuple'
sebastinas
committed
811dff1
View commit details
Copy full SHA for 811dff1
View code at this point
Browse repository at this point
Merging pep8
noelladsa
committed
97593fa
View commit details
Copy full SHA for 97593fa
View code at this point
Browse repository at this point
PEP8
noelladsa
committed
191e434
View commit details
Copy full SHA for 191e434
View code at this point
Browse repository at this point
PEP8
noelladsa
committed
b899696
View commit details
Copy full SHA for b899696
View code at this point
Browse repository at this point
PEP8
noelladsa
committed
1424a22
View commit details
Copy full SHA for 1424a22
View code at this point
Browse repository at this point
PEP8
noelladsa
committed
a7d729e
View commit details
Copy full SHA for a7d729e
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL