| Commit message (Expand) | Author | Age | Files | Lines |
* | Add @pablogsal as code owner for pegen-related files (GH-19665) | Pablo Galindo | 2020-04-22 | 1 | -0/+2 |
|
|
* | PEP 617: Only run the CI with the new parser (GH-19664) | Pablo Galindo | 2020-04-22 | 1 | -45/+0 |
|
|
* | bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) | Pablo Galindo | 2020-04-22 | 1 | -0/+45 |
|
|
* | bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320) | Victor Stinner | 2020-04-03 | 2 | -2/+2 |
|
|
* | bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18... | Steve Dower | 2020-03-11 | 1 | -0/+34 |
|
|
* | bpo-39704: Explicitly pass the path to codecov config (GH-18680) | Ammar Askar | 2020-02-27 | 1 | -2/+2 |
|
|
* | bpo-39699: Don't silence make on Azure and Github CIs (GH-18583) | Ammar Askar | 2020-02-26 | 3 | -4/+4 |
|
|
* | Ignore NEWS snippets in code coverage stats (GH-18194) | Nick Coghlan | 2020-01-27 | 1 | -1/+1 |
|
|
* | Run doctests in GitHub actions Docs targer (GH-18041) | Pablo Galindo | 2020-01-17 | 1 | -9/+9 |
|
|
* | bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873) | Steve Dower | 2020-01-06 | 1 | -1/+1 |
|
|
* | bpo-39041: Add GitHub Actions badge to README.rst (GH-17628) | Steve Dower | 2019-12-16 | 1 | -8/+12 |
|
|
* | bpo-39041: Add GitHub Actions support (GH-17594) | Steve Dower | 2019-12-16 | 4 | -0/+235 |
|
|
* | Add setobject.c (GH-17463) | Raymond Hettinger | 2019-12-04 | 1 | -0/+1 |
|
|
* | add @ethanfurman for tarfile (GH-17461) | Ethan Furman | 2019-12-04 | 1 | -0/+1 |
|
|
* | Update CODEOWNERS (#17356) | Ethan Furman | 2019-11-22 | 1 | -0/+3 |
|
|
* | CODEOWNERS: add myself for asyncore/chat, ftplib and shutil modules (#17313) | Giampaolo Rodola | 2019-11-21 | 1 | -0/+6 |
|
|
* | Add @pablogsal to code owners file for the garbage collector (GH-17248) | Pablo Galindo | 2019-11-19 | 1 | -0/+4 |
|
|
* | Updated CODEOWNERS to indicate ownership of some modules. (GH-16578) | Vinay Sajip | 2019-10-04 | 1 | -0/+8 |
|
|
* | Adjust code ownership so @gpshead don't get asyncio subprocess PRs. (GH-16100) | Gregory P. Smith | 2019-09-13 | 1 | -1/+3 |
|
|
* | Turn off AppVeyor CI (GH-15929) | Zachary Ware | 2019-09-11 | 1 | -38/+0 |
|
|
* | Add pganssle to CODEOWNERS and ACKS (GH-14138) | Paul Ganssle | 2019-06-18 | 1 | -0/+9 |
|
|
* | Add sponsorship details for GitHub Sponsor button (GH-14181) | Brett Cannon | 2019-06-18 | 1 | -0/+1 |
|
|
* | Bump version in AppVeyor config (#13822) | Zachary Ware | 2019-06-04 | 1 | -1/+1 |
|
|
* | Revert adding @maxking to CODEOWNERS file (GH-13660) | Brett Cannon | 2019-05-30 | 1 | -1/+1 |
|
|
* | Add my to code owner for more areas (#13650) | Christian Heimes | 2019-05-29 | 1 | -4/+11 |
|
|
* | Add @maxking to CODEOWNERS file (GH-13599) | Abhilash Raj | 2019-05-28 | 1 | -1/+1 |
|
|
* | Fix a typo in SECURITY.md (GH-13568) | Philippe Gagnon | 2019-05-27 | 1 | -1/+1 |
|
|
* | 📝 Add a GitHub-specific security page (GH-13526) | Sviatoslav Sydorenko | 2019-05-25 | 1 | -0/+18 |
|
|
* | Unroll import-team in CODEOWNERS (#13118) | Brett Cannon | 2019-05-06 | 1 | -2/+2 |
|
|
* | Add @pablogsal to code owners file for Parser/pgen (GH-12944) | Pablo Galindo | 2019-04-24 | 1 | -0/+3 |
|
|
* | Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856) | Berker Peksag | 2019-04-16 | 1 | -0/+6 |
|
|
* | github: assign @methane to dict owner (GH-12617) | Inada Naoki | 2019-03-30 | 1 | -0/+1 |
|
|
* | Fix typo (double 'the') in CODEOWNERS (GH-12227) | Benedikt Werner | 2019-03-08 | 1 | -1/+1 |
|
|
* | Add macos-team as a code owner (GH-10045) | Ned Deily | 2018-10-23 | 1 | -0/+4 |
|
|
* | Update codeowners to match experts list change (#10022) | Nick Coghlan | 2018-10-21 | 1 | -1/+1 |
|
|
* | Add myself for HTML-related modules (#9325) | Ezio Melotti | 2018-09-15 | 1 | -0/+5 |
|
|
* | AppVeyor: build Python in 64-bit mode (GH-8363) | Victor Stinner | 2018-07-23 | 1 | -3/+3 |
|
|
* | Move Code_of_Conduct.rst to the root level. (GH-8209) | Mariatta | 2018-07-09 | 1 | -14/+0 |
|
|
* | bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532) | Suriyaa ✌️️ | 2018-06-08 | 1 | -0/+4 |
|
|
* | bpo-33764: Appveyor fixes (GH-7364) | Zachary Ware | 2018-06-04 | 1 | -4/+5 |
|
|
* | bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786) | Eitan Adler | 2018-05-14 | 1 | -0/+4 |
|
|
* | Update PR template file, don't reference bpo 12345 (GH-5897) | Mariatta | 2018-02-25 | 1 | -1/+0 |
|
|
* | Update the Pull_request_template.md file (GH-5841) | Mariatta | 2018-02-23 | 1 | -2/+19 |
|
|
* | Fix AppVeyor doc short-circuit (GH-5632) | Zachary Ware | 2018-02-11 | 1 | -1/+4 |
|
|
* | Add short-circuit for doc changes to AppVeyor (GH-5519) | Zachary Ware | 2018-02-11 | 1 | -3/+19 |
|
|
* | Try to fix the AppVeyor cache mechanism (GH-5536) | Zachary Ware | 2018-02-04 | 1 | -1/+1 |
|
|
* | Fix version in AppVeyor (GH-5535) | Zachary Ware | 2018-02-04 | 1 | -1/+1 |
|
|
* | Add myself as hamt/context (PEP 567) code owner (#5276) | Yury Selivanov | 2018-01-23 | 1 | -0/+2 |
|
|
* | Fix version in AppVeyor config (GH-5124) | Zachary Ware | 2018-01-07 | 1 | -1/+1 |
|
|
* | Kill the AppVeyor file whitelist (GH-5121) | Zachary Ware | 2018-01-07 | 1 | -17/+0 |
|
|