Pygame

Latest version: v2.6.0

Safety actively analyzes 641024 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 11

2.5.0.dev2

Not secure
💀

> One of life's great pleasures; a pygame pre-release.
> For testing only.
>
> -- Almost as good as walking on grass with your bare feet.



python -m pip install pygame==2.5.0.dev2


If you spot a bug scurrying about:
https://github.com/pygame/pygame/issues

<br><br>


What's Changed 🔪🩸

* Wayland oh wayland, goodbye manylinux1, ciao manylinux2010 by illume in https://github.com/pygame/pygame/pull/3841
* github: Add python 3.12-dev to the test matrix by illume in https://github.com/pygame/pygame/pull/3847
* mixer: Testing by illume in https://github.com/pygame/pygame/pull/3846
* Add support for keyboard grab without mouse grab (expose SDL_GetWindowKeyboardGrab) by Yannik in https://github.com/pygame/pygame/pull/3843
* SDL 2.26.5 by illume in https://github.com/pygame/pygame/pull/3848
* Updated event_name function to use kwargs by jonotassia in https://github.com/pygame/pygame/pull/3854
* manylinux: Add Secret Rabbit Code for better sound quality by illume in https://github.com/pygame/pygame/pull/3855
* base: Some of it documented by illume in https://github.com/pygame/pygame/pull/3856
* Adding kwarg support to color.c by jonotassia in https://github.com/pygame/pygame/pull/3858
* Add keyword argument support to display.c by jonotassia in https://github.com/pygame/pygame/pull/3859
* color: Fix color.c from weird merge issue by illume in https://github.com/pygame/pygame/pull/3862
* SDL2 mixer 2.6.3 by illume in https://github.com/pygame/pygame/pull/3861
* Fix types for aliens by illume in https://github.com/pygame/pygame/pull/3864
* types eventlist by illume in https://github.com/pygame/pygame/pull/3865
* types midi by illume in https://github.com/pygame/pygame/pull/3866
* types video by illume in https://github.com/pygame/pygame/pull/3867
* examples midi: Fix some 3.10isms in the typing by illume in https://github.com/pygame/pygame/pull/3868
* examples: types textinput by illume in https://github.com/pygame/pygame/pull/3870
* examples: types scroll by illume in https://github.com/pygame/pygame/pull/3869
* test mixer: Fix test_play_multiple_times to be more CI friendly by illume in https://github.com/pygame/pygame/pull/3871
* Overhaul of README for pygame/examples by bakkary23 in https://github.com/pygame/pygame/pull/3873
* test time: Fix for unrealistic time slice requirement by illume in https://github.com/pygame/pygame/pull/3878
* time: Document and clean up a few functions by illume in https://github.com/pygame/pygame/pull/3879
* Added kwarg handling to rect.c by jonotassia in https://github.com/pygame/pygame/pull/3872
* es docs by illume in https://github.com/pygame/pygame/pull/3884
* Add Spanish version of bufferproxy.rst by stefpivser in https://github.com/pygame/pygame/pull/3885
* Add Spanish version of camera.rst by stefpivser in https://github.com/pygame/pygame/pull/3886
* Add Spanish version of cursors.rst by stefpivser in https://github.com/pygame/pygame/pull/3888
* Add Spanish version of color.rst by stefpivser in https://github.com/pygame/pygame/pull/3889
* Add Spanish version of cdrom.rst by stefpivser in https://github.com/pygame/pygame/pull/3890
* Spanish Version of c_api.rst by stefpivser in https://github.com/pygame/pygame/pull/3893
* Add Spanish Version of index.rst by stefpivser in https://github.com/pygame/pygame/pull/3894
* Add Spanish version of logos.rst by stefpivser in https://github.com/pygame/pygame/pull/3895
* Add Spanish Version of README.md by stefpivser in https://github.com/pygame/pygame/pull/3896
* Add Spanish Version of color_list.rst by stefpivser in https://github.com/pygame/pygame/pull/3897
* rwobject.c: Use lseek64(3) only for GNU libc by saper in https://github.com/pygame/pygame/pull/3898
* manylinux: Add libdecor by illume in https://github.com/pygame/pygame/pull/3900
* examples/stars: Improve typing by illume in https://github.com/pygame/pygame/pull/3901
* examples/dropevent: Fix typing issue by illume in https://github.com/pygame/pygame/pull/3902
* examples/dropevent: A few minor cleanups by illume in https://github.com/pygame/pygame/pull/3904
* examples/testsprite: Fix a few minor typing and code style issues by illume in https://github.com/pygame/pygame/pull/3903
* examples: Remove prevent_display_stretching and fix stars typing issue by illume in https://github.com/pygame/pygame/pull/3905
* es doc references fixups by illume in https://github.com/pygame/pygame/pull/3909

