It highlights in magenta all of the built-in functions, types and other objects that are available from the standard library without doing any import statements. (You can see a list of them by running dir(__builtins__) in a Python interpreter, or by browsing sections 2-6 of the Library Reference.)