| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use PyNumber_Float() since it's is nearly useless. Instead, rely on | Neil Schemenauer | 2002-11-18 | 1 | -4/+2 |
|
|
* | Use PyInt_AsLong instead of PyInt_AS_LONG after the call to | Walter Dörwald | 2002-11-12 | 1 | -1/+1 |
|
|
* | I did fix too much - including winsock.h is sufficient. | Thomas Heller | 2002-09-24 | 1 | -1/+1 |
|
|
* | On Windows, call WSAGetLastError() to retrieve the error number. | Thomas Heller | 2002-09-24 | 1 | -1/+7 |
|
|
* | SF patch #577031, remove PyArg_Parse() since it's deprecated | Neal Norwitz | 2002-07-28 | 1 | -2/+14 |
|
|
* | Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link | Mark Hammond | 2002-07-23 | 1 | -1/+1 |
|
|
* | Removed more stray instances of statichere, but left _sre.c alone. | Tim Peters | 2002-07-17 | 1 | -1/+1 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -12/+12 |
|
|
* | Remove unused static function | Neal Norwitz | 2002-05-31 | 1 | -19/+0 |
|
|
* | Use the PyModule_Add*() APIs instead of manipulating the module dict | Fred Drake | 2002-04-01 | 1 | -14/+15 |
|
|
* | OS/2 EMX port changes (Modules part of patch #450267): | Andrew MacIntyre | 2002-03-03 | 1 | -1/+1 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -3/+0 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|
* | Fix SF bug #474538: Memory (reference) leak in poller.register (Dave Brueck) | Guido van Rossum | 2001-10-25 | 1 | -3/+13 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -8/+0 |
|
|
* | Stop adding 3 to FD_SETSIZE -- it makes no sense. If it turns out it | Tim Peters | 2001-08-16 | 1 | -15/+11 |
|
|
* | Fixed a couple of minor formatting nits where lines were > 79 columns wide. | Barry Warsaw | 2001-08-16 | 1 | -2/+4 |
|
|
* | select_select(): Closing bug #448351 the easy way, i.e. by changing | Barry Warsaw | 2001-08-16 | 1 | -8/+21 |
|
|
* | Make more warnings go away on the SGI compiler. | Fred Drake | 2001-07-19 | 1 | -3/+3 |
|
|
* | [Bug #438050] | Andrew M. Kuchling | 2001-07-14 | 1 | -1/+3 |
|
|
* | Add :method info to the PyArg_ParseTuple() format strings for poll objects. | Fred Drake | 2001-05-21 | 1 | -3/+3 |
|
|
* | RISCOS changes by dschwertberger | Guido van Rossum | 2001-03-02 | 1 | -0/+9 |
|
|
* | SF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41). Boosted to 512. | Tim Peters | 2000-12-12 | 1 | -1/+10 |
|
|
* | Add #ifdef's for platforms that don't have the constants POLLRDNORM and | Andrew M. Kuchling | 2000-09-28 | 1 | -0/+8 |
|
|
* | Rationalize use of limits.h, moving the inclusion to Python.h. | Fred Drake | 2000-09-26 | 1 | -3/+0 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Peter Schneider-Kamp <nowonder@nowonder.de>: | Fred Drake | 2000-08-31 | 1 | -1/+1 |
|
|
* | Not every OS that support poll seems to support POLLMSG. | Sjoerd Mullender | 2000-08-25 | 1 | -0/+2 |
|
|
* | Add interface to poll() system call (SF patch #100852) | Andrew M. Kuchling | 2000-08-25 | 1 | -2/+319 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 1 | -1/+0 |
|
|
* | Even more ANSIfication: fix as many function pointers and declarations as | Thomas Wouters | 2000-07-22 | 1 | -1/+1 |
|
|
* | Remove unused variable. | Thomas Wouters | 2000-07-22 | 1 | -1/+0 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
|
|
* | Use PyObject_AsFileDescriptor | Andrew M. Kuchling | 2000-07-13 | 1 | -24/+2 |
|
|
* | One more include of limits.h (possibly to be moved elsewhere when there is | Jack Jansen | 2000-07-11 | 1 | -0/+3 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -12/+4 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Trent Mick: | Guido van Rossum | 2000-06-28 | 1 | -3/+7 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -3/+3 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -1/+1 |
|
|
* | According to Ron Bickers, and with apparent approval of Chris | Guido van Rossum | 2000-01-14 | 1 | -1/+1 |
|
|
* | Patch by Mark Hammond to avoid certain header files on Windows/CE. | Guido van Rossum | 1999-08-27 | 1 | -0/+2 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -1/+8 |
|
|
* | On Windows, put the select file descriptor arrays on the heap. | Guido van Rossum | 1998-07-02 | 1 | -0/+22 |
|
|
* | Added doc strings. | Guido van Rossum | 1998-06-28 | 1 | -2/+30 |
|
|
* | os2 patch by Jeff Rush | Guido van Rossum | 1997-11-22 | 1 | -0/+5 |
|
|
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 1 | -3/+1 |
|
|