Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 3.3.0b1.v3.3.0b1 | Georg Brandl | 2012-06-26 | 1 | -1/+1 |
* | Bump version to 3.3.0a4.v3.3.0a4 | Georg Brandl | 2012-05-30 | 1 | -1/+1 |
* | Bump to 3.3.0a3. | Georg Brandl | 2012-05-01 | 1 | -1/+1 |
* | Bump to 3.3.0a2.v3.3.0a2 | Georg Brandl | 2012-04-01 | 1 | -1/+1 |
* | Bump to 3.3.0a1. | Georg Brandl | 2012-03-04 | 1 | -1/+1 |
* | Bump trunk to 3.3 alpha 0. | Georg Brandl | 2011-02-20 | 1 | -1/+1 |
* | Version bump to 3.2 final. | Georg Brandl | 2011-02-20 | 1 | -1/+1 |
* | Bump for 3.2rc3.v3.2rc3 | Georg Brandl | 2011-02-13 | 1 | -1/+1 |
* | Bump version.v3.2rc2 | Georg Brandl | 2011-01-30 | 1 | -1/+1 |
* | Bump to 3.2rc1. | Georg Brandl | 2011-01-15 | 1 | -1/+1 |
* | Bump to 3.2b2. | Georg Brandl | 2010-12-19 | 1 | -1/+1 |
* | Bump to 3.2b1. | Georg Brandl | 2010-12-04 | 1 | -1/+1 |
* | Bump to 3.2a4. | Georg Brandl | 2010-11-13 | 1 | -1/+1 |
* | Bump to 3.2a3. | Georg Brandl | 2010-10-10 | 1 | -1/+1 |
* | Bump to 3.2a2. | Georg Brandl | 2010-09-05 | 1 | -1/+1 |
* | Bump versions and review NEWS file. | Georg Brandl | 2010-07-31 | 1 | -1/+1 |
* | bump to 3.2a0 | Benjamin Peterson | 2009-06-27 | 1 | -1/+1 |
* | bump version to 3.1 final :) | Benjamin Peterson | 2009-06-26 | 1 | -1/+1 |
* | bump version to 3.1rc2 | Benjamin Peterson | 2009-06-13 | 1 | -1/+1 |
* | bump to 3.1rc1 | Benjamin Peterson | 2009-05-30 | 1 | -1/+1 |
* | bump version to 3.1b1v3.1b1 | Benjamin Peterson | 2009-05-06 | 1 | -1/+1 |
* | bump version to 3.1a2 | Benjamin Peterson | 2009-04-04 | 1 | -1/+1 |
* | bump version to 3.1a1v3.1a1 | Benjamin Peterson | 2009-03-07 | 1 | -1/+1 |
* | Prep for Python 3.1! | Barry Warsaw | 2008-12-03 | 1 | -1/+1 |
* | Bump to 3.0rc3v3.0rc3 | Barry Warsaw | 2008-11-21 | 1 | -1/+1 |
* | Bumping to 3.0rc2. | Barry Warsaw | 2008-11-06 | 1 | -1/+1 |
* | bumping to 3.0rc1v3.0rc1 | Barry Warsaw | 2008-09-18 | 1 | -1/+1 |
* | Bumping to 3.0b3v3.0b3 | Barry Warsaw | 2008-08-21 | 1 | -1/+1 |
* | Bumping to 3.0b2v3.0b2 | Barry Warsaw | 2008-07-18 | 1 | -1/+1 |
* | Bump to 3.0b1v3.0b1 | Barry Warsaw | 2008-06-19 | 1 | -1/+1 |
* | Bumping versions for 3.0a5v3.0a5 | Barry Warsaw | 2008-05-08 | 1 | -1/+1 |
* | release.py induced and manual editing steps for 3.0a4.v3.0a4 | Barry Warsaw | 2008-04-02 | 1 | -1/+1 |
* | Copyright and version tweaks for 3.0a3.v3.0a3 | Barry Warsaw | 2008-03-01 | 1 | -1/+1 |
* | Bump version | Kurt B. Kaiser | 2007-12-12 | 1 | -1/+1 |
* | Bump IDLE version. | Kurt B. Kaiser | 2007-08-30 | 1 | -1/+1 |
* | Merged revisions 56301-56442 via svnmerge from | Guido van Rossum | 2007-07-18 | 1 | -1/+1 |
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -1/+1 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+1 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -1/+1 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+1 |
* | The remote procedure call module rpc.py can now access data attributes of | Kurt B. Kaiser | 2004-12-21 | 1 | -1/+1 |
* | preparing for 2.4 final (wooooooo!) | Anthony Baxter | 2004-11-29 | 1 | -1/+1 |
* | On OpenBSD, terminating IDLE with ctrl-c from the command line caused a | Kurt B. Kaiser | 2004-11-19 | 1 | -1/+1 |
* | 2.4rc1 | Anthony Baxter | 2004-11-18 | 1 | -1/+1 |
* | release shenanigans | Anthony Baxter | 2004-11-03 | 1 | -1/+1 |
* | 1. If user passes a non-existant filename on the commandline, just open | Kurt B. Kaiser | 2004-08-22 | 1 | -1/+1 |
* | Checking sys.platform for substring 'win' was breaking IDLE docs on Mac | Kurt B. Kaiser | 2004-07-15 | 1 | -1/+1 |
* | Update NEWS.txt to include some items missed earlier. Update the | Kurt B. Kaiser | 2003-11-24 | 1 | -1/+1 |
* | Update for release. | Kurt B. Kaiser | 2003-07-27 | 1 | -1/+1 |
* | 1. Python Bug 775541: Calltips error when docstring is None. Introduced | Kurt B. Kaiser | 2003-07-23 | 1 | -1/+1 |