| Commit message (Expand) | Author | Age | Files | Lines |
* | - Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -6/+6 |
|\ |
|
| * | Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -6/+6 |
* | | Issue #26129: Deprecated accepting non-integers in grp.getgrgid(). | Serhiy Storchaka | 2016-01-18 | 1 | -5/+16 |
|/ |
|
* | Issue #23501: Argumen Clinic now generates code into separate files by default. | Serhiy Storchaka | 2015-04-03 | 1 | -2/+1 |
* | merge with 3.4 | Georg Brandl | 2014-10-02 | 1 | -26/+53 |
|\ |
|
| * | Issue #20152: Convert the grp module to Argument Clinic. | Brett Cannon | 2014-08-22 | 1 | -26/+53 |
* | | Closes #19342: improve docstrings in grp module. | Georg Brandl | 2014-10-02 | 1 | -6/+6 |
|/ |
|
* | Issue #16136: Remove VMS support and VMS-related code | Christian Heimes | 2013-12-21 | 1 | -5/+0 |
* | Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Than... | Mark Dickinson | 2013-08-05 | 1 | -1/+1 |
|\ |
|
| * | Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok. | Mark Dickinson | 2013-08-05 | 1 | -1/+1 |
* | | Issue #18520: Add a new PyStructSequence_InitType2() function, same than | Victor Stinner | 2013-07-22 | 1 | -3/+8 |
|/ |
|
* | Issue #4591: Uid and gid values larger than 2**31 are supported now. | Serhiy Storchaka | 2013-02-12 | 1 | -5/+12 |
* | #775964: skip YP/NIS entries instead of failing the test | R. David Murray | 2010-12-14 | 1 | -1/+3 |
* | Include structseq.h in Python.h, and remove now-redundant includes in individ... | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
* | Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode | Victor Stinner | 2010-05-15 | 1 | -2/+1 |
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -23/+23 |
* | Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding, | Victor Stinner | 2010-05-07 | 1 | -6/+3 |
* | Merged revisions 73016 via svnmerge from | Martin v. Löwis | 2009-05-29 | 1 | -1/+1 |
* | Issue #4859: Implement PEP 383 for pwd, spwd, and grp. | Martin v. Löwis | 2009-05-29 | 1 | -15/+21 |
* | Replace PyNumber_Int with PyNumber_Long. | Mark Dickinson | 2009-01-17 | 1 | -1/+1 |
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -3/+17 |
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -2/+2 |
* | Replace PyObject_Unicode with PyObject_Str everywhere, and remove the | Thomas Heller | 2007-11-15 | 1 | -1/+1 |
* | Use unicode | Neal Norwitz | 2007-08-26 | 1 | -5/+5 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -12/+24 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+4 |
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
* | - Changes donated by Elemental Security to make it work on AIX 5.3 | Guido van Rossum | 2005-09-14 | 1 | -2/+2 |
* | grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the error | Barry Warsaw | 2004-01-20 | 1 | -2/+2 |
* | Patch #708495: Port more stuff to OpenVMS. | Martin v. Löwis | 2003-05-03 | 1 | -0/+5 |
* | Deal with a NULL gr_passwd. Reported by Anders Qvist. | Martin v. Löwis | 2002-09-17 | 1 | -1/+6 |
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -4/+4 |
* | Patch #523268, #522027: return enhanced tuples. | Martin v. Löwis | 2002-03-01 | 1 | -8/+51 |
* | Got rid of a few more NeXT ifdefs. The last, I think. | Jack Jansen | 2002-02-01 | 1 | -6/+0 |
* | Make sure we close the group and password databases when we are done with | Fred Drake | 2001-03-11 | 1 | -0/+1 |
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
* | ANSI-fication of the sources, convert to 4-space indents. | Fred Drake | 2000-07-08 | 1 | -70/+97 |
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -21/+6 |
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
* | Nailed a couple of memory leaks, caught by Purify. | Barry Warsaw | 1997-01-09 | 1 | -0/+2 |
* | Eradicated all references to getintarg and getstrarg and substituded the | Roger E. Masse | 1996-12-18 | 1 | -5/+2 |
* | Opps, left out two defines needed for argument parsing. | Roger E. Masse | 1996-12-18 | 1 | -0/+3 |
* | Renamed. | Roger E. Masse | 1996-12-18 | 1 | -28/+27 |
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -12/+19 |
* | patches for NeXT weirdness | Guido van Rossum | 1995-02-07 | 1 | -0/+6 |
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |