 David EurestiandMatthias Kramm
|
a1e74b9261
|
Add stub for filecmp to 2and3 (#955)
* Add stub for filecmp to 2and3
* Fix spacing
* Moar spacing
* Use _SupportsBool
* Code review
|
2017-03-07 16:36:25 -08:00 |
|
 David EurestiandMatthias Kramm
|
63590301f7
|
Add stubs for py_compile. (#954)
* Add stubs for py_compile.
* Correct Text
|
2017-03-07 16:35:45 -08:00 |
|
 David EurestiandŁukasz Langa
|
e3fb935ca4
|
Move opcode to 2and3 (#938)
* Move opcode to 2and3
* Fix python3 versions
* Fix tests
* Bring Dict back
|
2017-02-21 14:27:34 -08:00 |
|
 David EurestiandŁukasz Langa
|
1260d41cd1
|
Fix type of IO.writelines. (#949)
This lets you use generators to writelines
|
2017-02-21 14:25:00 -08:00 |
|
 David EurestiandŁukasz Langa
|
8d42a2899a
|
Add configparser and builtins to six (#937)
* Add configparser and builtins to six
* Use 'as' import
|
2017-02-20 11:38:49 -08:00 |
|
 David EurestiandŁukasz Langa
|
dbea48fc7a
|
Make 2nd argument to ModuleType an optional kwarg (#941)
|
2017-02-20 11:10:59 -08:00 |
|
 David EurestiandGuido van Rossum
|
db84eb7844
|
Fix hashlib to accept multiple data types (#918)
|
2017-02-06 17:24:48 -08:00 |
|
 David EurestiandGuido van Rossum
|
6eca1a04da
|
Some ssl fixes (#919)
Fix return of wrap_socket.
Add read, write, pending to SSLSocket
Fix argument to socket.setdefaulttimeout
|
2017-02-06 17:23:22 -08:00 |
|
 David EurestiandGuido van Rossum
|
5e5b3726f2
|
Add missing Optional to str.split and socket.socket. (#504)
* Add Optional to str.split and friends
* Python 3: Make fileno arg of socket.socket Optional
Python 2: Remove fileno arg of socket.socket
|
2016-08-27 19:09:55 -07:00 |
|
 David EurestiandMatthias Kramm
|
ed7c0779f7
|
Add memoryview class for python 2.7 (#493)
|
2016-08-23 18:48:10 -07:00 |
|
 David EurestiandGuido van Rossum
|
ff86b1bd26
|
Remove empty wintypes module which just causes imports to break (#490)
|
2016-08-22 08:48:33 -07:00 |
|
 David EurestiandMatthias Kramm
|
69fdea09c9
|
Fix some type errors in gettext in python2. (#469)
Also makes it look more like the python3 version
|
2016-08-15 11:40:16 -07:00 |
|
 David EurestiandGuido van Rossum
|
5de7bfe185
|
Add missing classes to distutils.version (#450)
|
2016-08-05 14:50:14 -07:00 |
|
 David EurestiandGuido van Rossum
|
cc8799ee36
|
Make Future a generic, like in python2 (#449)
|
2016-08-05 11:57:10 -07:00 |
|
 David EurestiandMatthias Kramm
|
d760d48f52
|
Copy string.Formatter to python 3 (#443)
|
2016-08-05 07:47:23 -07:00 |
|
 David EurestiandMatthias Kramm
|
a98e9aa651
|
Enable UF_COMPRESSED and UF_HIDDEN in stat in python3 (#444)
|
2016-08-05 07:24:16 -07:00 |
|
 David EurestiandMatthias Kramm
|
141318c056
|
Add RemoteError and current_process to multiprocessing (#445)
|
2016-08-05 07:19:46 -07:00 |
|
 David EurestiandMatthias Kramm
|
89091458ed
|
Fix Tuple being imported twice in ast.pyi (#442)
|
2016-08-05 06:54:01 -07:00 |
|
 David EurestiandGuido van Rossum
|
19135832bd
|
Fix a couple of missing and wrong types (typing, six, gettext) (#393)
* Add http_client to six.moves, add missing functions to urllib2 fix some types in gettext
* Add missing View classes to typing.pyi
|
2016-07-22 12:52:28 -07:00 |
|
 David EurestiandGuido van Rossum
|
0bfa0636e1
|
Add http_client to six.moves, add missing functions to urllib2 fix some types in gettext (#262)
|
2016-06-04 12:02:55 -07:00 |
|
 David EurestiandGuido van Rossum
|
2bb026cd76
|
Fix type of getsockopt (#213)
|
2016-05-18 15:30:24 -07:00 |
|