Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
89cce37b31470953fe7015af84c912403578da19
/
Modules
/
nismodule.c
451a356
Merged revisions 64685 via svnmerge from
by Amaury Forgeot d'Arc
· 16 years ago
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 16 years ago
d24fdbc
Use s# instead of t# for nis_match.
by Martin v. Löwis
· 17 years ago
efaf629
Use unicode (hope it's right, I can't test it)
by Neal Norwitz
· 17 years ago
15e6274
Revert backwards-incompatible const changes.
by Martin v. Löwis
· 19 years ago
57a34e8
Patch #1422385: Changes to nis module to support multiple NIS domains
by Martin v. Löwis
· 19 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 19 years ago
f6067ec
Add an #ifdef __APPLE__ around typedef of foreachfunc to match Apple's
by Brett Cannon
· 20 years ago
6623906
SF #633013, Fix NIS causing interpreter core dump
by Neal Norwitz
· 22 years ago
ba3a16c
Remove METH_OLDARGS:
by Neal Norwitz
· 23 years ago
43b936d
Patch #477750: Use METH_ constants in Modules.
by Martin v. Löwis
· 23 years ago
e75e6d0
Move declaration of 'clnt_create()' NIS function to pyport.h, as it's
by Thomas Wouters
· 24 years ago
bd4bc4e
Even more ANSIfication: fix as many function pointers and declarations as
by Thomas Wouters
· 24 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
by Thomas Wouters
· 24 years ago
39e0e5a
ANSI-fication
by Peter Schneider-Kamp
· 24 years ago
dbd9ba6
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
by Tim Peters
· 24 years ago
b18618d
Vladimir Marangozov's long-awaited malloc restructuring.
by Guido van Rossum
· 25 years ago
61b705a
Patch by Fred Gansevles (the module's original author).
by Guido van Rossum
· 25 years ago
7e48898
Use the t# format where appropriate. Greg Stein.
by Guido van Rossum
· 26 years ago
c501583
Make gcc -Wall happy.
by Guido van Rossum
· 26 years ago
0cb96de
Apply two changes, systematically:
by Guido van Rossum
· 27 years ago
4bc9d39
Nailed a couple of memory leaks, caught by Purify.
by Barry Warsaw
· 28 years ago
1abda0f
cat and puste errors
by Barry Warsaw
· 28 years ago
3696c52
nis_maplist(): Use check of yp_get_default_domain() return value
by Barry Warsaw
· 28 years ago
adbf4e6
Renamed, and bug fixed:
by Barry Warsaw
· 28 years ago
259552d
Added ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy.
by Guido van Rossum
· 28 years ago
8a170cb
Rearrange include headers (needed on some platforms).
by Guido van Rossum
· 28 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
e77a757
* nismodule.c: database keys and values can contain null bytes. be more
by Guido van Rossum
· 31 years ago
234f942
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
by Guido van Rossum
· 31 years ago
3562d52
Added error handling and free resources.
by Guido van Rossum
· 32 years ago
9de7a01
NIS interface by Fred Gansevles <Fred.Gansevles@cs.utwente.nl>.
by Guido van Rossum
· 32 years ago