summaryrefslogtreecommitdiffstats
path: root/Modules/syslogmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ...Alexander Belopolsky2010-12-081-8/+17
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-212/+212
* Porting commit 80458 to python 3Sean Reifscheider2010-04-251-5/+10
* Port of issue8451 to python3: Syslog use sys.argv[0] for ident.Sean Reifscheider2010-04-231-15/+90
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-2/+2
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-3/+17
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-2/+3
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-3/+3
* Whoops, not sure how I screwed up the name. Now builds and passes the test.Neal Norwitz2007-08-251-2/+2
* Use unicode and add a "test" for syslogNeal Norwitz2007-08-251-7/+15
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-4/+2
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* SF bug #1086555: refcount problem in syslogRaymond Hettinger2004-12-161-3/+4
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* Use the PyModule_Add*() APIs instead of manipulating the module dictFred Drake2002-04-011-45/+32
* Do the absolute minimal amount of modifications to eradicateBarry Warsaw2000-09-011-4/+0
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* ANSI-ficationPeter Schneider-Kamp2000-07-101-22/+7
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-3/+3
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-0/+2
* Fix by Sean Reifschneider:Guido van Rossum1998-05-081-25/+38
* Add LOG_SYSLOG if defined.Guido van Rossum1998-01-191-0/+3
* (puremodule.c): New module which exports the Purify and Quantify C APIBarry Warsaw1997-01-171-4/+7
* Formatting changes, plus memory management in initsyslog()Barry Warsaw1997-01-091-90/+102
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-1/+1
* Some NeXT changes (default certain symbols to others)Guido van Rossum1996-07-301-0/+12
* changes by Steve CliftGuido van Rossum1995-10-111-80/+92
* cosmetic changes so these modules will work with the strict new naming schemeGuido van Rossum1995-01-101-4/+1
* Lance has converted his modules to the new naming conventions, andGuido van Rossum1994-08-301-114/+115
* Added some names to Setup.in, and added syslogmodule.c.Guido van Rossum1994-07-141-0/+199
_demo Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/tests/set.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge in fix for 3602706dgp2013-02-041-0/+5
|\
| * Cherrypick again. Add test.dgp2013-02-041-0/+5
| |
* | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵jan.nijtmans2012-07-291-0/+3
|/ | | | combination with tcltest86.dll to do that (Windows only)
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ | | | | more harm than good. Purged them.
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | more harm than good. Purged them.
* | add missing constraintdgp2008-02-131-2/+4
| |
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | * generic/tclTest.c (TestSetCmd2):Miguel Sofer2007-11-031-1/+8
| | | | | | | | | | | | | | * generic/tclVar.c (TclObjLookupVarEx): * tests/set.test (set-5.1): fix error branch when array name looks like array element (code not normally exercised). x
* | * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp2007-10-151-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zero strings passed as the "permissions" argument as octal numbers, even if Tcl itself no longer parses integers in that way. * unix/tclUnixFCmd.c: Revise the "-permissions" [file attribute] so that it interprets leading zero strings as octal numbers, even if Tcl itself no longer parses integers in that way. * generic/tclCompExpr.c: Corrections to code that produces * generic/tclUtil.c: extended "bad octal" error messages. * tests/cmdAH.test: Test revisions so that tests pass whether or * tests/cmdIL.test: not Tcl parses leading zero strings as octal. * tests/compExpr-old.test: * tests/compExpr.test: * tests/compile.test: * tests/expr-old.test: * tests/expr.test: * tests/incr.test: * tests/io.test: * tests/lindex.test: * tests/link.test: * tests/mathop.test: * tests/parseExpr.test: * tests/set.test: * tests/string.test: * tests/stringComp.test:
* | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009Miguel Sofer2006-10-091-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | global variables ::errorInfo, ::errorCode, ::env and ::tcl_platform: many were relying on the alternative lookup in the global namespace, that feature is tested specifically in namespace and variable tests. The modified testfiles are: apply.test, basic.test, case.test, cmdIL.test, cmdMZ.test, compExpr-old.test, error.test, eval.test, event.test, expr.test, fileSystem.test, for.test, http.test, if.test, incr-old.test, incr.test, interp.test, io.test, ioCmd.test, load.test, misc.test, namespace.test, parse.test, parseOld.test, pkg.test, proc-old.test, set.test, switch.test, tcltest.test, thread.test, var.test, while-old.test, while.test.
* | TIP#215 IMPLEMENTATIONdgp2006-02-091-1/+3
| | | | | | | | | | | | | | | | | | | | * doc/incr.n: Revised [incr] to auto-initialize when varName * generic/tclExecute.c: argument is unset. [Patch 1413115]. * generic/tclVar.c: * tests/compile.test: * tests/incr-old.test: * tests/incr.test: * tests/set.test:
* | * generic/tclTrace.c (TclCallVarTraces): Improved ability to debugdgp2004-11-03