| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-91320: Use _PyCFunction_CAST() (#92251) | Victor Stinner | 2022-05-03 | 1 | -3/+3 |
* | gh-91217: deprecate nis (GH-91606) | Brett Cannon | 2022-04-16 | 1 | -0/+6 |
* | bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914) | Victor Stinner | 2021-10-13 | 1 | -0/+1 |
* | bpo-40950: Port nis module to multiphase initialization (GH-20811) | Dong-hee Na | 2020-06-12 | 1 | -45/+103 |
* | bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808) | Zackery Spytz | 2018-11-30 | 1 | -0/+1 |
* | bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) | Serhiy Storchaka | 2018-11-27 | 1 | -3/+3 |
* | bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH... | Siddhesh Poyarekar | 2018-04-29 | 1 | -2/+2 |
* | [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) | Serhiy Storchaka | 2017-06-28 | 1 | -0/+1 |
* | Issue #24300: Minor refactoring. | Raymond Hettinger | 2015-07-24 | 1 | -5/+1 |
* | Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat | Victor Stinner | 2015-03-17 | 1 | -2/+2 |
* | Remove a redundant assignment. | Brett Cannon | 2011-06-06 | 1 | -1/+1 |
* | Decode NIS data to fs encoding, using the surrogate error handler. | Martin v. Löwis | 2010-08-19 | 1 | -8/+18 |
* | Restore GIL in nis_cat in case of error. | Martin v. Löwis | 2010-08-18 | 1 | -0/+1 |
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -283/+283 |
* | Merged revisions 73873 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-07 | 1 | -1/+1 |
* | Merged revisions 64685 via svnmerge from | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -5/+8 |
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -4/+17 |
* | Use s# instead of t# for nis_match. | Martin v. Löwis | 2007-08-30 | 1 | -1/+1 |
* | Use unicode (hope it's right, I can't test it) | Neal Norwitz | 2007-08-26 | 1 | -5/+5 |
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 1 | -3/+3 |
* | Patch #1422385: Changes to nis module to support multiple NIS domains | Martin v. Löwis | 2006-02-04 | 1 | -23/+79 |
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
* | Add an #ifdef __APPLE__ around typedef of foreachfunc to match Apple's | Brett Cannon | 2004-07-10 | 1 | -0/+4 |
* | SF #633013, Fix NIS causing interpreter core dump | Neal Norwitz | 2002-11-04 | 1 | -2/+4 |
* | Remove METH_OLDARGS: | Neal Norwitz | 2002-03-31 | 1 | -8/+6 |
* | Patch #477750: Use METH_ constants in Modules. | Martin v. Löwis | 2002-01-17 | 1 | -3/+3 |
* | Move declaration of 'clnt_create()' NIS function to pyport.h, as it's | Thomas Wouters | 2001-01-21 | 1 | -1/+1 |
* | Even more ANSIfication: fix as many function pointers and declarations as | Thomas Wouters | 2000-07-22 | 1 | -1/+1 |
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -2/+2 |
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -39/+13 |
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -1/+1 |
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -2/+2 |
* | Patch by Fred Gansevles (the module's original author). | Guido van Rossum | 2000-02-29 | 1 | -27/+57 |
* | Use the t# format where appropriate. Greg Stein. | Guido van Rossum | 1998-10-08 | 1 | -1/+1 |
* | Make gcc -Wall happy. | Guido van Rossum | 1998-10-07 | 1 | -5/+7 |
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 1 | -4/+3 |
* | Nailed a couple of memory leaks, caught by Purify. | Barry Warsaw | 1997-01-09 | 1 | -7/+16 |
* | cat and puste errors | Barry Warsaw | 1996-12-11 | 1 | -2/+5 |
* | nis_maplist(): Use check of yp_get_default_domain() return value | Barry Warsaw | 1996-12-11 | 1 | -1/+5 |
* | Renamed, and bug fixed: | Barry Warsaw | 1996-12-11 | 1 | -111/+123 |
* | Added ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy. | Guido van Rossum | 1996-12-09 | 1 | -0/+5 |
* | Rearrange include headers (needed on some platforms). | Guido van Rossum | 1996-08-08 | 1 | -1/+1 |
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -6/+17 |
* | * nismodule.c: database keys and values can contain null bytes. be more | Guido van Rossum | 1993-11-03 | 1 | -6/+20 |
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 1 | -1/+1 |
* | Added error handling and free resources. | Guido van Rossum | 1992-08-12 | 1 | -54/+81 |
* | NIS interface by Fred Gansevles <Fred.Gansevles@cs.utwente.nl>. | Guido van Rossum | 1992-08-12 | 1 | -0/+292 |