| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. | Charles-François Natali | 2013-01-19 | 1 | -2/+2 |
|
|
* | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -4/+8 |
|
|
* | Issue #16230: Fix a crash in select.select() when one the lists changes size ... | Antoine Pitrou | 2012-11-01 | 1 | -4/+2 |
|
|
* | Closes #15395: memory leaks in selectmodule.c | Jesus Cea | 2012-07-19 | 1 | -1/+2 |
|
|
* | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is | Charles-François Natali | 2011-08-28 | 1 | -8/+1 |
|
|
* | Fix closes issue 11568 - update select.epoll.register docstring with mention ... | Senthil Kumaran | 2011-06-27 | 1 | -1/+1 |
|
|
* | Issue #9566: use Py_ssize_t instead of int | Victor Stinner | 2011-01-04 | 1 | -2/+1 |
|
|
* | #9862: On AIX PIPE_BUF is broken. Make it 512. | R. David Murray | 2010-10-15 | 1 | -0/+4 |
|
|
* | #6867: epoll.register() returns None. | Georg Brandl | 2010-08-02 | 1 | -3/+2 |
|
|
* | Merged revisions 79894-79895,80098,80120 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1243/+1243 |
|
|
* | Merged revisions 79866-79867 via svnmerge from | Benjamin Peterson | 2010-04-06 | 1 | -8/+0 |
|
|
* | Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge... | Georg Brandl | 2010-03-14 | 1 | -16/+15 |
|
|
* | Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,... | Benjamin Peterson | 2009-12-31 | 1 | -1/+1 |
|
|
* | Merged revisions 76108 via svnmerge from | Antoine Pitrou | 2009-11-04 | 1 | -13/+43 |
|
|
* | Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge... | Alexandre Vassalotti | 2009-07-17 | 1 | -3/+4 |
|
|
* | Merged revisions 73916 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-09 | 1 | -0/+2 |
|
|
* | Merged revisions 73818 via svnmerge from | Gregory P. Smith | 2009-07-04 | 1 | -0/+2 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -4/+4 |
|
|
* | Replace PyNumber_Int with PyNumber_Long. | Mark Dickinson | 2009-01-17 | 1 | -1/+1 |
|
|
* | Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,... | Benjamin Peterson | 2008-09-22 | 1 | -1/+1 |
|
|
* | Merged revisions 65182 via svnmerge from | Georg Brandl | 2008-07-23 | 1 | -1/+3 |
|
|
* | #3247 Get rid of Py_FindMethod; use tp_members instead. | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -8/+17 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -6/+20 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
|
|
* | Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,... | Christian Heimes | 2008-03-26 | 1 | -12/+9 |
|
|
* | Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,... | Christian Heimes | 2008-03-22 | 1 | -12/+1163 |
|
|
* | Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful ... | Christian Heimes | 2008-01-04 | 1 | -0/+1 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -8/+8 |
|
|
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 1 | -5/+1 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -3/+2 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -10/+10 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -19/+8 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -17/+66 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -1/+1 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint | Neal Norwitz | 2005-11-03 | 1 | -0/+2 |
|
|
* | [Bug #923315] Produce correct result on AIX | Andrew M. Kuchling | 2004-08-07 | 1 | -1/+5 |
|
|
* | Added configure check for broken poll() on some unix systems (MacOS X 10.3) | Nicholas Bastin | 2004-03-21 | 1 | -6/+6 |
|
|
* | Simplify and speedup uses of Py_BuildValue(): | Raymond Hettinger | 2003-10-12 | 1 | -2/+2 |
|
|
* | select.select() now accepts a sequence (as defined by PySequence_Fast()) for | Brett Cannon | 2003-09-10 | 1 | -18/+18 |
|
|
* | SF bug 684667: Modules/selectmodule.c returns NULL without exception set. | Tim Peters | 2003-02-11 | 1 | -1/+1 |
|
|
* | 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 |
|
|