summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/list/listsupport.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-255/+0
* Convert raise statements in Mac/.Collin Winter2007-08-221-1/+1
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-92/+91
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-191-29/+0
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-60/+0
* Added PEP253 support to most Carbon modules. This isn't complete yet:Jack Jansen2002-12-031-1/+2
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-291-41/+17
* Adapted for Universal Headers 3.4Jack Jansen2001-12-161-0/+1
* added acces to the cellSize field, rewrote setattr codeJust van Rossum2001-11-051-12/+16
* More List Manager interfacing:Just van Rossum2001-11-051-7/+173
* Shut up many more gcc warnings.Jack Jansen2001-09-051-1/+2
* The MacOS toolbox modules have acquired an _ in front of their name. Normal u...Jack Jansen2001-08-231-2/+2
* Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...Jack Jansen2001-05-221-8/+8
* First step in porting MacPython modules to OSX/unix: break all references bet...Jack Jansen2001-05-171-0/+14
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-101-0/+30
* List objects obtained through as_List(resource) are not auto-disposed uponJack Jansen2000-01-131-2/+23
* Unified handle-conversion scheme toJack Jansen1999-12-231-2/+12
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-201-2/+2
* Added access to selFlags and listFlags members (both read and write)Jack Jansen1996-07-261-0/+38
* Replaced various dummy updateRegions by real argumentsJack Jansen1996-04-101-2/+1
* Interface to the Mac List Manager.Jack Jansen1995-08-141-0/+84