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.07
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.1 KB Calculate default shape in array methods
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.5 KB ctypes 1.0.0 compat
endian.py 1.0 KB Added SDL.endian functions
error.py 1.2 KB Initial import from previous repository.
events.py 15.9 KB Fixes to event, rect, surface; see changelog
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 35.5 KB Fixes to event, rect, surface; see changelog
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 5.1 KB
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