- 09 Apr, 2018 1 commit
-
-
Thomas Hisch authored
The compiler and util subpackages are created by the build_py class in setup.py. This has caused an issue in the protobuf package in conda-forge (https://github.com/conda-forge/protobuf-feedstock/issues/40), which is fixed by this commit.
-
- 02 Apr, 2018 1 commit
-
-
Paul Yang authored
* Fix setup.py for windows build. * Bump version number to 3.5.2 * Cat the test-suite.log on errors for presubits
-
- 20 Mar, 2018 4 commits
-
-
Adam Cozzette authored
-
Adam Cozzette authored
-
Adam Cozzette authored
-
Adam Cozzette authored
-
- 13 Mar, 2018 1 commit
-
-
Adam Cozzette authored
-
- 09 Feb, 2018 1 commit
-
-
Jie Luo authored
* Cython's stack does not have .py file name. Only check filenames when end with .py for _CalledFromGeneratedFile()
-
- 19 Dec, 2017 1 commit
-
-
Jisi Liu authored
-
- 14 Dec, 2017 2 commits
- 01 Dec, 2017 1 commit
-
-
Adam Cozzette authored
-
- 22 Nov, 2017 2 commits
-
-
Jisi Liu authored
-
Jie Luo authored
Add _file_desc_by_toplevel_extension back for compatibility issue with 3.4.1. _file_desc_by_toplevel_extension is a temporary solution for FieldDescriptor.file. FieldDescriptor.file was added in code gen. However, we need to keep it for some time for compatibility reason (with 3.4.1 only). May try to remove it after 2 years.
-
- 02 Nov, 2017 2 commits
-
-
Jisi Liu authored
-
Roman Nekhoroshev authored
Hi! Sorry for bothering with such a minor thing, but I just noticed and fixed one annoying typo in WKT's test suite: `"accpets" -> "accepts"` Thanks!
-
- 18 Oct, 2017 1 commit
-
-
Jisi Liu authored
-
- 11 Oct, 2017 1 commit
-
-
Juan Leni authored
-
- 14 Sep, 2017 2 commits
-
-
Jisi Liu authored
-
Adam Cozzette authored
-
- 21 Aug, 2017 1 commit
-
-
cclauss authored
* remove the parens from the cmp() lambda definition https://github.com/PythonCharmers/python-future/pull/298 * remove the parens from the cmp() lambda definition https://github.com/PythonCharmers/python-future/pull/298
-
- 18 Aug, 2017 1 commit
-
-
cclauss authored
* Define cmp() for Python 3 http://python-future.org/compatible_idioms.html?highlight=cmp#cmp * Define cmp() for Python 3 http://python-future.org/compatible_idioms.html?highlight=cmp#cmp
-
- 17 Aug, 2017 1 commit
-
-
cclauss authored
-
- 04 Aug, 2017 2 commits
-
-
Jie Luo authored
1, Some tests in reflection_test PY26 raise TypeError but other versions raise ValueError for convert negative long to unsigned 2, Change compare exception type to compare exception str for testDuplicateExtensionNumber. Original code raise 'Double registration of Extensions' is not an instance of (<type 'exceptions.AssertionError'>, <type 'exceptions.ValueError'>) for PY26 cpp implementation t
-
Jie Luo authored
-
- 25 Jul, 2017 1 commit
-
-
Jisi Liu authored
-
- 24 Jul, 2017 3 commits
- 19 Jul, 2017 2 commits
- 18 Jul, 2017 1 commit
-
-
Jisi Liu authored
-
- 22 Jun, 2017 2 commits
-
-
Changming Sun authored
-
Brian J. Watson authored
-
- 21 Jun, 2017 1 commit
-
-
Bo Yang authored
-
- 08 May, 2017 1 commit
-
-
Feng Xiao authored
-
- 20 Apr, 2017 1 commit
-
-
Feng Xiao authored
-
- 10 Apr, 2017 1 commit
-
-
Jie Luo authored
* Use PyUnicode_AsEncodedString() instead of PyUnicode_AsEncodedObject() * Cherrypick the fix descriptor_pool.FindFileContainingSymbol by extensions.
-
- 06 Apr, 2017 1 commit
-
-
Feng Xiao authored
-
- 29 Mar, 2017 1 commit
-
-
Jie Luo authored
-