An open API service providing commit metadata for open source projects.

GitHub / python/devguide / commits

The Python developer's guide

SHA Message Author Date Stats
05bd6b53 Link to 'issues with patches' link. Brett Cannon <b****t@p****g> over 15 years ago
3e7c17d6 Clarify some things about how to find out what modules need some coverage help. Brett Cannon <b****t@p****g> over 15 years ago
daef5517 Add an intermediate task of helping triage issues (not to be confused with th... Brett Cannon <b****t@p****g> over 15 years ago
98076037 Clarify when python.exe is used on OS X. Brett Cannon <b****t@p****g> over 15 years ago
726da575 Add an intro task to help with the docs. Brett Cannon <b****t@p****g> over 15 years ago
91609a9b Explicitly mention where to run the test suite from. Brett Cannon <b****t@p****g> over 15 years ago
ac0e72fe Tweak the wording on what 'make patchcheck' does. Brett Cannon <b****t@p****g> over 15 years ago
57ca9009 Fix a typo found by Eli Bendersky. Brett Cannon <b****t@p****g> over 15 years ago
778f7e22 Remove the unittest discoverability task to a todo. Brett Cannon <b****t@p****g> over 15 years ago
bfbbc298 TODO about going through stagnant issues. Brett Cannon <b****t@p****g> over 15 years ago
84705eed Clarify a todo. Brett Cannon <b****t@p****g> over 15 years ago
00be2878 Since the test suite doesn't raise any warnings on a basic run, making the id... Brett Cannon <b****t@p****g> over 15 years ago
1ca0b2ac Add a possible todo for having people help figure out what is and is not part... Brett Cannon <b****t@p****g> over 15 years ago
d47de32b Explain how to use test.regrtest to do coverage. Brett Cannon <b****t@p****g> over 15 years ago
06a65839 Strongly suggest people don't run regrtest directly. Brett Cannon <b****t@p****g> over 15 years ago
6e277a59 A possible intro task that requires some initial coding. Brett Cannon <b****t@p****g> over 15 years ago
6726ff68 Fix a typo found by Aaron Sterling. Brett Cannon <b****t@p****g> over 15 years ago
c3ae4700 Make the commit hook happy. Brett Cannon <b****t@p****g> over 15 years ago
42f7c51c Start writing the coverage task, beginning with how to use coverage.py. Brett Cannon <b****t@p****g> over 15 years ago
a6d1a3d8 Point out that OS X users need to change examples to use python.exe instead o... Brett Cannon <b****t@p****g> over 15 years ago
af2431be Specify how to run regrtest.py directly. Brett Cannon <b****t@p****g> over 15 years ago
e6f0370e Specify patches should be from the top-level directory. Brett Cannon <b****t@p****g> over 15 years ago
a2ed6ed4 Be a bit stronger in the opening wording; people shouldn't skip around in the... Brett Cannon <b****t@p****g> over 15 years ago
5dd600f7 Start using sphinx.ext.intersphinx to link to module docs. Brett Cannon <b****t@p****g> over 15 years ago
f7b81c5a Discuss the writing of tests. Brett Cannon <b****t@p****g> over 15 years ago
cff47f80 Add a note about a possible starter project. Brett Cannon <b****t@p****g> over 15 years ago
e5c905c4 Start a doc on running and writing unit tests. Brett Cannon <b****t@p****g> over 15 years ago
48e10e11 Add placeholder for having people get involved by fixing warnings (e.g., Reso... Brett Cannon <b****t@p****g> over 15 years ago
5d78ea27 Move patches.rst to patch.rst and finish fleshing out. Brett Cannon <b****t@p****g> over 15 years ago
fcd024d2 Start a patch doc, initially filled in with creation guidelines. Brett Cannon <b****t@p****g> over 15 years ago
65a72586 Placeholder for a doc on running the test suite. Brett Cannon <b****t@p****g> over 15 years ago
e135449e Prep for a patches doc. Brett Cannon <b****t@p****g> over 15 years ago
7cafb6f4 Move around the buildbot bullet point. Brett Cannon <b****t@p****g> over 15 years ago
6d17f7ee Switch on the todo Sphinx extension and list the todo list. Brett Cannon <b****t@p****g> over 15 years ago
c265edc3 Fix up the directory explanation. Brett Cannon <b****t@p****g> over 15 years ago
3bf1e98f Rework editor and tool support discussion. Brett Cannon <b****t@p****g> over 15 years ago
df050b61 Add a note about moving over files from Misc. Brett Cannon <b****t@p****g> over 15 years ago
15e5ab9e Specify -j2 for 'make' by default for those who don't like to read instructio... Brett Cannon <b****t@p****g> over 15 years ago
873e9b5e Define what pydebug is. Brett Cannon <b****t@p****g> over 15 years ago
244d680c Fix up how to make a pydebug build. Brett Cannon <b****t@p****g> over 15 years ago
c8cc85ef svn config info has moved out of the dev FAQ. Brett Cannon <b****t@p****g> over 15 years ago
e1698257 Add a VCS setup section. Brett Cannon <b****t@p****g> over 15 years ago
21365d5d Strip out all generic svn instructions from the FAQ. It's not only Brett Cannon <b****t@p****g> over 15 years ago
db68c6f8 Make Python/CPython distinction. Brett Cannon <b****t@p****g> over 15 years ago
f6628fcb Add a copy of the dev FAQ to help keep track of what questions have not been ... Brett Cannon <b****t@p****g> over 15 years ago
cd846479 Rework the source code checkout step. Brett Cannon <b****t@p****g> over 15 years ago
2566df9f Ref linking for setup.rst. Brett Cannon <b****t@p****g> over 15 years ago
bcf0b9d1 Copy of the 'Getting Set Up' doc from the website (needs editing). Brett Cannon <b****t@p****g> over 15 years ago
9d9e4cec Simplify the overall title. Brett Cannon <b****t@p****g> over 15 years ago
f81b2c43 Ignore _build directories. Brett Cannon <b****t@p****g> over 15 years ago
06b403b1 sphinx-quickstart uses single quotes for everything; not godo when you Brett Cannon <b****t@p****g> over 15 years ago
6e8e21f4 Add config and build files from sphinx-quickstart. Brett Cannon <b****t@p****g> over 15 years ago
8bfe6b82 Add sphinx roles and such as created by sphinx-quickstart. Brett Cannon <b****t@p****g> over 15 years ago
2eec8379 Add placeholder links to make sure that the reST markup will compile. Brett Cannon <b****t@p****g> over 15 years ago
5900ebad Initial, rough list of new dev guide pages/steps. Brett Cannon <b****t@p****g> over 15 years ago
5b07ab67 Ignore Vim .swp files. Brett Cannon <b****t@p****g> over 15 years ago

← Back to repository