Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 10160: Both single-arg and multi-arg calls have been sped-up. | Raymond Hettinger | 2011-02-21 | 1 | -3/+3 |
| | |||||
* | Topic and suspicious update. | Georg Brandl | 2011-02-20 | 1 | -29/+15 |
| | |||||
* | Fix two typos in what’s new (#11234). | Éric Araujo | 2011-02-19 | 1 | -2/+2 |
| | |||||
* | Some more grammar fixes/typos for what’s new (approved by Raymond; #11071) | Éric Araujo | 2011-02-19 | 1 | -6/+6 |
| | |||||
* | Update the porting HOWTO to be a little less harsh on using 2to3. | Brett Cannon | 2011-02-18 | 1 | -23/+20 |
| | | | | | Patch reviewed by Raymond Hettinger, permission from Georg Brandl to commit during an RC. | ||||
* | Doc fixups. | Raymond Hettinger | 2011-02-18 | 2 | -3/+6 |
| | |||||
* | Fix-up logging.dictConfig() example. | Raymond Hettinger | 2011-02-17 | 1 | -3/+5 |
| | |||||
* | Fix an import and add a citation. | Raymond Hettinger | 2011-02-17 | 1 | -4/+7 |
| | |||||
* | Remove editing slip. | Georg Brandl | 2011-02-15 | 1 | -1/+3 |
| | |||||
* | Apply logging SocketHandler doc update by Vinay. | Georg Brandl | 2011-02-15 | 1 | -0/+21 |
| | |||||
* | Fix accumulate() example. (Reported by David Murray.) | Raymond Hettinger | 2011-02-14 | 1 | -1/+1 |
| | |||||
* | Fix markup error and update suspicious ignores. | Georg Brandl | 2011-02-13 | 2 | -2/+19 |
| | |||||
* | Fix argument name typo in compileall docs. | R. David Murray | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | Fixed issue11082 - Reject str for POST data with a TypeError. Document the ↵ | Senthil Kumaran | 2011-02-11 | 2 | -5/+12 |
| | | | | need to explicitly encode to bytes when using urlencode. | ||||
* | Missing paren. | Raymond Hettinger | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | Insert missing section heading (noticed by Victor Stinner). | Raymond Hettinger | 2011-02-11 | 1 | -12/+15 |
| | |||||
* | Fix nits. | Raymond Hettinger | 2011-02-10 | 1 | -8/+8 |
| | |||||
* | Add an entry for logging. | Raymond Hettinger | 2011-02-10 | 1 | -2/+39 |
| | |||||
* | Add missing source links. | Raymond Hettinger | 2011-02-10 | 7 | -0/+22 |
| | |||||
* | Tweak wording about equality comparison. | Brett Cannon | 2011-02-09 | 1 | -1/+1 |
| | |||||
* | Add 'pysqlite' before version 2.6.0 | Terry Reedy | 2011-02-09 | 1 | -1/+1 |
| | |||||
* | Typo. | Raymond Hettinger | 2011-02-09 | 1 | -1/+1 |
| | |||||
* | Issue #11141: Fix the shelve documentation to use a list, not a range object. | Antoine Pitrou | 2011-02-07 | 2 | -2/+3 |
| | | | | Patch by SilentGhost. | ||||
* | Clarify that IMAP4() implicitly calls open(), and that logout() implicitly ↵ | Antoine Pitrou | 2011-02-07 | 1 | -3/+5 |
| | | | | calls shutdown(). | ||||
* | Spelling fixes. | Georg Brandl | 2011-02-07 | 1 | -3/+3 |
| | |||||
* | Consistent heading spacing, and fix two typos. | Georg Brandl | 2011-02-07 | 1 | -2/+31 |
| | |||||
* | Add link to table for Tcl/Tk issues on the Mac. | Raymond Hettinger | 2011-02-07 | 1 | -3/+4 |
| | |||||
* | #8691: document that right alignment is default for numbers. | Georg Brandl | 2011-02-07 | 2 | -2/+3 |
| | |||||
* | #11138: fix order of fill and align specifiers. | Georg Brandl | 2011-02-07 | 1 | -1/+1 |
| | |||||
* | Fix some typos and grammar | Eli Bendersky | 2011-02-07 | 1 | -11/+11 |
| | |||||
* | Fix some typos and grammar | Eli Bendersky | 2011-02-07 | 1 | -9/+8 |
| | | | | [commit during RC with Brett's approval] | ||||
* | Typo. Doh! | Raymond Hettinger | 2011-02-07 | 1 | -1/+1 |
| | |||||
* | Fix awkwardly rendered sentence. | Raymond Hettinger | 2011-02-06 | 1 | -3/+3 |
| | |||||
* | Issue #11071: Various improvements to whatsnew. | Raymond Hettinger | 2011-02-06 | 1 | -19/+50 |
| | |||||
* | Small markup and wording tweaks for the sorting-howto. | Raymond Hettinger | 2011-02-06 | 1 | -6/+6 |
| | |||||
* | Mention that people going the source compatibility route should run 2to3 to ↵ | Brett Cannon | 2011-02-05 | 1 | -1/+3 |
| | | | | find pain points. | ||||
* | Soften wording on doctest. | Brett Cannon | 2011-02-05 | 1 | -4/+8 |
| | |||||
* | Re-arrange and clarify some __future__ import statements. | Brett Cannon | 2011-02-05 | 1 | -26/+47 |
| | | | | | | | The absolute_import statement got moved to a new Python 2.5 and Newer section as it was available since then. The division statement got moved to Common Gotchas since it has been around for so long that any modern Python program can use it. | ||||
* | issue7678 - Properly document how to replace a shell pipeline so that SIGPIPE | Gregory P. Smith | 2011-02-05 | 1 | -0/+3 |
| | | | | happens when the end exits before the beginning. | ||||
* | Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check | Martin v. Löwis | 2011-02-05 | 1 | -0/+8 |
| | | | | in the limited ABI | ||||
* | Use an internal reference instead of hard-coded URI. | Éric Araujo | 2011-02-05 | 1 | -1/+1 |
| | |||||
* | Everybody hates this one :) (bytes indexing) | Antoine Pitrou | 2011-02-05 | 1 | -0/+31 |
| | |||||
* | Soften the wording about tracebacks. Reference cycles *don't* | Antoine Pitrou | 2011-02-05 | 1 | -8/+13 |
| | | | | prevent garbage collection! (fortunately) | ||||
* | Fix entries pertaining to file I/O | Antoine Pitrou | 2011-02-05 | 1 | -27/+30 |
| | |||||
* | Mention -b and -bb | Antoine Pitrou | 2011-02-05 | 1 | -0/+31 |
| | |||||
* | Mention asyncore and Twisted in the library FAQ. | Antoine Pitrou | 2011-02-05 | 1 | -1/+8 |
| | |||||
* | Mention concurrent.futures and update answers about the GIL. | Antoine Pitrou | 2011-02-05 | 1 | -21/+27 |
| | |||||
* | Update test of "why is Python installed" FAQ. | Antoine Pitrou | 2011-02-05 | 1 | -5/+5 |
| | |||||
* | Mention Cython and remove obsolete alternatives | Antoine Pitrou | 2011-02-05 | 3 | -12/+11 |
| | |||||
* | Update info in the GUI FAQ | Antoine Pitrou | 2011-02-05 | 1 | -12/+18 |
| |