aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* runtests: rewrite in pythonMike Frysinger2015-06-031-1/+1
| | | | | The bash was getting ugly, and this allows us to add more smarts sanely to the main script.
* officially drop support for python 2.6, 3.1, and 3.2Mike Frysinger2015-06-031-4/+4
| | | | | We no longer support these in the ebuild and don't want to waste time implementing compatibility shims for them.
* DEVELOPING: Use Requested instead of ReportedAlexander Berntsen2014-08-131-1/+1
| | | | Signed-off-by: Alexander Berntsen <bernalex@gentoo.org>
* DEVELOPING: Update RELEASE-NOTES & NEWS in commitAlexander Berntsen2014-08-121-0/+5
| | | | | Signed-off-by: Alexander Berntsen <bernalex@gentoo.org> Reviewed-by: Brian Dolbec <dolsen@gentoo.org>
* Note the use of X-by in DEVELOPINGAlexander Berntsen2014-08-121-1/+16
| | | | | Signed-off-by: Alexander Berntsen <bernalex@gentoo.org> Reviewed-by: Brian Dolbec <dolsen@gentoo.org>
* DEVELOPING: 50 char limit for summary is too shortBrian Dolbec2014-04-041-1/+1
| | | | | Upping it to 70, so with a file/module name prefix and a bug postfix, there should be some space left for something intelligible.
* DEVELOPING: Be more specific about tabs/spacesAlexander Berntsen2014-03-301-4/+3
|
* DEVELOPING: Add note on commit messagesAlexander Berntsen2014-03-291-0/+20
|
* DEVELOPING: Add note on commitsAlexander Berntsen2014-03-291-0/+7
|
* DEVELOPING: Cap at 72 columnsAlexander Berntsen2014-03-271-34/+39
|
* DEVELOPING: Mention that tab stop should be 4Alexander Berntsen2014-02-241-1/+2
|
* Add updating the NEWS, RELEASE_NOTES files to the release process.Brian Dolbec2014-01-051-3/+6
|
* mkrelease: add a --runtests shortcutMike Frysinger2014-01-051-5/+2
| | | | | This automates the release+test cycle a bit so people don't have to do it all by hand.
* runtests: add a "supported" shortcutMike Frysinger2014-01-051-3/+3
| | | | | | | This keeps the list of supported versions in one place so people can do: ./runtests.sh --python-versions=supported No need to hardcode the list of python versions in multiple places.
* document release processMike Frysinger2014-01-051-0/+25
|
* DEVELOPING: fix errors for bug #313413Joachim Bartosik2012-09-081-11/+2
|
* DEVELOPING: add "Dependencies" sectionZac Medico2012-01-111-0/+7
|
* DEVELOPING: add "Python Version" sectionZac Medico2012-01-111-0/+8
|
* DEVELOPING: remove section about string moduleZac Medico2012-01-111-21/+0
| | | | | The module no longer exists since Python 2.7, so by now it should be obvious that it's obsolete.
* Py3k compatibility patch by Ali Polatel <hawking@g.o>.Zac Medico2008-07-021-0/+12
| | | | | | Don't use the format raise Exception, "string" svn path=/main/trunk/; revision=10890
* Add bits about namespace pollution, add whitespacing comments after looking ↵Alec Warner2008-02-111-3/+64
| | | | | | at some new code I wrote and realizing I was not following the current style. Fix typos svn path=/main/trunk/; revision=9332
* Add notes about import statements (clarity) and fix spelling error in ↵Alec Warner2007-07-221-0/+37
| | | | | | release-notes svn path=/main/trunk/; revision=7356
* Check to see if I have svn.g.o fixed, no actual file changes, pass #2Robin H. Johnson2007-05-181-1/+1
| | | | svn path=/main/trunk/; revision=6544
* Check to see if I have svn.g.o fixed, no actual file changes.Robin H. Johnson2007-05-181-1/+1
| | | | svn path=/main/trunk/; revision=6543
* fix tabs with patch from Grobian and bug # 161911, fix developing a bitAlec Warner2007-01-131-8/+4
| | | | svn path=/main/trunk/; revision=5633
* Add a few pretty basic comments on writing code, particularly things that ↵Alec Warner2007-01-121-0/+71
portage used to do (and still does) that are...a bit out of style ;) svn path=/main/trunk/; revision=5612