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
Tag
0.06
Filename Size Date modified Message
__init__.py 3.3 KB pygame.event implementation complete
active.py 794 B Initial import from previous repository.
array.py 9.0 KB Experimental surfarray
audio.py 13.8 KB Fast string buffer conversion; buffer retention in SDL_CreateRGBBufferFrom
cdrom.py 6.9 KB Moved all constants and enums into constants.py
constants.py 15.2 KB Moved all constants and enums into constants.py
darwin.py 4.9 KB Initial Darwin support. Video works, some tests still segfault.
dll.py 8.4 KB Preliminary Python 2.3 support
endian.py 1.0 KB Added SDL.endian functions
error.py 1.2 KB Initial import from previous repository.
events.py 15.6 KB pygame.event implementation complete
image.py 11.5 KB Workaround broken SDL_image framework on OS X
joystick.py 6.1 KB Moved all constants and enums into constants.py
keyboard.py 4.2 KB Documented struct classes.
mixer.py 34.9 KB pygame.mixer.music implemented. Minor bug fixes to surface and event.
mouse.py 5.6 KB pygame.mouse implemented
quit.py 1.0 KB Initial import from previous repository.
rwops.py 4.9 KB Documented struct classes.
sound.py 21.1 KB Fast string buffer conversion; buffer retention in SDL_CreateRGBBufferFrom
timer.py 4.7 KB Added tests for sprite and timer
ttf.py 13.2 KB Cleaned up some TODO, FIXME and XXX markers.
version.py 2.0 KB pygame.mixer finished
video.py 54.7 KB pygame.draw: line and unfilled polygon functions