0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
The Python programming language
Go to file
Guido van Rossum 4526f379bc Fixed "clear()" and added "clearto(r, g, b)".
Added class RandomVinFile which supports random access and warming the cache.
Added eofseen and errorseen methods to BasicVinFile.
Use RGB mode for rgb8 data on entry level Indigo.
Minor cosmetic changes.
1992-09-07 15:28:57 +00:00
Demo Fixed "clear()" and added "clearto(r, g, b)". 1992-09-07 15:28:57 +00:00
Doc Changed references to /usr/local into /usr/local/bin. 1992-09-03 21:27:55 +00:00
Grammar
Include Correct spelling in function name 1992-09-03 20:46:06 +00:00
Lib New module 'colorsys' implements conversions between different color systems. 1992-09-07 09:41:48 +00:00
Mac/Lib
Modules classobject.c moduleobject.c stdwinmodule.c xxobject.c: 1992-09-04 09:45:18 +00:00
Objects classobject.c moduleobject.c stdwinmodule.c xxobject.c: 1992-09-04 09:45:18 +00:00
Parser Correct debug printing code 1992-09-03 20:46:37 +00:00
Python Give code objects a more useful representation. 1992-09-03 20:50:59 +00:00
Tools/scripts cope with filenames containing spaces 1992-08-31 10:54:54 +00:00