Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
eb33e5ae79542371a165bdb67099d14b7557a698
/
Lib
/
plat-mac
/
macresource.py
ef87d6e
Rip out all the u"..." literals and calls to unicode().
by Guido van Rossum
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
f1a69c1
Get rid of a bunch more has_key() uses. We *really* need a tool for this.
by Neal Norwitz
· 18 years ago
182b5ac
Whitespace normalization, via reindent.py.
by Tim Peters
· 20 years ago
0ae3220
Detabbed.
by Jack Jansen
· 22 years ago
cba861e
If a resource file cannot be decoded because the directory is readonly
by Jack Jansen
· 22 years ago
946c194
When installing resource files whose name ends in .rsrc use the
by Jack Jansen
· 22 years ago
077c582
always also search on sys.path for res files
by Just van Rossum
· 22 years ago
60087fb
Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both
by Jack Jansen
· 22 years ago
[Renamed from Mac/Lib/macresource.py]
dde800e
Got rid of the python.rsrc resource file. The error message strings and
by Jack Jansen
· 22 years ago
ccd8e8d
- Check not only that cache file exists, but also that it is newer than
by Jack Jansen
· 22 years ago
d21c9f4
Re-raise the Res.Error if the file doesn't exist.
by Jack Jansen
· 23 years ago
5053b70
If the file has no resource fork first check to see whether it's a
by Jack Jansen
· 23 years ago
562baab
Added an open_pathname() method which opens a resource file by pathname,
by Jack Jansen
· 23 years ago
32d1a3b
Fixed to work under MachoPython, doing the expected unpacking for applesingle files. The IDE still doesn't work, though, because it uses :-style pathnames.
by Jack Jansen
· 23 years ago
b214c36
We should look in the directory containing the module, not in the module itself, when we're looking for the resource file.
by Jack Jansen
· 23 years ago
a5d7da5
need() now returns the refno of the resource file opened, or None if the
by Jack Jansen
· 23 years ago
de3226f
Module to help other modules locate their resources. It currently knows about
by Jack Jansen
· 23 years ago