Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
939 contributions in the last year
Contribution activity
October 2020
- illume/conan-center-index Python
Created a pull request in conan-io/conan-center-index that received 6 comments
add portmidi/217
Specify library name and version: lib/1.0 I've read the guidelines for contributing. I've followed the PEP8 style guides for Python code in the …
- Test that pygame with SDL2 blit gives same results as SDL1 blit.
- Added portmidi package for conan MacOS.
- V2.0.0.dev14 released, now we are 2.0.0.dev15
- Reapplying speedup draw.line PR #2151 by MightyJosip
- Adding solid line PR #2126 back by siggisv.
- Add solid line patches by siggisv back.
- Revert PR #2127 num_buttons parameter to mouse.get_pressed.
- Revert speedy lines change from PR #2151
- Revert the draw.aaline, and speedy draw.line changes.
- python3.9 wheels
- Disable timing based tests on mac CI, because issues.
- test Update issue templates
- Test sdist on CI
- Fix repeated VIDEOEXPOSE events
- Misc doc updates
- Making RLE flags & RLE behaviour more consistent between pygame 1 and pygame 2.
- Make time module more precise
- Fix draw.aaline not always solid (and wasn't passing unit tests)
- Changed display.set_palette() test to test correct function.
- Remove ancient file kept for python v2.4 compatibility
- A few more type hint fixes
- Adding windowevent constants
- Backwards compatibility for get_flags() in SDL2
- Remove WIN32 code to fix missing unicode field on KEYDOWN events
- Improved the speed of pygame.draw.line()
- Mostly this fixes pygame.display failing unit tests on raspberry pi
- Adds draw_doc.h and font_doc.h changes.
- adds a timeout option to event.wait()
- GitHub issue templates, take 2
- First pass at removing PG_ENABLE_NEWBUF
- Document some undocumented pygame.image functions.
- Clean up README and source distribution
- GitHub issue templates: New style
- Adds a num_buttons parameter to mouse.get_pressed()
- Add unit test: display.get_wm_info()
Created an issue in pygame/pygame that received 1 comment
test for pyinstaller to run on CI
Now that pyinstaller has per package hooks, it makes sense to test it ourselves. Have a tests/pyinstaller_test.py which creates an executable wi…