An open API service providing commit metadata for open source projects.

GitHub / avabellaw/rshell-python3.12 / commits

SHA Message Author Date Stats
195198f5 Update setup information for PyPi avabellaw <a****s@g****m> over 1 year ago
29e101d3 Update pyreadline to pyreadline3 for Windows avabellaw <a****s@g****m> over 1 year ago
7441a252 v0.0.36 If errors are printed from the last command exit with a non-zero exit... Dave Hylands <d****s@g****m> over 1 year ago
df7efc5e v0.0.35 - fixed the way the version is determined by setup.py Dave Hylands <d****s@g****m> over 1 year ago
f6e4855b Updated pypi upload rule Dave Hylands <d****s@g****m> almost 2 years ago
c1f27a7d Fixed regression in tab completion. Bumped version to 0.0.34 Dave Hylands <d****s@g****m> almost 2 years ago
56f75cf8 Bumped version to 0.33 Dave Hylands <d****s@g****m> about 2 years ago
105f18fa Added a couple more USB VIDs/PIDs Dave Hylands <d****s@g****m> about 2 years ago
70288d8e Added a timeout to openeing the serial port. Dave Hylands <d****s@g****m> about 2 years ago
892bf6b3 merge Merge pull request #183 from gunnarvoet/esp32-connect-inf-loop Dave Hylands <d****s@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
00980a68 Now auto connects to serial ports with 'micropython' in the product name Dave Hylands <d****s@g****m> about 2 years ago
b4e402ef merge Merge pull request #226 from amaksoft/implement-df Dave Hylands <d****s@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1a7b5922 Implement df command using os.statvfs Andrei Makeev <a****t@m****m> over 2 years ago
c8a2cd7d merge Merge pull request #224 from Its-Just-Nans/check-dir Dave Hylands <d****s@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
95a5a973 feat: check dir before listing n4n5 <i****5@g****m> over 2 years ago
6b80fbe1 Updated twine make rules Dave Hylands <d****s@g****m> over 2 years ago
624d5b1e Cleaned up directories for littlefs filesystems Dave Hylands <d****s@g****m> over 2 years ago
bfacb5b6 Several fixes Dave Hylands <d****s@g****m> over 2 years ago
bc21492a merge Merge branch 'master' into esp32-connect-inf-loop Gunnar Voet <g****t@u****u> almost 4 years ago
b87878c0 merge Merge pull request #186 from ironss-iotec/long-port-name Dave Hylands <d****s@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
ed0fa07f Catch exception raised by socket.gethostbyname() if the serial port name is t... Stephen Irons <u****s@i****e> over 4 years ago
4728a956 Connect to ESP32 running infinite loop Gunnar Voet <g****t@u****u> over 4 years ago
76ccf58f merge Merge pull request #181 from jerryneedell/jerryn_binascii Dave Hylands <d****s@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
98a2a6e9 import binascii if ubinascii not found jerryneedell <j****l@g****m> over 4 years ago
b0acaafa Fixed BUFFER_SIZE when using USB based device Dave Hylands <d****s@g****m> over 4 years ago
e2820f67 Bumped version to 0.0.30 Dave Hylands <d****s@f****m> over 5 years ago
2d617b2a merge Merge pull request #150 from dhylands/pico Dave Hylands <d****s@f****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
0717ec92 merge Merge branch 'master' into pico Dave Hylands <d****s@f****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
77449848 merge Merge pull request #148 from dhylands/pico Dave Hylands <d****s@f****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
db56ca97 merge Merge branch 'master' of github.com:dhylands/rshell Dave Hylands <d****s@f****m> over 5 years ago
c92165ff Added support for RPi Pico Dave Hylands <d****s@f****m> over 5 years ago
83fdccf0 Sets buffer size to 128 for the RPi Pico Dave Hylands <d****s@f****m> over 5 years ago
bb0e5958 Sets buffer size to 128 for the RPi Pico Dave Hylands <d****s@f****m> over 5 years ago
a9828797 Now removes comments/docstrings Dave Hylands <d****s@f****m> over 5 years ago
586f1f49 Now removes comments/docstrings Dave Hylands <d****s@f****m> over 5 years ago
e83b7040 Disable Control-C using micropython.kbd_intr(-1) Dave Hylands <d****s@f****m> over 5 years ago
1a7cb1c8 Disable Control-C using micropython.kbd_intr(-1) Dave Hylands <d****s@f****m> over 5 years ago
5ca22a3f merge Merge pull request #143 from breedx2/patch-1 Dave Hylands <d****s@f****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
9b35d6f1 Changed mem8 to mem32 for the RPi Pico Dave Hylands <d****s@f****m> over 5 years ago
9067a59b Changed mem8 to mem32 for the RPi Pico Dave Hylands <d****s@f****m> over 5 years ago
c4e1501a Now sets the RTC on the Pico Dave Hylands <d****s@f****m> over 5 years ago
cd1b5522 Now sets the RTC on the Pico Dave Hylands <d****s@f****m> over 5 years ago
aa1fceb6 Added time.sleep_ms(20) which seems to work for pico Dave Hylands <d****s@f****m> over 5 years ago
9ab7443a Added time.sleep_ms(20) which seems to work for pico Dave Hylands <d****s@f****m> over 5 years ago
9eb427a5 Auto recognize RPi Pico Dave Hylands <d****s@f****m> over 5 years ago
9a8c078a Just a single letter typo in the readme. Jason Plumb <j****n@n****t>
Committed by: GitHub <n****y@g****m>
over 5 years ago
1bf8d12e Fix typo about board.py Dave Hylands <d****s@f****m> over 5 years ago
904fe01c merge Merge pull request #141 from smr99/master Dave Hylands <d****s@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
4f77b32e Add autoconnect support for LEGO Technic Large Hub Steve Robbins <s****e@s****a> over 5 years ago
aae27f5b Bumped version to 0.0.28 Dave Hylands <d****s@f****m> over 6 years ago
0fff71a4 merge Merge pull request #130 from sTywin/write-timeout Dave Hylands <d****s@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
9bac3391 Be more patient in send_file_to_remote Scott Armitage <a****b@s****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
a28df4c8 Updated README about serial port permisions. Dave Hylands <d****s@f****m> over 6 years ago
36c0f6d4 Bumped version to 0.0.27 Dave Hylands <d****s@f****m> over 6 years ago
07fe3b83 merge Merge pull request #129 from dhylands/fix-set-time Dave Hylands <d****s@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
749b51ae merge Merge pull request #127 from hiveeyes/improve-reporting Dave Hylands <d****s@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
a1f90197 Fixed set_time function to work on PyCom boards Dave Hylands <d****s@g****m> over 6 years ago
42c39bde merge Merge pull request #128 from dhylands/add-date-cmd Dave Hylands <d****s@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
3ef56b14 Add a date command Dave Hylands <d****s@g****m> over 6 years ago
633e10c8 Improve reporting for the "rsync" primitive Andreas Motl <a****s@h****g> over 6 years ago
204b86c2 Fix syncing time. Andreas Motl <a****s@h****g> over 6 years ago
f38a3509 Call os.sync to make UART transfer more reliable Dave Hylands <d****s@g****m> about 7 years ago
43f191ea Fixed README.rst Dave Hylands <d****s@g****m> about 7 years ago
2fe80862 Bumped version to 0.0.25 Dave Hylands <d****s@g****m> about 7 years ago
6028e96a Fixes #102 = Default to --nocolor when stdout isn't a tty Dave Hylands <d****s@g****m> about 7 years ago
1277d1d0 Fixes the device short name Dave Hylands <d****s@g****m> about 7 years ago
8f446e7b Fixes #98 - now reports shlex errors rather than crashing Dave Hylands <d****s@g****m> about 7 years ago
ec86f57b Fixes #101 - print less when --quiet is used Dave Hylands <d****s@g****m> about 7 years ago
0be291b2 Don't update remote file if editor exits with a nonzero exit code Dave Hylands <d****s@g****m> over 7 years ago
a92a8fa8 Added --rts and --dtr command line options Dave Hylands <d****s@g****m> over 7 years ago
62f2f606 Cleaned up file completion Dave Hylands <d****s@g****m> over 7 years ago
97a06714 Improve ls support for symlinks Dave Hylands <d****s@g****m> over 7 years ago
b717e3c0 Improve error handling with board.py Dave Hylands <d****s@g****m> over 7 years ago
977d0f09 Updated to use twine for uploading to PyPi Dave Hylands <d****s@g****m> over 7 years ago
91277798 Try to connect o REPL before continuing Dave Hylands <d****s@g****m> over 7 years ago
f4ef135d Updated set_time to also try rtc.init() Dave Hylands <d****s@g****m> over 7 years ago
51d31c00 Add support for spaces in filenames Dave Hylands <d****s@g****m> over 7 years ago
ac2a8d4f Bumped version to 0.0.18 Dave Hylands <d****s@g****m> over 7 years ago
1162f8e8 Removed extraneous print Dave Hylands <d****s@g****m> over 7 years ago
2cb428ed Improved Windows character handling in the REPL Dave Hylands <d****s@g****m> over 7 years ago
8f93e232 Fixes #73 - Don't crash if board.py doesn't contain name attribute Dave Hylands <d****s@g****m> over 7 years ago
52310ccd Don't crash if board.py is missing the name attribute Dave Hylands <d****s@g****m> over 7 years ago
b70b8aab Bumped version to 0.0.17 Dave Hylands <d****s@g****m> over 7 years ago
81a56861 merge Address #60: Add pyreadline dependency for Windows platform (#74) Dave Hylands <d****s@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
24bbdfab Add startup progress Dave Hylands <d****s@g****m> over 7 years ago
7196455b Address #60: Add pyreadline dependency for Windows platform Daniel Mizyrycki <m****l@g****t> over 7 years ago
ecfd20a5 Detect WSL and don't try to use udev when WSL detected Dave Hylands <d****s@g****m> over 7 years ago
07ed541a A few spelling corrections (#71) Mike Causer <m****r@g****m>
Committed by: Dave Hylands <d****s@g****m>
over 7 years ago
28fb7a01 Fix Typos (#64) Thomas Christlieb <t****b@h****m>
Committed by: Dave Hylands <d****s@g****m>
almost 8 years ago
ec314d1a Improve rshell for Windows Dave Hylands <d****s@g****m> almost 8 years ago
4326a65d Make compatible with Python3 before 3.5.0 Dave Hylands <d****s@g****m> almost 8 years ago
190d5fc1 Fix bug introduced in #48 Dave Hylands <d****s@g****m> about 8 years ago
c4d310a3 Bumped version to 0.0.13 Dave Hylands <d****s@g****m> about 8 years ago
75695463 Increase robustness of file transfers to remote (#48) Mark Grosen <m****k@g****g>
Committed by: Dave Hylands <d****s@g****m>
about 8 years ago
d1c47393 Fixed typo in README. (#49) Phillip Ngan <p****n@g****m>
Committed by: Dave Hylands <d****s@g****m>
about 8 years ago
b148481f Improved support for ESP32 Dave Hylands <d****s@g****m> over 8 years ago
a7805d6a Clarification for ESP based board when accessing their filesystem (#35) Dean Maniatis <d****s@g****m>
Committed by: Dave Hylands <d****s@g****m>
over 8 years ago
ae1d5e28 Clarification of the proper usage of board.py with an example (#34) Dean Maniatis <d****s@g****m>
Committed by: Dave Hylands <d****s@g****m>
over 8 years ago
9e44561f Minor correction on REPL help command text (#36) Dean Maniatis <d****s@g****m>
Committed by: Dave Hylands <d****s@g****m>
over 8 years ago
9ee6309c Bump version to 0.0.11 Dave Hylands <d****s@g****m> almost 9 years ago

← Back to repository