44 Commits (62be74290aca26d16f3f55ece7ff6dad14e60e8d)

Author SHA1 Message Date
Serhiy Storchaka 62be74290a
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) 7 years ago
Serhiy Storchaka 228b12edcc Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
Serhiy Storchaka 85b0f5beb1 Added the const qualifier to char* variables that refer to readonly internal 9 years ago
Serhiy Storchaka 06515833fe Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 9 years ago
Serhiy Storchaka 505ff755d7 Issue #20437: Fixed 21 potential bugs when deleting objects references. 12 years ago
Victor Stinner bd303c165b Issue #19512, #19515: remove shared identifiers, move identifiers where they 12 years ago
Victor Stinner 090543736f Issue #19512: add some common identifiers to only create common strings once, 12 years ago
Charles-Francois Natali 74ca886788 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() 13 years ago
R David Murray eac0939ddd #14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog. 14 years ago
Victor Stinner c4f281eba3 Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead 14 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 14 years ago
Alexander Belopolsky e239d23e8c Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL 15 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
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Sean Reifscheider 7f810cd915 Porting commit 80458 to python 3 16 years ago
Sean Reifscheider ca2e61276e Fixing obscure syslog corner-case when sys.argv = None, syslog() would call 16 years ago
Sean Reifscheider 13daf12b47 Port of issue8451 to python3: Syslog use sys.argv[0] for ident. 16 years ago
Sean Reifscheider 04f4347de0 Small comment documentation change to clarify "ident" selection. 16 years ago
Sean Reifscheider f6ce3cb84e issue8451: Making syslog module use sys.argv[0] for "ident". 16 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
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Christian Heimes 05e8be17fd Merged revisions 60990-61002 via svnmerge from 18 years ago
Christian Heimes f0476e8169 Patch #1957: syslogmodule: Release GIL when calling syslog(3) 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 18 years ago
Neal Norwitz fa06e5f00f Whoops, not sure how I screwed up the name. Now builds and passes the test. 19 years ago
Neal Norwitz 8d3654db22 Use unicode and add a "test" for syslog 19 years ago
Thomas Wouters 4d70c3d9dd Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 20 years ago
Georg Brandl 96a8c3954c Make use of METH_O and METH_NOARGS where possible. 20 years ago
Neal Norwitz 1ac754fa10 Check return result from Py_InitModule*(). This API can fail. 20 years ago
Raymond Hettinger 6f5b741a46 SF bug #1086555: refcount problem in syslog 21 years ago
Mark Hammond fe51c6d66e Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype 24 years ago
Fred Drake 4baedc1d9b Use the PyModule_Add*() APIs instead of manipulating the module dict 24 years ago
Barry Warsaw 9bfd2bf5ed Do the absolute minimal amount of modifications to eradicate 26 years ago
Thomas Wouters f3f33dcf03 Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', 26 years ago
Thomas Wouters 7e47402264 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 26 years ago
Peter Schneider-Kamp 41c36ffe83 ANSI-fication 26 years ago
Guido van Rossum 43713e5a28 Massive patch by Skip Montanaro to add ":name" to as many 26 years ago
Guido van Rossum 3886bb6997 Add DL_EXPORT() to all modules that could possibly be used 27 years ago
Guido van Rossum bcc207484a Changes for BeOS, QNX and long long, by Chris Herborth. 28 years ago
Guido van Rossum ae94cf292b Fix by Sean Reifschneider: 28 years ago
Guido van Rossum 3dacdc306e Add LOG_SYSLOG if defined. 28 years ago
Barry Warsaw e886ea916e (puremodule.c): New module which exports the Purify and Quantify C API 29 years ago
Barry Warsaw 43a476ac00 Formatting changes, plus memory management in initsyslog() 29 years ago
Guido van Rossum a376cc5cc8 Keep gcc -Wall happy. 29 years ago
Guido van Rossum 63df09acfb Some NeXT changes (default certain symbols to others) 30 years ago
Guido van Rossum c1822a4dd1 changes by Steve Clift 31 years ago