You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:python-snippets

Python Snippets has 19 active reviews. See all merge proposals.

Python Snippets has 29 active branches owned by 23 people and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:python-snippets
Series: trunk
1 Development 2012-10-18 02:40:27 UTC
100. Add John Beisley's examples of functi...

Author: Akkana Peck
Revision Date: 2012-10-18 02:40:27 UTC

Add John Beisley's examples of function decorators. Thanks, John!

lp:~oly/python-snippets/interactive-python-textview (Has a merge proposal) 1 Development 2013-10-15 07:54:31 UTC
101. example of writing python inside an e...

Author: Oliver Marks
Revision Date: 2013-10-15 07:54:09 UTC

example of writing python inside an existing gtk application using a textview.

lp:~oly/python-snippets/gtk-opengl-triangle (Has a merge proposal) 1 Development 2013-10-15 07:48:48 UTC
101. gtk 3 opengl triangle example

Author: Oliver Marks
Revision Date: 2013-10-15 07:48:09 UTC

gtk 3 opengl triangle example

lp:~williamdoyleaf/python-snippets/window-snippets (Has a merge proposal) 1 Development 2011-07-27 14:01:16 UTC
100. This is my first commit -a program to...

Author: william doyle
Revision Date: 2011-07-26 14:10:15 UTC

This is my first commit -a program to call a child window.

lp:~uninja/python-snippets/xml-snippets (Has a merge proposal) 1 Development 2011-05-20 01:51:26 UTC
100. Adding XML snippets

Author: Travis Nicholl
Revision Date: 2011-05-20 01:49:35 UTC

Adding XML snippets

lp:~kkissling/python-snippets/testzweig 1 Development 2010-09-15 18:05:39 UTC
100. testcode

Author: work
Revision Date: 2010-09-15 17:29:36 UTC

testcode

lp:~flimm/python-snippets/gtkcrashhandler (Has a merge proposal) 1 Development 2010-08-24 20:20:34 UTC
100. Update gtkcrashhandler.py for Apport ...

Author: David D Lowe
Revision Date: 2010-08-24 20:20:34 UTC

Update gtkcrashhandler.py for Apport 1.13.3

lp:~tony-badwolf/python-snippets/patterns-snippets (Has a merge proposal) 1 Development 2010-08-19 23:02:48 UTC
100. added producer_consumer.py to allow l...

Author: tony
Revision Date: 2010-08-19 22:50:09 UTC

added producer_consumer.py to allow long running tasks in pygtk applications

lp:~oly/python-snippets/pygame-point-in-triangle-snippet 1 Development 2010-08-14 15:20:27 UTC
100. 2d point in triangle test, also used ...

Author: Oliver Marks
Revision Date: 2010-08-14 15:19:19 UTC

2d point in triangle test, also used in 3d

lp:~skkeeper/python-snippets/python-snippets-skkeeper (Has a merge proposal) 1 Development 2010-07-19 15:12:30 UTC
100. Fixed two typos in snippets description

Author: skkeeper
Revision Date: 2010-07-19 15:02:14 UTC

Fixed two typos in snippets description

lp:~ben-uberelvis/python-snippets/python-snippets (Has a merge proposal) 1 Development 2010-07-05 02:00:15 UTC
100. added a snippet that uses httplib to ...

Author: Benjamin Brinkman
Revision Date: 2010-07-05 01:59:56 UTC

added a snippet that uses httplib to output the text from an ubuntu wiki page

lp:~mohammad.motahar/python-snippets/Tester 1 Development 2010-06-07 03:05:33 UTC This branch has not been pushed to yet.
lp:~timfreund/python-snippets/calendar-snippets (Has a merge proposal) 1 Development 2010-05-23 19:39:38 UTC
101. Create an event in the local user's E...

Author: Tim Freund
Revision Date: 2010-05-23 19:38:44 UTC

Create an event in the local user's Evolution calendar

lp:~brunogirin/python-snippets/sets101 (Has a merge proposal) 1 Development 2010-05-03 16:08:41 UTC
100. Added snippets to demonstrate set ope...

Author: Bruno Girin
Revision Date: 2010-05-03 16:08:27 UTC

Added snippets to demonstrate set operators.

lp:~brunogirin/python-snippets/gstreamer-basics (Has a merge proposal) 1 Development 2010-04-27 19:32:29 UTC
100. Added snippets to play audio CDs and ...

