• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

LudovicRousseau / pyscard-devel / 14384761220

Builds Branch Commit Type Ran Committer Via Coverage
14384761220 master PCSCCardRequest: correctly initialize waitforcardevent() The method returned immediatly because there was no previous state and readerstates[] was not initialized. push 10 Apr 2025 03:47PM UTC LudovicRousseau github
63.06
14357629297 master sample_TransmitCardObserver: use explicit .disconnect() & .release() push 09 Apr 2025 12:53PM UTC LudovicRousseau github
63.12
14339723722 master testcase_CardType: call .release() push 08 Apr 2025 05:22PM UTC LudovicRousseau github
63.15
14318833418 master test_Exceptions: test with and without message= parameter push 07 Apr 2025 08:29PM UTC LudovicRousseau github
63.18
14284919686 master Add context manager protocol to CardService You can now use the with ...: construct. The PC/SC context used by the card service will be released at the end of the context. Example: from smartcard.CardRequest import CardRequest with CardRequest(... push 05 Apr 2025 07:06PM UTC LudovicRousseau github
63.02
14282069489 master Add context manager protocol to CardService You can now use the with ...: construct. The PC/SC context used by the card service will be released at the end of the context. Example: from smartcard.CardRequest import CardRequest with CardRequest(... push 05 Apr 2025 12:51PM UTC LudovicRousseau github
63.01
14268925951 master No exception if .disconnect() is called with ignore_card=True The idea is to be able to call .disconnect() from a __del__() finalizer and do not raise an exception if no card was connected. For example it is called from: - PCSCCardConnection.clo... push 04 Apr 2025 03:36PM UTC LudovicRousseau github
63.09
14251842065 master No exception if .disconnect() is called with quiet=True The idea is to be able to call .disconnect() from a __del__() finalizer and do not raise any exception. For example it is called from: - PCSCCardConnection.close() called from PCSCCardConne... push 03 Apr 2025 08:10PM UTC LudovicRousseau github
63.07
14228676560 master Add an explicit .close() method to CardConnection() Thanks to Mike Kazantsev for the bug report "PCSCCardConnection.__del__ method raises exceptions that cannot be easily handled in python code. #223" Closes: https://github.com/LudovicRousseau/py... push 02 Apr 2025 08:13PM UTC LudovicRousseau github
63.14
14132186882 master Remove obsolete issue template push 28 Mar 2025 03:19PM UTC LudovicRousseau github
63.18
14132139187 master Update issue templates push 28 Mar 2025 03:16PM UTC web-flow github
63.19
13137748369 master test_readergroups: allow --iterations=10 The readergroup is global so each test must restore the previous state (empty reader group). The error was: $ pytest --iterations=10 test/test_readergroups.py ============================= test session st... push 04 Feb 2025 02:32PM UTC LudovicRousseau github
63.19
13137714396 master github actions: test test_PCSC.py alone push 04 Feb 2025 02:29PM UTC LudovicRousseau github
63.18
13102383430 master test_readergroups: allow --iterations=10 The readergroup is global so each test must restore the previous state (empty reader group). The error was: $ pytest --iterations=10 test/test_readergroups.py ============================= test session st... push 02 Feb 2025 08:55PM UTC LudovicRousseau github
63.21
13089146551 master Fix parallel generation of exceptions text myPcscStringifyError() on Unix uses a static buffer internally. The returned string must be copied (dupped) to be used safely in parallel executuion. The problem was detected using parallel test: pytest... push 01 Feb 2025 01:37PM UTC LudovicRousseau github
63.17
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc