summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-04-08 11:20:32 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-04-08 11:20:51 (GMT)
commit29af6cee02fbe74d59c6d725a506fe60c77d37d6 (patch)
treedaa7d8cdc6601fa4a99e51c2f02a1e9aeae51ea1 /Include
parent0f04f2456a2ff996cc670342a287928ab5f9b706 (diff)
downloadcpython-3.14.0a7.zip
cpython-3.14.0a7.tar.gz
cpython-3.14.0a7.tar.bz2
Python 3.14.0a7v3.14.0a7
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 355cd1f..9ff786c 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -21,10 +21,10 @@
#define PY_MINOR_VERSION 14
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 6
+#define PY_RELEASE_SERIAL 7
/* Version as a string */
-#define PY_VERSION "3.14.0a6+"
+#define PY_VERSION "3.14.0a7"
/*--end constants--*/
3592747 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/expr.test
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c (ExprAbsFunc): Revised so that the abs()dgp2008-03-101-1/+19
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp2007-10-151-7/+7
* * generic/tclExecute.c (TclExecuteByteCode): Added code to handleKevin B Kenny2007-08-251-2/+122
* * generic/tclExecute.c: Corrected improper use of bignum argumentsdgp2007-08-081-1/+5
* Improved error reporting in test expr-47.12Kevin B Kenny2006-12-061-8/+18
* TIP#299 IMPLEMENTATIONKevin B Kenny2006-12-011-1/+92
* TIP#274 IMPLEMENTATIONdgp2006-11-051-1/+4
* * generic/tclExecute.c (INST_MOD): Corrected improper testing ofdgp2006-10-301-1/+14
* * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009Miguel Sofer2006-10-091-7/+7
* * generic/tclExecute.c: Corrected error in INST_LSHIFT in thedgp2006-09-281-1/+3
* * generic/tclExecute.c (INST_EXPON): Native type overflow detectiondgp2006-09-191-1/+7
* * generic/tclExecute.c: Corrected INST_EXPON flaw that treateddgp2006-09-111-4/+5
* * tests/expr-old.test: The remaining failing tests reported indgp2006-08-311-2/+2
* * tests/compExpr-old.test: Update existing tests to not faildgp2006-08-221-248/+177
* * tests/compExpr-old.test: add 'oldExprParser' constraint to all testsdas2006-08-021-61/+65
* * generic/tclExecute.c: Corrected flawed overflow detection indgp2006-07-261-1/+5
* * generic/tclParseExpr.c: Completely new expression parserdgp2006-07-051-2/+2
* * tests/compExpr-old.test: Updated testmathfunctions constraintdgp2006-04-061-2/+2
* * generic/tclExecute.c: Corrections to INST_EXPON detection ofdgp2006-03-251-1/+2
* * generic/tclExecute.c: Revised INST_EXPON implementation to dodgp2006-03-241-1/+7
* Added knownBug constraints.dgp2006-03-211-2/+2
* * tests/compile.test: Updated tests with changed behaviordgp2005-11-091-140/+146
* * tests/expr.test: Portable tests expr-46.13-18 [Bug 1341368]dgp2005-11-081-2/+26
* * expr.test (expr-46.13): Added test that illustratesdgp2005-11-011-1/+4
* Marked some failing tests as knownBug until they can be updated.dgp2005-10-211-8/+8
* Marked several failing tests as "knownBug" until they can be updated.dgp2005-10-211-13/+13
* TIP#237 IMPLEMENTATIONdgp2005-10-081-2/+246
* renumber expr-39.* to expr-46.*Kevin B Kenny2005-08-291-13/+13
* fix test case bracing and numberingKevin B Kenny2005-08-291-10/+10
* removed inappropriate swizzling of tcl_precisionKevin B Kenny2005-08-291-3/+1
* Bug 1275043Kevin B Kenny2005-08-291-1/+75
* Remove extra blank lines between tests so groups go together better.dkf2005-08-241-220/+1
* further untangling of Tcl_Finalize, and test cleanup on Win32 threadedKevin B Kenny2005-08-101-2/+3
* Handle abs(-0x80000000) [Bug 1241572]Kevin B Kenny2005-08-05