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
/
macmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.
Jack Jansen
2003-01-08
1
-3/+8
*
Getting rid of pre-Carbon (MacOS8) support. All code depending on
Jack Jansen
2002-12-12
1
-113/+5
*
Got rid of ifdefs for long-obsolete GUSI versions.
Jack Jansen
2002-04-11
1
-20/+0
*
Solve sync() signature conflict differently: manually return 0 if
Jack Jansen
2002-03-21
1
-3/+5
*
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum
2001-12-08
1
-2/+2
*
Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the
Jack Jansen
2001-11-30
1
-7/+3
*
Removed unused variable.
Jack Jansen
2001-11-06
1
-1/+0
*
Some escaped newlines had spaces between the backslash and the newline. Also ...
Jack Jansen
2001-10-23
1
-7/+4
*
SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.
Guido van Rossum
2001-10-18
1
-36/+123
*
test_glob found a nasty bug in GUSI opendir(): it will not fail when called o...
Jack Jansen
2001-08-11
1
-0/+18
*
(Finally) converted to new-style args.
Jack Jansen
2001-08-03
1
-37/+136
*
Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API...
Jack Jansen
2001-05-12
1
-6/+6
*
xstat() will never be implemented under Carbon. Fortunately it also doesn't a...
Jack Jansen
2001-01-12
1
-5/+5
*
Added a prototype for mstats().
Jack Jansen
2000-08-25
1
-0/+2
*
Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.
Jack Jansen
2000-07-14
1
-6/+6
*
Got rid of __SC__ ifdefs.
Jack Jansen
2000-07-11
1
-4/+0
*
ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO.
Jack Jansen
2000-07-11
1
-15/+15
*
Removed USE_STDWIN support.
Jack Jansen
2000-06-04
1
-12/+1
*
Made the core toolbox modules carbon-compatible using the new greylist featur...
Jack Jansen
2000-06-02
1
-0/+18
*
Fixed to work again without USE_GUSI
Jack Jansen
2000-05-12
1
-4/+1
*
Started on GUSI2 and threading support.
Jack Jansen
2000-04-07
1
-8/+18
*
Add fstat() if using GUSI
Jack Jansen
1998-02-20
1
-24/+29
*
New exception interface
Jack Jansen
1997-10-07
1
-3/+2
*
- Changed the m# format for PyArg_ParseTuple back to s#
Jack Jansen
1997-05-07
1
-1/+1
*
- Changed GestaltEqu.h to Gestalt.h
Jack Jansen
1997-02-24
1
-1/+1
*
Comments around identifier after #endif
Jack Jansen
1997-02-20
1
-1/+1
*
Added/updated copyright notices
Jack Jansen
1997-01-31
1
-1/+1
*
Renamed
Jack Jansen
1997-01-30
1
-185/+184
*
Malloc debugging now flagged with USE_MALLOC_DEBUG
Jack Jansen
1996-10-23
1
-6/+3
*
Fixed xstat to again include resroucefork size, creator, type. Obtain
Jack Jansen
1996-10-15
1
-14/+50
*
GUSI mkdir() lost its dummy second arg
Jack Jansen
1996-08-06
1
-0/+4
*
Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()
Jack Jansen
1996-03-06
1
-0/+10
*
Mods by Guido: mkdir 2nd arg optional and remove as alias for unlink.
Jack Jansen
1996-02-21
1
-2/+14
*
- Added Guido's fixes
Jack Jansen
1996-02-20
1
-45/+28
*
Modified for GUSI
Jack Jansen
1996-02-14
1
-1/+45
*
add xstat (extended stat, returns resource fork size and creator/type)
Guido van Rossum
1995-08-08
1
-1/+32
*
Ported to CodeWarrior 6
Jack Jansen
1995-06-09
1
-0/+1
*
explicitly init flags in methodlist
Guido van Rossum
1995-02-19
1
-1/+1
*
add __SC__ ifdef
Guido van Rossum
1995-02-17
1
-1/+1
*
malloc debug only on ppc
Guido van Rossum
1995-02-13
1
-1/+1
*
CodeWarrior 5 has more unixisms (open/close/read/write)
Jack Jansen
1995-01-26
1
-10/+13
*
Make malloc stats routine available under MetroWerks
Jack Jansen
1995-01-22
1
-0/+4
*
More Pstring() stuff and some cosmetics
Jack Jansen
1995-01-18
1
-1/+16
*
1995 copyright
Guido van Rossum
1995-01-08
1
-2/+2
*
Ported to MetroWerks, which misses file-descriptor like functionality.
Jack Jansen
1994-12-14
1
-0/+22
*
Completed (hopefully) the unification of THINK 6.0 and MPW 3.2
Guido van Rossum
1994-08-29
1
-7/+20
*
Intermediate version of changes after porting to MPW 3.2
Guido van Rossum
1994-08-26
1
-4/+4
*
Some more changes
Guido van Rossum
1994-08-23
1
-2/+2
*
Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here.
Guido van Rossum
1994-08-19
1
-18/+14
*
Change include path for unixemu headers; rename access to access_
Guido van Rossum
1994-06-27
1
-4/+4
[next]