Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finish backporting binary literals and new octal literals docs | Benjamin Peterson | 2008-10-30 | 2 | -9/+12 |
* | backport bin() documentation | Benjamin Peterson | 2008-10-30 | 2 | -1/+11 |
* | mention the version gettempdir() was added | Benjamin Peterson | 2008-10-29 | 1 | -0/+2 |
* | only nonempty __slots__ don't work | Benjamin Peterson | 2008-10-23 | 1 | -2/+2 |
* | Use the correct names of the stateless codec functions (Fixes issue 4178). | Walter Dörwald | 2008-10-23 | 1 | -3/+3 |
* | and another typo... | Benjamin Peterson | 2008-10-22 | 1 | -2/+1 |
* | fix a few typos | Benjamin Peterson | 2008-10-22 | 1 | -7/+7 |
* | mention -n | Benjamin Peterson | 2008-10-19 | 1 | -2/+2 |
* | Fix duplicate word. | Georg Brandl | 2008-10-17 | 1 | -1/+1 |
* | clarify CALL_FUNCTION #4141 | Benjamin Peterson | 2008-10-17 | 2 | -1/+3 |
* | #4083: add "as" to except handler grammar as per PEP 3110. | Georg Brandl | 2008-10-16 | 1 | -1/+1 |
* | part of #4012: kill off old name "processing". | Georg Brandl | 2008-10-16 | 1 | -5/+5 |
* | #4131: FF3 doesn't write cookies.txt files. | Georg Brandl | 2008-10-16 | 1 | -0/+5 |
* | Add more TOC to the whatsnew index page. | Georg Brandl | 2008-10-16 | 1 | -1/+1 |
* | Fix wording (2.6.1 backport candidate) | Andrew M. Kuchling | 2008-10-16 | 1 | -2/+3 |
* | document that deque indexing is O(n) #4123 | Benjamin Peterson | 2008-10-16 | 1 | -1/+3 |
* | add a much requested newline | Benjamin Peterson | 2008-10-15 | 1 | -1/+2 |
* | document how to disable fixers | Benjamin Peterson | 2008-10-13 | 1 | -6/+10 |
* | PyGILState_Acquire -> PyGILState_Ensure | Benjamin Peterson | 2008-10-10 | 1 | -3/+3 |
* | talk about how you can unzip with zip | Benjamin Peterson | 2008-10-10 | 1 | -0/+12 |
* | fix a small typo | Benjamin Peterson | 2008-10-10 | 1 | -2/+2 |
* | Typo: "ThreadError" is the name in the C source. | Armin Rigo | 2008-10-10 | 1 | -1/+1 |
* | update paragraph about __future__ for 2.6 | Benjamin Peterson | 2008-10-09 | 1 | -4/+5 |
* | quiet sphinx warnings | Benjamin Peterson | 2008-10-08 | 4 | -5/+5 |
* | Make all whatsnew docs accessible. | Georg Brandl | 2008-10-08 | 5 | -16/+28 |
* | #4058: fix some whatsnew markup. | Georg Brandl | 2008-10-08 | 1 | -173/+173 |
* | #4059: patch up some sqlite docs. | Georg Brandl | 2008-10-08 | 1 | -52/+134 |
* | Note how bytes alias is expected to be used | Andrew M. Kuchling | 2008-10-08 | 1 | -0/+14 |
* | fix typo | Benjamin Peterson | 2008-10-04 | 1 | -1/+1 |
* | #4041: don't refer to removed and outdated modules. | Georg Brandl | 2008-10-04 | 1 | -4/+2 |
* | silence Sphinx warning | Benjamin Peterson | 2008-10-04 | 1 | -0/+1 |
* | Add What's New for 2.7 | Andrew M. Kuchling | 2008-10-04 | 2 | -1/+139 |
* | Set svn:keywords | Andrew M. Kuchling | 2008-10-04 | 1 | -1/+1 |
* | two corrections | Andrew M. Kuchling | 2008-10-04 | 1 | -4/+4 |
* | Typo fix | Andrew M. Kuchling | 2008-10-03 | 1 | -1/+1 |
* | Forward-port r66736. | Georg Brandl | 2008-10-02 | 3 | -6/+5 |
* | Today is the release datev2.6 | Barry Warsaw | 2008-10-01 | 1 | -3/+2 |
* | Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when | Gregory P. Smith | 2008-09-30 | 1 | -0/+4 |
* | Markup fixes. (optparse.rst probably needs an entire revision pass.) | Andrew M. Kuchling | 2008-09-30 | 3 | -16/+16 |
* | Markup fixes | Andrew M. Kuchling | 2008-09-30 | 1 | -10/+11 |
* | Markup fix | Andrew M. Kuchling | 2008-09-30 | 2 | -2/+2 |
* | Edits, and add markup | Andrew M. Kuchling | 2008-09-30 | 1 | -4/+4 |
* | issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog... | Jesse Noller | 2008-09-30 | 1 | -0/+7 |
* | Issue #3965: Allow repeated calls to turtle.Screen, by making it a | Martin v. Löwis | 2008-09-29 | 1 | -4/+4 |
* | Don't show version in title. | Georg Brandl | 2008-09-28 | 1 | -2/+3 |
* | No downloads for RCs. | Georg Brandl | 2008-09-28 | 1 | -0/+6 |
* | note the 2to3 -d could be useful for other refactoring | Benjamin Peterson | 2008-09-28 | 1 | -1/+3 |
* | better grammar | Benjamin Peterson | 2008-09-28 | 1 | -1/+1 |
* | #1415508: Document two functions | Andrew M. Kuchling | 2008-09-28 | 1 | -6/+21 |
* | #1579477: mention necessity to flush output before exec'ing | Andrew M. Kuchling | 2008-09-28 | 1 | -3/+10 |