1. e8c34ca [pylint] Declare abstract LinkBase._send_apdu_raw() method as such by Vadim Yanitskiy · 3 years, 4 months ago
  2. 8e15c18 transport/AT: Make sure PDU has upper case hex digits by Robert Falkenberg · 3 years, 4 months ago
  3. 28c2431 Move reader related argument parser to transport module by Harald Welte · 3 years, 5 months ago
  4. e0f9ef1 integrate 'construct' python library by Harald Welte · 3 years, 5 months ago
  5. 7829d8a shell: Add 'apdu_trace' settable parameter for hex-dumping APDUs by Harald Welte · 3 years, 5 months ago
  6. eb05b2f transport: Pass arbitrary kwargs to base-class constructor by Harald Welte · 3 years, 5 months ago
  7. c34f940 transport: Make all calls go through base class send_apdu_raw() by Harald Welte · 3 years, 5 months ago
  8. 4f2c546 transport: Pass status word interpreter to exception handler by Harald Welte · 3 years, 5 months ago
  9. 6e0458d Move init_reader() from utils.py to transport/__init__.py by Harald Welte · 3 years, 5 months ago
  10. ee3501f Add more documentation to the classes/methods by Harald Welte · 3 years, 5 months ago
  11. 3e58d38 Get rid of Python 2 specific compatibility leftovers by Vadim Yanitskiy · 3 years, 6 months ago
  12. 1f8acd9 transport/pcsc: work around Python 3.5 bug: guard disconnect() by Vadim Yanitskiy · 4 years, 7 months ago
  13. 67d551a move SW matching to a generic utility function by Harald Welte · 3 years, 8 months ago
  14. e79cc80 introduce SwMatchError exception by Harald Welte · 3 years, 8 months ago
  15. 6d5e0c9 Remove Python shebang from files where it's not needed by Vadim Yanitskiy · 3 years, 6 months ago
  16. 289fd28 serial: do not try to close non existing serial connection by Philipp Maier · 3 years, 7 months ago 1.0
  17. 92bdd5e serial: don't crash if the device does not exist by Philipp Maier · 3 years, 7 months ago
  18. dd014ea Lint fixes: false -> False, missing imports, Index list, not map iter by Daniel Willmann · 3 years, 11 months ago
  19. 677d41b Remove unnecessary semicolon by Daniel Willmann · 3 years, 11 months ago
  20. 29ca804 Implement Generic SIM Access interface as per 3GPP TS 27.007 by Vadim Yanitskiy · 4 years, 4 months ago
  21. fa617ac transport/pcsc: explicitly specify T0 protocol by Vadim Yanitskiy · 4 years, 7 months ago
  22. 41c2217 transport/pcsc: cosmetic: reuse the existing code of PcscSimLink by Vadim Yanitskiy · 4 years, 7 months ago
  23. 99affe1 Py2 -> Py3: use the floor division operator // where possible by Vadim Yanitskiy · 4 years, 7 months ago
  24. 6727f0c Fix compatibility with Python 3: print() is a function by Vadim Yanitskiy · 4 years, 8 months ago
  25. 84d2cb3 python3 conversion: fix tabs and spaces inconsistency by Denis 'GNUtoo' Carikli · 5 years ago
  26. 1381ff1 pySim/transport: introduce Calypso based reader interface by Vadim Yanitskiy · 6 years ago
  27. 589c1a4 cosmetic: fix excess space in log output (typo) by Philipp Maier · 6 years ago
  28. 859e0fd __init__: also fetch response bytes for USIMs automatically by Philipp Maier · 6 years ago
  29. d4ebb6f __init__: allow wildcards in expected SW for send_apdu_checksw() by Philipp Maier · 6 years ago
  30. 6cbecaa transport/serial: Fix serial transport by Martin Hauke · 7 years ago
  31. d2d660a Add methods to get ATR for a card or a link. by Alexander Chemeris · 7 years ago
  32. bdca252 transport: Change transport api to allow for wait_for_card/connect/disconnect by Sylvain Munaut · 14 years ago
  33. 245d534 transport/pcsc: Remove obsolete/debug code by Sylvain Munaut · 14 years ago
  34. e7c15cd transport: Put common methods in LinkBase class by Sylvain Munaut · 14 years ago
  35. 76504e0 Split all things into a more "library-like" package by Sylvain Munaut · 14 years ago