Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e0e89f79201e2ee57ebd0cc4765793d870c0a5c0
/
Mac
/
Modules
/
file
73afe9a
mwh pointed out _Filemodule.c is generated. So to fix the memory leak
by Neal Norwitz
· 19 years ago
8ac83f3
This should fix a mem leak on the Mac. Brett tested it.
by Neal Norwitz
· 19 years ago
f5f32b4
Whitespace normalization.
by Tim Peters
· 19 years ago
d7b76e9
Fix for #1236090: FSSpec.as_pathname() crashes.
by Jack Jansen
· 19 years ago
918a9e2
Updated (and regenerated) for name change in tp_init method arguments:
by Jack Jansen
· 19 years ago
ec6eb36
SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core
by Raymond Hettinger
· 20 years ago
182b5ac
Whitespace normalization, via reindent.py.
by Tim Peters
· 20 years ago
da6081f
Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.
by Jack Jansen
· 21 years ago
7107c1a
Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.
by Jack Jansen
· 21 years ago
a53f4eb
Getting rid of code conditional on TARGET_API_MAC_*.
by Jack Jansen
· 21 years ago
e48cef7
Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: MacOS9isms.
by Jack Jansen
· 21 years ago
3e0196c
Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by disabling unicode filenames on OS9.
by Jack Jansen
· 22 years ago
dded848
Allow unicode pathnames where FSRefs are expected. Fixes 696253.
by Jack Jansen
· 22 years ago
52377e0
The FSAliasFile routines also have an in/out parameter.
by Jack Jansen
· 22 years ago
60ffc2b
Added a missing INCREF in pathname().
by Jack Jansen
· 22 years ago
2b3ce3b
FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS9. Fixed.
by Jack Jansen
· 22 years ago
9c56475
Added a convenience routine pathname() which accepts either a string, unicode,
by Jack Jansen
· 22 years ago
2d0909b
Implemented FSCatalogInfo structure support, and used this to implement
by Jack Jansen
· 22 years ago
bc65521
Implemented FSCatalogInfo.
by Jack Jansen
· 22 years ago
b2fcd08
Started on implementing support for FSCatalogInfo. Doesn't work yet, don't
by Jack Jansen
· 22 years ago
248f6f1
Second-argument alias methods were generated with a variation on
by Jack Jansen
· 22 years ago
00df3e0
If you entered a pathname for a nonexisting file to a FSSpec constructor
by Jack Jansen
· 22 years ago
b734869
- Various tweaks to shut up compiler warnings.
by Jack Jansen
· 22 years ago
e876633
Added the last missing bits of functionality, and fixed a nasty bug where we
by Jack Jansen
· 22 years ago
f955784
Regenerated with inheritance-aware xxxx_Check() macros.
by Jack Jansen
· 22 years ago
543c925
- Added rawdata initializers
by Jack Jansen
· 22 years ago
1795f29
Fixed silly typo. Added comment (to myself) on what still needs to be done.
by Jack Jansen
· 22 years ago
ae63756
Include Finder.h too in the list of header files to parse: the finder
by Jack Jansen
· 22 years ago
e55beef
- Added as_pathname and as_tuple methods
by Jack Jansen
· 22 years ago
e3a1c8f
Combined alias and file into a single module. This is the only reasonable
by Jack Jansen
· 22 years ago
6d802a0
Tweaks to make this module OS9-compatible.
by Jack Jansen
· 22 years ago
e2ba873
Got angry and added support for pretty much the whole file and folder
by Jack Jansen
· 22 years ago