summaryrefslogtreecommitdiffstats
path: root/Lib/lib-stdwin/rect.py
Commit message (Collapse)AuthorAgeFilesLines
* Deleting all stdwin library modules.Guido van Rossum2000-05-081-89/+0
|
* XEvent.py: Added support for ExposeEvent.Sjoerd Mullender1993-08-251-1/+1
| | | | | profile.py: Some speed improvements (I hope). rect.py: Bug fix in union().
* * Fix bug in tzparse.py for DST timezoneGuido van Rossum1993-03-291-3/+4
| | | | | | | * Added whatis command to pdb.py * new module GET.py (GL definitions from <gl/get.h>) * rect.py: is_empty takes a rect as argument, not two points. * Added tests for builtin round() [XXX not yet complete!]
* Fix bug in rect.intersect(): empty rects beyond the first wereGuido van Rossum1990-10-261-8/+9
| | | | ignored instead of making the outcome empty...
* Initial revisionGuido van Rossum1990-10-131-0/+87