GitHub / python/devguide / commits
The Python developer's guide
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| bcbaf162 | Remove the "svn diff" entry: "hg diff" is treated together with "hg status" | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 0d041ba8 | Convert more FAQ entries to hg | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 715b111c | Clarify that hg out only displays committed changes | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| ffefe175 | Add a blurb to explain WC and repo | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| b6f68522 | More hg changes | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 36f6d0d8 | Remove SVN-specific stuff. | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 17f9b6e8 | More hg changes. I replaced the rdiff reference with hg in and hg out. | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 065638a7 | Fix typo | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| df35ee28 | Translate some FAQ entries for hg | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 4a702eef | s/working copy/local repository/ | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 5d09c5da | Mention pull -u | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| bc85c687 | Give an example of using an alias | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 8b4dc796 | Fix markup | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 9644328d | Describe the Rdiff extension for remote diffs | Nick Coghlan <n****n@g****m> | over 15 years ago | |
| 7ddc8296 | Start updating the developer tools FAQ | Nick Coghlan <n****n@g****m> | over 15 years ago | |
| fc867c31 | Drop svn.python.org as a source for python-checkins. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| cba8df3e | Old way of verifying commit privs working does not work on hg.python.org. Als... | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 62067964 | Tweak a svn URL for hg. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 0221985f | Basic instructions on how to generate a patch with hg for non-committers. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 16b63090 | Tweak some URLs to start pointing towards hg. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 591bcdc4 | Either move or mark where updates are needed from svn to hg. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| d1ebf083 | Shift the developer log into the resources section | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| fd21fb5d | Try to improve wording and explanations in the dev cycle | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| eec18332 | Add hyperlinks | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| be3cb2d5 | Clarifications for issues found by Eli Bendersky. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 89a8096f | fix a couple of typos | eli.bendersky <n****e@n****e> | over 15 years ago | |
| fbca20b0 | typo fix | eli.bendersky <n****e@n****e> | over 15 years ago | |
| 70db5623 | typo fix | eli.bendersky <n****e@n****e> | over 15 years ago | |
| a30833c3 | Minor tweaks | Brett Cannon <b****t@p****g> | over 15 years ago | |
| b55d572a | Fix a module name. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 6fbca30e | Fix the coverage.py statement for generating HTML reports. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 716fde34 | Add a note about how to handle modules that seem to have no coverage for glob... | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 3e95a207 | Emphasize even stronger that you do not need to install a checkout build. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 8f480bc9 | Drop the specific mention of my fork of coverage.py. Better for me to jst use... | Brett Cannon <b****t@p****g> | over 15 years ago | |
| a5c4fe9f | Various corrections from Eli Bendersky. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| a6495de6 | Mercurial is enough | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 9e876200 | Mention that coverage should always be run for a module in isolation to get a... | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 31882285 | For generating HTML reports for coverage.py, omit test modules to speed up ge... | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 82eab848 | Point out that I maintain a fork of coverage.py to try to make sure some vers... | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 22e031bc | Link to more issues related to coverage testing. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 36f952b5 | Mention that -p1 is sometimes needed for 'patch'. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| e5b236b2 | Minor tweaks based on Eli Bendersky's feedback. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| b76c7e44 | merge Automated merge with ssh://hg.python.org/devguide | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 3cb0e5b7 | Grammatical error caught by Eli Bendersky. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| aa945184 | Advertise our de facto convention for commit messages | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 61f23b72 | Add a document discussing the development cycle typically followed for | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 786a6bc3 | Explain the common formatting of commit messages. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 7e205c7c | Add sections to committing doc. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 87e9eb9b | Make a link | Brett Cannon <b****t@p****g> | over 15 years ago | |
| e7ab000e | Suggest asking before reporting an issue | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| bcf7bb77 | Add links for IRC and the python-dev ML | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 3ae8fa9f | Try out the nature theme. | Georg Brandl <g****g@p****g> | over 15 years ago | |
| 22918ee6 | Name the PEPs. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 486d6422 | Remove some trailing whitespace. | Georg Brandl <g****g@p****g> | over 15 years ago | |
| 92f195b4 | Make the issue tracker query for finding a doc bug to help with sort in desce... | Brett Cannon <b****t@p****g> | over 15 years ago | |
| d40e2e73 | Avoid displaying empty / broken links | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 908f55d6 | Mention that no knowledge of C is necessary. | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| c24af875 | Soften wording in first paragraph. | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 37eaa262 | merge Merge | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| fb305205 | The default blue is definitely better | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 683487e9 | merge Merge | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| b9bf708c | The default blue is definitely better | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| e7b9a78c | Make the compiler statement more generic. | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 859f4d32 | Add notes about various issues concerning test coverage. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 7b38337c | Add a setup section listing clang-specific flags to set when building. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| fb30e3cc | Make it clear that *everyone* should run a pydebug build. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 8be10471 | A slice of green | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 75d0435f | Style the devguide a bit differently from the default docs. | Georg Brandl <g****g@p****g> | over 15 years ago | |
| dbdaac84 | Get rid of the redundant "documentation" in the title. | Georg Brandl <g****g@p****g> | over 15 years ago | |
| 601cdc04 | Cleanup | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 6e103372 | Be more clear about why people are expected to read the devguide in the order... | Brett Cannon <b****t@p****g> | over 15 years ago | |
| af5b85ca | Add notes about various issues currently with coverage testing. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 167322a5 | Cleanup | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 3bf834e7 | Cleanup | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 2871015a | Adding myself to crypt and syslog. | Sean Reifschneider <j****o@t****m> | over 15 years ago | |
| d623e50c | Cut the last todo items for beta prep. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 9bbb20e0 | Add documentation on the gdb extension commands provided in libpython.py | Dave Malcolm <d****m@r****m> | over 15 years ago | |
| 04681da0 | Fix reference to maintainers.rst | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 20df8cd8 | Fix a link target | Brett Cannon <b****t@p****g> | over 15 years ago | |
| cdab2910 | Fill in some links as found at python.org/dev | Brett Cannon <b****t@p****g> | over 15 years ago | |
| ccf848ce | Remove a todo; (sort of) made into issue10967 | Brett Cannon <b****t@p****g> | over 15 years ago | |
| e9b41396 | Make a todo issue10966 | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 8dddc109 | Drop a todo item; now issue10965 | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 8670c335 | Kill a todo for which nothing seemed to need to be done. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| e1d645b2 | Make some tweaks thanks to the pythonsprints.com dev docs. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 446830f3 | Add some notes on the gdb pretty-printer hooks | Dave Malcolm <d****m@r****m> | over 15 years ago | |
| 507c83c4 | merge Automated merge with ssh://hg.python.org/devguide | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 678b62c9 | Link the to the Misc directory so people know there are some things lurking i... | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 20003785 | Copy over the dev FAQ and *only* strip out stuff covered elsewhere in the dev... | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 9f92015b | Give an example backtrace | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 55564c96 | Remove a todo. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 95f0db9a | Add a todo related to gdb support. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 53ed4360 | Expand explanations about gdb support | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 4a2356a8 | Mention the HTTP address for "read-only" checkouts (and also the Web UI). | Antoine Pitrou <s****s@p****t> | over 15 years ago | |
| 34b896ac | Update a todo item. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| d2834798 | Move Misc/developers.txt to here. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 06237c74 | Tweak the gdb support title to fit in better with the devguide. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| bd690ef3 | Move Misc/README.gdb to here. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| 072647f4 | Move Misc/README.Emacs to here. | Brett Cannon <b****t@p****g> | over 15 years ago | |
| a69b775c | Tweaks as suggested by Sean Reifschneider. | Brett Cannon <b****t@p****g> | over 15 years ago |