summaryrefslogtreecommitdiffstats
path: root/Modules/pwdmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-1/+1
* Get the locale and pwd tests working on the Solaris box where thereNeal Norwitz2007-10-271-2/+5
* Use unicode for password modulesNeal Norwitz2007-08-241-2/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+5
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-141-2/+2
* pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improvement to the errorBarry Warsaw2004-01-201-2/+4
* - The pwd module incorrectly advertised its struct type asGuido van Rossum2003-10-231-0/+2
* Patch #614055: Support OpenVMS.Martin v. Löwis2002-12-061-0/+8
* Deal with NULL fields in mkpwent.Martin v. Löwis2002-09-171-1/+12
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-14/+16
* Remove unused variable reported by Walter DörwaldNeal Norwitz2002-04-151-1/+1
* initpwd(): Clean up initialization, avoid PyModule_GetDict().Fred Drake2002-04-131-4/+4
* Remove METH_OLDARGS:Neal Norwitz2002-03-311-4/+4
* Add missing typecast.Neil Schemenauer2002-03-291-1/+2
* Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS.Neal Norwitz2002-03-251-4/+2
* OS/2 EMX port changes (Modules part of patch #450267):Andrew MacIntyre2002-03-031-0/+4
* Patch #523268, #522027: return enhanced tuples.Martin v. Löwis2002-03-011-12/+59
* Got rid of a few more NeXT ifdefs. The last, I think.Jack Jansen2002-02-011-7/+0
* Make sure we close the group and password databases when we are done withFred Drake2001-03-111-0/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Chris Herborth <chrish@pobox.com>:Fred Drake2000-08-151-12/+0
* Use METH_OLDARGS instead of numeric constant 0 in method def. tablesAndrew M. Kuchling2000-08-031-3/+3
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* ANSI-ficationPeter Schneider-Kamp2000-07-101-11/+4
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-0/+12
* Doc strings added by Mitch Chapman.Guido van Rossum1998-03-031-4/+32
* Added configuration tests for presence of alarm(), pause(), and getpwent()Guido van Rossum1997-08-221-0/+4
* Nailed a couple of memory leaks, caught by Purify.Barry Warsaw1997-01-091-0/+1
* Minor formatting changes.Barry Warsaw1996-12-191-10/+11
* Renamed.Barry Warsaw1996-12-111-23/+29
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-12/+19
* patches for NeXT weirdnessGuido van Rossum1995-02-071-0/+7
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-98/+2
* Makefile, import.c: Lance's alternative module search (allow .pyc fileGuido van Rossum1993-10-151-1/+0
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-36/+17
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Use getargs() function.Guido van Rossum1992-01-271-4/+4
* Raise KeyError instead of RuntimeError when a uid or name (etc) is not found.Guido van Rossum1991-12-241-4/+4
* Initial revisionGuido van Rossum1991-04-101-0/+222