Robert Minsk
Robert Minsk
A problem I am currently having is Active Directory stores DN valued attributes with each rdn component with an uppercase name where as OpenLDAP stores each rdn component with a...
Feature request #248
Issue #229 This test is no longer needed: * Python 3.8+ pickle can not serialize local classes * Python 3.8+ can no longer correctly handle `manager.start(signal.signal, (signal.SIGINT, signal.SIG_IGN))`. It will...
s3transfer 0.6.0 In `S3Transfer.download` if the object is over a predetermined size a multipart download is used. `extra_args` is being passed to `MultipartDownloader.download_file` but download_file does not pass it to...
Includes pull request 144 which addresses issue #117 and issue #105
Fix for issue #249
Refactor for issue #251
`SlidingWindowSemaphore` inherits `TaskSemaphore` but overrides all of its methods. `TaskSemaphore` has a `_semaphore` member variable which is not used by `SlidingWindowSemaphore`. \_\_init\_\_ is never called on the base class so...
s3transfer 0.6.0 When `TransferCoordinator.cancel()` is called it checks to see if it needs to call the `announce_done()` method. The only case it will call `announce_done()` is when the state is...