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
060dc816 Fixes from Sandro Tosi. Brett Cannon <b****t@p****g> over 15 years ago
171fab42 contextlib issues should be kicked in my general direction Nick Coghlan <n****n@g****m> over 15 years ago
8f87b766 Link to the experts list from the triaging doc. Brett Cannon <b****t@p****g> over 15 years ago
093be680 Move Misc/maintainers.rst here and rename to experts.rst. Brett Cannon <b****t@p****g> over 15 years ago
af817dd1 Tweak help page section titles. Brett Cannon <b****t@p****g> over 15 years ago
e36a0344 Push up 'help' doc in the index. Brett Cannon <b****t@p****g> over 15 years ago
6fd3f251 Short doc about where to get tech help related to developing Python. Brett Cannon <b****t@p****g> over 15 years ago
ea7e865e Possible task to silence compiler warnings. Brett Cannon <b****t@p****g> over 15 years ago
11559be9 Fix as caught by Sandro Tosi. Brett Cannon <b****t@p****g> over 15 years ago
885dcea8 merge Automated merge with ssh://hg.python.org/devguide Brett Cannon <b****t@p****g> over 15 years ago
1569c207 Fix description of the review workflow Antoine Pitrou <s****s@p****t> over 15 years ago
8596da01 Add a note about patch under Windows Antoine Pitrou <s****s@p****t> over 15 years ago
157194b5 It's a module, not a label. Georg Brandl <g****g@p****g> over 15 years ago
911c1b99 A todo about mentioning where people can go for help. Brett Cannon <b****t@p****g> over 15 years ago
e834a380 Make sure people notice what extension modules were not built. Brett Cannon <b****t@p****g> over 15 years ago
6127527e Update a todo. Brett Cannon <b****t@p****g> over 15 years ago
b99978a2 merge Automated merge with ssh://hg.python.org/devguide Brett Cannon <b****t@p****g> over 15 years ago
ec8bade1 Minor change suggested by Ned Deily. Brett Cannon <b****t@p****g> over 15 years ago
00857f68 Some precisions about triaging Antoine Pitrou <s****s@p****t> over 15 years ago
9027e1f5 Remove "unit test needed". Hopefully someone will suppress it from the Antoine Pitrou <s****s@p****t> over 15 years ago
195a60f0 A guide on how to triagers triage an issue. Brett Cannon <b****t@p****g> over 15 years ago
236c2f3f merge Automated merge with ssh://hg.python.org/devguide Brett Cannon <b****t@p****g> over 15 years ago
3ad53259 Rename triage.rst to helptriage.rst Brett Cannon <b****t@p****g> over 15 years ago
ae07ea63 Add cross-ref Antoine Pitrou <s****s@p****t> over 15 years ago
d95c86c4 Add a paragraph about build deps Antoine Pitrou <s****s@p****t> over 15 years ago
e8a45edb Update "getting set up" Antoine Pitrou <s****s@p****t> over 15 years ago
7caae873 Clarify running & writing tests Antoine Pitrou <s****s@p****t> over 15 years ago
60ede681 Mention that #python-dev is on the freenode network. Antoine Pitrou <s****s@p****t> over 15 years ago
81279e0d Add cross-reference. Remove confusing statement about already failing tests Antoine Pitrou <s****s@p****t> over 15 years ago
64b83bd0 Mention `svn add` Antoine Pitrou <s****s@p****t> over 15 years ago
1aa466c1 Don't display the todos twice Antoine Pitrou <s****s@p****t> over 15 years ago
5ba609b0 Priority todo list. Brett Cannon <b****t@p****g> over 15 years ago
c7be514b Clarify a sentence thanks to Andre Roberge. Brett Cannon <b****t@p****g> over 15 years ago
933a2fd8 Remove some PEP-isms along with compiler package mentions. Thanks to Sandro T... Brett Cannon <b****t@p****g> over 15 years ago
09203ff1 Mention how to resolve conflicts. Brett Cannon <b****t@p****g> over 15 years ago
92e1122d Add a link to the wiki for the issue triage todo. Brett Cannon <b****t@p****g> over 15 years ago
4c7a6976 Fix a typo in the svn revert command. Brett Cannon <b****t@p****g> over 15 years ago
4284c50b Clarify what fields to set in the tracker when filing a coverage increase patch. Brett Cannon <b****t@p****g> over 15 years ago
bc9b472f Remove a done todo. Brett Cannon <b****t@p****g> over 15 years ago
b6ddb945 Move PEP 336 to here. Brett Cannon <b****t@p****g> over 15 years ago
8a036d8c Move PEP 306 to here. Brett Cannon <b****t@p****g> over 15 years ago
1b406956 Drop the TESTFN -> tempfile.NamedTemporaryFile task idea. Brett Cannon <b****t@p****g> over 15 years ago
89d44be3 Recommend svn revert over patch -R. Brett Cannon <b****t@p****g> over 15 years ago
4c4e8282 TODO item regarding the dev FAQ. Brett Cannon <b****t@p****g> over 15 years ago
38d3f2af Cover how to (un-)apply a patch. Brett Cannon <b****t@p****g> over 15 years ago
b4a1a8f8 Update some todos. Brett Cannon <b****t@p****g> over 15 years ago
77b19c14 Minor reorg of reST-specific stuff. Brett Cannon <b****t@p****g> over 15 years ago
d252ee1a Drop a todo. Brett Cannon <b****t@p****g> over 15 years ago
64868df6 Note that PEP authors were emailed. Brett Cannon <b****t@p****g> over 15 years ago
1abd2341 Suggest searching the issue tracker when proposing a new stdlib addition. Brett Cannon <b****t@p****g> over 15 years ago
3e6dcc4d A gdb README has been added to Misc. Brett Cannon <b****t@p****g> over 15 years ago
0cc8e353 Update a todo item. Brett Cannon <b****t@p****g> over 15 years ago
cdec2543 Spelling mistake caught by Sandro Tosi. Brett Cannon <b****t@p****g> over 15 years ago
f39937f1 Weaken the public acceptability of pre-existing module additions to be a sugg... Brett Cannon <b****t@p****g> over 15 years ago
c33943d8 Fixes as caught by Sandro Tosi. Brett Cannon <b****t@p****g> over 15 years ago
0db4ba91 Some clarifications as suggested by Sean Reifschneider. Brett Cannon <b****t@p****g> over 15 years ago
49aec110 Doc on how to propose a change to the language. Brett Cannon <b****t@p****g> over 15 years ago
598f09b3 Mention PEP dictators. Brett Cannon <b****t@p****g> over 15 years ago
a09d8991 Add a doc outlining how to add something to the stdlib. Brett Cannon <b****t@p****g> over 15 years ago
8aa4c368 Bloody sentence refuses to work right. Brett Cannon <b****t@p****g> over 15 years ago
a31d251c Add a todo about unladen. Brett Cannon <b****t@p****g> over 15 years ago
a674e4ce Anchor point for linking to contributor agreement. Brett Cannon <b****t@p****g> over 15 years ago
2d6b359f P = Sandro Tosi Brett Cannon <b****t@p****g> over 15 years ago
58133c66 Spelling mistake caught by Kent Johnson. Brett Cannon <b****t@p****g> over 15 years ago
eb394231 Clarify that python-committers is not open to the public to subscribe to. Brett Cannon <b****t@p****g> over 15 years ago
31eb5073 Fixes suggested by Sandro Tosi. Brett Cannon <b****t@p****g> over 15 years ago
97211da2 Spelling fixes from Sandro Tosi. Brett Cannon <b****t@p****g> over 15 years ago
c58bacae Write a guide to committing a patch. Brett Cannon <b****t@p****g> over 15 years ago
21e36a7b Link to a meta-issue about taking APIs private. Brett Cannon <b****t@p****g> over 15 years ago
cdd944f2 Remove the duplication of the flags to run the test suite under strenuous con... Brett Cannon <b****t@p****g> over 15 years ago
cf70b54e Add a todo to go through the core dev guide at docs.pythonsprints.com. Brett Cannon <b****t@p****g> over 15 years ago
c069eab5 Fix a typo. Brett Cannon <b****t@p****g> over 15 years ago
7292bd13 Add coredev.rst to the index. Brett Cannon <b****t@p****g> over 15 years ago
5b80b8a0 Fill in the responsibilities of a core dev. Brett Cannon <b****t@p****g> over 15 years ago
3aa2b02d Finish the SSH section. Brett Cannon <b****t@p****g> over 15 years ago
42764e09 Tweak a todo. Brett Cannon <b****t@p****g> over 15 years ago
315ed918 Drop the newsgroup section and simply mention python-list and its old name co... Brett Cannon <b****t@p****g> over 15 years ago
507fd61c Start the core dev intro doc. Brett Cannon <b****t@p****g> over 15 years ago
2af223db TODO to make sure how to apply a patch is covered. Brett Cannon <b****t@p****g> over 15 years ago
589a72e2 Mention Planet Python. Brett Cannon <b****t@p****g> over 15 years ago
2d50a1b8 Add a doc listing the various places Python's development is discussed. Brett Cannon <b****t@p****g> over 15 years ago
83c1d95d TODO about explaining how to fill in every field in an issue for a triager. Brett Cannon <b****t@p****g> over 15 years ago
e362055c Drop the unit test step for people helping to triage a bug as that is more a ... Brett Cannon <b****t@p****g> over 15 years ago
b2c29428 Fill in details on how to handle languishing issues. Brett Cannon <b****t@p****g> over 15 years ago
9224ca58 Make the wording about the order of the docs stronger and re-arrange Brett Cannon <b****t@p****g> over 15 years ago
3550e970 Tweak a section title. Brett Cannon <b****t@p****g> over 15 years ago
1a5db562 Start a doc on marking issues as languishing. Brett Cannon <b****t@p****g> over 15 years ago
5dd5932e Remove some more from my tracking copy of the dev FAQ. Brett Cannon <b****t@p****g> over 15 years ago
d89e1dad Add some resource links that were originally in the dev FAQ. Brett Cannon <b****t@p****g> over 15 years ago
9c3fee07 Explain what the Developer role is. Brett Cannon <b****t@p****g> over 15 years ago
ed0ccbb8 Placeholder for docs covering how to gain the Developer role on the tracker. Brett Cannon <b****t@p****g> over 15 years ago
465f9ce6 Possible item about helping marking issues as languishing. Brett Cannon <b****t@p****g> over 15 years ago
bd52276b Clarify what is needed to help triage. Brett Cannon <b****t@p****g> over 15 years ago
61f5119e Tweak the order of the chapters. Brett Cannon <b****t@p****g> over 15 years ago
5701f312 Remove some redundant planned docs. Brett Cannon <b****t@p****g> over 15 years ago
93bbdb22 Merge intermediate and advanced issues into a single advanced one. Brett Cannon <b****t@p****g> over 15 years ago
0179ec03 Silence warnings as an advanced task. Brett Cannon <b****t@p****g> over 15 years ago
084782cf Re-order tasks. Brett Cannon <b****t@p****g> over 15 years ago
f63937b3 Tweak the list to have beginner/intermediate/advanced tasks breakdown. Brett Cannon <b****t@p****g> over 15 years ago
5f0625aa Intermediate task of looking for bugs needing a patch. Brett Cannon <b****t@p****g> over 15 years ago

← Back to repository