39 Commits (fe1bcb64cd2e00dcb0d1fc77f627cb538510efa6)

Author SHA1 Message Date
R. David Murray d8fec5ff08 Merged revisions 87238 via svnmerge from 15 years ago
R. David Murray ec07331eea #775964: skip YP/NIS entries instead of failing the test 15 years ago
Georg Brandl 71c23d4473 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. 15 years ago
Victor Stinner ae6265f8d0 Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Victor Stinner 97c18ab6a5 Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding, 16 years ago
Martin v. Löwis e23c8683a5 Merged revisions 73016 via svnmerge from 17 years ago
Martin v. Löwis b6a748b817 Issue #4859: Implement PEP 383 for pwd, spwd, and grp. 17 years ago
Mark Dickinson 17c7cd8d02 Replace PyNumber_Int with PyNumber_Long. 17 years ago
Marc-André Lemburg 4cc0f24857 Rename PyUnicode_AsString -> _PyUnicode_AsString and 18 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 18 years ago
Thomas Heller 519a042c7c Replace PyObject_Unicode with PyObject_Str everywhere, and remove the 18 years ago
Neal Norwitz 6777c85cba Use unicode 19 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Neal Norwitz 1ac754fa10 Check return result from Py_InitModule*(). This API can fail. 20 years ago
Guido van Rossum 8ee3e5aa93 - Changes donated by Elemental Security to make it work on AIX 5.3 21 years ago
Barry Warsaw c7a7709321 grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the error 22 years ago
Martin v. Löwis c16f3bd8a3 Patch #708495: Port more stuff to OpenVMS. 23 years ago
Martin v. Löwis ceb7c18c10 Deal with a NULL gr_passwd. Reported by Anders Qvist. 24 years ago
Mark Hammond fe51c6d66e Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype 24 years ago
Martin v. Löwis 14f8b4cfcb Patch #568124: Add doc string macros. 24 years ago
Martin v. Löwis dbd55b3737 Patch #523268, #522027: return enhanced tuples. 24 years ago
Jack Jansen 4892f2406f Got rid of a few more NeXT ifdefs. The last, I think. 24 years ago
Fred Drake 8e68eb61f2 Make sure we close the group and password databases when we are done with 25 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Thomas Wouters f3f33dcf03 Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', 26 years ago
Fred Drake 51b6bc55e3 ANSI-fication of the sources, convert to 4-space indents. 26 years ago
Guido van Rossum ffcc3813d8 Change copyright notice - 2nd try. 26 years ago
Guido van Rossum fd71b9e9d4 Change copyright notice. 26 years ago
Guido van Rossum 3886bb6997 Add DL_EXPORT() to all modules that could possibly be used 27 years ago
Barry Warsaw 4bc9d39560 Nailed a couple of memory leaks, caught by Purify. 29 years ago
Roger E. Masse ec0b4af3d4 Eradicated all references to getintarg and getstrarg and substituded the 29 years ago
Roger E. Masse cfe3b61c02 Opps, left out two defines needed for argument parsing. 29 years ago
Roger E. Masse b2b44e5b8a Renamed. 29 years ago
Guido van Rossum d266eb460e New permission notice, includes CNRI. 30 years ago
Guido van Rossum 03e8ffa345 patches for NeXT weirdness 31 years ago
Guido van Rossum 524b588553 Added 1995 to copyright message. 31 years ago
Guido van Rossum 20882d5067 Split pwd in pwd and grp; added imgformat (by Jack) 32 years ago
Guido van Rossum 21d335ed9e Makefile, import.c: Lance's alternative module search (allow .pyc file 33 years ago
Guido van Rossum e537240c25 * Changed many files to use mkvalue() instead of newtupleobject(). 33 years ago
Guido van Rossum bab9d03855 Copyright for 1992 added 34 years ago
Guido van Rossum ef0a00ec0c Use getargs() function. 34 years ago
Guido van Rossum 0e8e872ebf Raise KeyError instead of RuntimeError when a uid or name (etc) is not found. 35 years ago
Guido van Rossum 864407d112 Initial revision 35 years ago