summaryrefslogtreecommitdiffstats
path: root/Doc/includes
Commit message (Expand)AuthorAgeFilesLines
...
* | Merged revisions 76433 via svnmerge fromJesse Noller2009-11-211-364/+0
* | #6732: fix return value of module init function in example.Georg Brandl2009-09-011-0/+1
* | #6814: remove traces of xrange().Georg Brandl2009-09-011-3/+3
* | Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1
|/
* Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge fromGeorg Brandl2009-05-251-3/+4
* #5938: use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT in noddy examp...Georg Brandl2009-05-054-4/+4
* Merged revisions 71814-71817,71901-71903 via svnmerge fromGeorg Brandl2009-04-271-1/+1
* Merged revisions 71874,71882,71890 via svnmerge fromJeroen Ruigrok van der Werven2009-04-264-7/+4
* Issue #1717, continued: Doc fixes and other cleanup relatedMark Dickinson2009-02-026-6/+6
* Issue #1717: documentation fixes related to the cmp removal.Mark Dickinson2009-02-011-1/+6
* return the module object from PyMODINIT_FUNCBenjamin Peterson2008-12-244-0/+4
* #4504, #4505: Update noddy examples in "Extending & Embedding".Georg Brandl2008-12-056-134/+137
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-307-0/+21
* Fix mp example, remove fix_logger callJesse Noller2008-11-281-1/+0
* 2to3 run of multiprocessing examples.Christian Heimes2008-11-286-177/+177
* Fix a grammar mistake in a comment.Alexandre Vassalotti2008-10-251-3/+3
* More improvements to pickle's documentation.Alexandre Vassalotti2008-10-241-8/+6
* Improve pickle's documentation.Alexandre Vassalotti2008-10-181-0/+88
* Merged revisions 65864 via svnmerge fromBenjamin Peterson2008-08-195-10/+10
* Fix last traces of old threading API.Georg Brandl2008-06-131-1/+1
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-117-0/+1433
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-8/+38
* Same documentation for sqlite3 module as in 2.6.Gerhard Häring2008-03-291-0/+16
* Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,...Christian Heimes2008-02-031-0/+48
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-022-3/+3
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-1/+1
* Get rid of more uses of string and use unicodeNeal Norwitz2007-10-274-15/+15
* Fix more lingering print statements.Collin Winter2007-08-301-8/+8
* Move the 3k reST doc tree in place.Georg Brandl2007-08-1544-0/+2121
s_c_encoder'>core_zip_vfs_c_encoder 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/unix/tclUnixPipe.c
Commit message (Expand)AuthorAgeFilesLines
* [1211aceef2] Fix refcount management of TclpTempFileName() that caused leak.dgp2014-07-111-2/+4
* Correct the interest masks in the Tcl_CreateFileHandler() calls in PipeWatchP...dgp2014-05-311-2/+2
|\
| * Correct the interest masks in the Tcl_CreateFileHandler() calls indgp2014-05-311-2/+2
| * * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overridingdkf2012-11-141-2/+51
| |\
| | * Backport from Tcl 8.6.dkf2012-11-141-2/+40
* | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factordkf2012-11-141-32/+11
* | | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-31/+33
* | | Purge use of Tcl_AppendElement, and corrected conversion of PIDs to integerdkf2012-07-311-9/+11
* | | 1189293 Make "<<" binary safe.dgp2012-07-051-1/+1
|\ \ \ | |/ /
| * | 1189293 Make "<<" binary safe.dgp2012-07-051-1/+1
| |\ \ | | |/
| | * 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293dgp2012-07-021-1/+1
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-4/+4
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * unix/tclUnixPipe.c (TclpCreateProcess): for USE_VFORK: ensure standarddas2006-08-021-1/+18
| | * * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-201-3/+4
| | * Backport of fix for [Bug 1245953]dkf2005-07-281-2/+2
| | * bug 1225727Kevin B Kenny2005-06-221-1/+22
| | * TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-2/+4
| | * silence compiler warningdgp2004-06-081-2/+2
| | * Silence compiler warningsdgp2004-06-081-3/+1
| * | Use correct TCL_LL_MODIFIER for CYGWIN.nijtmans2010-01-291-8/+25
* | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp)nijtmans2010-04-22