Author: Bruno Girin
Revision Date: 2010-04-27 19:32:13 UTC

Added snippets to play audio CDs and display a webcam input

lp:~joel-auterson/python-snippets/bluetooth-snippets (Has a merge proposal) 1 Development 2010-04-25 14:47:34 UTC
100. Added Bluetooth snippet and category.

Author: Joel
Revision Date: 2010-04-25 14:46:58 UTC

Added Bluetooth snippet and category.

lp:~stefano-palazzo/python-snippets/python-snippets-stefano0 (Has a merge proposal) 1 Development 2010-04-25 12:26:04 UTC
95. changes made: moved to the pygtk dir...

Author: Stefano Palazzo
Revision Date: 2010-04-25 12:26:04 UTC

changes made:
 moved to the pygtk directory
 category changed to PyGTK
 changed to save in users home

thank you for the review
stefano

lp:~diesch/python-snippets/pygtk-snippets (Has a merge proposal) 1 Development 2010-04-24 22:31:52 UTC
100. added twitter/identica.py

Author: Florian Diesch
Revision Date: 2010-04-24 22:31:52 UTC

added twitter/identica.py

lp:~jonobacon/python-snippets/packaging 1 Development 2010-04-24 18:37:35 UTC
12. Added 'email' dir.

Author: Jono Bacon
Revision Date: 2010-04-24 18:37:35 UTC

Added 'email' dir.

lp:~jonobacon/python-snippets/trunk 2 Mature 2010-04-24 18:34:32 UTC
99. Sending email snippet

Author: Jono Bacon
Revision Date: 2010-04-24 18:34:32 UTC

Sending email snippet

lp:~juanramirez/python-snippets/pythoncore 1 Development 2010-04-24 03:14:48 UTC
95. added: pythoncore/signal_handler.py

Author: jramirez
Revision Date: 2010-04-24 03:14:16 UTC

added:
  pythoncore/signal_handler.py

lp:~andrew-monkeysailor/python-snippets/ast-snippets (Has a merge proposal) 1 Development 2010-04-10 20:33:42 UTC
83. corrected rudimentary execution error.

Author: user
Revision Date: 2010-04-10 20:33:42 UTC

corrected rudimentary execution error.

lp:~hellupline/python-snippets/gtk-gio-snippets 1 Development 2010-04-02 17:09:35 UTC
80. added gio/filemonitor.py

Author: HellUpLine
Revision Date: 2010-04-02 17:08:13 UTC

added gio/filemonitor.py

lp:~python-snippets-drivers/python-snippets/packaging (Has a merge proposal) 1 Development 2010-03-29 03:01:24 UTC
10. More snippets

Author: Jorge Castro
Revision Date: 2010-03-29 03:01:24 UTC

More snippets

lp:~simonvermeersch/python-snippets/gstreamer-video (Has a merge proposal) 1 Development 2010-03-21 19:49:25 UTC
42. Fixed the clutter gstreamer example

Author: Simon Vermeersh
Revision Date: 2010-03-21 19:49:25 UTC

Fixed the clutter gstreamer example

lp:~simonvermeersch/python-snippets/snippets 1 Development 2010-03-09 20:23:59 UTC
41. Added two more snippets: -A simple co...

Author: Simon Vermeersh
Revision Date: 2010-03-09 20:22:59 UTC

Added two more snippets:
-A simple count-down timer in pygtk
-A video player using cluttet and gstreamer

lp:~doctormo/python-snippets/lp-merge-request-example (Has a merge proposal) 1 Development 2010-02-06 21:56:06 UTC
21. Fix the make directory line.

Author: Martin Owens
Revision Date: 2010-02-06 21:56:06 UTC

Fix the make directory line.

lp:~john-turek/python-snippets/jtbranch (Has a merge proposal) 1 Development 2010-01-14 15:57:25 UTC
16. Natural Sort Snippet added to repo

Author: John Turek
Revision Date: 2010-01-14 15:57:25 UTC

Natural Sort Snippet added to repo

lp:~brywilharris/python-snippets/science 1 Development 2010-01-09 20:53:35 UTC
10. Changed a comment in plot_XY Added a...

Author: Bryan
Revision Date: 2010-01-09 20:53:35 UTC

Changed a comment in plot_XY

Added an example with two traces and come text.

129 of 29 results
You can't create new branches for Python Snippets.