Differences between revisions 82 and 83
Revision 82 as of 2010-11-16 21:44:33
Size: 7184
Editor: RDavidMurray
Comment:
Revision 83 as of 2010-11-16 22:23:44
Size: 6591
Editor: RDavidMurray
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Next Python Bug Day: November 20th and 21st ''' (!) Next Python Bug Day: November 20th and 21st'''
Line 5: Line 5:
##''' (!) Next Python Bug Day: Saturday, April 25, 2009'''
##
##Time: all day.
##Participants are most likely to be around between 9AM to 3PM according to their local time.
Participants may be around at any time, we expect at a minimum people
from all US continental timezones, France, and Germany. Most likely
there will be others as well.
Line 14: Line 13:
##How are we doing? Try a [[http://bugs.python.org/issue?%40columns=title&%40columns=id&activity=from+2009-04-25+to+2009-04-26&%40columns=activity&%40sort=activity&%40group=priority&status=2&%40columns=status&%40pagesize=50&%40startwith=0&%40action=search|Roundup search for bugs closed over the weekend]]. ##RDM20101116: uncomment the following at start of weekend.
##How are we doing? Try a [[http://bugs.python.org/issue?%40columns=title&%40columns=id&activity=from+2010-11-20+to+2010-11-21&%40columns=activity&%40sort=activity&%40group=priority&status=2&%40columns=status&%40pagesize=50&%40startwith=0&%40action=search|Roundup search for bugs closed over the weekend]].
Line 16: Line 16:
##= Participating at Your User Group =
##
##Some Python user groups will meet up in person during the weekend.
##
= Participating at Your User Group =

Some Python user groups will meet up in person during the weekend.
Line 27: Line 27:
##Is your local user group participating?
##
## * [[http://wiki.hacdc.org/index.php?title=Python_sprint|Washington DC]], at the [[http://www.hacdc.org|HacDC space]].
## * [[http://www.python.org.za/pugs/cape-town/PythonSprint|The Cape Town PUG]] at the [[http://www.synthasite.com|Synthasite]] Cape Town Offices.
## * [[http://www.pythonbrasil.com.br/moin.cgi/PythonBugDay|São Paulo GruPy]], at the [[http://www.ime.usp.br|USP Math Institute]] (IME).
## * [[http://www.pythonbrasil.com.br/moin.cgi/PythonBugDay|Natal PUG]], at the [[http://www.digi.com.br|Diginet ISP]] office.
## * [[http://www.python.com.ar/moin/Eventos/PythonBugDay|Argentina]], in Buenos Aires at the [[http://geeks.livra.com|Livra]]/[[http://www.devego.com|Devego]] offices, and also in Santa Fé.
## * Add your group here!
Is your local user group participating?

  * [[http://www.meetup.com/nycpython/calendar/15455613/|NY Python Meetup Group]].
  * Add your group here!

(!) Next Python Bug Day: November 20th and 21st

Time: all weekend

Participants may be around at any time, we expect at a minimum people from all US continental timezones, France, and Germany. Most likely there will be others as well.

Join us for an effort at closing some Python bugs and patches. Get quick feedback on your patches and bugfixes, or learn how to submit and examine patches.

Participating at Your User Group

Some Python user groups will meet up in person during the weekend.

Is your local user group participating?

Participating Online

Participants will meet in the #python-dev IRC channel on irc.freenode.net. To learn more about IRC and to find links to IRC clients for various platforms, see http://www.irchelp.org.

Finding Bugs

Using the bug tracker, you can perform various searches to look for candidate issues:

Procedures

The goal of the bug day is to process bug reports in the Python bug tracker, trying to fix and close issues.

At PyCon 2008, Brett Cannon provided a slideshow educating new contributors to the Python code.

What to do:

  • Grab a copy of the Python SVN trunk. See the development FAQ for instructions. If anonymous access isn't working, you can download a snapshot from the daily snapshot directory.

  • See also Getting Set Up and Issue Workflow.

  • If you have a problem that isn't in the bug tracker, announce it to the IRC channel, and if it's more than five minutes' work, create a bug report for it. See the bug reporting instructions to learn how to write bug reports.

  • When you choose a bug to work on, announce it to the IRC channel. (e.g. "I'm working on #123456.") This avoids accidentally duplicating work.
  • Consider providing a patch that fixes the problem, or at least a simple test case that demonstrates the bug. Please see the patch submission guidelines before submitting a patch.

  • Does the bug appear to be gone in the Python 3.x trunk, but not the 3.1 or 2.7 maintenance branchs? Report that, too.
  • If someone else has supplied a fix, see if this fix works for you, and add your results to the bug.
  • Read the text of proposed patches and assess them for correctness and code quality. This is usually the most time-consuming step in the bug fixing process, so reading patches is very useful.
  • If there's a working fix, feel free to add a note asking for the fix to go into SVN. The bug tracker has a lot of items in it, and it's easy for bugs to be overlooked.
  • Feature requests should be classified as type 'feature request' in the bug tracker.

For later committing

  • [add notes here as needed]

Questions?

If you have questions about the bug day, please add them to this section.

Previous bug days

Date

Accomplishments

2004-06-05

44 bugs

2004-07-10

18 bugs, 21 patches

2004-08-07

19 bugs, 12 patches

2004-11-07

12 bugs, 10 patches

2005-06-25

10 bugs, 7 patches

2005-12-04

11 bugs+patches

2006-03-31

19 bugs, 9 patches

2008-01-19

37 bugs+patches

2008-02-23

48 bugs+patches

2008-05-10 & 11

34 bugs+patches

2009-04-25

39 bugs

Bug days for other projects

The Zope bug day has a good description of what to do, though the details of the bug tracker are specific to the Zope project.

The GNOME community holds regular Bug Days; the procedures are described in their FAQ.

Preparatory Tasks

  • Need to set up log of python-dev channel
  • Send announcements (python-announce, python-dev, PSF weblog, personal web log. python-list?)

PythonBugDay (last edited 2013-09-03 17:38:06 by EtienneRobillard)

Unable to edit the page? See the FrontPage for instructions.