New Contributors
* Yannik made their first contribution in https://github.com/pygame/pygame/pull/3843
* jonotassia made their first contribution in https://github.com/pygame/pygame/pull/3854
* bakkary23 made their first contribution in https://github.com/pygame/pygame/pull/3873
* saper made their first contribution in https://github.com/pygame/pygame/pull/3898

2.4.0

Not secure
👞👡🥿👟🥾👡🩰🩰🥾🩰👠👢👢👟👠🥾👞👡👢👞🥿🥿👟👠🥿👠



<br><br><br>
If you notice any issues, please contribute a report here: https://github.com/pygame/pygame/issues

---

New SDL 2.26.x ⚽

As well as a number of bug fixes, this version includes a new version of SDL, which includes a number of improvements in areas like vsync, game controller support, audio quality, and IME text input support.

The release notes for the SDL 2.26.x series has more information
- https://github.com/libsdl-org/SDL/releases/tag/release-2.26.0
- https://github.com/libsdl-org/SDL/releases/tag/release-2.26.1
- https://github.com/libsdl-org/SDL/releases/tag/release-2.26.2
- https://github.com/libsdl-org/SDL/releases/tag/release-2.26.3
- https://github.com/libsdl-org/SDL/releases/tag/release-2.26.4
- https://github.com/libsdl-org/SDL/releases/tag/release-2.26.5


What's Changed
* 2.3.0 -> 2.4.0.dev1 by illume in https://github.com/pygame/pygame/pull/3760
* Fix docs for `cursors.Cursor.copy()` by MarcellPerger1 in https://github.com/pygame/pygame/pull/3762
* base: Remove pygame_parachute by illume in https://github.com/pygame/pygame/pull/3768
* mouse mouse_get_rel: Fix for SCALED by illume in https://github.com/pygame/pygame/pull/3769
* github: Remove unused files by illume in https://github.com/pygame/pygame/pull/3771
* buildconfig: SDL 2.26.4 by illume in https://github.com/pygame/pygame/pull/3770
* sysfont: Fix sysfont on macos on failure of fc-list by illume in https://github.com/pygame/pygame/pull/3772
* 2.4.0.dev2 by illume in https://github.com/pygame/pygame/pull/3774
* manylinux: Add libxml, wayland, wayland-protocol dependencies by illume in https://github.com/pygame/pygame/pull/3775
* fixed self.pos of move method in GameObject in Moving Multiple Images by saif-11bit in https://github.com/pygame/pygame/pull/3783
* docs: Add Spanish version of MoveIt.rst by stefpivser in https://github.com/pygame/pygame/pull/3810
* docs: Add Spanish version of SpriteIntro.rst by stefpivser in https://github.com/pygame/pygame/pull/3811
* docs: Add Spanish version of SurfarrayIntro.rst by stefpivser in https://github.com/pygame/pygame/pull/3812
* docs: Add Spanish version of tom_games2.rst by stefpivser in https://github.com/pygame/pygame/pull/3813
* docs: Add Spanish version of tom_games3.rst by stefpivser in https://github.com/pygame/pygame/pull/3814
* docs: Add Spanish version of tom_games4.rst by stefpivser in https://github.com/pygame/pygame/pull/3815
* docs: Add Spanish version of tom_games5.rst by stefpivser in https://github.com/pygame/pygame/pull/3816
* docs: Add Spanish version of tom_games6.rst by stefpivser in https://github.com/pygame/pygame/pull/3817
* docs: Add Spanish translation of newbieguide.rst by stefpivser in https://github.com/pygame/pygame/pull/3808
* docs: Add Spanish version of CameraIntro.rst by stefpivser in https://github.com/pygame/pygame/pull/3809
* Add documentation for DualShock 5 by Aashutosh-922 in https://github.com/pygame/pygame/pull/3797
* Fix the signature of midi.get_device_info by SpeedyOrc-C in https://github.com/pygame/pygame/pull/3807
* Fix some docs warnings by illume in https://github.com/pygame/pygame/pull/3825
* base: Document some of the things by illume in https://github.com/pygame/pygame/pull/3826
* Replaced dict with weakset in Sprites groups by theRealProHacker in https://github.com/pygame/pygame/pull/3766
* Weak sprites, part 2 by illume in https://github.com/pygame/pygame/pull/3827
* draw.circle: Fixes when center is -x, and bounding rect by illume in https://github.com/pygame/pygame/pull/3779

