summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* do_cmd_moreargs(),Fred Drake2000-08-031-4/+8
* Both PEP 201 Lockstep Iteration and SF patch #101030 have beenBarry Warsaw2000-08-031-0/+9
* Rob Hooft <rob@hooft.net>:Fred Drake2000-08-021-2/+8
* As requested by Fred - mention that in the future a winreg module may make a ...Mark Hammond2000-08-011-2/+3
* fixing a minor spelling mistakePeter Schneider-Kamp2000-08-011-1/+1
* Stop lying about [].pop() being experimental! There is no backing it outFred Drake2000-07-311-4/+3
* added count, extend, index, pop and remove to arraymodulePeter Schneider-Kamp2000-07-312-2/+25
* Change as suggested by Peter Funk <pf@artcom-gmbh.de>:Fred Drake2000-07-311-4/+5
* Change as suggested by Peter Funk <pf@artcom-gmbh.de>:Fred Drake2000-07-311-2/+3
* Organized a little bit; merged in some items from the 1.5.2p2 branch thatFred Drake2000-07-311-16/+46
* Update to indicate the appropriate version of LaTeX2HTML. Update pointerFred Drake2000-07-311-8/+6
* Many changes to work with newer versions of LaTeX2HTML. This has beenFred Drake2000-07-311-208/+129
* Small changes to reflect changes in LaTeX2HTML support for newer versionsFred Drake2000-07-312-3/+8
* Two minor nits from Gerry Weiner (no working email address) aboutFred Drake2000-07-311-3/+3
* Always pass the split level to LaTeX2HTML as a command line option sinceFred Drake2000-07-311-4/+4
* Moshe Zadka <mzadka@geocities.com>:Fred Drake2000-07-311-0/+9
* Update, 'cause Guido said it should be this way.Fred Drake2000-07-311-4/+4
* Finally fixed the much-reported bug about "~" in a couple of example.Fred Drake2000-07-281-2/+2
* Second round of curses documentation improvements. Completes and extendsEric S. Raymond2000-07-271-17/+38
* Rip out the information about the PSA, since the fate of that is notFred Drake2000-07-271-13/+9
* Document tiget{flag,num,str}Andrew M. Kuchling2000-07-261-0/+21
* Add entries for the distutils documents to the directories table.Fred Drake2000-07-251-0/+2
* Only use one initialization file for LaTeX2HTML; more recent versions onlyFred Drake2000-07-241-4/+5
* Fix small typos and markup consistency nits.Fred Drake2000-07-242-15/+16
* First round of curses documentation improvements; correct errors, flesh outEric S. Raymond2000-07-241-109/+170
* added doc for isatty()Skip Montanaro2000-07-191-0/+6
* added documentation for new functions {get,set}_history_lengthSkip Montanaro2000-07-191-0/+11
* More of Rob W. W. Hooft's spelling fixes. The only ones left now are theThomas Wouters2000-07-165-12/+12
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-1661-92/+92
* Document the second round of ConfigParser changes.Eric S. Raymond2000-07-141-1/+14
* Document PyObject_AsFileDescriptorAndrew M. Kuchling2000-07-132-0/+10
* Improve the descriptions of expected exceptions for __getitem__(),Fred Drake2000-07-131-4/+14
* From Sam Rushing's Medusa, via SF patch #100858: add & documentAndrew M. Kuchling2000-07-131-0/+20
* Documentation for the gc module. Text from Neil SchemenauerFred Drake2000-07-123-0/+108
* Resynchronize the TeX docs with (a) the module docstring, and (b) my recentEric S. Raymond2000-07-121-2/+2
* Moshe Zadka <mzadka@geocities.com>:Fred Drake2000-07-111-8/+29
* Change the table in the pyexpat.errors module to a series of datadescFred Drake2000-07-111-21/+64
* Give ConfigParser the capability to set as well as read options, and to writeEric S. Raymond2000-07-101-0/+17
* needs a spaceGreg Stein2000-07-091-1/+1
* Document addition of webbrowser.pyAndrew M. Kuchling2000-07-091-0/+14
* Remove the only Py_PROTO in the docs.Fred Drake2000-07-091-1/+1
* Minor revisions similar to some information in the new docstrings.Fred Drake2000-07-081-2/+4
* Rearrange order of sectionsAndrew M. Kuchling2000-07-081-67/+72
* Markup improvements in sections relating to interactive behavior.Fred Drake2000-07-081-45/+51
* Add an entry for the KDE File Manager support from Peter Funk.Fred Drake2000-07-071-3/+8
* Added new APIs and fixed some other Unicode ones (missing * orMarc-André Lemburg2000-07-071-56/+78
* Added docs for the new Unicode and string APIs.Marc-André Lemburg2000-07-071-7/+52
* New module webbrowser. Easy-to-use controller objects to make using aFred Drake2000-07-073-0/+97
* Clean up markup to be more like recommended practice; only small changesFred Drake2000-07-061-6/+8
* Correct a markup nit that caused a space to be dropped from the HTMLFred Drake2000-07-061-2/+2
tion> Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | defined new macros to get/set the flags of variables.Miguel Sofer2004-10-255-35/+64
| |
* | * generic/tclBasic.c (Tcl_LogCommandInfo,Tcl_AddObjErrorInfo):dgp2004-10-244-78/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Shift the initialization of errorCode to NONE to more central location. * generic/tclEvent.c (BgError,Tcl_BackgroundError,HandleBgErrors): Rewrite to build on the new TclGet/SetReturnOptions routines. * generic/tclResult.c (TclGetReturnOptions): Add call to Tcl_AddObjErrorInfo to be sure error fields are initialized. * generic/tclResult.c (TclTransferResult): Rewrite to build on the new TclGet/SetReturnOptions routines.
* | Even more cleaning updkf2004-10-221-12/+10
| |
* | Further cleaning up of the docsdkf2004-10-221-10/+18
| |
* | Add *very* basic test suite for modules, and tighten up the doc styledkf2004-10-223-109/+134
| |
* | Make ensembles report shorter error traces that conceal more of how thedkf2004-10-223-9/+14
| | | | | | | | ensemble implements itself. This is usually the right thing to do.
* | * library/clock.tcl: Fixed a typo where the fallback time zoneKevin B Kenny2004-10-223-5/+37
| | | | | | | | | | | | | | | | | | became ::localtime instead of :localtime. Fixed a bug where time zone names containing hyphens could not be loaded. Thanks to Todd M. Helfter <tmh@jumpgate.itsp.purdue.edu> for finding these bugs. * tests/clock.test: Added regression test cases that covers both bugs.
* | Whitespace policedkf2004-10-221-25/+25
| |
* | Standardize way of calling object freeIntRepProcs...dkf2004-10-223-18/+24
| |
* | * generic/tclVar.c: fixed bug in commit of 2004-07-23, which wasMiguel Sofer2004-10-222-4/+8
| | | | | | | | | | | | causing a leak of Proc structures and failure of compile-12.1. Two lines were 'zombies' from the previous way localVarNames worked. Credit dgp for finding this.
* | * generic/tclInt.h (Interp):dgp2004-10-214-55/+121
| | | | | | | | | | | | | | | | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp): * generic/tclResult.c (GetKeys,ReleaseKeys,etc.): Moved the key values of the return options dictionary out of private fields of the Interp struct and into thread-static values managed in tclResult.c.
* | * generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd):dgp2004-10-216-280/+395
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated to call the new TclGet/SetReturnOptions routines to do much of their work. * generic/tclInt.h (TclGetReturnOptions,TclSetReturnOptions): * generic/tclResult.c (TclGetReturnOptions,TclSetReturnOptions): New utility routines to get/set the return options of an interp. Intent is that these routines will be converted to public routines after TIP approval. * generic/tclCmdMZ.c (TclProcessReturn,TclMergeReturnOptions): * generic/tclResult.c (TclProcessReturn,TclMergeReturnOptions): Move internal utility routines from tclCmdMZ.c to tclResult.c. * generic/tclBasic.c (Tcl_CreateInterp, Tcl_DeleteInterp): * generic/tclResult.c (TclTransferResult): Rework so that iPtr->returnOpts can be NULL when there are no special options. * generic/tclResult.c (TclRestoreInterpState): Plug potential memory leak.
* | doubled speed of clock formatKevin B Kenny2004-10-215-277/+270
| |
* | * win/Makefile.in (install-msgs): Fixed a problem with theandreas_kupries2004-10-202-3/+12
| | | | | | | | | | | | | | | | * win/Makefile.in (install-tzdata): installation of timezone data and message catalogs. They used the installed tcl library directory, not the source library. Before it was installed. Switched to source lib dir. Thanks to Kevin for the help in figuring this out.
* | Whitespace police and other style fixesdkf2004-10-201-233/+216
| |
* | * generic/tclThreadTest.c (ThreadEventProc): Corrected subtledgp2004-10-202-2/+11
| | | | | | | | | | | | | | | | bug where the returned (char *) from Tcl_GetStringResult(interp) continued to be used without copying or refcounting, while activity on the interp continued. That's not safe, and recent changes demonstrated the lack of safety with failing tests thread-4.3 and thread-4.5.
* | Stop losing result codes in [dict with] in some circumstancesdkf2004-10-193-4/+20
| |
* | Added Itcl acknowledgment.dgp2004-10-191-0/+1
| |
* | * generic/tclInt.h (Tcl*InterpState): New internal routinesdgp2004-10-199-150/+249
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclResult.c (Tcl*InterpState): TclSaveInterpState, TclRestoreInterpState, and TclDiscardInterpState are superior replacements for Tcl_(Save|Restore|Discard)Result. Intent is that these routines will be converted to public routines after TIP approval. * generic/tclBasic.c (TclEvalObjvInternal): * generic/tclDictObj.c (DictUpdateCmd, DictWithCmd): * generic/tclIOGT.c (ExecuteCallback): * generic/tclTrace.c (Trace*Proc,TclCheck*Traces,TclCallVarTraces): Callers of Tcl_*Result updated to call the new routines. The calls were relocated in several cases to perform save/restore operations only when needed. * generic/tclEvent.c (HandleBgErrors): * generic/tclFCmd.c (CopyRenameOneFile): Calls to Tcl_*Result that were eliminated because they appeared to serve no useful purpose, typically saving/restoring an error message, only to throw it away.
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp):dgp2004-10-188-142/+121
| | | | | | | | | | | | | | | | | | | | | | | | * generic/tclCmdAH.c (Tcl_CatchObjCmd): * generic/tclCmdMZ.c (TclMergeReturnOptions,TclProcessReturn): * generic/tclCompCmds.c (TclCompileReturnCmd): * generic/tclExecute.c (TclCompEvalObj): * generic/tclInt.h (Interp): * generic/tclProc.c (TclUpdateReturnInfo): Place primary storage of the -level and -code information in private fields of the Interp struct, rather than in a DictObj. This should significantly improve performance of TclUpdateReturnInfo.
* | generic/tclResult.c: removed unused variable [Bug 1048588].Miguel Sofer2004-10-172-2/+6
| |
* | * generic/tclCmdMZ.c (TclProcessReturn): Now that primarydgp2004-10-153-45/+36
| | | | | | | | | | | | | | * generic/tclProc.c (TclUpdateReturnInfo): storage for the errorInfo and errorCode values are internal fields, we can set them at the time of the [return] command, and not have to wait until the specified number of "-level"s have popped.
* | Remove unused variabledgp2004-10-151-2/+1
| |
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-15