FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for pytype/tests - classicvalues/pytype · GitHub
classicvalues
/
pytype
Public
forked from
google/pytype
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
pytype
pytype
tests
on
main
User selector
Datepicker
Commit history
Commits on Apr 1, 2022
Add a --platform option to pytype.
Show description for 7bb4a1c
rchen152
committed
7bb4a1c
View commit details
Copy full SHA for 7bb4a1c
View code at this point
Browse repository at this point
Set TypedDict pyval items when instantiating a TypedDictClass.
Show description for 1342429
rchen152
committed
1342429
View commit details
Copy full SHA for 1342429
View code at this point
Browse repository at this point
3.10: Do some simple test updates.
Show description for ea9be67
rchen152
committed
ea9be67
View commit details
Copy full SHA for ea9be67
View code at this point
Browse repository at this point
Commits on Mar 31, 2022
Do a better job of determining whether a typing(_extensions) import is allowed.
Show description for 10dd92c
rchen152
committed
10dd92c
View commit details
Copy full SHA for 10dd92c
View code at this point
Browse repository at this point
Fix for comparing recursive tuples for equality.
Show description for 9fa2869
martindemello
authored and
rchen152
committed
9fa2869
View commit details
Copy full SHA for 9fa2869
View code at this point
Browse repository at this point
Create the same InterpreterClass for collections.namedtuple and typing.NamedTuple
Show description for 1bc5938
martindemello
authored and
rchen152
committed
1bc5938
View commit details
Copy full SHA for 1bc5938
View code at this point
Browse repository at this point
Commits on Mar 29, 2022
Fix a couple of crashes at head.
Show description for 139aa00
rchen152
committed
139aa00
View commit details
Copy full SHA for 139aa00
View code at this point
Browse repository at this point
Commits on Mar 25, 2022
Support partial forward references in pyi files.
Show description for 7d70214
rchen152
committed
7d70214
View commit details
Copy full SHA for 7d70214
View code at this point
Browse repository at this point
Fix a couple crashes related to literal enums.
Show description for 8abb5f8
Solumin
authored and
rchen152
committed
8abb5f8
View commit details
Copy full SHA for 8abb5f8
View code at this point
Browse repository at this point
Commits on Mar 23, 2022
--strict-parameter-checks: Strictify function.call_function.
Show description for fc1cf37
rchen152
committed
fc1cf37
View commit details
Copy full SHA for fc1cf37
View code at this point
Browse repository at this point
Commits on Mar 22, 2022
Handle subclasses in property_get.
Show description for 7eb213c
rchen152
committed
7eb213c
View commit details
Copy full SHA for 7eb213c
View code at this point
Browse repository at this point
Add support for literal enums.
Show description for 2c21609
Solumin
authored and
rchen152
committed
2c21609
View commit details
Copy full SHA for 2c21609
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
Actually use the extracted type annotation when typing.TypeAlias is seen.
Show description for b6a3a4d
rchen152
committed
b6a3a4d
View commit details
Copy full SHA for b6a3a4d
View code at this point
Browse repository at this point
Check IsVisible() before reporting errors in function.call_function.
Show description for 8a74502
rchen152
committed
8a74502
View commit details
Copy full SHA for 8a74502
View code at this point
Browse repository at this point
Commits on Mar 16, 2022
Support typing.TypeAlias.
Show description for ba88339
rchen152
committed
ba88339
View commit details
Copy full SHA for ba88339
View code at this point
Browse repository at this point
Get rid of the `errorlog` argument to `Context()` and `analyze.*`
Show description for 014f3a9
martindemello
authored and
rchen152
committed
014f3a9
View commit details
Copy full SHA for 014f3a9
View code at this point
Browse repository at this point
Do not initialize the context with an ErrorLog
Show description for c841e80
martindemello
authored and
rchen152
committed
c841e80
View commit details
Copy full SHA for c841e80
View code at this point
Browse repository at this point
Make the errorlog argument in Context() optional.
Show description for 4bc0524
martindemello
authored and
rchen152
committed
4bc0524
View commit details
Copy full SHA for 4bc0524
View code at this point
Browse repository at this point
Refactor the test error matcher slightly.
Show description for 9b64c02
martindemello
authored and
rchen152
committed
9b64c02
View commit details
Copy full SHA for 9b64c02
View code at this point
Browse repository at this point
Commits on Mar 10, 2022
Fix matching of Final[T] against T for imported final constants.
Show description for fc08da1
martindemello
authored and
rchen152
committed
fc08da1
View commit details
Copy full SHA for fc08da1
View code at this point
Browse repository at this point
Commits on Mar 8, 2022
Add a --strict-primitive-comparisons flag.
Show description for 358e617
rchen152
committed
358e617
View commit details
Copy full SHA for 358e617
View code at this point
Browse repository at this point
Commits on Mar 4, 2022
Fix Callable argument count inconsistency for decorated instance methods.
Show description for fd117e2
rchen152
committed
fd117e2
View commit details
Copy full SHA for fd117e2
View code at this point
Browse repository at this point
Fix a bug where some classes weren't traced.
Show description for c6ede83
rchen152
committed
c6ede83
View commit details
Copy full SHA for c6ede83
View code at this point
Browse repository at this point
Fix a caching bug that caused closure variables to be reused.
Show description for 1ec9c71
rchen152
committed
1ec9c71
View commit details
Copy full SHA for 1ec9c71
View code at this point
Browse repository at this point
Commits on Mar 1, 2022
Still look up typing_extensions types when reporting not-supported-yet.
Show description for 9030155
rchen152
committed
9030155
View commit details
Copy full SHA for 9030155
View code at this point
Browse repository at this point
Copy the specific comparison methods for primitive classes from typeshed.
Show description for b10ccb1
martindemello
authored and
rchen152
committed
b10ccb1
View commit details
Copy full SHA for b10ccb1
View code at this point
Browse repository at this point
Commits on Feb 25, 2022
Unpack ClassVar in constant_to_var so unions are handled correctly.
Show description for 1e8d717
rchen152
committed
1e8d717
View commit details
Copy full SHA for 1e8d717
View code at this point
Browse repository at this point
Commits on Feb 24, 2022
Handle `__getitem__` correctly for typed dicts passed as function args.
Show description for ee7af29
martindemello
authored and
rchen152
committed
ee7af29
View commit details
Copy full SHA for ee7af29
View code at this point
Browse repository at this point
Commits on Feb 17, 2022
Add a --strict-parameter-checks flag for exhaustive checking of param types.
Show description for 39f9599
rchen152
committed
39f9599
View commit details
Copy full SHA for 39f9599
View code at this point
Browse repository at this point
Always attach disable directives to the original line the user put them on.
Show description for a377bf6
rchen152
committed
a377bf6
View commit details
Copy full SHA for a377bf6
View code at this point
Browse repository at this point
Fix an error when checking for `__getitem__` on a metaclass.
Show description for f49e8a1
martindemello
authored and
rchen152
committed
f49e8a1
View commit details
Copy full SHA for f49e8a1
View code at this point
Browse repository at this point
Commits on Feb 15, 2022
Support typed dicts in pyi files.
Show description for 89534fd
martindemello
authored and
rchen152
committed
89534fd
View commit details
Copy full SHA for 89534fd
View code at this point
Browse repository at this point
Support ellipses when __future__.annotations enabled.
Show description for 647542e
Pytype Team
authored and
rchen152
committed
647542e
View commit details
Copy full SHA for 647542e
View code at this point
Browse repository at this point
Commits on Feb 9, 2022
Support positional-only parameters, and use enums for pytd.Method{Types,Flags}.
Show description for 3e228a0
rchen152
committed
3e228a0
View commit details
Copy full SHA for 3e228a0
View code at this point
Browse repository at this point
Recognize type-annotated callables as attributes in attrs classes.
Show description for a6f4957
rchen152
committed
a6f4957
View commit details
Copy full SHA for a6f4957
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL