Commit Graph

  • 6248885ccc Merge pull request #350 from sharmaeklavya2/fix-bytearray Matthias Kramm 2016-07-08 14:11:45 -07:00
  • 1cccc2d115 __builtin__: Fix bytearray on python 2 Eklavya Sharma 2016-07-09 01:52:44 +05:30
  • a62a7af1c5 __builtin__: Change signature of bytearray.__delitem__. Eklavya Sharma 2016-07-09 02:28:45 +05:30
  • 0c75a22ffb Merge pull request #303 from sharmaeklavya2/sort-cmp Matthias Kramm 2016-07-07 13:22:49 -07:00
  • adc6bf5f94 Update set methods to take multiple iterables (#349) Michael Lee 2016-07-07 11:52:22 -07:00
  • a7754c3eff subprocess: Fix return type of check_output. Eklavya Sharma 2016-07-07 22:00:30 +05:30
  • 8f4a4b7817 Merge pull request #347 from fyquah95/master Matthias Kramm 2016-07-07 09:33:12 -07:00
  • 8a23acc8ee Add stdlib/2.7/traceback._print Fu Yong Quah 2016-07-07 08:39:20 -07:00
  • 2ce0e952eb First pass at dateutil Skip Montanaro 2016-07-07 08:35:09 -07:00
  • f75bbae18d Merge pull request #344 from tharvik/improve_unittest Matthias Kramm 2016-07-07 06:36:06 -07:00
  • 5962927d3d Add cmp to list.sort in python 2.7 Eklavya Sharma 2016-06-19 13:34:45 +05:30
  • 5088131e5a Correct type of formatter_class arg to ArgParse(). Guido van Rossum 2016-07-06 11:42:57 -07:00
  • 7bef3added Merge pull request #297 from alvarocaceres/subprocess Matthias Kramm 2016-07-06 10:54:01 -07:00
  • 3eedf73a3a Add types to stub for warnings module. (#342) Valérian Rousset 2016-07-06 18:58:49 +02:00
  • e102c99f36 improve unittest tharvik 2016-07-06 11:33:48 +02:00
  • 8515cf5de8 Attempt to reduce cyclical dependencies between types and importlib. (#335) Guido van Rossum 2016-07-05 10:23:24 -07:00
  • 8fb9f4a8f1 Add stubs for dis and opcode (#331) Elazar 2016-07-05 20:18:58 +03:00
  • c98c2afb58 os: Add buffering to fdopen. (#337) Eklavya Sharma 2016-07-05 08:42:06 +05:30
  • a393897c9a Added JSONEncoder and JSONDecoder to stdlib/2.7/json.pyi (#332) Dakkaron 2016-07-05 03:24:23 +02:00
  • df1a655858 email.header: Make decode_header also accept str. (#333) Eklavya Sharma 2016-07-05 06:41:49 +05:30
  • a424eeb1f8 Fix some stubs in urllib.parse (#334) Eklavya Sharma 2016-07-05 02:23:46 +05:30
  • 37e42bfa96 ModuleType has a __file__ attribute. Guido van Rossum 2016-07-02 10:05:02 -07:00
  • 15714bb0e8 Set a default value for output in CalledProcessError.__init__ (#329) Eklavya Sharma 2016-07-02 20:10:09 +05:30
  • c5dcfe96d2 Add exec to Python 2 builtins (#328) David Fisher 2016-07-01 19:04:12 -07:00
  • 4fee66c90b Make the 'symmetric' argument to SQLAlchemy's between optional. (#327) garetht 2016-07-01 19:04:36 -04:00
  • 998d787302 fix return type for traceback.format_exception (#326) OrenLeaffer 2016-07-01 16:03:25 -07:00
  • ab08dbbf09 Add stubs for importlib.util (#325) Brett Cannon 2016-07-01 10:32:23 -07:00
  • b5978b18b6 Add tarfile.open (#324) Drew Haven 2016-06-30 17:36:58 -07:00
  • 43c3406770 Add stubs for importlib.machinery (#323) Brett Cannon 2016-06-30 17:07:49 -07:00
  • 05e02c188f Implement stubs for importlib.abc and update types.ModuleType (#321) Brett Cannon 2016-06-30 15:02:42 -07:00
  • 3a01aeb562 Fix bad syntax in two stubs. Guido van Rossum 2016-06-30 08:56:30 -07:00
  • c5d67e155f Merge pull request #322 from amitsaha/stringio_len Matthias Kramm 2016-06-30 05:52:17 -07:00
  • 2e555c81b8 stdlib: StringIO - Add len attribute issue #316 Amit Saha 2016-06-30 18:52:32 +10:00
  • c84c138194 Annotate **kwargs with dictionary value type only (#320) tewe 2016-06-29 17:43:13 +02:00
  • ab4734ff7f Use actual base type (#313) tewe 2016-06-28 19:26:54 +02:00
  • 41b3fe2f60 Add stubs for importlib.__init__ (#314) Brett Cannon 2016-06-28 09:30:15 -07:00
  • 4a79dec6ba adding type-specific assertEqual cases (#315) Philip House 2016-06-28 10:12:27 -05:00
  • 03326014a5 Use unicode rather than str for os env functions (#312) Amandine Lee 2016-06-24 11:18:24 -07:00
  • 9f3d84551d Add stub for statvfs and type for fstatvfs (2.7) (#311) Russ Allbery 2016-06-23 17:39:06 -07:00
  • 0c26482488 difflib functions return Iterators, not Iterables (#310) Russ Allbery 2016-06-23 17:35:25 -07:00
  • 6e3514ccd0 Fix names of several stat constants (2.7) (#309) Russ Allbery 2016-06-23 14:42:05 -07:00
  • d2db605008 fixes #131 (#308) Philip House 2016-06-21 10:16:24 -05:00
  • 186b313f35 a few more stubs for sqlalchemy (#301) Herbert Ho 2016-06-20 10:27:39 -07:00
  • 8ff5d7b7e2 Merge pull request #306 from haakenlid/master Matthias Kramm 2016-06-20 09:25:11 -07:00
  • 569b81c42a add stub for stdlib abc.ABC in python 3.4+ (issue #304) Håken Lid 2016-06-20 16:05:57 +02:00
  • 37bc4987be Merge pull request #299 from alvarocaceres/csv Matthias Kramm 2016-06-15 15:01:28 -07:00
  • af057ecb7b Merge pull request #298 from alvarocaceres/attributes Matthias Kramm 2016-06-15 14:02:01 -07:00
  • 122da1ca3f Add Any for collections.pyi Alvaro Caceres 2016-06-15 15:57:55 -05:00
  • 84c76f8188 csv module: make reader() and writer() return types private and non-abstract Alvaro Caceres 2016-06-15 14:12:06 -05:00
  • d0ac66f5f8 Use "..." for attribute values, instead of None, [], {} Alvaro Caceres 2016-06-15 14:10:04 -05:00
  • 5886a5dfcd Fix signatures of call, check_call and check_output in subprocess Alvaro Caceres 2016-06-15 13:34:02 -05:00
  • f45c00f129 Added os.sync, os.truncate and os.fwalk for Python version >= 3.3 (#293) thomascellerier 2016-06-15 18:53:26 +02:00
  • dee5e7a1df changed format_exception to use BaseException as value (#292) Philip House 2016-06-15 11:52:04 -05:00
  • b56ebf2b6a Make os.name str in python 3. (#296) Eklavya Sharma 2016-06-15 05:00:07 +05:30
  • 8b0ff828a6 First cut at stubs for pymssql. Skip Montanaro 2016-06-11 08:41:46 -05:00
  • f6decefd02 Fix email typing errors (#288) Phil Jones 2016-06-11 18:43:08 +01:00
  • 89dfe15008 Add TYPE_CHECKING = True Guido van Rossum 2016-06-08 16:06:48 -07:00
  • 0b19fb471c Revert "add types to ssl for py2 (#251)" Guido van Rossum 2016-06-10 17:19:27 -07:00
  • 4f1eb9a63c Fix argument type for configparser.write (#284) Mickaël S 2016-06-10 20:49:37 +02:00
  • e46d308ab4 fleshing out some more stubs for sqlalchemy (#282) Herbert Ho 2016-06-09 17:58:19 -07:00
  • 59d64f4e2b re methods' pattern-parameters don't affect the return value anymore (#281) Dakkaron 2016-06-09 18:54:59 +02:00
  • 6da0bcec4c Fix argument type for datetime.now. (#268) Tim Abbott 2016-06-06 15:21:11 -07:00
  • c40a260b47 fix sys.exc_info return type (#246) Valérian Rousset 2016-06-06 17:52:40 +02:00
  • 4039a1a686 add types to ssl for py2 (#251) Valérian Rousset 2016-06-06 17:42:43 +02:00
  • 4c42061c95 add types to socketserver for py2 (#250) Valérian Rousset 2016-06-06 17:37:17 +02:00
  • ac9ade5374 Allow use of kwargs in MutableMapping.update (#252) Tim Simpson 2016-06-05 20:10:56 -05:00
  • 82b9baed3b Changed all regular expression findall() to return list[Any]. Findall() can return both list[AnyStr] and list[Tuple[AnyStr, AnyStr]]. (#269) Scott G. Ainsworth 2016-06-05 20:50:12 -04:00
  • 8ee3123e02 Fix log() signatures; change msg: str to msg: Text. Guido van Rossum 2016-06-05 17:25:56 -07:00
  • d75e2ab224 Add logging.WARN; TextIO -> IO[str]. Guido van Rossum 2016-06-05 17:09:50 -07:00
  • e97638d4bd Improve http (#248) Valérian Rousset 2016-06-06 01:55:51 +02:00
  • 09e165ec35 Improve socket py2 (#249) Valérian Rousset 2016-06-06 01:51:26 +02:00
  • 2b55989f7d make xml.etree.ElementTree.Element a Sequence (#254) James J Porter 2016-06-04 22:28:22 -04:00
  • a581397c42 add types to logging (#247) Valérian Rousset 2016-06-05 04:20:15 +02:00
  • e8e82a7c73 Make Empty a subclass of Exception (#266) Max Payton 2016-06-04 18:32:13 -07:00
  • a619491060 Add full class definitions for Process, Queue, and Lock (#265) Max Payton 2016-06-04 18:31:48 -07:00
  • 9acc9b31ac Fix heapq.merge signature for Python >= 3.5 (#227) (#261) Tomasz Elendt 2016-06-05 01:00:45 +02:00
  • a277980d99 Fix types.MappingProxyType (#259) (#260) Tomasz Elendt 2016-06-04 22:02:07 +02:00
  • 0bfa0636e1 Add http_client to six.moves, add missing functions to urllib2 fix some types in gettext (#262) David Euresti 2016-06-04 12:02:55 -07:00
  • 49000ccc5e Merge pull request #255 from iamaspacecow/typeshed_calendar_fixes David Fisher 2016-06-03 17:47:52 -07:00
  • fb96ee8e50 Revert "replace re patterns AnyStr with Union[str, unicode]" David Fisher 2016-06-03 17:41:01 -07:00
  • c8f0669ee4 Update calendar.pyi timegm to accept arbitrary length tuples timegm takes struct_time objects, which are NamedTuples that have 9 elements by default That would not take Tuple[Int], so typeshed would report errors Max Payton 2016-06-03 16:10:09 -07:00
  • 31a97363a9 Fixes a few tzinfo method's return type (#253) Tim Simpson 2016-06-03 14:38:47 -05:00
  • 2c52d9a612 Correct return value of round in Python 2. (#245) erinhaswell 2016-06-02 19:00:20 -07:00
  • 97c62932d5 Merge pull request #244 from OrenLeaffer/master David Fisher 2016-06-02 18:01:39 -07:00
  • ba2c8d95ec replace re patterns AnyStr with Union[str, unicode] Oren Leaffer 2016-06-02 17:53:39 -07:00
  • 917f99a01b Support for 'from six.moves import http_cookies' (#243) Tim Simpson 2016-06-02 13:07:59 -05:00
  • 80a37f3f93 Initial stubs for tkinter (#242) Tim Simpson 2016-06-02 12:16:01 -05:00
  • 7721505397 complete ssl (#239) Valérian Rousset 2016-06-02 19:08:07 +02:00
  • 20d875dc75 complete socketserver (#238) Valérian Rousset 2016-06-02 19:06:41 +02:00
  • cf5edec4de add types to socket.socket.send{,all} (#240) Valérian Rousset 2016-06-02 19:04:15 +02:00
  • 2b776cfb4e complete urllib (#241) Valérian Rousset 2016-06-02 18:22:29 +02:00
  • a32d8a9da6 add types to sys.getrefcount (#237) Valérian Rousset 2016-06-02 09:27:37 +02:00
  • 25a45d6daf Revert "WIP: Mapping.{get,pop} can return default type (#223)" Guido van Rossum 2016-05-30 11:55:30 -07:00
  • d43adbe97e WIP: Mapping.{get,pop} can return default type (#223) Valérian Rousset 2016-05-30 19:05:44 +02:00
  • 5b5f01f33c Improve email.* (#207) Valérian Rousset 2016-05-30 19:04:51 +02:00
  • 191e153427 more closely fit to html.parser documentation (#231) Valérian Rousset 2016-05-30 18:51:34 +02:00
  • ff94f6def0 specifiy Callable in sys.call_tracing (#230) Valérian Rousset 2016-05-30 18:32:56 +02:00
  • eabecf89d8 Fix setsockopt signature. (#226) Vadim Chugunov 2016-05-26 15:23:31 -07:00
  • f32e26ebc2 Added stdlib/2.7/getopt.pyi, updated 3/getopt.pyi (#221) Dakkaron 2016-05-25 16:14:42 +02:00
  • b98580d299 Don't use basestring in tempfile stub (#205) Jukka Lehtosalo 2016-05-24 16:45:48 -07:00