summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/plistlib.py
Commit message (Collapse)AuthorAgeFilesLines
* removed 2.2 supportJust van Rossum2004-10-021-74/+3
|
* Which reminds me, I've had a much improved plistlib.py lying around forJust van Rossum2004-10-021-85/+113
| | | | | | ages. The main improvements are: - a much more convenient API: readPlist() and writePlist() - support non-dict top-level objects
* don't optimize empty stringsJust van Rossum2003-07-101-1/+1
|
* - replaced a couple of asserts with proper exceptionsJust van Rossum2003-07-011-4/+5
| | | | - use isinstance instead of flaky file-detection code
* Detabbed.Jack Jansen2003-04-091-324/+324
|
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-0/+436
in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc).