 Teddy SudolandMatthias Kramm
|
70f7f6cce6
|
Add more kwargs to distutils/core.setup() (#1170)
* Add more kwargs to distutils/core.setup()
These arguments are sourced from https://github.com/python-git/python/blob/master/Lib/distutils/core.py#L44 and https://github.com/python-git/python/blob/master/Lib/distutils/dist.py#L195
I do not claim that the list of kwargs is now complete.
* Add missing optional args values
* Remove duplicate, change "Dict" to "Mapping"
|
2017-04-17 15:06:36 -07:00 |
|
 Teddy SudolandMatthias Kramm
|
243b67f0d2
|
Add compresslevel kwarg to tarfile (#1169)
https://docs.python.org/2/library/tarfile.html?highlight=compresslevel
|
2017-04-17 15:05:46 -07:00 |
|
 Teddy SudolandMatthias Kramm
|
194c4c6eb0
|
Add stubs for *path.pyi in Python 3 stdlib (#1167)
|
2017-04-17 13:07:21 -07:00 |
|
 Teddy SudolandMatthias Kramm
|
2961dddc1f
|
Mark debuglevel argument as optional argument (#1168)
https://github.com/python-git/python/blob/master/Lib/urllib2.py#L1038
|
2017-04-17 13:06:47 -07:00 |
|
 Teddy SudolandMatthias Kramm
|
f6619a4741
|
Add stubs for *path.pyi in Python 2.7 stdlib (#1166)
|
2017-04-17 13:06:35 -07:00 |
|