1. 77c72bb SF patch #577031, remove PyArg_Parse() since it's deprecated by Neal Norwitz · 22 years ago
  2. 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
  3. 0c32279 Removed more stray instances of statichere, but left _sre.c alone. by Tim Peters · 22 years ago
  4. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  5. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  6. 3e12905 Remove unused static function by Neal Norwitz · 22 years ago
  7. 4baedc1 Use the PyModule_Add*() APIs instead of manipulating the module dict directly. by Fred Drake · 22 years ago
  8. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  9. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  10. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  11. a0dfc85 Fix SF bug #474538: Memory (reference) leak in poller.register (Dave Brueck) by Guido van Rossum · 23 years ago
  12. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  13. 4b046c2 Stop adding 3 to FD_SETSIZE -- it makes no sense. If it turns out it by Tim Peters · 23 years ago
  14. 2f70455 Fixed a couple of minor formatting nits where lines were > 79 columns wide. by Barry Warsaw · 23 years ago
  15. b44740f select_select(): Closing bug #448351 the easy way, i.e. by changing by Barry Warsaw · 23 years ago
  16. dff3a37 Make more warnings go away on the SGI compiler. by Fred Drake · 23 years ago
  17. 737fbb3 [Bug #438050] by Andrew M. Kuchling · 23 years ago
  18. 7b87f85 Add :method info to the PyArg_ParseTuple() format strings for poll objects. by Fred Drake · 23 years ago
  19. 1ca8bb3 RISCOS changes by dschwertberger by Guido van Rossum · 23 years ago
  20. d92dfe0 SF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41). Boosted to 512. by Tim Peters · 24 years ago
  21. 36d97eb Add #ifdef's for platforms that don't have the constants POLLRDNORM and by Andrew M. Kuchling · 24 years ago
  22. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  23. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  24. 8ce159a Peter Schneider-Kamp <nowonder@nowonder.de>: by Fred Drake · 24 years ago
  25. 239f836 Not every OS that support poll seems to support POLLMSG. by Sjoerd Mullender · 24 years ago
  26. cf96dc8 Add interface to poll() system call (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  27. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  28. bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
  29. ba48a3f Remove unused variable. by Thomas Wouters · 24 years ago
  30. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  31. 9f28a03 Use PyObject_AsFileDescriptor by Andrew M. Kuchling · 24 years ago
  32. e4b4863 One more include of limits.h (possibly to be moved elsewhere when there is by Jack Jansen · 24 years ago
  33. 41c36ff ANSI-fication by Peter Schneider-Kamp · 24 years ago
  34. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  35. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  36. 3262e16 Trent Mick: by Guido van Rossum · 24 years ago
  37. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  38. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  39. 947a0fa According to Ron Bickers, and with apparent approval of Chris by Guido van Rossum · 25 years ago
  40. ff7e83d Patch by Mark Hammond to avoid certain header files on Windows/CE. by Guido van Rossum · 25 years ago
  41. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  42. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  43. d20781b On Windows, put the select file descriptor arrays on the heap. by Guido van Rossum · 26 years ago
  44. 1d8fb2d Added doc strings. by Guido van Rossum · 26 years ago
  45. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  46. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  47. 529fcfe list2set(): correct return value (an int, not a PyObject*). by Barry Warsaw · 28 years ago
  48. 24c4b3d list2set(): PyList_GetItem could fail. by Barry Warsaw · 28 years ago
  49. c1cb360 Reworked to eliminate all potential memory problems, including by Barry Warsaw · 28 years ago
  50. e4ac0aa Several changes... Guido *please* take a look! by Barry Warsaw · 28 years ago
  51. 3727317 Add ``extern void bzero();'' for SGI, to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  52. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  53. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  54. 6f489d9 Slightly different Windows ifdefs by Guido van Rossum · 28 years ago
  55. 4f0fbf8 Yet another pass at fd2obj -- this time for Windows by Guido van Rossum · 28 years ago
  56. 07432c0 fix subtle refcnt bug by Guido van Rossum · 29 years ago
  57. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  58. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  59. 78ed420 Fixed a couple of bugs: getargs doesn't use % escapes, and seconds by Sjoerd Mullender · 31 years ago
  60. c7a2270 * selectmodule.c (select_select): timeout argument may be None with same by Guido van Rossum · 31 years ago
  61. a849b83 * selectmodule.c: fix (another!) two memory leaks -- this time in list2set by Guido van Rossum · 31 years ago
  62. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  63. 6f5afc9 * ceval.c: ifdef out the last argument passing compat hack. by Guido van Rossum · 31 years ago
  64. de126a6 Replaced max=-1 by max = -1. by Guido van Rossum · 32 years ago
  65. ff4949e * Makefile: cosmetics by Guido van Rossum · 32 years ago
  66. 4fbf798 * myselect.h: bzero -> memset by Guido van Rossum · 32 years ago
  67. 9d47992 Use "myselect.h" as intended. by Guido van Rossum · 32 years ago
  68. ed233a5 Changes for new UNIX-specific built-in module 'select' and new header for by Guido van Rossum · 32 years ago