summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
...
| * Bump to 3.2.1rc2.Georg Brandl2011-07-031-1/+1
| |
| * Bump to 3.2.1rc1.v3.2.1rc1Georg Brandl2011-05-151-2/+2
| |
| * Bump to 3.2.1b1.Georg Brandl2011-05-081-2/+2
| |
* | Update README section on testing following issue #11651.Nadeem Vawda2011-08-211-6/+4
| |
* | Add a reference to the PEP 398 for python 3.3 release scheduleAlexis Metaireau2011-05-041-1/+1
| |
* | More automated version replacement.Georg Brandl2011-02-201-8/+8
| |
* | Bump trunk to 3.3 alpha 0.Georg Brandl2011-02-201-2/+2
|/
* Version bump to 3.2 final.Georg Brandl2011-02-201-23/+17
|
* Bump for 3.2rc3.v3.2rc3Georg Brandl2011-02-131-1/+1
|
* Bump version.v3.2rc2Georg Brandl2011-01-301-1/+1
|
* Bump to 3.2rc1.Georg Brandl2011-01-151-2/+2
|
* Happy New Year! (CET edition)Georg Brandl2010-12-311-1/+1
|
* Bump to 3.2b2.Georg Brandl2010-12-191-1/+1
|
* Freshen README contentsAntoine Pitrou2010-12-141-5/+2
|
* Bump to 3.2b1.Georg Brandl2010-12-041-2/+2
|
* Bump to 3.2a4.Georg Brandl2010-11-131-1/+1
|
* Bump to 3.2a3.Georg Brandl2010-10-101-1/+1
|
* Bump to 3.2a2.Georg Brandl2010-09-051-1/+1
|
* #9457: fix documentation links for 3.2.Georg Brandl2010-08-021-3/+3
|
* Rewrap.Georg Brandl2010-07-311-55/+51
|
* Bump versions and review NEWS file.Georg Brandl2010-07-311-16/+13
|
* add copyright yearsBenjamin Peterson2010-06-201-1/+1
|
* update release schedule urlBenjamin Peterson2010-06-201-1/+1
|
* Merged revisions 77204 via svnmerge fromBenjamin Peterson2010-01-011-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77204 | ezio.melotti | 2009-12-31 22:16:42 -0600 (Thu, 31 Dec 2009) | 1 line more copyright year updates ........
* #6398 typo: versio. -> version.Ezio Melotti2009-07-041-1/+1
|
* bump to 3.2a0Benjamin Peterson2009-06-271-1/+1
|
* rearrange the sections of the README, so they'll hopefully be more in the ↵v3.1Benjamin Peterson2009-06-261-63/+57
| | | | order people will interested in
* bump version to 3.1 final :)Benjamin Peterson2009-06-261-2/+2
|
* update the README to be a little more inspiring w/regards to stabilityv3.1rc2Benjamin Peterson2009-06-131-17/+4
|
* bump version to 3.1rc2Benjamin Peterson2009-06-131-1/+1
|
* bump to 3.1rc1Benjamin Peterson2009-05-301-2/+2
|
* remove the fullinstall target since py3k will always be known as python3 #6047Benjamin Peterson2009-05-231-2/+2
|
* bump version to 3.1b1v3.1b1Benjamin Peterson2009-05-061-2/+2
|
* I don't think RELNOTES is useful anymorev3.1a2Benjamin Peterson2009-04-041-1/+0
|
* bump version to 3.1a2Benjamin Peterson2009-04-041-5/+1
|
* bump version to 3.1a1v3.1a1Benjamin Peterson2009-03-071-2/+2
|
* Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via ↵Benjamin Peterson2009-02-261-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69803 | georg.brandl | 2009-02-20 01:48:21 -0600 (Fri, 20 Feb 2009) | 1 line #5327: fix a broken link by joining it. ........ r69804 | georg.brandl | 2009-02-20 02:22:21 -0600 (Fri, 20 Feb 2009) | 1 line At least separate imports from other statements. ........ r69805 | georg.brandl | 2009-02-20 02:45:47 -0600 (Fri, 20 Feb 2009) | 2 lines Fix punctuation. ........ r69840 | georg.brandl | 2009-02-21 13:09:40 -0600 (Sat, 21 Feb 2009) | 1 line #5338, #5339: two types in the API manual. ........ r69901 | georg.brandl | 2009-02-23 05:24:46 -0600 (Mon, 23 Feb 2009) | 2 lines #5349: C++ pure virtuals can also have an implementation. ........ r69905 | georg.brandl | 2009-02-23 09:51:27 -0600 (Mon, 23 Feb 2009) | 2 lines #5352: str.count() counts non-overlapping instances. ........ r69907 | georg.brandl | 2009-02-23 12:33:48 -0600 (Mon, 23 Feb 2009) | 1 line Fix grammar. ........ r69924 | benjamin.peterson | 2009-02-23 20:45:35 -0600 (Mon, 23 Feb 2009) | 1 line update README on running tests ........ r69927 | neil.schemenauer | 2009-02-23 22:23:25 -0600 (Mon, 23 Feb 2009) | 1 line Fix call to os.waitpid, it does not take keyword args. ........ r69987 | benjamin.peterson | 2009-02-25 18:30:11 -0600 (Wed, 25 Feb 2009) | 1 line fix str.format()'s first arg #5371 ........
* Replace references to python-3000 mailing list with python-dev inMark Dickinson2009-02-061-2/+2
| | | | README.
* Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 ↵Georg Brandl2009-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68112 | benjamin.peterson | 2009-01-01 00:48:39 +0100 (Thu, 01 Jan 2009) | 1 line #4795 inspect.isgeneratorfunction() should return False instead of None ........ r68115 | benjamin.peterson | 2009-01-01 05:04:41 +0100 (Thu, 01 Jan 2009) | 1 line simplfy code ........ r68120 | georg.brandl | 2009-01-01 13:15:31 +0100 (Thu, 01 Jan 2009) | 4 lines #4228: Pack negative values the same way as 2.4 in struct's L format. ........ r68133 | antoine.pitrou | 2009-01-01 16:38:03 +0100 (Thu, 01 Jan 2009) | 1 line fill in actual issue number in tests ........ r68141 | benjamin.peterson | 2009-01-01 17:43:12 +0100 (Thu, 01 Jan 2009) | 1 line fix highlighting ........ r68142 | benjamin.peterson | 2009-01-01 18:29:49 +0100 (Thu, 01 Jan 2009) | 2 lines welcome to 2009, Python! ........ r68145 | amaury.forgeotdarc | 2009-01-02 01:03:54 +0100 (Fri, 02 Jan 2009) | 5 lines #4801 _collections module fails to build on cygwin. _PyObject_GC_TRACK is the macro version of PyObject_GC_Track, and according to documentation it should not be used for extension modules. ........ r68146 | ronald.oussoren | 2009-01-02 11:44:46 +0100 (Fri, 02 Jan 2009) | 2 lines Fix for issue4472: "configure --enable-shared doesn't work on OSX" ........ r68148 | ronald.oussoren | 2009-01-02 11:48:31 +0100 (Fri, 02 Jan 2009) | 2 lines Forgot to add a NEWS item in my previous checkin ........ r68149 | ronald.oussoren | 2009-01-02 11:50:48 +0100 (Fri, 02 Jan 2009) | 2 lines Fix for issue4780 ........
* Prep for Python 3.1!Barry Warsaw2008-12-031-30/+21
|
* Bump to 3.0rc3v3.0rc3Barry Warsaw2008-11-211-1/+1
|
* Bumping to 3.0rc2.Barry Warsaw2008-11-061-1/+1
|
* bumping to 3.0rc1v3.0rc1Barry Warsaw2008-09-181-2/+2
|
* Bumping to 3.0b3v3.0b3Barry Warsaw2008-08-211-1/+1
|
* Bumping to 3.0b2v3.0b2Barry Warsaw2008-07-181-2/+2
|
* Bump to 3.0b1v3.0b1Barry Warsaw2008-06-191-3/+3
|
* Bumping versions for 3.0a5v3.0a5Barry Warsaw2008-05-081-17/+10
|
* release.py induced and manual editing steps for 3.0a4.v3.0a4Barry Warsaw2008-04-021-15/+16
|
* Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge fromBenjamin Peterson2008-04-021-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r62090 | brett.cannon | 2008-04-01 07:37:43 -0500 (Tue, 01 Apr 2008) | 3 lines Generalize test.test_support.test_stdout() with a base context manager so that it is easy to capture stderr if desired. ........ r62091 | brett.cannon | 2008-04-01 07:46:02 -0500 (Tue, 01 Apr 2008) | 3 lines Add ``if __name__ == '__main__'`` to some test files where it didn't take a lot of effort to do so. ........ r62096 | amaury.forgeotdarc | 2008-04-01 17:52:48 -0500 (Tue, 01 Apr 2008) | 4 lines Newly enabled test appears to leak: it registers the same codec on each iteration. Do it only once at load time. ........ r62100 | amaury.forgeotdarc | 2008-04-01 19:55:04 -0500 (Tue, 01 Apr 2008) | 4 lines A DocTestSuite cannot run multiple times: it clears its globals dictionary after the first run. Rebuild the DocTestSuite on each iteration. ........ r62102 | jeffrey.yasskin | 2008-04-01 23:07:44 -0500 (Tue, 01 Apr 2008) | 3 lines Try to make test_signal less flaky. I still see some flakiness in test_itimer_prof. ........ r62110 | vinay.sajip | 2008-04-02 16:09:27 -0500 (Wed, 02 Apr 2008) | 1 line Fix: #2315, #2316, #2317: TimedRotatingFileHandler - changed logic to better handle daylight savings time, deletion of old log files, and fixed a bug in calculating rollover when no logging occurs for a longer interval than the rollover period. ........ r62111 | vinay.sajip | 2008-04-02 16:10:23 -0500 (Wed, 02 Apr 2008) | 1 line Added updates with respect to recent changes to TimedRotatingFileHandler. ........ r62112 | vinay.sajip | 2008-04-02 16:17:25 -0500 (Wed, 02 Apr 2008) | 1 line Added updates with respect to recent changes to TimedRotatingFileHandler. ........ r62113 | amaury.forgeotdarc | 2008-04-02 16:18:46 -0500 (Wed, 02 Apr 2008) | 2 lines Remove debug prints; the buildbot now passes the tests ........ r62114 | benjamin.peterson | 2008-04-02 16:20:35 -0500 (Wed, 02 Apr 2008) | 2 lines Suggested proposed changes to Python be considered on some mailing lists first ........
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via ↵Benjamin Peterson2008-03-311-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r62021 | benjamin.peterson | 2008-03-28 18:11:01 -0500 (Fri, 28 Mar 2008) | 2 lines NIL => NULL ........ r62029 | amaury.forgeotdarc | 2008-03-28 20:42:31 -0500 (Fri, 28 Mar 2008) | 3 lines Correctly call the base class tearDown(); otherwise running test_logging twice produce the errors we see on all buildbots ........ r62035 | raymond.hettinger | 2008-03-29 05:42:07 -0500 (Sat, 29 Mar 2008) | 1 line Be explicit about what efficient means. ........ r62036 | georg.brandl | 2008-03-29 06:46:18 -0500 (Sat, 29 Mar 2008) | 2 lines Fix capitalization. ........ r62037 | amaury.forgeotdarc | 2008-03-29 07:42:54 -0500 (Sat, 29 Mar 2008) | 5 lines lib2to3 should install a logging handler only when run as a main program, not when used as a library. This may please the buildbots, which fail when test_lib2to3 is run before test_logging. ........ r62043 | benjamin.peterson | 2008-03-29 10:24:25 -0500 (Sat, 29 Mar 2008) | 3 lines #2503 make singletons compared with "is" not == or != Thanks to Wummel for the patch ........ r62044 | gerhard.haering | 2008-03-29 14:11:52 -0500 (Sat, 29 Mar 2008) | 2 lines Documented the lastrowid attribute. ........ r62052 | benjamin.peterson | 2008-03-30 14:35:10 -0500 (Sun, 30 Mar 2008) | 2 lines Updated README regarding doc formats ........ r62053 | georg.brandl | 2008-03-30 14:41:39 -0500 (Sun, 30 Mar 2008) | 2 lines The other download formats will be available for 2.6 too. ........