1. 9f4b860 Issue #24300: Minor refactoring. by Raymond Hettinger · 9 years ago
  2. f024d26 Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat by Victor Stinner · 9 years ago
  3. eb175c4 Remove a redundant assignment. by Brett Cannon · 13 years ago
  4. 5ea823c Decode NIS data to fs encoding, using the surrogate error handler. by Martin v. Löwis · 14 years ago
  5. dfaf9ec Restore GIL in nis_cat in case of error. by Martin v. Löwis · 14 years ago
  6. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  7. 783f86e Merged revisions 73873 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  8. 451a356 Merged revisions 64685 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  9. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  10. d24fdbc Use s# instead of t# for nis_match. by Martin v. Löwis · 17 years ago
  11. efaf629 Use unicode (hope it's right, I can't test it) by Neal Norwitz · 17 years ago
  12. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  13. 57a34e8 Patch #1422385: Changes to nis module to support multiple NIS domains by Martin v. Löwis · 18 years ago
  14. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  15. f6067ec Add an #ifdef __APPLE__ around typedef of foreachfunc to match Apple's by Brett Cannon · 20 years ago
  16. 6623906 SF #633013, Fix NIS causing interpreter core dump by Neal Norwitz · 22 years ago
  17. ba3a16c Remove METH_OLDARGS: by Neal Norwitz · 22 years ago
  18. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 22 years ago
  19. e75e6d0 Move declaration of 'clnt_create()' NIS function to pyport.h, as it's by Thomas Wouters · 23 years ago
  20. bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
  21. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  22. 39e0e5a ANSI-fication by Peter Schneider-Kamp · 24 years ago
  23. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  24. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  25. 61b705a Patch by Fred Gansevles (the module's original author). by Guido van Rossum · 24 years ago
  26. 7e48898 Use the t# format where appropriate. Greg Stein. by Guido van Rossum · 26 years ago
  27. c501583 Make gcc -Wall happy. by Guido van Rossum · 26 years ago
  28. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  29. 4bc9d39 Nailed a couple of memory leaks, caught by Purify. by Barry Warsaw · 27 years ago
  30. 1abda0f cat and puste errors by Barry Warsaw · 27 years ago
  31. 3696c52 nis_maplist(): Use check of yp_get_default_domain() return value by Barry Warsaw · 27 years ago
  32. adbf4e6 Renamed, and bug fixed: by Barry Warsaw · 27 years ago
  33. 259552d Added ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy. by Guido van Rossum · 27 years ago
  34. 8a170cb Rearrange include headers (needed on some platforms). by Guido van Rossum · 28 years ago
  35. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  36. e77a757 * nismodule.c: database keys and values can contain null bytes. be more by Guido van Rossum · 31 years ago
  37. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  38. 3562d52 Added error handling and free resources. by Guido van Rossum · 32 years ago
  39. 9de7a01 NIS interface by Fred Gansevles <Fred.Gansevles@cs.utwente.nl>. by Guido van Rossum · 32 years ago