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
Branch
ctypes-soc
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.5 KB Support for changed type names in numpy >= 1.0.2
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 Performance improvement for simple case dll function.
endian.py 1.0 KB Added SDL.endian functions
error.py 1.2 KB Initial import from previous repository.
events.py 15.9 KB
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.6 KB Fix GC error in SDL.mixer.Mix_ChannelFinished
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 Support for changed type names in numpy >= 1.0.2
version.py 2.0 KB pygame.mixer finished
video.py 54.7 KB pygame.draw: line and unfilled polygon functions