aboutsummaryrefslogtreecommitdiff
path: root/projects/cpython3
AgeCommit message (Collapse)Author
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
2020-03-10[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Max Moroz
* [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
2019-08-09[cpython] Fix coverage build (#2607)Ammar Askar
2019-07-03[cpython] Fix MSAN build (#2565)Ammar Askar
2019-06-18[cpython] Add -rdynamic to fuzzing targets (#2526)Ammar Askar
2019-06-13[cpython] Use altinstall to avoid creating symlinks (#2510)Ammar Askar
2019-06-11[cpython] Pull in corpuses and dictionaries for CPython (#2504)Ammar Askar
* Pull in corpuses and dictionaries for CPython * Ignore MSAN errors in build
2019-06-11Fix coverage build for cpython (#2502)Ammar Askar
2019-06-10Create docker and build files for cpython3 (#2493)Ammar Askar
* Create docker and build files for cpython * Remove temporary patch (merged upstream)
2017-07-25Added myself to the auto_ccs for CPython (#740)Alex Gaynor
* Added myself to the auto_ccs for cpython2 * Added myself to the auto_ccs for cpython3
2017-05-09Add CPython as a project, with Gregory P. Smith as a contact. (#583)Devin Jeanpierre
* Add CPython as a project, with Gregory P. Smith as a contact. Upstream issue to actually create tests: http://bugs.python.org/issue29505 (But they don't exist yet). There are some internal (YouTube) bugs for adding fuzz tests as well, to be done in that issue: b/37561297, b/37561383, b/37562501, b/37562550, b/37562021 I'd expect adding fuzz tests for this to be an ongoing project. :) * Split cpython into cpython2 and cpython3.