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
/
Modules
/
file
/
_Filemodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the Mac modules
Benjamin Peterson
2008-05-12
1
-3287/+0
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-14/+14
*
Get a bunch of tests working on Mac OS. I suspect that a bunch of the
Neal Norwitz
2007-10-27
1
-1/+1
*
Fix two bad type identifiers that caused crashes on OSX (icglue and Nav).
Guido van Rossum
2007-07-25
1
-1/+1
*
SF patch# 1758570 by Jeffrey Yasskin, who writes:
Guido van Rossum
2007-07-23
1
-7/+3
*
Merged revisions 56483-56491 via svnmerge from
Martin v. Löwis
2007-07-22
1
-24/+19
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
1
-1/+1
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-1/+1
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-4/+5
*
This should fix a mem leak on the Mac. Brett tested it.
Neal Norwitz
2006-01-23
1
-4/+3
*
Fix for #1236090: FSSpec.as_pathname() crashes.
Jack Jansen
2005-07-12
1
-1/+45
*
Updated (and regenerated) for name change in tp_init method arguments:
Jack Jansen
2005-07-03
1
-203/+163
*
SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core
Raymond Hettinger
2004-11-05
1
-1/+44
*
Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.
Jack Jansen
2003-11-20
1
-5/+0
*
Getting rid of code conditional on TARGET_API_MAC_*.
Jack Jansen
2003-11-19
1
-66/+0
*
Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:
Jack Jansen
2003-11-19
1
-4/+0
*
Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by ...
Jack Jansen
2003-03-21
1
-1/+2
*
Allow unicode pathnames where FSRefs are expected. Fixes 696253.
Jack Jansen
2003-03-11
1
-2/+5
*
The FSAliasFile routines also have an in/out parameter.
Jack Jansen
2003-02-02
1
-4/+6
*
Added a missing INCREF in pathname().
Jack Jansen
2003-01-28
1
-1/+3
*
FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS...
Jack Jansen
2003-01-26
1
-1/+26
*
Added a convenience routine pathname() which accepts either a string, unicode,
Jack Jansen
2003-01-19
1
-3/+22
*
Implemented FSCatalogInfo structure support, and used this to implement
Jack Jansen
2003-01-15
1
-6/+1
*
Implemented FSCatalogInfo.
Jack Jansen
2003-01-12
1
-5/+507
*
Second-argument alias methods were generated with a variation on
Jack Jansen
2002-12-26
1
-52/+52
*
If you entered a pathname for a nonexisting file to a FSSpec constructor
Jack Jansen
2002-12-25
1
-0/+2
*
- Various tweaks to shut up compiler warnings.
Jack Jansen
2002-12-23
1
-0/+4
*
Added the last missing bits of functionality, and fixed a nasty bug where we
Jack Jansen
2002-12-19
1
-76/+255
*
Regenerated with inheritance-aware xxxx_Check() macros.
Jack Jansen
2002-12-19
1
-3/+3
*
- Added rawdata initializers
Jack Jansen
2002-12-18
1
-112/+220
*
Fixed silly typo.
Jack Jansen
2002-12-17
1
-2/+2
*
- Added as_pathname and as_tuple methods
Jack Jansen
2002-12-17
1
-12/+110
*
Combined alias and file into a single module. This is the only reasonable
Jack Jansen
2002-12-15
1
-529/+1449
*
Tweaks to make this module OS9-compatible.
Jack Jansen
2002-12-13
1
-4/+22
*
Got angry and added support for pretty much the whole file and folder
Jack Jansen
2002-11-22
1
-0/+1446