FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · Farolding/pytype · GitHub
Farolding
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Oct 6, 2018
Merge pull request #180 from google/setup_cfg
Show description for 092c842
rchen152
authored
092c842
View commit details
Copy full SHA for 092c842
Browse repository at this point
Commits on Oct 5, 2018
Turn on type-checking for more of pytype itself.
rchen152
committed
f25f423
View commit details
Copy full SHA for f25f423
Browse repository at this point
Merge pull request #179 from google/google_sync
Show description for 02f94d6
rchen152
authored
02f94d6
View commit details
Copy full SHA for 02f94d6
Browse repository at this point
Small cleanup: collect dependencies and late dependencies in the same pass.
Show description for 7116623
rchen152
committed
7116623
View commit details
Copy full SHA for 7116623
Browse repository at this point
Add late dependencies to the list of module prefixes in the loader.
Show description for 07037d5
martindemello
authored and
rchen152
committed
07037d5
View commit details
Copy full SHA for 07037d5
Browse repository at this point
Add `slice` as a parameter option for bytearray.__delitem__.
Show description for 6a0a124
rchen152
committed
6a0a124
View commit details
Copy full SHA for 6a0a124
Browse repository at this point
Make cfg.Variable.Bindings() deterministic.
Show description for 349735c
rchen152
committed
349735c
View commit details
Copy full SHA for 349735c
Browse repository at this point
Commits on Oct 4, 2018
Merge pull request #177 from google/google_sync
Show description for 309a87f
martindemello
authored
309a87f
View commit details
Copy full SHA for 309a87f
Browse repository at this point
Only check for recursion in paramaterized protocols.
Show description for da0d1ed
Solumin
authored and
martindemello
committed
da0d1ed
View commit details
Copy full SHA for da0d1ed
Browse repository at this point
Fix a crash in VerifyContainers.
Show description for fc252e1
rchen152
authored and
martindemello
committed
fc252e1
View commit details
Copy full SHA for fc252e1
Browse repository at this point
Tweak enum.pytd a little to match the actual behavior.
Show description for 1f8afcc
sivachandra
authored and
martindemello
committed
1f8afcc
View commit details
Copy full SHA for 1f8afcc
Browse repository at this point
add enum.pytd to cmake sources
Show description for b975454
martindemello
committed
b975454
View commit details
Copy full SHA for b975454
Browse repository at this point
Fix default dict class hierarchy.
Show description for f3aa256
Solumin
authored and
martindemello
committed
f3aa256
View commit details
Copy full SHA for f3aa256
Browse repository at this point
Prevent loop when matching self-referential protocols.
Show description for e33d9de
Solumin
authored and
martindemello
committed
e33d9de
View commit details
Copy full SHA for e33d9de
Browse repository at this point
Do not attempt to load a submodule we haven't explictly imported.
Show description for ff4f3ee
martindemello
committed
ff4f3ee
View commit details
Copy full SHA for ff4f3ee
Browse repository at this point
Fix the bug that Generic PytdClasses can't be instantiated
Show description for d65cea9
ahxun
authored and
martindemello
committed
d65cea9
View commit details
Copy full SHA for d65cea9
Browse repository at this point
Use a custom pytd file for enum in Python 3.
Show description for a788f79
rchen152
authored and
martindemello
committed
a788f79
View commit details
Copy full SHA for a788f79
Browse repository at this point
Allow .. as a package name in pyi files.
Show description for d6b99ee
martindemello
committed
d6b99ee
View commit details
Copy full SHA for d6b99ee
Browse repository at this point
Use ast27t in xref.
Show description for 3d12f4e
martindemello
committed
3d12f4e
View commit details
Copy full SHA for 3d12f4e
Browse repository at this point
Finish making the pickled builtins deterministic.
Show description for ab9493b
rchen152
authored and
martindemello
committed
ab9493b
View commit details
Copy full SHA for ab9493b
Browse repository at this point
Do not expand type parameter constraints in ExpandCompatibleBuiltins.
Show description for d7f7478
martindemello
committed
d7f7478
View commit details
Copy full SHA for d7f7478
Browse repository at this point
Stop adding plistlib to the blacklist in main.py.
Show description for 1cef566
rchen152
authored and
martindemello
committed
1cef566
View commit details
Copy full SHA for 1cef566
Browse repository at this point
Increase determinism of gzip'd pickles.
Show description for 1687f03
Pytype Team
authored and
martindemello
committed
1687f03
View commit details
Copy full SHA for 1687f03
Browse repository at this point
Cleanup: remove private attribute accesses in pytype/tools/xref/.
Show description for a71a0f4
rchen152
authored and
martindemello
committed
a71a0f4
View commit details
Copy full SHA for a71a0f4
Browse repository at this point
Replace the contrived `x: 0` example with one of a function as a type hint.
Show description for 3a1b6f1
rchen152
authored and
martindemello
committed
3a1b6f1
View commit details
Copy full SHA for 3a1b6f1
Browse repository at this point
Add more files to :type_checked_lib.
Show description for e235434
rchen152
authored and
martindemello
committed
e235434
View commit details
Copy full SHA for e235434
Browse repository at this point
Commits on Sep 26, 2018
Merge pull request #166 from google/google_sync
Show description for 09b9fac
martindemello
authored
09b9fac
View commit details
Copy full SHA for 09b9fac
Browse repository at this point
pytype-all: don't run inference on pip-installed dependencies.
Show description for d380261
rchen152
committed
d380261
View commit details
Copy full SHA for d380261
Browse repository at this point
Remove pytype_output at the start of each pytype run.
Show description for eb634ac
rchen152
committed
eb634ac
View commit details
Copy full SHA for eb634ac
Browse repository at this point
Convert resolved modules to file paths via pytype's loader cache.
Show description for 622c7e9
martindemello
authored and
rchen152
committed
622c7e9
View commit details
Copy full SHA for 622c7e9
Browse repository at this point
Print an info message in analyze_project if pytype_output already exists.
Show description for a8df519
rchen152
committed
a8df519
View commit details
Copy full SHA for a8df519
Browse repository at this point
Merge pull request #165 from google/typeshed
Show description for 1c71d48
Solumin
authored
1c71d48
View commit details
Copy full SHA for 1c71d48
Browse repository at this point
Update the typeshed submodule.
rchen152
committed
bcc9591
View commit details
Copy full SHA for bcc9591
Browse repository at this point
Commits on Sep 25, 2018
Merge pull request #164 from google/google_sync
Show description for 89baba6
rchen152
authored
89baba6
View commit details
Copy full SHA for 89baba6
Browse repository at this point
Bump PyPI version number.
Show description for bcf0c5c
rchen152
committed
bcf0c5c
View commit details
Copy full SHA for bcf0c5c
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL