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

Link to 'issues with patches' link.

05bd6b5321aa58f3b2dc8743c71e0397b4f5616d authored almost 14 years ago by Brett Cannon <[email protected]>
Clarify some things about how to find out what modules need some coverage help.

3e7c17d601b3d79f9525d65225aac7b555bccbe4 authored almost 14 years ago by Brett Cannon <[email protected]>
Add an intermediate task of helping triage issues (not to be confused with the advanced task of doing the actual triage).

daef55174d6f2d51824fc0afa20db8ac1308583a authored almost 14 years ago by Brett Cannon <[email protected]>
Clarify when python.exe is used on OS X.

980760375dac7c5e5c552b9140eeadc9bf47cf04 authored almost 14 years ago by Brett Cannon <[email protected]>
Add an intro task to help with the docs.

726da575e23039edcdc2df9ae3ccb17e3bcfb510 authored almost 14 years ago by Brett Cannon <[email protected]>
Explicitly mention where to run the test suite from.

91609a9b6dd015312c04398e81f5c3d7e735cc45 authored almost 14 years ago by Brett Cannon <[email protected]>
Tweak the wording on what 'make patchcheck' does.

ac0e72fec8646fa66f5a4d9f27068b18c4520c1f authored almost 14 years ago by Brett Cannon <[email protected]>
Fix a typo found by Eli Bendersky.

57ca90098218bfc9880a4682aa9c5042f8d62376 authored almost 14 years ago by Brett Cannon <[email protected]>
Remove the unittest discoverability task to a todo.

778f7e2250ca088b31adace43124d01ebcdedb9b authored almost 14 years ago by Brett Cannon <[email protected]>
TODO about going through stagnant issues.

bfbbc29876e013a3318066d6ecad482a70c8a209 authored about 14 years ago by Brett Cannon <[email protected]>
Clarify a todo.

84705eedeae76c5b0af94da7e456abe951576ff9 authored about 14 years ago by Brett Cannon <[email protected]>
Since the test suite doesn't raise any warnings on a basic run, making the idea of having people try to fix warnings as a more advanced thing.

00be2878ebffadb3e811a625c8a10698ac3fcb8a authored about 14 years ago by Brett Cannon <[email protected]>
Add a possible todo for having people help figure out what is and is not part of the public API.

1ca0b2ac9109b3a881e222f2f6e8d2b24e5f714d authored about 14 years ago by Brett Cannon <[email protected]>
Explain how to use test.regrtest to do coverage.

d47de32bfa73a661b61de989332f54e44ebd1fe9 authored about 14 years ago by Brett Cannon <[email protected]>
Strongly suggest people don't run regrtest directly.

06a65839444c6a56468bc612f8c8910b9e406c6a authored about 14 years ago by Brett Cannon <[email protected]>
A possible intro task that requires some initial coding.

6e277a599a9a4415ce60a4e34262df5c74809a44 authored about 14 years ago by Brett Cannon <[email protected]>
Fix a typo found by Aaron Sterling.

6726ff686b7939967e2d40d08d3e82ca830c8efb authored about 14 years ago by Brett Cannon <[email protected]>
Make the commit hook happy.

c3ae47000e1e44f733a921cffc2fcf58307467d3 authored about 14 years ago by Brett Cannon <[email protected]>
Start writing the coverage task, beginning with how to use coverage.py.

42f7c51ce7bb05991a19fce5b50517631180f45b authored about 14 years ago by Brett Cannon <[email protected]>
Point out that OS X users need to change examples to use python.exe instead of python.

a6d1a3d8a2d6475ecf83fadb3f65322c2a174392 authored about 14 years ago by Brett Cannon <[email protected]>
Specify how to run regrtest.py directly.

af2431be52e64c0b538e67bcf3b7777d8b4cbe9b authored about 14 years ago by Brett Cannon <[email protected]>
Specify patches should be from the top-level directory.

e6f0370e2d9f48bb2298c601e2d050510baff35a authored about 14 years ago by Brett Cannon <[email protected]>
Be a bit stronger in the opening wording; people shouldn't skip around in the order of things nor skip reading period.

a2ed6ed49723d7bae7d43ecd6a29c1573a430375 authored about 14 years ago by Brett Cannon <[email protected]>
Start using sphinx.ext.intersphinx to link to module docs.

5dd600f7db7191569f756c0c5c7ed39f9f412790 authored about 14 years ago by Brett Cannon <[email protected]>
Discuss the writing of tests.

f7b81c5a625efcc1d974a0c2ec4c9138a7b81329 authored about 14 years ago by Brett Cannon <[email protected]>
Add a note about a possible starter project.

cff47f803202518e4585cf18c17c0c9b5ef3ad6d authored about 14 years ago by Brett Cannon <[email protected]>
Start a doc on running and writing unit tests.

e5c905c416e83a98a987101138b51b9ba6ec08d3 authored about 14 years ago by Brett Cannon <[email protected]>
Add placeholder for having people get involved by fixing warnings (e.g., ResourceWarnings).

48e10e11933f3be5ea69eb7c098f7f7ab0dbd70d authored about 14 years ago by Brett Cannon <[email protected]>
Move patches.rst to patch.rst and finish fleshing out.

5d78ea27bd53c21671404f4677b1faf458900f9c authored about 14 years ago by Brett Cannon <[email protected]>
Start a patch doc, initially filled in with creation guidelines.

fcd024d2d980363c7bf39335f43b4e066000bdcb authored about 14 years ago by Brett Cannon <[email protected]>
Placeholder for a doc on running the test suite.

65a72586b193964ae7d588d927324ed0aaae4b97 authored about 14 years ago by Brett Cannon <[email protected]>
Prep for a patches doc.

Also slip in the placeholder for a discussion on communication on
Python's development. Also add...

e135449e2e4b146af989e5c03043e85eaddaf75b authored about 14 years ago by Brett Cannon <[email protected]>
Move around the buildbot bullet point.

7cafb6f4a0bfd8e2dd295d4db48396d43e2e0a4c authored about 14 years ago by Brett Cannon <[email protected]>
Switch on the todo Sphinx extension and list the todo list.

6d17f7ee053e660117b9824aa6c12f1df88cd5d6 authored about 14 years ago by Brett Cannon <[email protected]>
Fix up the directory explanation.

The 'Getting Set Up' guide is now considered revamped (until I find
something it's lacking).

c265edc366f1eebee6fbf86453e1791e608f8043 authored about 14 years ago by Brett Cannon <[email protected]>
Rework editor and tool support discussion.

3bf1e98fd1c5c9b2bdbf5bcbdada2cf041a6220e authored about 14 years ago by Brett Cannon <[email protected]>
Add a note about moving over files from Misc.

df050b61e82a0c1c8ef51a54dd99286ebdb21fd6 authored about 14 years ago by Brett Cannon <[email protected]>
Specify -j2 for 'make' by default for those who don't like to read instructions thoroughly.

15e5ab9eafa659f205480b6a2ab7dc7fab5f136d authored about 14 years ago by Brett Cannon <[email protected]>
Define what pydebug is.

873e9b5e29bedf280bb392effce49a16b966211b authored about 14 years ago by Brett Cannon <[email protected]>
Fix up how to make a pydebug build.

244d680ca38a2d6ff2cc741f1a310511f3fe6bbe authored about 14 years ago by Brett Cannon <[email protected]>
svn config info has moved out of the dev FAQ.

c8cc85ef20b74883243850b94409cc222efa0b22 authored about 14 years ago by Brett Cannon <[email protected]>
Add a VCS setup section.

e16982577cb3c8a480e984c68fdff426afb0a340 authored about 14 years ago by Brett Cannon <[email protected]>
Strip out all generic svn instructions from the FAQ. It's not only

silly to duplicate instructions that can be found all over the
internet that are maintained by th...

21365d5d66ff2d6936f3c43ef2431303fb128806 authored about 14 years ago by Brett Cannon <[email protected]>
Make Python/CPython distinction.

db68c6f8c5058cfa75a1adb3e36c9b4a5e062916 authored about 14 years ago by Brett Cannon <[email protected]>
Add a copy of the dev FAQ to help keep track of what questions have not been rolled into the new docs.

f6628fcbad843095964328eedc321b9ea9c24412 authored about 14 years ago by Brett Cannon <[email protected]>
Rework the source code checkout step.

cd8464791afd23be35f2a807efb37316b018ca78 authored about 14 years ago by Brett Cannon <[email protected]>
Ref linking for setup.rst.

2566df9f9eea501f68b83b6b639d042f3c7a6c0e authored about 14 years ago by Brett Cannon <[email protected]>
Copy of the 'Getting Set Up' doc from the website (needs editing).

bcf0b9d1ce3e341ec8683d3b417e251ba85430bc authored about 14 years ago by Brett Cannon <[email protected]>
Simplify the overall title.

9d9e4cec9809e7e1986b61e4275be59097071843 authored about 14 years ago by Brett Cannon <[email protected]>
Ignore _build directories.

f81b2c43597a2a24c023fa2b577dddea0bef9047 authored about 14 years ago by Brett Cannon <[email protected]>
sphinx-quickstart uses single quotes for everything; not godo when you

use an apostrophe in your project title.

06b403b1094f4e7693c650f8c4dfd03a88847756 authored about 14 years ago by Brett Cannon <[email protected]>
Add config and build files from sphinx-quickstart.

6e8e21f45cdd03e6e76c82e6c69321809d465140 authored about 14 years ago by Brett Cannon <[email protected]>
Add sphinx roles and such as created by sphinx-quickstart.

8bfe6b829d72a58a04ea6369cd5e33bef4e1e7a5 authored about 14 years ago by Brett Cannon <[email protected]>
Add placeholder links to make sure that the reST markup will compile.

2eec8379ad71eea35a4a546e71a6bc68650141cd authored about 14 years ago by Brett Cannon <[email protected]>
Initial, rough list of new dev guide pages/steps.

5900ebad26190253f9c4f507855351876963d5fb authored about 14 years ago by Brett Cannon <[email protected]>
Ignore Vim .swp files.

5b07ab67b794653ab0037b0296244bb3dc90ef35 authored about 14 years ago by Brett Cannon <[email protected]>