summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Add 'pysqlite' before version 2.6.0Terry Reedy2011-02-091-1/+1
|
* Typo.Raymond Hettinger2011-02-091-1/+1
|
* Issue #11141: Fix the shelve documentation to use a list, not a range object.Antoine Pitrou2011-02-072-2/+3
| | | | Patch by SilentGhost.
* Clarify that IMAP4() implicitly calls open(), and that logout() implicitly ↵Antoine Pitrou2011-02-071-3/+5
| | | | calls shutdown().
* Spelling fixes.Georg Brandl2011-02-071-3/+3
|
* Consistent heading spacing, and fix two typos.Georg Brandl2011-02-071-2/+31
|
* Add link to table for Tcl/Tk issues on the Mac.Raymond Hettinger2011-02-071-3/+4
|
* #8691: document that right alignment is default for numbers.Georg Brandl2011-02-072-2/+3
|
* #11138: fix order of fill and align specifiers.Georg Brandl2011-02-071-1/+1
|
* Fix some typos and grammarEli Bendersky2011-02-071-11/+11
|
* Fix some typos and grammarEli Bendersky2011-02-071-9/+8
| | | | [commit during RC with Brett's approval]
* Typo. Doh!Raymond Hettinger2011-02-071-1/+1
|
* Fix awkwardly rendered sentence.Raymond Hettinger2011-02-061-3/+3
|
* Issue #11071: Various improvements to whatsnew.Raymond Hettinger2011-02-061-19/+50
|
* Small markup and wording tweaks for the sorting-howto.Raymond Hettinger2011-02-061-6/+6
|
* Mention that people going the source compatibility route should run 2to3 to ↵Brett Cannon2011-02-051-1/+3
| | | | find pain points.
* Soften wording on doctest.Brett Cannon2011-02-051-4/+8
|
* Re-arrange and clarify some __future__ import statements.Brett Cannon2011-02-051-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 SIGPIPEGregory P. Smith2011-02-051-0/+3
| | | | happens when the end exits before the beginning.
* Issue #11067: Add PyType_GetFlags, to support PyUnicode_CheckMartin v. Löwis2011-02-051-0/+8
| | | | in the limited ABI
* Use an internal reference instead of hard-coded URI.Éric Araujo2011-02-051-1/+1
|
* Everybody hates this one :) (bytes indexing)Antoine Pitrou2011-02-051-0/+31
|
* Soften the wording about tracebacks. Reference cycles *don't*Antoine Pitrou2011-02-051-8/+13
| | | | prevent garbage collection! (fortunately)
* Fix entries pertaining to file I/OAntoine Pitrou2011-02-051-27/+30
|
* Mention -b and -bbAntoine Pitrou2011-02-051-0/+31
|
* Mention asyncore and Twisted in the library FAQ.Antoine Pitrou2011-02-051-1/+8
|
* Mention concurrent.futures and update answers about the GIL.Antoine Pitrou2011-02-051-21/+27
|
* Update test of "why is Python installed" FAQ.Antoine Pitrou2011-02-051-5/+5
|
* Mention Cython and remove obsolete alternativesAntoine Pitrou2011-02-053-12/+11
|
* Update info in the GUI FAQAntoine Pitrou2011-02-051-12/+18
|
* Mention that seek and tell over a TextIOWrapper can be very slow.Antoine Pitrou2011-02-041-0/+2
|
* use 3-space indents.Brett Cannon2011-02-031-69/+69
|
* Add a HOWTO on how to port from Python 2 to Python 3.Brett Cannon2011-02-032-0/+582
|
* Punctuation typos.Georg Brandl2011-02-031-2/+2
|
* Punctuation typo.Raymond Hettinger2011-02-021-1/+1
|
* Wording fix.Eric Smith2011-02-011-1/+1
|
* #11083 typo: RuntimeException -> RuntimeErrorBrian Curtin2011-01-311-1/+1
|
* Recommend use of the tracker during the RC phase or just before a beta.Raymond Hettinger2011-01-311-1/+4
|
* Fix minor grammar nits.Raymond Hettinger2011-01-311-27/+20
| | | | | Revert r88272 -- the examples are more readable with spacing. Add todos for difflib and logging.
* Mention new parameter and attributes of the difflib.SequenceMatcher class ↵Eli Bendersky2011-01-311-0/+9
| | | | added in 3.2 (issue 2986)
* Fix PEP-8 violation in argparse usage example (similar examples in ↵Eli Bendersky2011-01-311-9/+9
| | | | argparse.rst do follow PEP-8)
* Fix some grammar and typosEli Bendersky2011-01-311-6/+6
|
* Update suspicious ignore file.Georg Brandl2011-01-301-0/+18
|
* Clarify the status of get_string() and recommend using the binary API.Raymond Hettinger2011-01-301-2/+7
|
* Add entry for the mailbox fixups.Raymond Hettinger2011-01-301-0/+28
|
* #9124: mailbox now accepts binary input and uses binary internallyR. David Murray2011-01-301-10/+28
| | | | | | | | | | | | | | | | Although this patch contains API changes and is rather weighty for an RC phase, the mailbox module was essentially unusable without the patch since it would produce UnicodeErrors when handling non-ascii input at arbitrary and somewhat mysterious places, and any non-trivial amount of email processing will encounter messages with non-ascii bytes. The release manager approved the patch application. The changes allow binary input, and reject non-ASCII string input early with a useful message instead of failing mysteriously later. Binary is used internally for reading and writing the mailbox files. StringIO and Text file input are deprecated. Initial patch by Victor Stinner, validated and expanded by R. David Murray.
* List known build/install problems for OS X.Raymond Hettinger2011-01-301-1/+4
|
* Markup nits.Raymond Hettinger2011-01-301-3/+3
|
* Add section for http.client.Raymond Hettinger2011-01-301-6/+37
| | | | | Link to OS X build instructions. Add back issue references for datetime.
* Typos.Raymond Hettinger2011-01-301-2/+2
|