Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* Added files which start the introduction and the first lesson of the tutorial...Dinko Galetic2010-06-242-0/+38
* Added "press q to quit" messages to graphical examples (Koch, Sierpinski, rot...Dinko Galetic2010-06-113-2/+7
* Fixed a broken line of code in "rotate polygon".Dinko Galetic2010-06-111-1/+1
* Made numbers right aligned.Dinko Galetic2010-06-111-7/+7
* "Koch snowflake", "Sierpinski - graphics" and "rotate polygon" now quit on q,...Dinko Galetic2010-06-103-3/+3
* Set pygame screen to match gtk.gdk.screen_width/height().Dinko Galetic2010-06-103-16/+20
* Added missing "include sys" to "multiplication table" example.Dinko Galetic2010-06-101-0/+1
* Several fixes to file r/w example.Dinko Galetic2010-06-091-22/+42
* Added validate_date(), which checks whether you entered a proper date.Dinko Galetic2010-06-091-2/+35
* Added a warning when a nonexisting option gets selected.Dinko Galetic2010-06-091-0/+3
* Removed an obsolete line from comments.Dinko Galetic2010-06-031-1/+0
* Added a Python script which draws a polygon and enables the user to control it.Dinko Galetic2010-06-031-0/+194
* Added a Python script which demonstrates the basic use of urllib2.Dinko Galetic2010-06-031-0/+64
* Added a Python script which prints a multiplication table in a neat way.Dinko Galetic2010-06-031-0/+69
* Added a Python script which demonstrates how to write to and read a text file.Dinko Galetic2010-06-031-0/+41
* Added a Python script which can be used as a birthday calendar.Dinko Galetic2010-06-031-0/+201
* Added a Python script which draws the Sierpinski triangles.Dinko Galetic2010-06-031-0/+146
* Added a Python script which draws the Koch snowflake.Dinko Galetic2010-06-031-0/+208
* Add XOlympics physics exampleBrian Jordan2009-06-211-0/+150
* Added mousejoint to exampleBrian Jordan2008-11-041-1/+12
* Move physics/shapes example to graphics/physics, at least until there are more.C. Scott Ananian2008-11-042-53/+47
* Added physics example, library (elements/pybox2d/box2d)Brian Jordan2008-11-031-0/+53
* more sugar thanksSimon Schampijer2008-07-231-1/+1
* Remove extra backslashes in tree.Chris Ball2008-05-221-5/+5
* Add "tree" and "snow", by Dafydd Harries.Chris Ball2008-05-212-0/+144
* Attempt to make a proper activity out of slideshow.C. Scott Ananian2008-05-201-63/+64
* Join the sound list by spaces instead of newlines.Chris Ball2008-03-151-2/+1
* String update from Walter.Chris Ball2008-02-041-1/+1
* Remove extra space in "guess".Chris Ball2007-12-261-1/+1
* Fix slideshow's header.Chris Ball2007-12-231-3/+3
* Add "slideshow" example with "query" library function.Chris Ball2007-12-221-0/+64
* Add more exciting features to the console library!C. Scott Ananian2007-12-141-1/+1
* Add additional escape sequences to pippy.console library.C. Scott Ananian2007-12-131-2/+3
* Remove duplicate name in "thanks".Chris Ball2007-12-131-1/+1
* Add pippy.console.size() to get rows/cols, make "thanks" use it.Chris Ball2007-12-131-2/+8
* Fix a DeprecationWarning about floating-point args in pong example.C. Scott Ananian2007-12-131-1/+1
* Colorize and tweak 'guess' and 'thanks' examples.C. Scott Ananian2007-12-132-7/+17
* Replace sndInfo example with some explicit arguments in playSine.Chris Ball2007-12-122-3/+1
* Revert "Localize the 'bouncing hello' example."C. Scott Ananian2007-12-111-2/+1
* Localize the 'bouncing hello' example.C. Scott Ananian2007-12-111-1/+2
* Add text-color functions to console library; use them in 'jump' example.C. Scott Ananian2007-12-111-0/+5
* Factor out a pippy library, which programs can use with 'import pippy'.C. Scott Ananian2007-12-1112-57/+35
* Update to latest version of Thanks from wiki.Chris Ball2007-12-081-20/+23
* Release version 11.Chris Ball2007-12-081-0/+0
* Allow any key to quit pygame apps.Chris Ball2007-12-083-15/+3
* Add examples from Henry Holtzman: bounce, jump, lines, pong.Chris Ball2007-12-085-7/+399
* Remove "apples", consolidate times2/times1.Chris Ball2007-12-083-17/+0
* New example, "guess", from Pilar Saenz; merge hello1 and hello2.Chris Ball2007-11-023-1/+15
* Formatting changeChris Ball2007-11-021-1/+1
* Fix i18n, remove pythagoras for now, add thanks.Chris Ball2007-11-022-10/+24