David Euresti
|
ce3a76bb97
|
Fix arg types for os.execv* (#1075)
|
2017-03-22 10:50:15 -07:00 |
|
David Euresti
|
b362177cc4
|
Fix typo
|
2017-03-20 22:36:44 -07:00 |
|
David Euresti
|
2804788efa
|
Bring some things back to Union types
|
2017-03-20 22:29:43 -07:00 |
|
David Euresti
|
a4d70e5b01
|
Bring some things back to Union types
|
2017-03-20 22:26:06 -07:00 |
|
David Euresti
|
66fbb26aec
|
Use Union[bytes, Text] in os.pyi
In order to unify these two versions I'm making all paths be _PathType = Union[bytes, Text]
Fixes #439
|
2017-03-20 21:56:14 -07:00 |
|
David Euresti
|
d57bce361f
|
Reorder 2/os/__init__.py for combining
This was a simple reordering of the lines in the file so that it looks like 3/os/__init__.py.
This should let us more easily combine the files
|
2017-03-20 12:06:20 -07:00 |
|
David Fisher
|
2cb8e184cc
|
Add NoReturn (#811)
* Add NoReturn
|
2017-01-04 13:38:05 -08:00 |
|
Lukasz Langa
|
c0c982ada5
|
Add missing Dict imports.
|
2016-12-21 01:15:26 -08:00 |
|
Lukasz Langa
|
147772950f
|
Fixing flake8 E265 errors
|
2016-12-20 00:16:44 -08:00 |
|
Lukasz Langa
|
fe0e3744cc
|
Fixing flake8 E261 errors
|
2016-12-19 22:09:35 -08:00 |
|
Guido van Rossum
|
cb97bb54c0
|
Move 2.7 to 2 (#635)
Closes #579.
|
2016-10-26 16:24:49 -07:00 |
|