Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Inconnect bug fix * Disable reconnect in reconnect * Return socket to blocked mode under windows * Windows WSAEWOULDBLOCK added * Next try to remotely fix Windows bug * Fix for Windows reconnect error * Win fix * Fix for tarantool 1.10.x * Fix bytes<->str Python 3 mess * Removed yakkety * Fixing support for new schema type (dict) * Fix tests for test_schema (space count is changed over time) * Use repr() for string representation of tuples * Enable uploading to 1.8 repository * Build on el6/7 now works fine, remove yaml dependency * Adding support for UNIX sockets * Get rid of YAML dependency (partly, still left in tests) * Implement call of 1.7 and make it the main one * Remove six as dependency + pylint * Fix tox compatibility * Add support for field names in update/upsert * RPM: fix Name: tag * Travis CI: update to the latest version of .travis.yml * Execute build matrix on a flyweight node * Added Jenkinsfile for Jenkins-based CI * Add type float for check_key * Enable builds for Tarantool 1.7 * Cleanup: fix errors, mistypes and PEP8 violations * Remove Fedora 22 (EOL), add Fedora 24 * Reload schema on changin of tarantool schema_id value. * Mention that driver is sync in README * Bad iterator type. closes gh-77 * Add tox for multi-python testing, fix python3 bug * Fix for big size of package. closes gh-72 * Change select with empty key semantics * Update const.py * Fix for TypeError: cannot concatenate 'str' and 'Response' objects * Fix work with socket on windows Fixes #126
- Loading branch information