1. 6f3e5e4 remove useless and defined initialization (closes #15921) by Benjamin Peterson · 12 years ago
  2. 024abca MERGE: Closes #15395: memory leaks in selectmodule.c by Jesus Cea · 12 years ago
  3. 62a5c32 Closes #15395: memory leaks in selectmodule.c by Jesus Cea · 12 years ago
  4. 8798ad3 struct timeval.tv_usec is 4 bytes on 64-bit OS X as it should be, but by Brett Cannon · 12 years ago
  5. b2a3773 Issue #14180: Fix the select module to handle correctly the Windows timeval by Victor Stinner · 12 years ago
  6. d528b01 Issue #14180: Fix another typo in kqueue_queue_control() by Victor Stinner · 12 years ago
  7. d327f9d Issue #14180: Fix select.select() compilation on BSD and a typo in kqueue_queue_control() by Victor Stinner · 12 years ago
  8. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 12 years ago
  9. 83251c1 try to always use the old API by Benjamin Peterson · 13 years ago
  10. 95c1662 fix for old kernels which don't have epoll_create1 by Benjamin Peterson · 13 years ago
  11. 2fb9ae9 add a flags parameter to select.epoll by Benjamin Peterson · 13 years ago
  12. d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 13 years ago
  13. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  14. ac7e9e0 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  15. aa26b27 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  16. dd6098b merge 3.2 by Benjamin Peterson · 13 years ago
  17. 7d80bd1 Fix closes issue 11568 - update select.epoll.register docstring with mention of correct behavior. by Senthil Kumaran · 13 years ago
  18. 131a641 Issue #11757: select.select() now raises ValueError when a negative timeout by Antoine Pitrou · 13 years ago
  19. 0fcab4a Issue #9566: use Py_ssize_t instead of int by Victor Stinner · 13 years ago
  20. e16cda9 #9862: On AIX PIPE_BUF is broken. Make it 512. by R. David Murray · 14 years ago
  21. 222569d #6867: epoll.register() returns None. by Georg Brandl · 14 years ago
  22. e0edb8b Merged revisions 79894-79895,80098,80120 via svnmerge from by Benjamin Peterson · 14 years ago
  23. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  24. d856ab6 Merged revisions 79866-79867 via svnmerge from by Benjamin Peterson · 14 years ago
  25. c0e22b7 Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge from by Georg Brandl · 14 years ago
  26. 1baf465 Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from by Benjamin Peterson · 15 years ago
  27. d83f1e6 Merged revisions 76108 via svnmerge from by Antoine Pitrou · 15 years ago
  28. e52e378 Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from by Alexandre Vassalotti · 15 years ago
  29. ace3102 Merged revisions 73916 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  30. b970b86 Merged revisions 73818 via svnmerge from by Gregory P. Smith · 15 years ago
  31. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  32. 17c7cd8 Replace PyNumber_Int with PyNumber_Long. by Mark Dickinson · 15 years ago
  33. 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 16 years ago
  34. d492ad8 Merged revisions 65182 via svnmerge from by Georg Brandl · 16 years ago
  35. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago
  36. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  37. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  38. f6cd967 Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,61935,61938,61943 via svnmerge from by Christian Heimes · 16 years ago
  39. 4fbc72b Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,61714-61716,61718-61722 via svnmerge from by Christian Heimes · 16 years ago
  40. c36625b Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful for later versions of MSVC. VS6 claims that fortran is a reserved word by Christian Heimes · 16 years ago
  41. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  42. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  43. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  44. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  45. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  46. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  47. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  48. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  49. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  50. 0f46bbf Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint by Neal Norwitz · 19 years ago
  51. e5dd162 [Bug #923315] Produce correct result on AIX by Andrew M. Kuchling · 20 years ago
  52. e62c5c8 Added configure check for broken poll() on some unix systems (MacOS X 10.3) by Nicholas Bastin · 20 years ago
  53. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  54. 62dba4c select.select() now accepts a sequence (as defined by PySequence_Fast()) for by Brett Cannon · 21 years ago
  55. 5f322d3 SF bug 684667: Modules/selectmodule.c returns NULL without exception set. by Tim Peters · 21 years ago
  56. 47ec6c0 Don't use PyNumber_Float() since it's is nearly useless. Instead, rely on by Neil Schemenauer · 22 years ago
  57. 08c4cc4 Use PyInt_AsLong instead of PyInt_AS_LONG after the call to by Walter Dörwald · 22 years ago
  58. 7bdabe6 I did fix too much - including winsock.h is sufficient. by Thomas Heller · 22 years ago
  59. 106f4c7 On Windows, call WSAGetLastError() to retrieve the error number. by Thomas Heller · 22 years ago
  60. 77c72bb SF patch #577031, remove PyArg_Parse() since it's deprecated by Neal Norwitz · 22 years ago
  61. 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
  62. 0c32279 Removed more stray instances of statichere, but left _sre.c alone. by Tim Peters · 22 years ago
  63. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  64. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  65. 3e12905 Remove unused static function by Neal Norwitz · 22 years ago
  66. 4baedc1 Use the PyModule_Add*() APIs instead of manipulating the module dict directly. by Fred Drake · 22 years ago
  67. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  68. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 22 years ago
  69. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  70. a0dfc85 Fix SF bug #474538: Memory (reference) leak in poller.register (Dave Brueck) by Guido van Rossum · 23 years ago
  71. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  72. 4b046c2 Stop adding 3 to FD_SETSIZE -- it makes no sense. If it turns out it by Tim Peters · 23 years ago
  73. 2f70455 Fixed a couple of minor formatting nits where lines were > 79 columns wide. by Barry Warsaw · 23 years ago
  74. b44740f select_select(): Closing bug #448351 the easy way, i.e. by changing by Barry Warsaw · 23 years ago
  75. dff3a37 Make more warnings go away on the SGI compiler. by Fred Drake · 23 years ago
  76. 737fbb3 [Bug #438050] by Andrew M. Kuchling · 23 years ago
  77. 7b87f85 Add :method info to the PyArg_ParseTuple() format strings for poll objects. by Fred Drake · 23 years ago
  78. 1ca8bb3 RISCOS changes by dschwertberger by Guido van Rossum · 23 years ago
  79. d92dfe0 SF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41). Boosted to 512. by Tim Peters · 24 years ago
  80. 36d97eb Add #ifdef's for platforms that don't have the constants POLLRDNORM and by Andrew M. Kuchling · 24 years ago
  81. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  82. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  83. 8ce159a Peter Schneider-Kamp <nowonder@nowonder.de>: by Fred Drake · 24 years ago
  84. 239f836 Not every OS that support poll seems to support POLLMSG. by Sjoerd Mullender · 24 years ago
  85. cf96dc8 Add interface to poll() system call (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  86. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  87. bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
  88. ba48a3f Remove unused variable. by Thomas Wouters · 24 years ago
  89. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  90. 9f28a03 Use PyObject_AsFileDescriptor by Andrew M. Kuchling · 24 years ago
  91. e4b4863 One more include of limits.h (possibly to be moved elsewhere when there is by Jack Jansen · 24 years ago
  92. 41c36ff ANSI-fication by Peter Schneider-Kamp · 24 years ago
  93. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  94. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  95. 3262e16 Trent Mick: by Guido van Rossum · 24 years ago
  96. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  97. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  98. 947a0fa According to Ron Bickers, and with apparent approval of Chris by Guido van Rossum · 24 years ago
  99. ff7e83d Patch by Mark Hammond to avoid certain header files on Windows/CE. by Guido van Rossum · 25 years ago
  100. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago