index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
nismodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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