| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #20437: Fixed 22 potential bugs when deleting objects references. | Serhiy Storchaka | 2014-02-09 | 1 | -2/+1 |
|\ |
|
| * | Issue #20437: Fixed 21 potential bugs when deleting objects references. | Serhiy Storchaka | 2014-02-09 | 1 | -2/+1 |
|
|
* | | Issue #19512, #19515: remove shared identifiers, move identifiers where they | Victor Stinner | 2013-11-07 | 1 | -1/+1 |
|
|
* | | Issue #19512: add some common identifiers to only create common strings once, | Victor Stinner | 2013-11-06 | 1 | -1/+1 |
|
|
* | | Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() | Charles-Francois Natali | 2013-05-20 | 1 | -33/+33 |
|/ |
|
* | #14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog. | R David Murray | 2012-03-29 | 1 | -0/+8 |
|
|
* | Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead | Victor Stinner | 2011-10-11 | 1 | -5/+3 |
|
|
* | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -6/+8 |
|
|
* | Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ... | Alexander Belopolsky | 2010-12-08 | 1 | -8/+17 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -212/+212 |
|
|
* | Porting commit 80458 to python 3 | Sean Reifscheider | 2010-04-25 | 1 | -5/+10 |
|
|
* | Port of issue8451 to python3: Syslog use sys.argv[0] for ident. | Sean Reifscheider | 2010-04-23 | 1 | -15/+90 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -2/+2 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -3/+17 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -2/+3 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -3/+3 |
|
|
* | Whoops, not sure how I screwed up the name. Now builds and passes the test. | Neal Norwitz | 2007-08-25 | 1 | -2/+2 |
|
|
* | Use unicode and add a "test" for syslog | Neal Norwitz | 2007-08-25 | 1 | -7/+15 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -4/+2 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | SF bug #1086555: refcount problem in syslog | Raymond Hettinger | 2004-12-16 | 1 | -3/+4 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
|
|
* | Use the PyModule_Add*() APIs instead of manipulating the module dict | Fred Drake | 2002-04-01 | 1 | -45/+32 |
|
|
* | Do the absolute minimal amount of modifications to eradicate | Barry Warsaw | 2000-09-01 | 1 | -4/+0 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -22/+7 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -3/+3 |
|
|
* | 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/+2 |
|
|
* | Fix by Sean Reifschneider: | Guido van Rossum | 1998-05-08 | 1 | -25/+38 |
|
|
* | Add LOG_SYSLOG if defined. | Guido van Rossum | 1998-01-19 | 1 | -0/+3 |
|
|
* | (puremodule.c): New module which exports the Purify and Quantify C API | Barry Warsaw | 1997-01-17 | 1 | -4/+7 |
|
|
* | Formatting changes, plus memory management in initsyslog() | Barry Warsaw | 1997-01-09 | 1 | -90/+102 |
|
|
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -1/+1 |
|
|
* | Some NeXT changes (default certain symbols to others) | Guido van Rossum | 1996-07-30 | 1 | -0/+12 |
|
|
* | changes by Steve Clift | Guido van Rossum | 1995-10-11 | 1 | -80/+92 |
|
|
* | cosmetic changes so these modules will work with the strict new naming scheme | Guido van Rossum | 1995-01-10 | 1 | -4/+1 |
|
|
* | Lance has converted his modules to the new naming conventions, and | Guido van Rossum | 1994-08-30 | 1 | -114/+115 |
|
|
* | Added some names to Setup.in, and added syslogmodule.c. | Guido van Rossum | 1994-07-14 | 1 | -0/+199 |
|
|