A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2002-January/024124.html below:

[Python-checkins] CVS: python/dist/src/Mac/Modules/waste wastemodule.c,1.21,1.22

[Python-checkins] CVS: python/dist/src/Mac/Modules/waste wastemodule.c,1.21,1.22Jack Jansen jackjansen@users.sourceforge.net
Fri, 11 Jan 2002 04:36:52 -0800
Update of /cvsroot/python/python/dist/src/Mac/Modules/waste
In directory usw-pr-cvs1:/tmp/cvs-serv17859/Python/Mac/Modules/waste

Modified Files:
	wastemodule.c 
Log Message:
- Updated to Waste 2.0.
- Use waste included with CW in stead of separate package.

Index: wastemodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/waste/wastemodule.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** wastemodule.c	2001/12/18 15:36:13	1.21
--- wastemodule.c	2002/01/11 12:36:50	1.22
***************
*** 267,270 ****
--- 267,294 ----
  }
  
+ static PyObject *WEOObj_WEGetObjectOwner(WEOObject *_self, PyObject *_args)
+ {
+ 	PyObject *_res = NULL;
+ 	WEReference _rv;
+ 	if (!PyArg_ParseTuple(_args, ""))
+ 		return NULL;
+ 	_rv = WEGetObjectOwner(_self->ob_itself);
[...2600 lines suppressed...]
--- 2425,2443 ----
  	 "() -> None"},
  	{"WEHandleTSMEvent", (PyCFunction)waste_WEHandleTSMEvent, 1,
! 	 "(AppleEvent inAppleEvent) -> (AppleEvent ioReply)"},
  	{"WELongPointToPoint", (PyCFunction)waste_WELongPointToPoint, 1,
! 	 "(LongPt inLongPoint) -> (Point outPoint)"},
  	{"WEPointToLongPoint", (PyCFunction)waste_WEPointToLongPoint, 1,
! 	 "(Point inPoint) -> (LongPt outLongPoint)"},
  	{"WESetLongRect", (PyCFunction)waste_WESetLongRect, 1,
! 	 "(SInt32 inLeft, SInt32 inTop, SInt32 inRight, SInt32 inBottom) -> (LongRect outLongRect)"},
  	{"WELongRectToRect", (PyCFunction)waste_WELongRectToRect, 1,
! 	 "(LongRect inLongRect) -> (Rect outRect)"},
  	{"WERectToLongRect", (PyCFunction)waste_WERectToLongRect, 1,
! 	 "(Rect inRect) -> (LongRect outLongRect)"},
  	{"WEOffsetLongRect", (PyCFunction)waste_WEOffsetLongRect, 1,
! 	 "(SInt32 inHorizontalOffset, SInt32 inVerticalOffset) -> (LongRect ioLongRect)"},
  	{"WELongPointInLongRect", (PyCFunction)waste_WELongPointInLongRect, 1,
! 	 "(LongPt inLongPoint, LongRect inLongRect) -> (Boolean _rv)"},
  	{"STDObjectHandlers", (PyCFunction)waste_STDObjectHandlers, 1,
  	 NULL},




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4