Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python/devguide

The Python developer's guide
https://github.com/python/devguide

3.6.4

89411d47ad428ddce422974b11b7bcdbf1b1c577 authored about 7 years ago by Ned Deily <[email protected]>
Update 3.1.5 EOL date (#312)

https://www.python.org/dev/peps/pep-0375/ says "3.1 received security fixes until June 2012" but...

c99263a731e0224df3f11cb1b9daf84c816c1d00 authored about 7 years ago by Hugo <[email protected]>
Add Guido and me as responsible for typing module (#311)

b70df6c872b37a6e0987ffbb51f47b4cde88548d authored about 7 years ago by Ivan Levkivskyi <[email protected]>
Add asvetlov to asyncio experts list (#310)

998eebe851f604337c1bb448670ff27020fef13c authored about 7 years ago by Andrew Svetlov <[email protected]>
Make News.d/next filename description match blurb's semantics (#309)

dbd07f0efa7dd7aec5b3275538c492e159d0ee8a authored about 7 years ago by bennorth <[email protected]>
Updates kushal's work details for motivations

e389c11cf6ade3b63e4276ad33212e3cf9de7794 authored about 7 years ago by Kushal Das <[email protected]>
2.7.13 -> .14

abcc399d046a71147a2f32f2a20160ad369433c9 authored about 7 years ago by Ned Deily <[email protected]>
Removes Firefox search-engine link that throws 404 (#307)

* Removes Firefox search-engine link that throws 404

* Removes Firefox search engine text

83398abb7c11cce6a8dfcc9abdb396f80129371d authored about 7 years ago by Sanyam Khurana <[email protected]>
Developers: Add Julien Palard and Ivan Levkivskyi

f414589365e8d3808eaef3cf9f2b7370314133a1 authored about 7 years ago by Victor Stinner <[email protected]>
Update my current affiliation info.

68fd0684b1d20bbe1bda26fc882bcb050fe1cf4f authored about 7 years ago by Nick Coghlan <[email protected]>
Add Mariatta's motivations and affiliations. (GH-305)

74bb93ec2dcda0034b65c99435d3e18e4f8eb0a8 authored about 7 years ago by Mariatta <[email protected]>
Fix my sorting mistake. "f" is before "g".

887babe4447e9ff23ec6f08b803b3ed6d6156fc9 authored about 7 years ago by Eric V. Smith <[email protected]>
Added f-string area of interest, remove me from mathematics (I was only ever there for float formatting), and allow me to be assigned issues.

e2781d6322967d1f64f75b9e7547e6a42a10c9dd authored about 7 years ago by Eric V. Smith <[email protected]>
Update committing checklist. (GH-304)

Add another checklist item, that the PR is first made against the `master` branch.

95d38cbb12606e41d708093f628863b54a260d96 authored about 7 years ago by Mariatta <[email protected]>
Make the copyright in the footer into plain text. (GH-302)

Closes https://github.com/python/devguide/issues/299

240efbb3c5236cb79395eacf6fed812d63a58e08 authored about 7 years ago by Mariatta <[email protected]>
haypo => vstinner

2ac2d1cfa0bb549eb2cb49b97cbe7d475e4f3081 authored about 7 years ago by Victor Stinner <[email protected]>
Remove Martin von Loewis from the Expert List (#301)

d6fa6500a7c647a42b48833abfa0601e27a1ad31 authored about 7 years ago by Victor Stinner <[email protected]>
Buildbot workers are no longer limited to 2.7

b4280d1eb117d8e316bd33f0e7da6acc1dbb827e authored about 7 years ago by Zachary Ware <[email protected]>
Adjust buildworker (buildslave) page for a Buildbot 0.9.x world (GH-291)

Fixes GH-290.

Also makes linkcheck play nicely with the new buildbot.python.org.

766ccd65b94e292001769ec65585ec3273e9f130 authored about 7 years ago by Lev Lazinskiy <[email protected]>
Show the 'Last Updated' info in the footer. (GH-303)

84224ae46ba0424b1d7c906af6142f3991d0deae authored about 7 years ago by Mariatta <[email protected]>
Remove myself from asyncio experts

I don't want to be automatically added in the nosy list of asyncio
bugs on bugs.python.org.

e88ca5f797a4205d4e92b5502a278bc0bec0f7fd authored about 7 years ago by Victor Stinner <[email protected]>
Remove $ sign from gitbootcamp. (GH-297)

* Remove $ sign from gitbootcamp.
* Add code-block directives where needed.

822bb50cf05b12bfec6b9bae9d646f2f3b6aa6c0 authored about 7 years ago by Mariatta <[email protected]>
Add myself as expect for gc, threading, concurrent.futures (#295)

dcdd4297d17d250ef0b615d6245daa6a4228ce00 authored about 7 years ago by Antoine Pitrou <[email protected]>
Update URL to buildbot console. (#289)

Existing URL 404's.

5e1e5da0d73497fef2a7f8a2edfd2570133c1cb4 authored about 7 years ago by Lev Lazinskiy <[email protected]>
Issue #199: Tweak documentation after GH-275

1c9b0b111b4dcd756e31466e29c5dc708f5540bf authored about 7 years ago by Berker Peksag <[email protected]>
Use an appropriate highlight language throughout (#283)

* Use an appropriate highlight language throughout.

Replace the default (Python) highlighting...

6360d7f24e71064f9672ceaf13e5d48d8e54c8fd authored about 7 years ago by Jeff Allen <[email protected]>
Don't recommend single backticks in news files (#278)

* It's not a best practice
* It doesn't make news files more readable
* It's easy to confuse i...

eb29df1959dbf2c5a239b579cadeda0cee4d4377 authored about 7 years ago by Berker Peksag <[email protected]>
Mention that backport can happen automatically (#287)

* Mention that backport can happen automatically

e5b012f7da39da14a14438de120eaa90d5386cda authored about 7 years ago by Gloria Dwomoh <[email protected]>
Add Code of Conduct to .github folder. (GH-286)

ae7636cd6a1378ba64368f7f30f9fa7bbbae4d80 authored about 7 years ago by Mariatta <[email protected]>
Demote "Working with Git" within committing.rst (#285)

Makes committing.rst consistent with the rest of the guide in having
just one top-level section...

fcdd9de06ea87023f3e25ba00772e5f129bddd2e authored about 7 years ago by Jeff Allen <[email protected]>
Add entry to developer log. (#284)

Corrects ancient oversight.

4f8835a31c226f1c770edf39abea21c82982a96a authored about 7 years ago by Jeff Allen <[email protected]>
Limit line length to 80 & clean-up nearby formatting. (#282)

* Limit line length to 80 or less & nearby clean-up.

Wide-ranging but essentially trivial adj...

8c303646740206f69c71891bbe0dea1521b8ce08 authored about 7 years ago by Jeff Allen <[email protected]>
Suggest to the contributors to help with reviewing PRs (GH-277)

Closes https://github.com/python/devguide/issues/194

cc75ec4e25b00e7622ee8c312a3743dc94a5e971 authored about 7 years ago by Mario Corchero <[email protected]>
Improve instructions on commit messages (#275)

* 1. Include (GH-NNNN) in the suffix in the first line

* 2. Add link to instructions on how t...

a62b9e38ff2fbeb2f39b50049813d9589a13d144 authored about 7 years ago by Mario Corchero <[email protected]>
added a reference link to the python extension patterns guide (#279)

Closes #279

b0a9e47c887a8fbe602f2cad72033f68a2f24e95 authored about 7 years ago by Gloria Dwomoh <[email protected]>
Add exception regarding personal branches (#276)

* Add exception regarding personal branches

* Fix punctuation.

dff6745d1343c6d75eed5538c0f79c3c93372bd5 authored over 7 years ago by Pablo Galindo <[email protected]>
A few more hg "default" to git "master" refs

c2bc7519276078fe113b72d088c2a53550494573 authored over 7 years ago by Ned Deily <[email protected]>
Update devguide info about active branches and tags.

Document release tag formats and describe how end-of-life
release cycles are represented in the ...

3b1dfec32200eb0df3edf3368d535ce8bebcf803 authored over 7 years ago by Ned Deily <[email protected]>
Fix wording and punctuation and rewrap paragraph. (#273)

8661384a3aaf07d12327745f8ff598ebc03782eb authored over 7 years ago by Ezio Melotti <[email protected]>
issue271: 26.3. Abstract Syntax Trees (AST) - yield expression should be optional. (#272)

3072e634312c86f220c4e047725022713e2e00cf authored over 7 years ago by svelankar <[email protected]>
Update to 3.6.3

6141eee66b5b4d01ed65d1c1c42878df820715c1 authored over 7 years ago by Ned Deily <[email protected]>
Remove reference to 3.5 as maintenance branch

24c52a427d4572180c560e2f7e67dd87bdd881ff authored over 7 years ago by Ned Deily <[email protected]>
Python 3.3 has now reached end-of-life (GH-270)

896beec33b972dbf0378a3d21f61be0a00178a13 authored over 7 years ago by Hugo <[email protected]>
Build in a virtual environment on Windows (#267) (#268)

* Build in a virtual environment on Windows (GH-267)

Add to the Windows build script a clause...

3d92a7ee0bc10fdc166fe7b6969841dac164902d authored over 7 years ago by Jeff Allen <[email protected]>
Fix whitespace and quoting issues identified by "make check" (GH-269)

2b84294fa4a07f4ee0941457d90ca014d9f3c477 authored over 7 years ago by Jeff Allen <[email protected]>
Update the setup and PR lifecycle pages (#265)

* Update the setup page and the quick guides.

* Working and markup tweaks.

* Remove the "T...

7b9ba6f1f04244975bd186c84365f4f39109da84 authored over 7 years ago by Ezio Melotti <[email protected]>
Reorganize git commands (#263)

* Move the minimal configuration instructions.

* Move the remote configuration instructions.
...

90747c5d0b5ec45ae9217f29162cb31e6a0afe82 authored over 7 years ago by Ezio Melotti <[email protected]>
Update Windows setup instructions (#266)

56577713b11032b7a3f6044725f34104abd91a6a authored over 7 years ago by Steve Dower <[email protected]>
Clarify which commit hash is used for backporting (GH-254)

- Clarify which commit hash is used for backporting
- Move ``Backporting Merged Changes`` secti...

5458b05349c3c2cca3e58bf50e1efdccaa7f5334 authored over 7 years ago by Mariatta <[email protected]>
The b.p.o -> b.p.o (#264)

fc6b0ab48603a3730f234c0562f1db8c96436336 authored over 7 years ago by Ezio Melotti <[email protected]>
Update wording on committing.rst. (#262)

* Update wording on committing.rst.

* Fix typo.

4207d69606ca004b44c2f72ec6a9f4600f01021c authored over 7 years ago by Ezio Melotti <[email protected]>
#258: delete the Mercurial for Git developers page. (#259)

49a68b8e481b5d52542b382d036db0315040297b authored over 7 years ago by Ezio Melotti <[email protected]>
#184: link to Green Tree Snakes. (#260)

1733ee3afb796e9930e446e55925be7b301a3a75 authored over 7 years ago by Ezio Melotti <[email protected]>
Fix a typo (branch -> fork) (#261)

b7dcaaf1e37cf725e6bc0143575fbc28c180cf1c authored over 7 years ago by Ezio Melotti <[email protected]>
Document how to delete remote branches. (#256)

* Document how to delete remote branches.

* Address review comments.

686ffd05004fce7ad68d9077809e98aedfd33fc2 authored over 7 years ago by Ezio Melotti <[email protected]>
Make replacing GH-# in PR title a separate step in git bootcamp (GH-255)

f39f205c4d4b54a80c59be22d75079aae4b33764 authored over 7 years ago by Mariatta <[email protected]>
Add License (GH-253)

CC0 1.0 Universal
Copy pasted from https://choosealicense.com/licenses/cc0-1.0/#

e854c75ae94c29bc87652bb9003d9a9bb37f4664 authored over 7 years ago by Mariatta <[email protected]>
Stop saying the CLA is optional

It's caused more hassle then it's worth and it's legally safer to just require it. If exception...

538b386d876be3cf6f939468c616b7e65a275ac7 authored over 7 years ago by Brett Cannon <[email protected]>
Update for 3.6.2 and 3.4.7.

f63cf85fc287d9751b287dd321d1e1e809c7eae6 authored over 7 years ago by Ned Deily <[email protected]>
Update 3.5 branch status: now in security fix only

bee85db4e1a944f2bbcd64e3e1aa25faa24fa97b authored over 7 years ago by Ned Deily <[email protected]>
Python 3.5 entered security fix only stage (#251)

Python 3.5 just entered security fixes only:
https://mail.python.org/pipermail/python-dev/2017-...

0c268e08f08250157f104c38ff2ceaffea57929b authored over 7 years ago by Victor Stinner <[email protected]>
Mention how to checkout the maintenance branch (GH-250)

f2ea601d67f3c3a0b2f79fa5fbdbb4f86d126267 authored over 7 years ago by Cheryl Sabella <[email protected]>
Use https url for bpo (GH-248)

8b9e729e438e4da3547ebfc8ed12d587e78d46b5 authored over 7 years ago by Mariatta <[email protected]>
Use python 3.6 with travis (GH-247)

ed047479ceb529294f01885ac804993c566803cb authored over 7 years ago by Mariatta <[email protected]>
Add additional repositories for the contributors (GH-220)

Mention core-workflow mailing list and repository
Mention Python performance repository

0e7fafa1f9dc840ef1b8184f092ba89d78930315 authored over 7 years ago by Stéphane Wirtel <[email protected]>
Add a README section on 'Compilation' (#244)

3e931cae61977423acf59504bcaa8722e74d3814 authored over 7 years ago by Stéphane Wirtel <[email protected]>
Update 'sync with upstream' section (#214)

After rebase, force push to origin

69e4b149bd894d4ffc2f89f26bb1ea8c2e6d3744 authored over 7 years ago by Mariatta <[email protected]>
Update gitbootcamp page (GH-243)

Mention the "new pull request" button.

a0ab74a0388d286ef0c6d88131a65d0d1199b995 authored over 7 years ago by svelankar <[email protected]>
Add myself as multiprocessing expert (#240)

2dc2564cfd267c57c544f735aa271bbde055f734 authored over 7 years ago by Antoine Pitrou <[email protected]>
Develop Log: Add Armin Rigo (#239)

93f495bad05f76c90039206e983ed9ea536fb566 authored over 7 years ago by Victor Stinner <[email protected]>
Use skip issue label instead of "trivial" (#237)

a704b934332aabc860420338df6aa66565dcbd04 authored over 7 years ago by Mariatta <[email protected]>
Update summary of open branches.

f46717047166466eab19dafc7870090023830383 authored over 7 years ago by Ned Deily <[email protected]>
"default" (hg) branch -> "master" (git)

fb6836a4ba55ab90e137ffdb3034c9fe001705f5 authored over 7 years ago by Ned Deily <[email protected]>
Use "final" release instead of more ambiguous "last".

9d48e1b9f9980e1a07d88e89c51279b3bfd0770b authored over 7 years ago by Ned Deily <[email protected]>
Correct/clarify branch status comments

63151ad17e375f65d50023027e612a5038eadb94 authored over 7 years ago by Ned Deily <[email protected]>
Improve formatting and remove obsolete information in compiler.rst (#192)

384bb4b9fc2ef8237aeb6ca520ce8f53e7a347b1 authored over 7 years ago by Jim Fasarakis-Hilliard <[email protected]>
Explain the requirements for converting bpo patch to GitHub (GH-236)

- first ask the original author to do it
- wait a week before converting a patch by another aut...

ae3bf1b4771c6ec8bdd4525fe2329fc35c43e10b authored over 7 years ago by Mariatta <[email protected]>
Fix broken link for Peephole Optimizer Paper (#235)

5ae2b57f0b1039014c644ece9d3871464eb337b7 authored over 7 years ago by Daniel Porteous <[email protected]>
Document the news file format (#212)

daaa4b58d33558345f5ab9d35be8e20d4aed1b28 authored over 7 years ago by Brett Cannon <[email protected]>
Update devguide URL (GH-234)

Changed the canonical URL for the devguide to point to the new
subdomain and removed mention of...

867581f5ff094852191dcddb7fb084fe8c616d17 authored over 7 years ago by Lisa Hewus Fresh <[email protected]>
Add rougeth as portuguese translation coordinator. (#233)

88f3dff11e082307376656a21ca71011c9965c5d authored over 7 years ago by Julien <[email protected]>
Add make serve to makefile (#216)

* Add make serve to makefile

* Add serve to PHONY

* Add serve to make.bat

* Changed out...

b8aa27a7751cf9cac9447dbb39306775b649cf35 authored over 7 years ago by mlouielu <[email protected]>
Fix the urls for the last releases of each major version. (#224)

For the urls, I used this page https://www.python.org/downloads/ because
for some releases, the...

23c11d472cea4d9b6db39ac2325fecac606667bf authored over 7 years ago by Stéphane Wirtel <[email protected]>
Fix the link from Index to Setup Guide (GH-229)

A link to setup.rst was missing its :ref: prefix.

ac2e353172fbc6150b2258035b2017d97fb7c937 authored over 7 years ago by Vincent Jacques <[email protected]>
PR lifecycle: Fix the target to cla (GH-228)

It was placed above Pull request Guide Step-by-step section.
Moving it `Licensing` section.

84b651d58749466b606c1513f9d19237e104fefa authored over 7 years ago by Mariatta <[email protected]>
Fix urls with the right redirect in the documentation (#222)

5a7739aa67388d8db927212e6faa14752eb70547 authored over 7 years ago by Stéphane Wirtel <[email protected]>
Document how to apply patch from mercurial to git (GH-218)

05cf457ee85e40fc711f093cee652598bd43053a authored over 7 years ago by csabella <[email protected]>
Adjust Editing Contributor's PR section of the bootcamp (#227)

The original example was based on the origin/pr remote combination.

This updates it to be bas...

0ff714c9e838178090ad9a35a98b9a211c21e523 authored over 7 years ago by Mariatta <[email protected]>
Adding Tamás Bajusz as a coordinator for Hungarian. (#226)

080214bfdf6d09b943846b969ed1085e222ca1c2 authored over 7 years ago by Julien <[email protected]>
Adding Kushal Das as a coordinator for Bengali India documentation translations. (#225)

49d3f3974285b7583de9701bc8529e22a9f3f306 authored over 7 years ago by Julien <[email protected]>
Update git pr instruction (GH-219)

On Windows, the single and double quotes should be reversed
Closes https://github.com/python/de...

cc60d7f4d3599982ce9e5e3be19b2a88ca357316 authored over 7 years ago by Mariatta <[email protected]>
PEP 545: Add inada.naoki as Japanese translation coordinator. (#213)

4150170df58f74fd3a4c75644a19504310297681 authored over 7 years ago by Julien <[email protected]>
Add myself to devguide, docs, and turtle experts (#204)

9bfa5b6726efe8d281fe8f5f3dace00a1e7a2ea2 authored over 7 years ago by Carol Willing <[email protected]>
Use virtualenv in `make html` (#206)

a5ff0584635d070a6ef68969b12786703dd66e41 authored over 7 years ago by Caleb Hattingh <[email protected]>
Update backport instruction (#210)

Remove the part where it says 'core dev is expected to backport'.

998563c8b70cc6c62ec6a708754628d998bdcb5f authored over 7 years ago by Mariatta <[email protected]>
Improve the instruction for setting up coverage (#207)

2d468988ec4071de4454ca69f443c6188f4a1686 authored over 7 years ago by codedragon <[email protected]>
Add Carol Willing as a core developer (#209)

9105b85fdabfa8b9741b8218b23e791b930d0b13 authored over 7 years ago by Mariatta <[email protected]>
Fix typo in Committing.rst

ed956b935a53a4c96c9c6dc93ffba3c08acb68db authored over 7 years ago by Çağıl <[email protected]>
PEP 545: Add mdk as French translation coordinator. (#203)

9d5fa6fa1467bbca8cec33efec66aacfeaa5ce5c authored over 7 years ago by Julien <[email protected]>
Remove the step about applying cherry-pick labels (#198)

a90efe46f960ac854def593f01eb52cd3354ee51 authored over 7 years ago by Mariatta <[email protected]>