Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 46607-46608 via svnmerge from | Thomas Wouters | 2006-06-08 | 1 | -616/+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. ........ | ||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -557/+556 |
| | |||||
* | More int() around float arguments. | Jack Jansen | 2003-02-12 | 1 | -1/+1 |
| | |||||
* | Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now | Jack Jansen | 2003-02-06 | 1 | -3/+1 |
| | | | | used everywhere). | ||||
* | another wrong assumption fixed | Just van Rossum | 2002-12-13 | 1 | -3/+2 |
| | |||||
* | and now the real fix... | Just van Rossum | 2002-12-13 | 1 | -5/+2 |
| | |||||
* | fixed bool browsing bug, sf bug #652591 | Just van Rossum | 2002-12-13 | 1 | -0/+1 |
| | |||||
* | - reworked the object unpacking code, now supports new-style objects more | Just van Rossum | 2002-12-01 | 1 | -34/+46 |
| | | | | | or less decently/completely. - cleaned up a little. | ||||
* | Lots of minor tweaks for the pep252 checkins, mainly because Qd | Jack Jansen | 2002-11-30 | 1 | -3/+2 |
| | | | | attributes are no longer supported. | ||||
* | make sure the object browser can't crash because when the list data gets ↵ | Just van Rossum | 2002-09-16 | 1 | -6/+20 |
| | | | | bigger than 32kB | ||||
* | Make object browser work in OSX (by rewriting the old browser | Just van Rossum | 2002-03-26 | 1 | -2/+142 |
| | | | | LDEF in Python). If at all possible, this should go into 2.2.1. | ||||
* | Use the Carbon scrap manager interface if the old interface isn't available. | Jack Jansen | 2001-12-31 | 1 | -2/+7 |
| | |||||
* | half-hearted stab at supported the 2.2 object model better. | Just van Rossum | 2001-12-31 | 1 | -0/+9 |
| | |||||
* | a whole bunch of OSX tweaks | Just van Rossum | 2001-11-18 | 1 | -1/+2 |
| | |||||
* | fixed a non-Carbon Carbon import | Just van Rossum | 2001-11-02 | 1 | -1/+1 |
| | |||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -1/+1 |
| | |||||
* | - fixed some re usage, partly so it'll still work when re uses pre instead | Just van Rossum | 2001-07-10 | 1 | -1/+1 |
| | | | | | of sre, and partly fixing re -> regex porting oversights - fixed PyFontify.py so it actually *works* again.. | ||||
* | Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid ↵ | Just van Rossum | 2001-06-19 | 1 | -2/+2 |
| | | | | any further encoding conversion troubles. | ||||
* | Fixed macroman<->latin1 conversion. Some chars don't | Jack Jansen | 2001-05-17 | 1 | -2/+2 |
| | | | | | exist in latin1, but at least the roundtrip results in the same macroman characters. | ||||
* | Silly typo which caused the stack browser to crash. | Jack Jansen | 2001-03-01 | 1 | -1/+1 |
| | |||||
* | Use re in stead of regex, so we get rid of the annoying warning during startup. | Jack Jansen | 2001-02-21 | 1 | -4/+8 |
| | |||||
* | fixed 2.0 compat bug | Just van Rossum | 2000-10-20 | 1 | -1/+1 |
| | |||||
* | String values will now always be shown with quotes, so one can see the ↵ | Just van Rossum | 1999-10-30 | 1 | -3/+1 |
| | | | | difference between the value 2 and the value '2'. -- jvr | ||||
* | re-checkin with "ISO-8859 translation" turned on. | Just van Rossum | 1999-02-02 | 1 | -2/+2 |
| | |||||
* | First Checked In. | Just van Rossum | 1999-01-30 | 1 | -0/+440 |