New Contributors
* saif-11bit made their first contribution in https://github.com/pygame/pygame/pull/3783
* Aashutosh-922 made their first contribution in https://github.com/pygame/pygame/pull/3797
* SpeedyOrc-C made their first contribution in https://github.com/pygame/pygame/pull/3807
* theRealProHacker made their first contribution in https://github.com/pygame/pygame/pull/3766

2.4.0.dev2

Not secure
👞👡🥿👟🥾👡🩰🩰🥾🩰👠👢👢👟👠🥾👞👡👢👞🥿🥿👟👠🥿👠


This is a release for testing only.
https://github.com/pygame/pygame/issues

<br><br><br>
---

2.3.0

Not secure
🌺🌻🌹🥀🌷🌼🌸💐💮🌺🌻🌹🥀🌷🌼🌸💐💮🌺🌻🌹🥀🌷🌼🌸💐

----
Issue? ---> https://github.com/pygame/pygame/issues


New Contributors
* MarcellPerger1 made their first contribution in https://github.com/pygame/pygame/pull/3732
* Tobias-Fischer made their first contribution in https://github.com/pygame/pygame/pull/3663
* SalimBAhmed made their first contribution in https://github.com/pygame/pygame/pull/3747
* jhilmer made their first contribution in https://github.com/pygame/pygame/pull/3151


What's Changed
* 2.2.0 -> 2.3.0.dev1 by illume in https://github.com/pygame/pygame/pull/3736
* Remove `:return` from `sysfont._parse_font_entry_win` by MarcellPerger1 in https://github.com/pygame/pygame/pull/3732
* Add `special_flags` argument to `Group.draw` by MarcellPerger1 in https://github.com/pygame/pygame/pull/3722
* Add Spanish version of ImportInit.rst by stefpivser in https://github.com/pygame/pygame/pull/3699
* Add Spanish version of DisplayModes.rst by stefpivser in https://github.com/pygame/pygame/pull/3700
* Add Spanish version of CreateGames.rst by stefpivser in https://github.com/pygame/pygame/pull/3714
* buildconfig: Bump SDL version to 2.24.2 on windows by illume in https://github.com/pygame/pygame/pull/3458
* _camera_opencv: Add list_cameras implementation by illume in https://github.com/pygame/pygame/pull/3738
* github sdist: Do not apt-get update by illume in https://github.com/pygame/pygame/pull/3740
* Fixup deprecation error on MacOS 11 by Tobias-Fischer in https://github.com/pygame/pygame/pull/3663
* manylinux-build: Bump SDL2 to version 2.24.2 by illume in https://github.com/pygame/pygame/pull/3741
* _camera_opencv: Add ability to pass VidCapture api_preferences by illume in https://github.com/pygame/pygame/pull/3739
* 2.3.0.dev2 -> 2.3.0.dev3 by illume in https://github.com/pygame/pygame/pull/3742
* camera: Make opencv backend default on win if cv2 imports by illume in https://github.com/pygame/pygame/pull/3743
* Features/rect/scaleby by dr0id in https://github.com/pygame/pygame/pull/3077
* Implement pygame.math.lerp by JamesC01 in https://github.com/pygame/pygame/pull/3362
* Defining rect assignment of floats to Rect properties by dr0id by illume in https://github.com/pygame/pygame/pull/3745
* Rect: scale_by and scale_by_ip by dr0id and mcpalmer1980 by illume in https://github.com/pygame/pygame/pull/3746
* circleci: Remove config by illume in https://github.com/pygame/pygame/pull/3748
* docs: fix move images tutorial final example by SalimBAhmed in https://github.com/pygame/pygame/pull/3747
* Fix drawing of circles there intersect -+INT_MAX by jhilmer in https://github.com/pygame/pygame/pull/3151
* Implementation of Vector2.from_polar and ClassObjectMethod descriptor by joaquin30 in https://github.com/pygame/pygame/pull/3744
* github: Add back apt-get update / upgrade by illume in https://github.com/pygame/pygame/pull/3751
* _sdl2.video: Window.from_window by Rabbid76 by illume in https://github.com/pygame/pygame/pull/3752
* class method "from_foreign_window" added to class "Window" by Rabbid76 in https://github.com/pygame/pygame/pull/2982
* draw mask: Added unit tests for test_arc and test_angle by yujyuj by illume in https://github.com/pygame/pygame/pull/3753
* examples: Add grid movement example by Masonstiller by illume in https://github.com/pygame/pygame/pull/3754
* docs: Fix a few sphinx warnings by illume in https://github.com/pygame/pygame/pull/3759
* Fix segfaults when using display surface after calling `pygame.quit` by MarcellPerger1 in https://github.com/pygame/pygame/pull/3755

