| Commit message (Expand) | Author | Age | Files | Lines |
* | Include structseq.h in Python.h, and remove now-redundant includes in individ... | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
|
|
* | Issue #8983: Corrected docstrings. | Alexander Belopolsky | 2010-08-16 | 1 | -3/+3 |
|
|
* | Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode | Victor Stinner | 2010-05-15 | 1 | -3/+1 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -110/+110 |
|
|
* | correct call | Benjamin Peterson | 2010-05-07 | 1 | -3/+1 |
|
|
* | Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding, | Victor Stinner | 2010-05-07 | 1 | -1/+1 |
|
|
* | Merged revisions 73016 via svnmerge from | Martin v. Löwis | 2009-05-29 | 1 | -0/+1 |
|
|
* | Issue #4859: Implement PEP 383 for pwd, spwd, and grp. | Martin v. Löwis | 2009-05-29 | 1 | -5/+17 |
|
|
* | remove old undocumented compat interfaces in hashlib and pwd #5881 | Benjamin Peterson | 2009-05-04 | 1 | -4/+3 |
|
|
* | 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 | -1/+1 |
|
|
* | Get the locale and pwd tests working on the Solaris box where there | Neal Norwitz | 2007-10-27 | 1 | -2/+5 |
|
|
* | Use unicode for password modules | Neal Norwitz | 2007-08-24 | 1 | -2/+2 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+5 |
|
|
* | 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 |
|
|
* | pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improvement to the error | Barry Warsaw | 2004-01-20 | 1 | -2/+4 |
|
|
* | - The pwd module incorrectly advertised its struct type as | Guido van Rossum | 2003-10-23 | 1 | -0/+2 |
|
|
* | Patch #614055: Support OpenVMS. | Martin v. Löwis | 2002-12-06 | 1 | -0/+8 |
|
|
* | Deal with NULL fields in mkpwent. | Martin v. Löwis | 2002-09-17 | 1 | -1/+12 |
|
|
* | 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 | -14/+16 |
|
|
* | Remove unused variable reported by Walter Dörwald | Neal Norwitz | 2002-04-15 | 1 | -1/+1 |
|
|
* | initpwd(): Clean up initialization, avoid PyModule_GetDict(). | Fred Drake | 2002-04-13 | 1 | -4/+4 |
|
|
* | Remove METH_OLDARGS: | Neal Norwitz | 2002-03-31 | 1 | -4/+4 |
|
|
* | Add missing typecast. | Neil Schemenauer | 2002-03-29 | 1 | -1/+2 |
|
|
* | Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. | Neal Norwitz | 2002-03-25 | 1 | -4/+2 |
|
|
* | OS/2 EMX port changes (Modules part of patch #450267): | Andrew MacIntyre | 2002-03-03 | 1 | -0/+4 |
|
|
* | Patch #523268, #522027: return enhanced tuples. | Martin v. Löwis | 2002-03-01 | 1 | -12/+59 |
|
|
* | Got rid of a few more NeXT ifdefs. The last, I think. | Jack Jansen | 2002-02-01 | 1 | -7/+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 |
|
|
* | Chris Herborth <chrish@pobox.com>: | Fred Drake | 2000-08-15 | 1 | -12/+0 |
|
|
* | Use METH_OLDARGS instead of numeric constant 0 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 1 | -3/+3 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -11/+4 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -0/+12 |
|
|
* | Doc strings added by Mitch Chapman. | Guido van Rossum | 1998-03-03 | 1 | -4/+32 |
|
|
* | Added configuration tests for presence of alarm(), pause(), and getpwent() | Guido van Rossum | 1997-08-22 | 1 | -0/+4 |
|
|
* | Nailed a couple of memory leaks, caught by Purify. | Barry Warsaw | 1997-01-09 | 1 | -0/+1 |
|
|
* | Minor formatting changes. | Barry Warsaw | 1996-12-19 | 1 | -10/+11 |
|
|
* | Renamed. | Barry Warsaw | 1996-12-11 | 1 | -23/+29 |
|
|
* | 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/+7 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -98/+2 |
|
|
* | Makefile, import.c: Lance's alternative module search (allow .pyc file | Guido van Rossum | 1993-10-15 | 1 | -1/+0 |
|
|