pygame is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

pygame / pygame http://pygame.org/

Clone this repository (size: 15.4 MB): HTTPS / SSH
hg clone https://bitbucket.org/pygame/pygame
hg clone ssh://hg@bitbucket.org/pygame/pygame
Filename Size Date modified Message
data
macosx
__init__.py 0 B Added __init__.py to make examples a package.
__movie_test.py 6.0 KB fixes for py3k compat
aacircle.py 909 B added a bit on doing multiple circles to make a wider circle.
aliens.py 9.3 KB remove svn:executable tags and add setmods script to set executable permissions
arraydemo.py 4.6 KB upgrade numpy handling to Python 3.x
blend_fill.py 3.0 KB all standard modules build with Python 3.1. Optional movie module adapted. setup.py skips unsupported files for Python 3
blit_blends.py 5.8 KB add array broadcasting to surfarray.blit_surface (pixelcopy.array_to_surface). Also do small ALSA related fix to array examples
camera.py 2.7 KB Fix for Python 3
chimp.py 5.7 KB merging with python3 branch r 2048
cursors.py 3.0 KB updated examples so that they all have a main() and use pygame.quit
eventlist.py 3.6 KB Finished trunk rev merge 2544
fastevents.py 2.8 KB adapt fastevent module for Python 3.1
fonty.py 2.5 KB merging with python3 branch r 2048
freetype_misc.py 2.8 KB freetype.Face.render: Split out Face.render_to method to blit to an existing surface
glcube.py 2.7 KB implement *_tags.py module replacement to *_test.py level tags.
headless_no_windows_needed.py 1.3 KB all standard modules build with Python 3.1. Optional movie module adapted. setup.py skips unsupported files for Python 3
liquid.py 2.4 KB examples can be run from outside the examples directory
mask.py 5.4 KB adapt mask module for Python 3.1
midi.py 29.3 KB Merge update, added resizing to movie module. Cleaned up several really
moveit.py 1.8 KB examples can be run from outside the examples directory
movieplayer.py 1.7 KB fix the movieplayer example for Windows
oldalien.py 6.6 KB remove svn:executable tags and add setmods script to set executable permissions
overlay.py 1.4 KB adapt overlay for python 3.1; untested though importing does crash anything
pixelarray.py 3.2 KB Incidental PixelArray updates
readme.txt 2.6 KB typo
scaletest.py 4.3 KB merging with python3 branch r 2048
scrap_clipboard.py 2.9 KB Correct Event readonly attributes test for Python 3.x: the exception raised on assignment differs from 2.x.
scroll.py 6.6 KB remove svn:executable tags and add setmods script to set executable permissions
sound.py 1.3 KB all standard modules build with Python 3.1. Optional movie module adapted. setup.py skips unsupported files for Python 3
sound_array_demos.py 7.3 KB Merged with trunk rev 2482
stars.py 2.4 KB merging with python3 branch r 2048
testsprite.py 6.7 KB adapt joystick and cdrom modules for Python 3.1
vgrade.py 3.2 KB add array broadcasting to surfarray.blit_surface (pixelcopy.array_to_surface). Also do small ALSA related fix to array examples