- 23 Mar, 2017 2 commits
-
-
Dong-hee Na authored
-
Dong-hee Na authored
-
- 22 Mar, 2017 5 commits
-
-
Dylan Trotter authored
Import logic is currently embedded in the StatementVisitor class which makes it difficult to reuse. This change factors that logic out into an ImportVisitor class in util.py. The newly exposed logic can now be used by other tools.
-
Dylan Trotter authored
Python code compiled by grumpc will be staged in GOPATH/__python__ so that modules can be detected at compile time.
-
Dylan Trotter authored
Previously add_import(), add_native_import() and intern() were Block methods that delegated to the root ModuleBlock internally. Now that the ModuleBlock is accessible from any Block via the root attr, move those methods to ModuleBlock.
-
Dylan Trotter authored
-
Yash Patel authored
-
- 18 Mar, 2017 1 commit
-
-
Mansour Rahimi authored
-
- 16 Mar, 2017 1 commit
-
-
Dylan Trotter authored
-
- 12 Mar, 2017 1 commit
-
-
Dylan Trotter authored
-
- 23 Feb, 2017 1 commit
-
-
Dong-hee Na authored
-
- 19 Feb, 2017 1 commit
-
-
Dylan Trotter authored
Per the docs, mktime expects a time struct in local time, not UTC: https://docs.python.org/2/library/time.html#time.mktime This mismatch was causing TestDate.test_fromtimestamp in test_datetime.py to fail on some systems.
-
- 18 Feb, 2017 3 commits
-
-
YOU authored
-
Dylan Trotter authored
dictNE was checking v.isInstance(DictType) instead of checking w. This causes a variety of undefined behavior including segfault, invalid mutex state, etc.
-
Dong-hee Na authored
-
- 17 Feb, 2017 1 commit
-
-
YOU authored
-
- 16 Feb, 2017 1 commit
-
-
YOU authored
-
- 15 Feb, 2017 1 commit
-
-
Dong-hee Na authored
-
- 13 Feb, 2017 2 commits
-
-
Dylan Trotter authored
Addresses https://github.com/google/grumpy/issues/56
-
Dong-hee Na authored
-
- 12 Feb, 2017 6 commits
-
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dong-hee Na authored
-
Long Ang authored
-
Long Ang authored
-
- 08 Feb, 2017 4 commits
-
-
Dong-hee Na authored
-
Long Ang authored
-
Long Ang authored
-
Long Ang authored
-
- 06 Feb, 2017 1 commit
-
-
Garry Bullock authored
-
- 05 Feb, 2017 1 commit
-
-
YOU authored
-
- 04 Feb, 2017 2 commits
-
-
Dylan Trotter authored
-
YOU authored
-
- 02 Feb, 2017 2 commits
-
-
Long Ang authored
-
Dong-hee Na authored
-
- 01 Feb, 2017 2 commits
-
-
Dong-hee Na authored
-
Cholerae Hu authored
-
- 31 Jan, 2017 2 commits
-
-
Cholerae Hu authored
-
cclauss authored
In CPython the function form is twice as slow.
-