FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · nagarajan/pytype · GitHub
nagarajan
/
pytype
Public
forked from
google/pytype
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Apr 24, 2024
Merge pull request #1620 from google/google_sync
Show description for 07e902e
rchen152
authored
07e902e
View commit details
Copy full SHA for 07e902e
Browse repository at this point
Use macos-13 to work around bug in macos-latest.
Show description for a2dc5ad
rchen152
committed
a2dc5ad
View commit details
Copy full SHA for a2dc5ad
Browse repository at this point
Skip test in 3.8 that uses BUILD_TUPLE_UNPACK_WITH_CALL opcode.
rchen152
committed
b5e788e
View commit details
Copy full SHA for b5e788e
Browse repository at this point
Implement byte_CALL_FUNCTION_KW.
rchen152
committed
bd3b303
View commit details
Copy full SHA for bd3b303
Browse repository at this point
Call super().__init__() in FunctionArgDict.
rchen152
committed
5a3306b
View commit details
Copy full SHA for 5a3306b
Browse repository at this point
rewrite: simplify types related to function calls.
Show description for 592d4fa
rchen152
committed
592d4fa
View commit details
Copy full SHA for 592d4fa
Browse repository at this point
Add ability to register overlay functions with the abstract converter.
Show description for 98fa177
rchen152
committed
98fa177
View commit details
Copy full SHA for 98fa177
Browse repository at this point
rewrite: handle fstrings
Show description for 3328c34
martindemello
authored and
rchen152
committed
3328c34
View commit details
Copy full SHA for 3328c34
Browse repository at this point
rewrite: Minimal implementation of type subscripting.
Show description for 94bd043
martindemello
authored and
rchen152
committed
94bd043
View commit details
Copy full SHA for 94bd043
Browse repository at this point
rewrite: move most of frame.py's function calling code into a separate file.
Show description for 0322324
rchen152
committed
0322324
View commit details
Copy full SHA for 0322324
Browse repository at this point
rewrite: improve slightly suboptimal isinstance checks.
Show description for 518415c
rchen152
committed
518415c
View commit details
Copy full SHA for 518415c
Browse repository at this point
Add the metaclass-calling framework needed for EnumMeta.__new__.
Show description for bf876f8
rchen152
committed
bf876f8
View commit details
Copy full SHA for bf876f8
Browse repository at this point
rewrite: Move unpacking of DICT_UPDATE and LIST_EXTEND args into the vm
Show description for d9c1435
martindemello
authored and
rchen152
committed
d9c1435
View commit details
Copy full SHA for d9c1435
Browse repository at this point
Add a less annoying way to invoke ctx.abstract_loader.load_raw_type.
Show description for f267763
rchen152
committed
f267763
View commit details
Copy full SHA for f267763
Browse repository at this point
rewrite: Support indefinite **args and **args forwarding
Show description for e8da23e
martindemello
authored and
rchen152
committed
e8da23e
View commit details
Copy full SHA for e8da23e
Browse repository at this point
rewrite: Improve handling of indefinite iterables in posargs
Show description for 9a164b2
martindemello
authored and
rchen152
committed
9a164b2
View commit details
Copy full SHA for 9a164b2
Browse repository at this point
rewrite: add MRO computation and improve class attribute lookup.
Show description for 8fb0006
rchen152
committed
8fb0006
View commit details
Copy full SHA for 8fb0006
Browse repository at this point
rewrite: Unpack *args and **args when mapping against a signature.
Show description for fb55b1e
martindemello
authored and
rchen152
committed
fb55b1e
View commit details
Copy full SHA for fb55b1e
Browse repository at this point
Add EMPTY_MAP to datatypes.py.
Show description for c29cb15
rchen152
committed
c29cb15
View commit details
Copy full SHA for c29cb15
Browse repository at this point
rewrite: detect metaclasses.
Show description for b5e1e1a
rchen152
committed
b5e1e1a
View commit details
Copy full SHA for b5e1e1a
Browse repository at this point
rewrite: support simple class inheritance.
Show description for 4382f5d
rchen152
committed
4382f5d
View commit details
Copy full SHA for 4382f5d
Browse repository at this point
rewrite: skip test failing in lower Python versions.
Show description for 409ba01
rchen152
committed
409ba01
View commit details
Copy full SHA for 409ba01
Browse repository at this point
rewrite: implement reveal_type.
Show description for 6311ba6
rchen152
committed
6311ba6
View commit details
Copy full SHA for 6311ba6
Browse repository at this point
Commits on Apr 16, 2024
Merge pull request #1617 from google/google_sync
Show description for e092415
rchen152
authored
e092415
View commit details
Copy full SHA for e092415
Browse repository at this point
rewrite: skip test failing in lower Python versions.
rchen152
committed
8d4aaa3
View commit details
Copy full SHA for 8d4aaa3
Browse repository at this point
Update typeshed to a4cc79fbecac8d981152950dfad5cf625e0ac5ec.
rchen152
committed
fa03c39
View commit details
Copy full SHA for fa03c39
Browse repository at this point
Update typeshed to a4cc79fbecac8d981152950dfad5cf625e0ac5ec.
Show description for 02b214a
rchen152
committed
02b214a
View commit details
Copy full SHA for 02b214a
Browse repository at this point
rewrite: Make sure *args and **kwargs are locals in the function's frame
Show description for f3f2d72
martindemello
authored and
rchen152
committed
f3f2d72
View commit details
Copy full SHA for f3f2d72
Browse repository at this point
rewrite: log import-error and module-attr.
Show description for bb745e8
rchen152
committed
bb745e8
View commit details
Copy full SHA for bb745e8
Browse repository at this point
rewrite: Support function calls with only indefinite starargs
Show description for 60b1e8b
martindemello
authored and
rchen152
committed
60b1e8b
View commit details
Copy full SHA for 60b1e8b
Browse repository at this point
rewrite: implement IMPORT_FROM.
Show description for bd024f0
rchen152
committed
bd024f0
View commit details
Copy full SHA for bd024f0
Browse repository at this point
ifdef-out unused path handling in the rewrite until we implement it.
Show description for d71c8a6
martindemello
authored and
rchen152
committed
d71c8a6
View commit details
Copy full SHA for d71c8a6
Browse repository at this point
Take the _missing_ classmethod into account when generating Enum.__new__.
Show description for 798ac9d
rchen152
committed
798ac9d
View commit details
Copy full SHA for 798ac9d
Browse repository at this point
rewrite: create copies of mutable containers instead of modifying them.
Show description for 0192010
rchen152
committed
0192010
View commit details
Copy full SHA for 0192010
Browse repository at this point
rewrite: minor improvements for frame.py.
Show description for 436cd65
rchen152
committed
436cd65
View commit details
Copy full SHA for 436cd65
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL