Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ef87d6ed94780fe00250a551031023aeb2898365
/
Lib
/
plat-mac
/
aepack.py
ef87d6e
Rip out all the u"..." literals and calls to unicode().
by Guido van Rossum
· 18 years ago
9d72bb4
Remove functions in string module that are also string methods. Also remove:
by Neal Norwitz
· 18 years ago
e2a383d
Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.)
by Guido van Rossum
· 19 years ago
f1a69c1
Get rid of a bunch more has_key() uses. We *really* need a tool for this.
by Neal Norwitz
· 19 years ago
182b5ac
Whitespace normalization, via reindent.py.
by Tim Peters
· 21 years ago
0ae3220
Detabbed.
by Jack Jansen
· 22 years ago
fc71026
Subclasses of ObjectSpecifier can now be packed and unpacked. This allows
by Jack Jansen
· 22 years ago
f59c6fa
When in MacPython-OSX use bundlebuilder to create .app bundles.
by Jack Jansen
· 23 years ago
090da4b
Moved aepack test code to the test suite.
by Jack Jansen
· 23 years ago
2b88dec
Converted to not use macfs whenever possible.
by Jack Jansen
· 23 years ago
60087fb
Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both
by Jack Jansen
· 23 years ago
[Renamed from Mac/Lib/aepack.py]
8b77767
Donovan Preston's patch #538395, with some mods by me.
by Jack Jansen
· 23 years ago
ad5dcaf
Got rid of obsolete way to get at various toolbox types.
by Jack Jansen
· 23 years ago
5bb8f78
Added support for unicode strings (utxt).
by Jack Jansen
· 24 years ago
5a6fdcd
Import the MacOS toolbox modules from the Carbon package.
by Jack Jansen
· 24 years ago
d0fc42f
Moved here from lib-toolbox, where they should never have been in the first place (all the other stuff there wa generated with bgen).
by Jack Jansen
· 24 years ago