0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
Commit Graph

204 Commits

Author SHA1 Message Date
Barry Warsaw
b885480695 bumping to 3.0rc1 2008-09-18 03:00:28 +00:00
Barry Warsaw
8509df7f9d done with 3.0 2008-08-21 03:02:47 +00:00
Barry Warsaw
57c1058c34 Bumping to 3.0b3 2008-08-21 02:39:51 +00:00
Barry Warsaw
0afe905818 Post release cleanup 2008-07-18 03:37:03 +00:00
Barry Warsaw
4bd1cefca9 Bumping to 3.0b2 2008-07-18 02:28:44 +00:00
Barry Warsaw
19b9b2ec4c Post 3.0b1 release 2008-06-19 01:45:11 +00:00
Barry Warsaw
c1e689ec96 Bump to 3.0b1 2008-06-19 00:35:43 +00:00
Barry Warsaw
4a1c213d24 Post tag updates. 2008-05-08 15:31:04 +00:00
Barry Warsaw
160b9a3c94 Bumping versions for 3.0a5 2008-05-08 11:54:13 +00:00
Barry Warsaw
f95ecf7b15 Post tag version tweak 2008-04-03 04:13:12 +00:00
Barry Warsaw
bb5cd08688 release.py induced and manual editing steps for 3.0a4. 2008-04-02 23:33:27 +00:00
Barry Warsaw
a9d499d791 Prep for 3.0a4 2008-03-01 18:38:07 +00:00
Barry Warsaw
659fc42653 Copyright and version tweaks for 3.0a3. 2008-03-01 17:45:23 +00:00
Guido van Rossum
1c9f4373d2 Show in the sys.version string (bot not elsewhere) that this is more
than the 3.0a2 release.
2008-01-02 23:19:13 +00:00
Guido van Rossum
99533a95bb Get ready for releasing 3.0a2.
(Next: update the whatsnew docs.)
2007-12-06 05:07:41 +00:00
Guido van Rossum
6643cb2a7a Tweak the version *string* to clarify that this isn't your father's 3.0a1. :-) 2007-10-20 00:05:19 +00:00
Guido van Rossum
0cfc8bd87c Update patch level to 3.0a1. We're close enough. 2007-08-30 17:20:01 +00:00
Neal Norwitz
ade612be2f This gets at least test_cmd_line working again and a few more modules built. 2006-03-17 08:27:50 +00:00
Guido van Rossum
45aecf451a Checkpoint. 218 tests are okay; 53 are failing. Done so far:
- all classes are new-style (but ripping out classobject.[ch] isn't done)
- int/int -> float
- all exceptions must derive from BaseException
- absolute import
- 'as' and 'with' are keywords
2006-03-15 04:58:47 +00:00
Martin v. Löwis
43b57805fb Drop sys.build_number. Add sys.subversion. 2006-01-05 23:38:54 +00:00
Anthony Baxter
a3bc546d2a post 2.4 release machinations 2004-11-30 13:16:15 +00:00
Anthony Baxter
e48bad7a24 preparing for 2.4 final (wooooooo!) 2004-11-29 01:40:31 +00:00
Anthony Baxter
49d4213974 preparing for rc1 2004-11-15 15:03:25 +00:00
Anthony Baxter
22b3b47e23 release bit 2004-11-02 13:03:54 +00:00
Fred Drake
78f58abea7 bump the version number prior to release 2004-10-14 05:07:17 +00:00
Anthony Baxter
876032e570 onward and upward 2004-08-31 09:53:05 +00:00
Anthony Baxter
7bc58a3e05 on to a2! 2004-08-03 15:57:39 +00:00
Anthony Baxter
7732ccb07c post-release fun 2004-07-09 07:19:21 +00:00
Fred Drake
0e43db5baa bump the version number for 2.4a1 2004-07-08 03:59:33 +00:00
Barry Warsaw
bf71fa1a59 Bump the trunk to 2.4a0 2003-07-30 05:37:39 +00:00
Tim Peters
f7e609140e Repair botched release serial number. 2003-07-29 00:21:36 +00:00
Tim Peters
2f99ae5f70 Bump release level to 2.3 (we won't have time for this tomorrow). 2003-07-29 00:05:34 +00:00
Barry Warsaw
ee924cd3b6 Bump the version number 2003-07-25 03:13:02 +00:00
Tim Peters
6560a254ea Update version numbers and dates for 2.3c2 -- we won't be able to do this
during the day tomorrow, so doing it earlier than I'd like.
2003-07-24 00:15:46 +00:00
Tim Peters
29dfcd108d Bump the release number to 2.3c1. 2003-07-17 14:48:26 +00:00
Tim Peters
b346096b65 Bump version string to "2.3b2+". 2003-06-30 02:14:28 +00:00
Tim Peters
63fd15c3d3 Bump release level to 2.3b2. 2003-06-29 00:57:17 +00:00
Guido van Rossum
16ec34eefb Mark CVS as 2.3b1+. 2003-04-30 22:14:27 +00:00
Tim Peters
3209410cb5 Bump version number to 2.3b1. 2003-04-24 16:45:34 +00:00
Guido van Rossum
81e26590e4 Update PY_VERSION to indicate that we're beyond 2.3a2 now. 2003-02-20 18:46:54 +00:00
Tim Peters
1441cf9dfc Bump version # to 2.3a2. 2003-02-18 21:58:53 +00:00
Guido van Rossum
f122688b3f Various updates to the version number, on the eve of the 2.3a1 release. 2002-12-31 01:50:07 +00:00
Tim Peters
2cec3542c7 Change the version string from "2.2+" to "2.3a0". disutils peels off
the first 3 characters of this string in several places, so for as long
as they remain "2.2" it confuses the heck out of attempts to build 2.3
stuff using distutils.
2002-02-02 00:08:15 +00:00
Barry Warsaw
99ffed8793 And we start all over again! 2001-12-21 20:05:33 +00:00
Barry Warsaw
19554f60c2 As usual, bump the version number. 2001-12-14 20:30:23 +00:00
Barry Warsaw
754b7123e0 Bumping version number. 2001-11-16 21:12:25 +00:00
Jack Jansen
6bc55c435a Oops, undo previous change, which wasn't supposed to escape from my
machine. Luckily everyone is asleep, so I didn't have to use the time
machine.
2001-10-24 08:49:59 +00:00
Jack Jansen
5d528b787e Tweaks for MacPython 2.2b1 2001-10-23 22:22:09 +00:00
Barry Warsaw
51e4f1fc46 Updated version numbers for post 2.2b1 development. 2001-10-19 17:11:58 +00:00
Barry Warsaw
3c1b4a40dc PY_RELEASE_SERIAL => 4
PY_VERSION => "2.2a4+"
2001-09-28 17:15:23 +00:00
Barry Warsaw
317e9f5ef1 Bumping version numbers. 2001-09-07 18:23:30 +00:00
Barry Warsaw
60f018846d Merge changes from r22a2-branch back into trunk. Also, change patch
level to 2.2a2+
2001-08-22 19:24:42 +00:00
Guido van Rossum
723aa97ef3 - Get rid of obsolete #define PATCHLEVEL.
- Change PY_VERSION (but not the numeric versions) to "2.2a1+".
2001-08-17 14:05:27 +00:00
Tim Peters
6d6c1a35e0 Merge of descr-branch back into trunk. 2001-08-02 04:15:00 +00:00
Guido van Rossum
879a186348 Change the version to 2.2a0. This may look strange, but indicates
it's 2.2 before the first alpha release.
2001-04-18 04:31:01 +00:00
Guido van Rossum
95f301fa27 Update the version to 2.1final (again :-). 2001-04-16 17:51:43 +00:00
Guido van Rossum
a7a391c580 We need another release candidate after so many "small" changes.
DO NOT CHECK ANYTHHING IN FROM NOW ON WITHOUT ASKING ME.
2001-04-16 00:33:29 +00:00
Guido van Rossum
bfedde832b Prepare for release candidate 1... aka 2.1c1. 2001-04-12 04:11:51 +00:00
Guido van Rossum
b845cb0946 Bump version to 2.1b2. 2001-03-20 19:57:10 +00:00
Guido van Rossum
1b6e6c0fd1 Here we go again, another round of version bumping... 2001-03-01 14:50:13 +00:00
Jeremy Hylton
2a74a28791 bump to 2.1a2 2001-02-02 20:13:01 +00:00
Guido van Rossum
31c69431e6 Bump version to 2.1a1. (To be released Friday.) 2001-01-17 14:12:33 +00:00
Jeremy Hylton
20da14c56d getting close 2000-10-13 23:05:44 +00:00
Jeremy Hylton
1e75e816e0 bump patchlevel to 2.0c1 2000-10-09 15:13:47 +00:00
Guido van Rossum
39d59b47b7 It's.....
Python 2.0b2!

(Note: Jeremy will finish the release on Sept. 26; I have to go on an
unexpected business trip.)
2000-09-26 00:36:03 +00:00
Guido van Rossum
8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings.
This should match the situation in the 1.6b1 tree.
2000-09-01 23:29:29 +00:00
Guido van Rossum
ffcc3813d8 Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
Guido van Rossum
fd71b9e9d4 Change copyright notice. 2000-06-30 23:50:40 +00:00
Guido van Rossum
632ea6e353 Bump version to 2.0b1. 2000-06-29 22:29:24 +00:00
Guido van Rossum
08df3ac066 Bump version to 1.6a2 -- to be released one of these days. 2000-04-06 15:01:30 +00:00
Guido van Rossum
a14253d4f8 Make it version 1.6a1. 2000-03-30 22:59:20 +00:00
Guido van Rossum
21a50bd078 Version updated to 1.6; API version to 1009. 2000-03-29 01:46:45 +00:00
Guido van Rossum
8f3e15058c Set PATCHLEVEL and PY_VERSION (string version only) to 1.5.2+ to
indicate to those that are using the CVS access that they are using a
newer-than-1.2.5 version, without committing to a particular version
number or patch level.
1999-06-09 15:16:18 +00:00
Guido van Rossum
9e47859963 Prepare for final release. 1999-04-13 14:47:26 +00:00
Guido van Rossum
6d0de99d8d Release 1.5.2c1 1999-04-08 20:23:44 +00:00
Guido van Rossum
bd341fa82a Add the possibility of a gamma release (release candidate).
Add '+' to string version number to indicate we're beyond b2 now.
1999-04-07 16:00:20 +00:00
Guido van Rossum
f1176c4815 New version identification scheme.
The version numbers are now exported by Python.h.
Also rolled back the API version change -- it's back to 1007!
1999-01-03 12:40:24 +00:00
Guido van Rossum
d1f2d7eede Bump the patch level to 1.5.2b2, just in case I feel like releasing
next week. :-)
1998-10-24 19:47:34 +00:00
Guido van Rossum
b7c61318d8 Up version to 1.5a2 -- we're close enough (even though I'm still
expecting some contributions).
1998-10-02 03:17:29 +00:00
Guido van Rossum
b2395ebd51 Upgrade patchlevel to 1.5.2a1. 1998-08-05 21:16:18 +00:00
Guido van Rossum
c9ea7572e9 Set the patch level to 1.5.1. (I'm not going to release this as a
beta -- if there are bugs, I'll post a patch page and release 1.5.2
sooner.)
1998-04-10 18:08:06 +00:00
Guido van Rossum
d8a0be775f Set the patch level to 1.5. 1997-12-30 04:29:49 +00:00
Guido van Rossum
d5559576c9 Start calling it 1.5b2 1997-12-10 05:51:13 +00:00
Guido van Rossum
33635f818a start numbering things 1.5b1 now 1997-11-18 19:21:47 +00:00
Guido van Rossum
7ca65abb2f Set it to 1.5a4, now we have dotted-name import... 1997-09-08 02:17:31 +00:00
Guido van Rossum
766118525a Changed the patch level to 1.5a3, to avoid confusion with a2 (I'm not
ready for a release yet).
1997-07-19 23:46:59 +00:00
Guido van Rossum
4346716962 Bump level to 1.5a2. 1997-05-14 21:41:46 +00:00
Guido van Rossum
c1ef39f795 Bump version to 1.5a1. 1997-01-22 03:46:13 +00:00
Guido van Rossum
58055847f4 Changed version to plain "1.4". 1996-10-22 03:09:46 +00:00
Guido van Rossum
2a516c8f2c Bump patchlevel (a bit early, but what the heck...) 1996-08-22 23:15:05 +00:00
Guido van Rossum
7a7eb37a10 patch level 1.4b2 1996-07-30 20:46:14 +00:00
Guido van Rossum
84fb82dda0 Patchlevel to 1.4 beta 1. 1996-06-26 18:29:09 +00:00
Guido van Rossum
f36768eed5 set version to 1.3 1995-10-08 00:52:37 +00:00
Jack Jansen
54bc679d0a patchlevel set to 1.3b3 1995-09-01 11:46:27 +00:00
Guido van Rossum
884afd654a keyword arguments and faster function calls 1995-07-18 14:21:06 +00:00
Guido van Rossum
8f7871eec3 finalizing 1.2 1995-04-05 12:24:52 +00:00
Guido van Rossum
f2038a3593 version 1.2-beta-3 1995-02-13 20:27:30 +00:00
Guido van Rossum
58e4a1e0cb last bits 1995-01-17 16:53:38 +00:00
Guido van Rossum
66cb311fba Lots of small things, see ChangeLog 1994-12-30 15:33:50 +00:00
Guido van Rossum
f483846386 pl1.1.1; added newgetargs renaming 1994-11-10 22:29:04 +00:00
Guido van Rossum
8780a44f2c Oops -- version number! 1994-10-06 17:00:05 +00:00
Guido van Rossum
8a38a6b99f Moved to Include and changed format to "<complete_version>" 1994-08-17 14:39:22 +00:00
Guido van Rossum
46f24027f4 Strange... levels 1 and 2 were never committed? 1994-08-01 13:16:27 +00:00
Guido van Rossum
f30adc8a99 all: 1994 copyright
moved config.c and most modules to ../Modules
moved patchlevel.h here from ../Include
changed version to 1.0.0 BETA, date to January 1994
1994-01-02 00:15:57 +00:00