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
SDL_gfx
_arraysurfarray.c 14.6 KB all standard modules build with Python 3.1. Optional movie module adapted. setup.py skips unsupported files for Python 3
_camera.c 49.1 KB yuv420 reimplemented with formulas from libv4l
_numericsndarray.c 7.3 KB bug fix - required modules not raising error when failing to import.
_numericsurfarray.c 37.4 KB bug fix - required modules not raising error when failing to import.
alphablit.c 71.4 KB Complete Pygame blitter support of 8bit surfaces
base.c 16.8 KB Finished trunk rev merge 2544
bitmask.c 25.7 KB Mask convolve function and tests from Michael George
bitmask.h 4.7 KB Mask convolve function and tests from Michael George
bufferproxy.c 11.9 KB symbian branch merging
camera.doc 5.6 KB Merged to trunk revision 2256
camera.h 4.0 KB adding brightness control
camera_v4l.c 2.2 KB camera module with v4l2 support and colorspace conversion
camera_v4l2.c 19.1 KB camera module with v4l2 support and colorspace conversion
cdrom.c 17.0 KB Starting to merge in sybian_s60 branch... still going... you like break? Well then try and build this!
cdrom.doc 6.6 KB Fixed numerous doc comments. Removed wrong Rect.clip_ip() entry.
color.c 46.2 KB Updated color slicing to work with python2.4 again.
color.doc 3.9 KB Merged with trunk rev 2383
constants.c 10.5 KB symbian branch merging
display.c 29.2 KB Finished trunk rev merge 2544
display.doc 15.6 KB Fixed numerous doc comments. Removed wrong Rect.clip_ip() entry.
draw.c 41.4 KB symbian branch merging
draw.doc 4.6 KB made a note on how to do an aapolygon
event.c 27.5 KB Finished trunk rev merge 2544
event.doc 8.8 KB add event object comparison as per mailing list request
fastevent.c 9.3 KB Merged to branch revision 2222
fastevents.c 3.6 KB Changes from Marcus for ref counting bug fixes and
fastevents.h 1.6 KB experimental fastevents wrapper
ffmovie.c 26.5 KB import fixes
ffmovie.h 3.1 KB ffmpeg movies moved to movieext
font.c 20.0 KB Merge update, added resizing to movie module. Cleaned up several really
font.doc 8.8 KB added back in the Font.metrics documentation.
font.h 2.1 KB Starting to merge in sybian_s60 branch... still going... you like break? Well then try and build this!
gfxdraw.c 30.9 KB Finished trunk rev merge 2544
gfxdraw.doc 3.3 KB merged changes from trunk to math_module branch
image.c 44.2 KB Merged with trunk revision 2262
image.doc 4.7 KB Changes from Brian Fisher to add RGBA_PREMULT & ARGB_PREMULT type to
imageext.c 17.1 KB Merged to branch revision 2222
joystick.c 13.4 KB Merged to branch revision 2222
joystick.doc 6.7 KB more doc updates from Dan Richter
key.c 4.3 KB Merged to branch revision 2222
key.doc 8.3 KB Updated constants GL_SWAP_CONTROL,GL_ACCELERATED_VISUAL,BUTTON_X1,BUTTON_X2
mask.c 45.5 KB Merge update, added resizing to movie module. Cleaned up several really
mask.doc 5.8 KB Merged with trunk revision 2262
mask.h 1.3 KB Starting to merge in sybian_s60 branch... still going... you like break? Well then try and build this!
mixer.c 32.6 KB Merged to branch revision 2222
mixer.doc 15.1 KB Bugzilla issue 6: add keyword arguments to mixer.init (and pre_init).
mixer.h 2.5 KB Starting to merge in sybian_s60 branch... still going... you like break? Well then try and build this!
mouse.c 6.5 KB merging with python3 branch r 2048
mouse.doc 4.7 KB a note about get_rel
movie.c 15.8 KB all standard modules build with Python 3.1. Optional movie module adapted. setup.py skips unsupported files for Python 3
movie.doc 4.7 KB typo
music.c 10.8 KB symbian branch merging
music.doc 4.6 KB Merged changes up to revision 2173
numeric_arrayobject.h 16.8 KB Added numpy surface array module. Removed Numeric dependency and imported Numeric/arrayobject header.
overlay.c 7.7 KB Merged to branch revision 2222
overlay.doc 2.0 KB Additions for Overlay.
pgarrinter.h 908 B new _arraysurfarray module. blit_array bug 24 fix.
pgcompat.h 3.8 KB merging with python3 branch r 2048
pgopengl.h 395 B opengl save segfault: moved __stdcall again
pixelarray.c 60.3 KB Merge update, added resizing to movie module. Cleaned up several really
pixelarray.doc 5.4 KB typo fix
pixelarray_methods.c 36.8 KB fix per-pixel alpha bug involving pixel unpacking
pygame.doc 4.5 KB merging with python3 branch r 2048
pygame.h 32.7 KB Merged with trunk rev 2482
pygamedocs.h 119.1 KB Color.set_length method... to change Color length to 1,2,3 or 4.
pypm.c 204.3 KB Merge update, added resizing to movie module. Cleaned up several really
pypm.pyx 17.0 KB Merge update, added resizing to movie module. Cleaned up several really
rect.c 42.0 KB symbian merging
rect.doc 7.1 KB Merge update, added resizing to movie module. Cleaned up several really
rotozoom.c 14.9 KB Thanks Christopher Stone, John Myers, John Poppleweel, and Marcus!
rwobject.c 12.8 KB symbian branch merging
scale.h 2.7 KB Merged with trunk rev 2455.
scale2x.c 5.8 KB advancemame scale2x
scale_mmx.c 1.3 KB C comment reformating and typo fixes
scale_mmx32.c 31.2 KB Fixed outdated malloc include
scale_mmx64.c 31.4 KB scale_mmx64.c bugs
scrap.c 8.4 KB Finished trunk rev merge 2544
scrap.doc 5.4 KB Merged changes up to revision 2173
scrap.h 4.4 KB Improved pygame.scrap documentation.
scrap_mac.c 2.2 KB Some mac scrap fixes from Marcus.
scrap_qnx.c 6.3 KB forgot to add in some files from the scrap patch
scrap_win.c 10.5 KB fixes a couple of warnings on gcc mingw windows
scrap_x11.c 24.5 KB Fixed display detection for scrap module.
sdlmain_osx.m 7.7 KB removed some debugging cruft
surface.c 68.2 KB Finished trunk rev merge 2544
surface.doc 23.8 KB surface docs typo patch submitted by Lorenz Quack
surface.h 12.5 KB fix bug involving blit blends and 32 bit surfaces having non-standard masks
surface_fill.c 23.0 KB fix per-pixel alpha bug involving pixel unpacking
surflock.c 8.7 KB Merged with trunk revision 2262
time.c 11.8 KB Merged to branch revision 2222
time.doc 4.0 KB Merged to revision 2209 in trunk.
transform.c 86.9 KB Merged with trunk revision 2262
transform.doc 7.7 KB Merged with trunk revision 2245, lib/midi.py and test/midi_test.py are