Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ccd5e02d2bc64a48c32c24a1ee988b7dd17a94cf
/
Lib
/
test
/
test_imageop.py
7cfe7ea
#4317: Fix an Array Bounds Read in imageop.rgb2rgb8.
by Amaury Forgeot d'Arc
· 17 years ago
8d77d44
fix security issue 2: imageop's poor validation of arguments could result in segfaults
by Benjamin Peterson
· 17 years ago
42bfa90
Depreate imageop for removal in 3.0.
by Brett Cannon
· 17 years ago
7dbd918
Add test_main() functions to various tests where it was simple to do. Done so
by Brett Cannon
· 17 years ago
49da0ea
Move imgfile import to the global namespace to trigger an import error ASAP to
by Brett Cannon
· 18 years ago
dc48b74
Remove the rgbimg module. It has been deprecated since Python 2.5.
by Brett Cannon
· 18 years ago
e2c9a6c
Suppress new deprecation warnings when running the test suite.
by Tim Peters
· 19 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
e2ae77b
SF patch #474590 -- RISC OS support
by Guido van Rossum
· 24 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 25 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 25 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 25 years ago
41360a4
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
f1b0009
Fix path search for test data file so it works under more circumstances.
by Guido van Rossum
· 28 years ago
0ba7e59
More rational implementation of get_qualified_path() -- search along
by Guido van Rossum
· 28 years ago
7aa9fc5
Use uuencoded test images.
by Guido van Rossum
· 28 years ago
52a6ea7
Opps. Added tests for the last two methods that were missing from
by Roger E. Masse
· 29 years ago
e17ec8d
Modified to use 'rgbimg' instead of the SGI specific 'imgfile' for reading
by Roger E. Masse
· 29 years ago
47e9830
Test program for the SGI imageop module.
by Roger E. Masse
· 29 years ago