summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-10-02 03:17:29 (GMT)
committerGuido van Rossum <guido@python.org>1998-10-02 03:17:29 (GMT)
commitb7c61318d8e1f5695dc25e2373fa96a227041e20 (patch)
treeeae6cc934657154108dfe649dbebbb45640e1bab
parent96372a2657a471ffbba4bc50b976535a03d537d0 (diff)
downloadcpython-b7c61318d8e1f5695dc25e2373fa96a227041e20.zip
cpython-b7c61318d8e1f5695dc25e2373fa96a227041e20.tar.gz
cpython-b7c61318d8e1f5695dc25e2373fa96a227041e20.tar.bz2
Up version to 1.5a2 -- we're close enough (even though I'm still
expecting some contributions).
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index fec20e1..af1b3f9 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -1 +1 @@
-#define PATCHLEVEL "1.5.2a1"
+#define PATCHLEVEL "1.5.2a2"
'>bug_3562640 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/generic
Commit message (Expand)AuthorAgeFilesLines
...
* * doc/socket.n: Document the changes to the [socket] and rmax2010-09-282-2/+151
* fix error with --enable-symbols=compileMiguel Sofer2010-09-271-9/+9
* * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-2712-772/+483
* * generic/tclVar.c: use the macro HasLocalVars everywhereMiguel Sofer2010-09-271-4/+3
* * generic/tclOOMethod.c (ProcedureMethodVarResolver): avoid codeMiguel Sofer2010-09-261-51/+10
* * tests/stringComp.test: improved string test coveragehobbs2010-09-251-97/+71
* Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a...nijtmans2010-09-231-1/+5
* * generic/tclCmdAH.c: Fix cases where value returned bydgp2010-09-23