1. d92dfe0 SF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41). Boosted to 512. by Tim Peters · 24 years ago
  2. 36d97eb Add #ifdef's for platforms that don't have the constants POLLRDNORM and by Andrew M. Kuchling · 24 years ago
  3. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  4. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  5. 8ce159a Peter Schneider-Kamp <nowonder@nowonder.de>: by Fred Drake · 24 years ago
  6. 239f836 Not every OS that support poll seems to support POLLMSG. by Sjoerd Mullender · 24 years ago
  7. cf96dc8 Add interface to poll() system call (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  8. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  9. bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
  10. ba48a3f Remove unused variable. by Thomas Wouters · 24 years ago
  11. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  12. 9f28a03 Use PyObject_AsFileDescriptor by Andrew M. Kuchling · 24 years ago
  13. e4b4863 One more include of limits.h (possibly to be moved elsewhere when there is by Jack Jansen · 24 years ago
  14. 41c36ff ANSI-fication by Peter Schneider-Kamp · 24 years ago
  15. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  16. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  17. 3262e16 Trent Mick: by Guido van Rossum · 24 years ago
  18. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  19. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  20. 947a0fa According to Ron Bickers, and with apparent approval of Chris by Guido van Rossum · 25 years ago
  21. ff7e83d Patch by Mark Hammond to avoid certain header files on Windows/CE. by Guido van Rossum · 25 years ago
  22. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  23. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  24. d20781b On Windows, put the select file descriptor arrays on the heap. by Guido van Rossum · 26 years ago
  25. 1d8fb2d Added doc strings. by Guido van Rossum · 26 years ago
  26. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  27. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  28. 529fcfe list2set(): correct return value (an int, not a PyObject*). by Barry Warsaw · 28 years ago
  29. 24c4b3d list2set(): PyList_GetItem could fail. by Barry Warsaw · 28 years ago
  30. c1cb360 Reworked to eliminate all potential memory problems, including by Barry Warsaw · 28 years ago
  31. e4ac0aa Several changes... Guido *please* take a look! by Barry Warsaw · 28 years ago
  32. 3727317 Add ``extern void bzero();'' for SGI, to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  33. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  34. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  35. 6f489d9 Slightly different Windows ifdefs by Guido van Rossum · 28 years ago
  36. 4f0fbf8 Yet another pass at fd2obj -- this time for Windows by Guido van Rossum · 28 years ago
  37. 07432c0 fix subtle refcnt bug by Guido van Rossum · 29 years ago
  38. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  39. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  40. 78ed420 Fixed a couple of bugs: getargs doesn't use % escapes, and seconds by Sjoerd Mullender · 31 years ago
  41. c7a2270 * selectmodule.c (select_select): timeout argument may be None with same by Guido van Rossum · 31 years ago
  42. a849b83 * selectmodule.c: fix (another!) two memory leaks -- this time in list2set by Guido van Rossum · 31 years ago
  43. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  44. 6f5afc9 * ceval.c: ifdef out the last argument passing compat hack. by Guido van Rossum · 31 years ago
  45. de126a6 Replaced max=-1 by max = -1. by Guido van Rossum · 32 years ago
  46. ff4949e * Makefile: cosmetics by Guido van Rossum · 32 years ago
  47. 4fbf798 * myselect.h: bzero -> memset by Guido van Rossum · 32 years ago
  48. 9d47992 Use "myselect.h" as intended. by Guido van Rossum · 32 years ago
  49. ed233a5 Changes for new UNIX-specific built-in module 'select' and new header for by Guido van Rossum · 32 years ago