Permalink
master
Commits on Jun 8, 2021
Commits on Jun 4, 2021
Commits on May 28, 2021
Commits on May 26, 2021
Commits on May 24, 2021
Commits on May 18, 2021
Commits on May 17, 2021
Commits on May 15, 2021
Commits on May 12, 2021
Commits on May 11, 2021
Commits on May 10, 2021
-
Expand the section on renaming to the 'main' branch. (#687)
Expand the section on renaming to the 'main' branch by including instructions to rename local forks on GitHub.
Commits on May 4, 2021
-
Add a page on changing the C API (PEP-652) (GH-682)
This repeats points currently said in `Include/README.rst`. I intend to replace most of that README with a link to this document. The main change from that document are: - The three "rings" are not defined by where things are declared. It would be good to have them in the right place, but it's not yet the case, and for technical reasons we might never reach the ideal. (In `Include/README.rst` it makes more sense to make the locations more prominent.) - The order is switched. For changing the Limited API you generally need to read (and follow guidelines in) the preceding sections as well. On top of that, I addes points from PEP 652 (Maintaining the Stable ABI). Co-Authored-By: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Commits on May 3, 2021
Commits on May 2, 2021
Commits on Apr 30, 2021
-
Upgrade to GitHub-native Dependabot (#684)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Commits on Apr 29, 2021
-
Add GitHub Actions to run the CI (#680)
set continue-on-error true on the linkcheck step
Commits on Apr 23, 2021
Commits on Apr 15, 2021
Commits on Mar 21, 2021
Commits on Mar 19, 2021
-
Fix the pyperformance Repo URL. (#664)
The repo changed name, from "performance" to "pyperformance", a while back. The devguide did not get updated at that time. Updating the links here means GitHub will no longer need to rewrite the old URL in requests.
Commits on Feb 22, 2021
-
Note removal of privileges for akuchling (#660)
Co-authored-by: Andrew Kuchling <akuchling@aledade.com>