2.3.0.dev2

Not secure
🌺🌻🌹🥀🌷🌼🌸💐💮🌺🌻🌹🥀🌷🌼🌸💐💮🌺🌻🌹🥀🌷🌼🌸💐

----
Issue? ---> https://github.com/pygame/pygame/issues k thnx

New Contributors
* MarcellPerger1 made their first contribution in https://github.com/pygame/pygame/pull/3732
* Tobias-Fischer made their first contribution in https://github.com/pygame/pygame/pull/3663

What's Changed
* 2.2.0 -> 2.3.0.dev1 by illume in https://github.com/pygame/pygame/pull/3736
* Remove `:return` from `sysfont._parse_font_entry_win` by MarcellPerger1 in https://github.com/pygame/pygame/pull/3732
* Add `special_flags` argument to `Group.draw` by MarcellPerger1 in https://github.com/pygame/pygame/pull/3722
* Add Spanish version of ImportInit.rst by stefpivser in https://github.com/pygame/pygame/pull/3699
* Add Spanish version of DisplayModes.rst by stefpivser in https://github.com/pygame/pygame/pull/3700
* Add Spanish version of CreateGames.rst by stefpivser in https://github.com/pygame/pygame/pull/3714
* buildconfig: Bump SDL version to 2.24.2 on windows by illume in https://github.com/pygame/pygame/pull/3458
* _camera_opencv: Add list_cameras implementation by illume in https://github.com/pygame/pygame/pull/3738
* github sdist: Do not apt-get update by illume in https://github.com/pygame/pygame/pull/3740
* Fixup deprecation error on MacOS 11 by Tobias-Fischer in https://github.com/pygame/pygame/pull/3663
* manylinux-build: Bump SDL2 to version 2.24.2 by illume in https://github.com/pygame/pygame/pull/3741
* _camera_opencv: Add ability to pass VidCapture api_preferences by illume in https://github.com/pygame/pygame/pull/3739


👟🥿👠🥾

2.2.0

Not secure
💀🦴💀👻🦴💀👻🦴💀👻🦴💀👻


Please file an issue if you notice a problem:
https://github.com/pygame/pygame/issues


New Contributors
* pgattic made their first contribution in https://github.com/pygame/pygame/pull/3554
* winterhazel made their first contribution in https://github.com/pygame/pygame/pull/3562
* Koswu made their first contribution in https://github.com/pygame/pygame/pull/3563
* yunline made their first contribution in https://github.com/pygame/pygame/pull/3568
* CodeMaster7000 made their first contribution in https://github.com/pygame/pygame/pull/3625
* SmashedFrenzy16 made their first contribution in https://github.com/pygame/pygame/pull/3638
* TheVroum made their first contribution in https://github.com/pygame/pygame/pull/3595
* chimosky made their first contribution in https://github.com/pygame/pygame/pull/3694
* Librichard made their first contribution in https://github.com/pygame/pygame/pull/3648
* fladd made their first contribution in https://github.com/pygame/pygame/pull/3609
* mgiessing made their first contribution in https://github.com/pygame/pygame/pull/3605
* ChristianKearns made their first contribution in https://github.com/pygame/pygame/pull/3710
* ScriptLineStudios made their first contribution in https://github.com/pygame/pygame/pull/3556
* Rabbid76 made their first contribution in https://github.com/pygame/pygame/pull/2981
* joaquin30 made their first contribution in https://github.com/pygame/pygame/pull/3727


What's Changed

