index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Mac
/
Lib
/
macresource.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both
Jack Jansen
2002-12-30
1
-115/+0
*
Got rid of the python.rsrc resource file. The error message strings and
Jack Jansen
2002-11-07
1
-0/+5
*
- Check not only that cache file exists, but also that it is newer than
Jack Jansen
2002-08-09
1
-4/+7
*
Re-raise the Res.Error if the file doesn't exist.
Jack Jansen
2002-03-29
1
-0/+2
*
If the file has no resource fork first check to see whether it's a
Jack Jansen
2002-03-29
1
-5/+12
*
Added an open_pathname() method which opens a resource file by pathname,
Jack Jansen
2002-03-21
1
-7/+12
*
Fixed to work under MachoPython, doing the expected unpacking for applesingle...
Jack Jansen
2002-01-13
1
-2/+24
*
We should look in the directory containing the module, not in the module itse...
Jack Jansen
2001-08-30
1
-1/+1
*
need() now returns the refno of the resource file opened, or None if the
Jack Jansen
2001-08-27
1
-4/+7
*
Module to help other modules locate their resources. It currently knows about
Jack Jansen
2001-08-27
1
-0/+68