William Cheng
d59230fd27
change python pool_thread default to 1 ( #1403 )
2018-11-09 23:44:47 +08:00
William Cheng
2ef499faf3
[python] Avoid creating unused ThreadPools ( #1387 )
...
* Avoid creating unused ThreadPools
Instead, create ApiClient.pool on first request for .pool property.
avoids spawning n-cpus threads (the default for ThreadPool) at instantiation of every ApiClient
* update doc
* set pool_thread to None
2018-11-08 17:39:20 +08:00
William Cheng
196f1228e5
update python samples and comment out flake test ( #1308 )
2018-10-24 21:02:23 +08:00
Tomasz Prus
71aa421179
fix: python/asyncio no-ssl-verify affects verification of server certs only ( #1211 )
...
Bug fix: python/asyncio no-ssl-verify affects verification of server certs
2018-10-12 17:05:01 +08:00
William Cheng
f1f7bdd23f
Add nullable support to Python client ( #1073 )
...
* add nullable support to python client
* update PR template
2018-09-29 17:01:13 +08:00
Matthieu Berthomé
6bc3c70115
[PYTHON] Api doc python with multiple authentications ( #928 )
...
* [PYTHON] better code snippet for API usage with authentication
* update python samples
2018-08-31 21:35:37 +08:00
Tomasz Prus
79dacb20a0
fix: python-asyncio/aiohttp with disabled ssl verification ( #891 )
2018-08-24 09:43:32 +08:00
William Cheng
0d952b79db
Improve logging in Python client ( #480 )
...
* improve logging in python client
* update samples
2018-07-10 22:12:09 +08:00
Tomasz Prus
96e86ac03e
update and fix python samples ( #489 )
...
* fix: update petstore samples for python, fix broken tests
* chore: entries for python-asyncio/tornado in gitignore
2018-07-08 15:29:55 +08:00
Jérémie Bresson
7ecd5f3566
Rename "swagger" to "openapi" ( #191 )
...
* Rename ".swagger-codegen-ignore" to ".openapi-generator-ignore"
* Rename setGenerateSwaggerMetadata(Boolean) to setGenerateMetadata(Boolean)
* Rename Metadata Folder to .openapi-generator
2018-04-22 21:28:17 +02:00