Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 46607-46608 via svnmerge from | Thomas Wouters | 2006-06-08 | 1 | -798/+0 |
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r46607 | neal.norwitz | 2006-06-03 06:49:00 +0200 (Sat, 03 Jun 2006) | 1 line Remove Mac OS 9 support (http://mail.python.org/pipermail/python-dev/2006-June/065538.html) ........ r46608 | martin.v.loewis | 2006-06-03 09:37:13 +0200 (Sat, 03 Jun 2006) | 2 lines Port to OpenBSD 3.9. Patch from Aldo Cortesi. ........ | ||||
* | Remove apply() | Neal Norwitz | 2006-03-17 | 1 | -10/+10 |
| | |||||
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 1 | -6/+6 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -733/+733 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -5/+5 |
| | | | | From SF patch #852334. | ||||
* | fixed some DeprecationWarnings | Just van Rossum | 2003-05-25 | 1 | -5/+9 |
| | |||||
* | Cast various floats to ints so we don't get warnings. | Jack Jansen | 2003-02-05 | 1 | -1/+1 |
| | |||||
* | Lots of minor tweaks for the pep252 checkins, mainly because Qd | Jack Jansen | 2002-11-30 | 1 | -7/+7 |
| | | | | attributes are no longer supported. | ||||
* | hardcode some resources, removing annoying Widgets.rsrc dependency | Just van Rossum | 2002-11-24 | 1 | -12/+90 |
| | |||||
* | OSX tweak. | Just van Rossum | 2001-12-08 | 1 | -1/+3 |
| | |||||
* | a whole bunch of OSX tweaks | Just van Rossum | 2001-11-18 | 1 | -10/+2 |
| | |||||
* | rearranged some imports | Just van Rossum | 2001-11-02 | 1 | -5/+3 |
| | |||||
* | call the correct base method (found due to better inheritance checking in 2.2) | Just van Rossum | 2001-10-31 | 1 | -1/+1 |
| | |||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -4/+4 |
| | |||||
* | Sigh... First test before committing. InvalWindowRect and friends are window ↵ | Jack Jansen | 2001-01-23 | 1 | -9/+13 |
| | | | | object methods. Fixed. | ||||
* | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 1 | -8/+8 |
| | |||||
* | Fixed multi-arg appends. | Jack Jansen | 2000-03-07 | 1 | -1/+1 |
| | |||||
* | First Checked In. | Just van Rossum | 1999-01-30 | 1 | -0/+720 |