summaryrefslogtreecommitdiff
path: root/Modules/grpmodule.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-34604: Use %R because of invisible characters or trailing whitespaces. (G...Serhiy Storchaka2018-12-051-1/+1
* [3.7] bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (...William Grzybowski2018-09-091-1/+1
* [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)Serhiy Storchaka2017-06-281-0/+1
* - Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-6/+6
|\
| * Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-6/+6
* | Issue #26129: Deprecated accepting non-integers in grp.getgrgid().Serhiy Storchaka2016-01-181-5/+16
|/
* Issue #23501: Argumen Clinic now generates code into separate files by default.Serhiy Storchaka2015-04-031-2/+1
* merge with 3.4Georg Brandl2014-10-021-4/+4
|\
| * Closes #19342: improve docstrings in grp module.Georg Brandl2014-10-021-6/+6
* | Issue #20152: Convert the grp module to Argument Clinic.Brett Cannon2014-08-221-26/+53
|/
* Issue #16136: Remove VMS support and VMS-related codeChristian Heimes2013-12-211-5/+0
* Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Than...Mark Dickinson2013-08-051-1/+1
|\
| * Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok.Mark Dickinson2013-08-051-1/+1
* | Issue #18520: Add a new PyStructSequence_InitType2() function, same thanVictor Stinner2013-07-221-3/+8
|/
* Issue #4591: Uid and gid values larger than 2**31 are supported now.Serhiy Storchaka2013-02-101-5/+12
* #775964: skip YP/NIS entries instead of failing the testR. David Murray2010-12-141-1/+3
* Include structseq.h in Python.h, and remove now-redundant includes in individ...Georg Brandl2010-11-301-1/+0
* Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a UnicodeVictor Stinner2010-05-151-2/+1
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-23/+23
* Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding,Victor Stinner2010-05-071-6/+3
* Merged revisions 73016 via svnmerge fromMartin v. Löwis2009-05-291-1/+1
* Issue #4859: Implement PEP 383 for pwd, spwd, and grp.Martin v. Löwis2009-05-291-15/+21
* Replace PyNumber_Int with PyNumber_Long.Mark Dickinson2009-01-171-1/+1
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-3/+17
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-2/+2
* Replace PyObject_Unicode with PyObject_Str everywhere, and remove theThomas Heller2007-11-151-1/+1
* Use unicodeNeal Norwitz2007-08-261-5/+5
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-12/+24
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+4
* 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
* grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the errorBarry Warsaw2004-01-201-2/+2
* Patch #708495: Port more stuff to OpenVMS.Martin v. Löwis2003-05-031-0/+5
* Deal with a NULL gr_passwd. Reported by Anders Qvist.Martin v. Löwis2002-09-171-1/+6
* 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-4/+4
* Patch #523268, #522027: return enhanced tuples.Martin v. Löwis2002-03-011-8/+51
* Got rid of a few more NeXT ifdefs. The last, I think.Jack Jansen2002-02-011-6/+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
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* ANSI-fication of the sources, convert to 4-space indents.Fred Drake2000-07-081-70/+97
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Nailed a couple of memory leaks, caught by Purify.Barry Warsaw1997-01-091-0/+2
* Eradicated all references to getintarg and getstrarg and substituded theRoger E. Masse1996-12-181-5/+2
* Opps, left out two defines needed for argument parsing.Roger E. Masse1996-12-181-0/+3
* Renamed.Roger E. Masse1996-12-181-28/+27