Commit Graph

  • 18cc2cbf8c Add correct optional default start/end parameters to str count, find, index, rfind, rindex. (#1109) George King 2017-03-28 13:11:50 -04:00
  • 03bfcee0b8 Remove sqlalchemy. (#1105) Guido van Rossum 2017-03-28 08:25:00 -07:00
  • c2cdb1b025 Fix re Pattern.groupindex annotation. (#1106) George King 2017-03-27 23:45:51 -04:00
  • 671d3870c2 Add 'file' attribute to cgi.[Mini]FieldStorage (#1104) Guido van Rossum 2017-03-27 14:27:38 -07:00
  • ec83ed90eb Fix some type errors in os module. (#1101) David Euresti 2017-03-26 16:39:07 -07:00
  • 1cc3489463 logging.makeRecord returns a LogRecord. (#1100) Tim Abbott 2017-03-25 21:48:30 -07:00
  • 2888b53924 Merge comments between stdlib/{2,3}/os/__init__.pyi to make diffing easier (#1099) David Euresti 2017-03-25 20:50:21 -07:00
  • c0bbfbdec5 add encoding parameter for subprocess.check_output() function in Python 3.6+ (#1095) Shengpei Zhang 2017-03-25 14:07:25 -07:00
  • 16074c1e66 Make cgi.escape() polymorphic in Python 2 (#1098) Guido van Rossum 2017-03-25 13:53:36 -07:00
  • 604839c3a2 Revert "Improved annotations for select.select() (#1080)" (#1097) Guido van Rossum 2017-03-25 12:36:40 -07:00
  • fd77dd2e7a Make type of 'env' more flexible (#1091) Guido van Rossum 2017-03-24 15:58:01 -07:00
  • 420219f057 fix derived queues in asyncio.queues to be generic python/typeshed#1087 (#1088) Jan Hermann 2017-03-24 20:01:34 +01:00
  • 62f57e4cef Improve types for subprocess module (#1059) Josiah Boning 2017-03-24 08:23:36 -07:00
  • fb80dc3971 Add ModuleNotFoundError for Python >= 3.6 (#1083) Nathan Henrie 2017-03-23 19:16:53 -06:00
  • abb7e49089 HTTPPasswordMgrWithDefaultRealm inherits from HTTPPasswordMgr (#1082) Nathan Henrie 2017-03-23 11:48:22 -06:00
  • 7e05d47b81 Improved annotations for select.select() (#1080) Nikhil Marathe 2017-03-23 10:30:48 -07:00
  • fa104ea456 Add stubs for symbol (#1047) Jelle Zijlstra 2017-03-23 08:26:45 -07:00
  • 9e39eb6368 add stubs for timeit (#1064) Jelle Zijlstra 2017-03-23 08:25:56 -07:00
  • e97da0687d stubs for telnetlib (#1065) Jelle Zijlstra 2017-03-23 08:25:38 -07:00
  • cd2cc6330c add stubs for stringprep (#1066) Jelle Zijlstra 2017-03-23 08:25:09 -07:00
  • fe8f865e37 stubs for sunau (#1067) Jelle Zijlstra 2017-03-23 08:24:24 -07:00
  • acd9862fae stubs for tabnanny (#1068) Jelle Zijlstra 2017-03-23 08:23:52 -07:00
  • df2970865b stubs for sndhdr (#1070) Jelle Zijlstra 2017-03-23 08:23:06 -07:00
  • c1944f944e fix some missing ", ..." in tuples (#1079) Jelle Zijlstra 2017-03-22 21:04:39 -07:00
  • de95aac022 Remind core devs to delete their branches (#1073) Guido van Rossum 2017-03-22 20:23:37 -07:00
  • 1a2381828e Fix logging.Handler.format return type, should be str, not None (#1076) Luka Sterbic 2017-03-23 02:02:57 +00:00
  • 13bcc79c12 correct return value of Future.set_running_or_notify_cancel (#1078) Thomas Ballinger 2017-03-22 16:59:07 -07:00
  • ce3a76bb97 Fix arg types for os.execv* (#1075) David Euresti 2017-03-22 10:50:15 -07:00
  • 8318953a17 remove if TYPE_CHECKING in sqlalchemy stub (#1074) Jelle Zijlstra 2017-03-22 08:02:38 -07:00
  • df4c5c81e8 Add n-ary stub for itertools.izip (#1071) Semyon Proshev 2017-03-22 17:35:21 +03:00
  • c10dc797e7 Remove object as the only ancestor for string.Formatter in Python 3 stubs. (#1072) Semyon Proshev 2017-03-22 17:33:46 +03:00
  • 78d0cc32df Add __new__ to builtin dict (#1056) Semyon Proshev 2017-03-22 17:33:06 +03:00
  • a74c31270d fix version check in cgi (#1069) Jelle Zijlstra 2017-03-22 07:29:01 -07:00
  • 5b47bc956e Added SQLAlchemy annotations (#1029) Stefan Urbanek 2017-03-21 23:11:41 -07:00
  • 433b1b2ebc TestCase.assertSetEqual() should accept frozenset (#1063) jkleint 2017-03-21 23:10:19 -07:00
  • 4ac642bd49 Separate MutableMapping.pop into 2 overloaded methods (#1045) David Euresti 2017-03-21 22:30:27 -07:00
  • af2fadc180 More fixes related to PathLike (#1061) Guido van Rossum 2017-03-21 22:26:21 -07:00
  • 7587e7f1c1 Make PathLike generic in AnyStr (#1060) Guido van Rossum 2017-03-21 14:33:22 -07:00
  • 41561f11c7 Redo PathLike without importing os into builtins. Guido van Rossum 2017-03-21 10:50:10 -07:00
  • baa61a151b Revert "Update stub for builtin open function due to PEP-519." Guido van Rossum 2017-03-21 10:45:06 -07:00
  • 34575af8e4 Add core dev guidelines (#1058) Jelle Zijlstra 2017-03-21 08:36:00 -07:00
  • 7c2d82fcb5 Add to codecs.StreamReaderWriter stub (#1032) Jelle Zijlstra 2017-03-21 08:15:46 -07:00
  • ed9f70c738 Replace frozenset with FrozenSet (#1057) Ivan Levkivskyi 2017-03-21 15:52:34 +01:00
  • 25464cf0a7 Merge pull request #991 from JetBrains/sproshev/pep-519 Jelle Zijlstra 2017-03-21 07:38:50 -07:00
  • c8fd85579f add py2 stubs for dis (by moving them into 2and3) (#1033) Jelle Zijlstra 2017-03-21 06:00:50 -07:00
  • 53a42046cb Add tracemalloc (#1053) Jelle Zijlstra 2017-03-21 05:58:22 -07:00
  • 357f66db77 move cgi to 2and3 and add types (#1022) Jelle Zijlstra 2017-03-21 05:56:52 -07:00
  • 111b7d646d add stubs for trace (#1055) Jelle Zijlstra 2017-03-21 05:54:48 -07:00
  • 89de36afa4 Update os.fspath(path: PathLike) to return Any since Union return types are troublesome Semyon Proshev 2017-03-21 15:00:46 +03:00
  • 2e1ebab0c8 Merge pull request #1054 from euresti/path_type Jelle Zijlstra 2017-03-20 22:51:51 -07:00
  • b362177cc4 Fix typo David Euresti 2017-03-20 22:36:44 -07:00
  • 2804788efa Bring some things back to Union types David Euresti 2017-03-20 22:29:43 -07:00
  • a4d70e5b01 Bring some things back to Union types David Euresti 2017-03-20 22:26:06 -07:00
  • eb5d8c9cf2 Missed some that were marked as str David Euresti 2017-03-20 22:12:58 -07:00
  • 66fbb26aec Use Union[bytes, Text] in os.pyi David Euresti 2017-03-20 21:56:14 -07:00
  • c628cd146b Merge pull request #1042 from gnoack/patch-1 Jelle Zijlstra 2017-03-20 21:35:44 -07:00
  • d4c54f9627 Merge pull request #1052 from python/jelle Jelle Zijlstra 2017-03-20 21:27:37 -07:00
  • 86864dc824 Add Jelle to the team Łukasz Langa 2017-03-20 21:22:09 -07:00
  • 7ceee447f0 stubs for uu Jelle Zijlstra 2017-03-20 20:56:01 -07:00
  • e30f8f59ae stubs for wave (#1050) Jelle Zijlstra 2017-03-20 20:53:44 -07:00
  • 40db56e83c stubs for xdrlib Jelle Zijlstra 2017-03-20 20:13:38 -07:00
  • af222eace0 add stubs for zipapp (#1046) Jelle Zijlstra 2017-03-20 20:07:58 -07:00
  • dca9adb9d3 Add stubs for symtable (#1048) Jelle Zijlstra 2017-03-20 20:00:52 -07:00
  • b621b2f5ff Remove fallback again Günther Noack 2017-03-20 21:38:16 +01:00
  • 4149a2637b Update itertools.pyi Günther Noack 2017-03-20 21:30:33 +01:00
  • 4e62b05e7d Update itertools.pyi Günther Noack 2017-03-20 21:12:02 +01:00
  • 4152283115 Update itertools.pyi Günther Noack 2017-03-20 21:02:08 +01:00
  • cd949ba284 Fix fallback. Günther Noack 2017-03-20 20:45:34 +01:00
  • 62efd05201 Add support for 6-ary izip and generic n-ary case Günther Noack 2017-03-20 20:36:50 +01:00
  • 2fdcd2e9e8 Let MutableMapping.pop take a different default type. (#1044) David Euresti 2017-03-20 12:10:38 -07:00
  • d57bce361f Reorder 2/os/__init__.py for combining David Euresti 2017-03-20 11:22:06 -07:00
  • 25c66a011e Add zip stubs for 5 and more arguments. (#1041) Semyon Proshev 2017-03-20 21:38:38 +03:00
  • 014a23ae06 Define _T5 Günther Noack 2017-03-20 17:29:39 +01:00
  • 8e0d38fd77 Update itertools.pyi Günther Noack 2017-03-20 17:16:26 +01:00
  • 536d192897 Update itertools.pyi Günther Noack 2017-03-20 16:56:55 +01:00
  • 48920fea7e Remove xxsubtype stubs (#1039) Jelle Zijlstra 2017-03-20 08:43:19 -07:00
  • 7448f23d9f spwd: move to 2and3 and add missing argument Jelle Zijlstra 2017-03-19 13:54:19 -07:00
  • 42f37c0f04 5-ary izip Günther Noack 2017-03-20 15:17:39 +01:00
  • 16babfdfda Stub for tty (#1038) Eddie Antonio Santos 2017-03-19 18:35:31 -06:00
  • 658abe7c9e Merge and complete stubs for sysconfig (#1040) Jelle Zijlstra 2017-03-19 17:34:08 -07:00
  • ee22a489d9 quopri: unify 2 and 3, add types Jelle Zijlstra 2017-03-19 12:39:15 -07:00
  • 7906059adb pyclbr: move to 2and3 (#1034) Jelle Zijlstra 2017-03-19 13:05:07 -07:00
  • 13dbbf9084 Add some missing types to urllib2 (#1012) Jelle Zijlstra 2017-03-19 12:47:58 -07:00
  • d43f3be914 Unify stdlib/{2,3}/typing.pyi David Euresti 2017-03-17 16:02:06 -07:00
  • 37a854630c merge 2 and 3 stubs for requests (#1017) Jelle Zijlstra 2017-03-18 16:39:40 -07:00
  • f35500caa8 Add stub for "binhex" module for 2and3 (#1028) David Wetterau 2017-03-18 16:28:22 -07:00
  • db0c106d2f add Optional to ddirs Jelle Zijlstra 2017-03-18 15:06:53 -07:00
  • 4cd137189a Remove object as the only ancestor for classes in Python 3 stubs. Semyon Proshev 2017-03-17 19:19:12 +03:00
  • efdf2f1b17 add compileall stubs to 3 and add types to the ones in 2 (#1023) Jelle Zijlstra 2017-03-18 14:55:47 -07:00
  • 50327f00ee Add types for parse_qs and parse_qsl when taking bytes as input (#1020) David Wetterau 2017-03-18 14:52:30 -07:00
  • cb7949b14e fixes to dis stubs (#1025) Jelle Zijlstra 2017-03-18 14:50:31 -07:00
  • 5898d75913 stub for statistics (#1021) Jelle Zijlstra 2017-03-18 14:41:42 -07:00
  • f296b37e80 Fixes to unittest stubs (#1024) Jukka Lehtosalo 2017-03-18 14:35:33 -07:00
  • 99a1afd72b Update input parameter type for os.fsencode (+bytes) and os.fsdecode (+str). Semyon Proshev 2017-03-18 18:12:27 +03:00
  • 52dcfeed12 merge 2 and 3 stubs for unicodedata (#1013) Jelle Zijlstra 2017-03-17 10:39:44 -07:00
  • 97e1ffff40 Modify the Python 3 stubs for requests to be Python 2-compatible Jelle Zijlstra 2017-03-16 23:46:47 -07:00
  • da6d4314d3 Add missing method 'indices' in 'slice' builtin (#1007) Tadeu Manoel 2017-03-16 10:14:34 -03:00
  • 349ff59f33 change empty bodies from "pass" to "..." Jelle Zijlstra 2017-03-16 07:44:45 -07:00
  • 17be26165d Relax type of TestCase.assertCountEqual() params from Sequence to Iterable (#1006) jkleint 2017-03-15 22:25:20 -07:00
  • a2fe3f4c59 Add os.supports_* sets (new in 3.3) (#1005) Eddie Antonio Santos 2017-03-15 23:24:16 -06:00