1. 6623906 SF #633013, Fix NIS causing interpreter core dump by Neal Norwitz · 22 years ago
  2. ba3a16c Remove METH_OLDARGS: by Neal Norwitz · 22 years ago
  3. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
  4. e75e6d0 Move declaration of 'clnt_create()' NIS function to pyport.h, as it's by Thomas Wouters · 24 years ago
  5. bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
  6. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  7. 39e0e5a ANSI-fication by Peter Schneider-Kamp · 24 years ago
  8. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  9. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  10. 61b705a Patch by Fred Gansevles (the module's original author). by Guido van Rossum · 24 years ago
  11. 7e48898 Use the t# format where appropriate. Greg Stein. by Guido van Rossum · 26 years ago
  12. c501583 Make gcc -Wall happy. by Guido van Rossum · 26 years ago
  13. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  14. 4bc9d39 Nailed a couple of memory leaks, caught by Purify. by Barry Warsaw · 28 years ago
  15. 1abda0f cat and puste errors by Barry Warsaw · 28 years ago
  16. 3696c52 nis_maplist(): Use check of yp_get_default_domain() return value by Barry Warsaw · 28 years ago
  17. adbf4e6 Renamed, and bug fixed: by Barry Warsaw · 28 years ago
  18. 259552d Added ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  19. 8a170cb Rearrange include headers (needed on some platforms). by Guido van Rossum · 28 years ago
  20. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  21. e77a757 * nismodule.c: database keys and values can contain null bytes. be more by Guido van Rossum · 31 years ago
  22. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  23. 3562d52 Added error handling and free resources. by Guido van Rossum · 32 years ago
  24. 9de7a01 NIS interface by Fred Gansevles <Fred.Gansevles@cs.utwente.nl>. by Guido van Rossum · 32 years ago