* docs: Add experimental feedback links to new APIs by illume in https://github.com/pygame/pygame/pull/3511
* 2.1.4.dev1 by illume in https://github.com/pygame/pygame/pull/3514
* Fix 2.1.4 build by Starbuck5 in https://github.com/pygame/pygame/pull/3529
* Change from clang-format update (needed for CI) by MyreMylar in https://github.com/pygame/pygame/pull/3535
* Fix memory leak for distance_to() by novialriptide in https://github.com/pygame/pygame/pull/3532
* Fixed inconsistency in `tp_name`s, changed all to `pygame.module.Type` by Matiiss in https://github.com/pygame/pygame/pull/3515
* Add 3.11 classifier by novialriptide in https://github.com/pygame/pygame/pull/3537
* Tracking SSE2 Optimisations by PurityLake in https://github.com/pygame/pygame/pull/3370
* Tweaking version getters for sdl modules and freetype by oddbookworm in https://github.com/pygame/pygame/pull/3379
* Warn when SIMD is usable but not compiled by ankith26 in https://github.com/pygame/pygame/pull/3501
* Changed minor name mismatch by Matiiss in https://github.com/pygame/pygame/pull/3544
* Document `SDL_JOYSTICK_ALLOW_BACKGROUND_EVENTS` by zoldalma999 in https://github.com/pygame/pygame/pull/3546
* Move pg_tuple_from_values_int into header, rename & add triple variant by MyreMylar in https://github.com/pygame/pygame/pull/3530
* mouse.get_pos(), mouse.get_rel() optimizations by itzpr3d4t0r in https://github.com/pygame/pygame/pull/3424
* Minor typo in the "pygame.Color" docs by pgattic in https://github.com/pygame/pygame/pull/3554
* Remove Python < 3.2 compatibility shim by Starbuck5 in https://github.com/pygame/pygame/pull/3553
* docs: fix links by Linkid in https://github.com/pygame/pygame/pull/3549
* Fix typo in music.rst by winterhazel in https://github.com/pygame/pygame/pull/3562
* Delete test_test_.py by Koswu in https://github.com/pygame/pygame/pull/3563
* Add info on viewing pygame docs locally by novialriptide in https://github.com/pygame/pygame/pull/3558
* Modify key compat table to store key-name pairs (fixes a rare bug) by ankith26 in https://github.com/pygame/pygame/pull/3426
* Adjust surface masks to create a proper 24 bit Surface by Starbuck5 in https://github.com/pygame/pygame/pull/3577
* Add vector zero constructor clarification by novialriptide in https://github.com/pygame/pygame/pull/3574
* Minor `pygame.math` doc enhancements by Matiiss in https://github.com/pygame/pygame/pull/3581
* Improved colliderect() function by itzpr3d4t0r in https://github.com/pygame/pygame/pull/3322
* Add VScode? _headers/ folder to gitignore by Starbuck5 in https://github.com/pygame/pygame/pull/3587
* Remove LGTM badges by novialriptide in https://github.com/pygame/pygame/pull/3599
* Fix `list_cameras` being empty on linux by ankith26 in https://github.com/pygame/pygame/pull/3594
* Fix some more math memory leaks by ankith26 in https://github.com/pygame/pygame/pull/3590
* Use Python 3.11.0 rather than 3.11rc2 by Starbuck5 in https://github.com/pygame/pygame/pull/3611
* Add quickstart section to docs front page by Starbuck5 in https://github.com/pygame/pygame/pull/3541
* Add premul_alpha method to surface by MyreMylar in https://github.com/pygame/pygame/pull/3276
* Add "window" attribute to DROPFILE and DROPTEXT event by yunline in https://github.com/pygame/pygame/pull/3568
* Fix minor grammar and punctuation mistakes in tom_games6.rst by cvionis in https://github.com/pygame/pygame/pull/3616
* Added `__round__` method for vectors by Matiiss in https://github.com/pygame/pygame/pull/3559
* Segfault fix in freetype.get_version by oddbookworm in https://github.com/pygame/pygame/pull/3567
* Convert surface to texture's pixel format in `Texture.update` by zoldalma999 in https://github.com/pygame/pygame/pull/3548
* Performance improvement for draw.circle by MightyJosip in https://github.com/pygame/pygame/pull/3550
* Fix build errors on win_arm64 by cgohlke in https://github.com/pygame/pygame/pull/3583
* Consolidate SSE2 and NEON code paths by Starbuck5 in https://github.com/pygame/pygame/pull/3588
* Correct set_(shifts/masks) docs and cleanup code by Starbuck5 in https://github.com/pygame/pygame/pull/3620
* Update README.rst by CodeMaster7000 in https://github.com/pygame/pygame/pull/3625
* Deprecate gamma and _sdl2 window brightness functionality by SSS-Says-Snek in https://github.com/pygame/pygame/pull/3622
* Change all (to|from)string to (to|from)bytes in image.c by Matiiss in https://github.com/pygame/pygame/pull/3633
* Update docs generation to sphinx 6.0 by MyreMylar in https://github.com/pygame/pygame/pull/3647
* Raise minimum SDL version to 2.0.8 by Starbuck5 in https://github.com/pygame/pygame/pull/3618
* Replace `music.set_pos` current error message with `SDL_GetError()` by Matiiss in https://github.com/pygame/pygame/pull/3641
* Fixed typo in `pygame.image.tobytes` docs by oddbookworm in https://github.com/pygame/pygame/pull/3657
* Update README.rst by SmashedFrenzy16 in https://github.com/pygame/pygame/pull/3638
* fixed segfault by oddbookworm in https://github.com/pygame/pygame/pull/3666
* Fix event button attr for fast mousewheel by ankith26 in https://github.com/pygame/pygame/pull/3642
* Change casting to `list` to using `copy` in `pygame.sprite` by Matiiss in https://github.com/pygame/pygame/pull/3655
* Removing redudancy in regex by TheVroum in https://github.com/pygame/pygame/pull/3595
* Remove bit of MIR code by Starbuck5 in https://github.com/pygame/pygame/pull/3617
* Fix scrap typing (use only `bytes` and not `AnyStr`) by ankith26 in https://github.com/pygame/pygame/pull/3395
* wasm: clean up for 3439 by pmp-p in https://github.com/pygame/pygame/pull/3593
* Syntax highlighting fix by novialriptide in https://github.com/pygame/pygame/pull/3684
* Port SDL_ttf text shaping capability by Starbuck5 in https://github.com/pygame/pygame/pull/3330
* Fix the memory leak by Starbuck5 in https://github.com/pygame/pygame/pull/3649
* Update linter ubuntu version by MyreMylar in https://github.com/pygame/pygame/pull/3689
* Linter run by novialriptide in https://github.com/pygame/pygame/pull/3695
* Correct update statement by chimosky in https://github.com/pygame/pygame/pull/3694
* Update sprite.rst by Librichard in https://github.com/pygame/pygame/pull/3648
* Re-order display fullscreen handling and ensure toggle_fullscreen works for maximized window by Temmie3754 in https://github.com/pygame/pygame/pull/3497
* Fix the fault of stubtest by yunline in https://github.com/pygame/pygame/pull/3703
* Don't set adaptive vsync by default by fladd in https://github.com/pygame/pygame/pull/3609
* Add support for ppc64le by mgiessing in https://github.com/pygame/pygame/pull/3605
* Example games fixed | Fixed UnicodeDecodeError for music_drop_fade.py… by Vazno in https://github.com/pygame/pygame/pull/3387
* Updated README.rst to include feature description by ChristianKearns in https://github.com/pygame/pygame/pull/3710
* pgScancodeWrapper now raises exception when trying to use __iter__ by PurityLake in https://github.com/pygame/pygame/pull/3495
* Suggested improvement to font_init by PurityLake in https://github.com/pygame/pygame/pull/3489
* grayscale for Surfaces and Colors by ScriptLineStudios in https://github.com/pygame/pygame/pull/3556
* "SDL_CreateWindowFrom" in "display" module by Rabbid76 in https://github.com/pygame/pygame/pull/2981
* github build-macos: Add pkg-config dependency by illume in https://github.com/pygame/pygame/pull/3716
* Fix SDL_WINDOWID with SDL by Rabbid76 by illume in https://github.com/pygame/pygame/pull/3718
* Add grayscale for surfaces and colors by ScriptLineStudios by illume in https://github.com/pygame/pygame/pull/3717
* 2.1.3 -> 2.2.0.dev1 by illume in https://github.com/pygame/pygame/pull/3711
* Add a simple check for mypy by illume in https://github.com/pygame/pygame/pull/3723
* manylinux: Revert compiling harfbuzz on MacOS by illume in https://github.com/pygame/pygame/pull/3724
* manylinux: Add more pythons to be built with by illume in https://github.com/pygame/pygame/pull/3725
* Fix of inverted boolean of borderless window property by joaquin30 in https://github.com/pygame/pygame/pull/3727
* That time numpy was giving me grief by illume in https://github.com/pygame/pygame/pull/3731

Please file an issue if you notice a problem:
https://github.com/pygame/pygame/issues

Page 2 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.