summaryrefslogtreecommitdiffstats
path: root/Lib/plat-sunos5
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-11 15:31:33 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-11 15:31:33 (GMT)
commitca8b64461db5469fc4dc7e43cacb747046a0be53 (patch)
treea41afac14f69a0abd8ddf7cc12e52fee40d7cc53 /Lib/plat-sunos5
parent62e977f1b6d52a973304db9b0268aece99cb6c42 (diff)
parentcf4a2f29adb6bdae0b18e983250d7c48d486c9d6 (diff)
downloadcpython-ca8b64461db5469fc4dc7e43cacb747046a0be53.zip
cpython-ca8b64461db5469fc4dc7e43cacb747046a0be53.tar.gz
cpython-ca8b64461db5469fc4dc7e43cacb747046a0be53.tar.bz2
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
imp.reload(). Patch by Thomas Kluyver.
Diffstat (limited to 'Lib/plat-sunos5')
0 files changed, 0 insertions, 0 deletions
tion value='bug_3564735'>bug_3564735 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/tclLoadShl.c
Commit message (Expand)AuthorAgeFilesLines
* Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-2/+2
* TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-071-1/+1
* Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages f...jan.nijtmans2020-11-061-30/+0
|\
* | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-1/+1
|/
* Tcl headers already protect from EXTERN definesdgp2012-12-031-9/+0
|\
| * Post-header reform (long long ago now) Tcl headers take care of their owndgp2012-12-03