How do I page up past the top of the console window?

Sometimes a large number of lines of information is printed to the console window. I scroll up to the very top of the console, but I cannot page up to see all of the rest of the information that was printed to the console window. I have this problem both with the Blender python console and with the Blender system console. I hope that someone can PLEASE tell me how to solve this annoying problem?

It seems that the Blender system console will display a maximum of 199 lines. If more than 199 lines of information have been printed to the Blender system console, there seems to be no way that I can scroll up or page up to see more than the most recent 199 lines which have been printed to the Blender system console.

Do other people have the same problem? Is this a Blender bug? Is there a way to view the other lines?

And in the Blender python console, as an example, if I type:
bpy.types.
then I click on the auto-complete button, I get an extremely incomplete listing of bpy.types attributes. All attributes which precede this one alphabetically are unviewable:
WM_OT_context_cycle_int(