summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Issue #11079: The /Applications/Python x.x folder created by the MacNed Deily2011-02-071-5/+26
* Issue #11079: The /Applications/Python x.x folder created by the MacNed Deily2011-02-074-10/+10
* Clarify that IMAP4() implicitly calls open(), and that logout() implicitly ca...Antoine Pitrou2011-02-071-3/+5
* Spelling fixes.Georg Brandl2011-02-071-3/+3
* Consistent heading spacing, and fix two typos.Georg Brandl2011-02-071-2/+31
* Issue 10971: Make test_zipimport_support once again compatible with refleak h...Nick Coghlan2011-02-072-48/+60
* Add link to table for Tcl/Tk issues on the Mac.Raymond Hettinger2011-02-071-3/+4
* #11132: pass optimize parameter to recursive call in compileall.compile_dir()...Georg Brandl2011-02-074-1/+15
* #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
* 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 f...Brett Cannon2011-02-051-1/+3
* Soften wording on doctest.Brett Cannon2011-02-051-4/+8
* Re-arrange and clarify some __future__ import statements.Brett Cannon2011-02-051-26/+47
* issue7678 - Properly document how to replace a shell pipeline so that SIGPIPEGregory P. Smith2011-02-051-0/+3
* Issue #11067: Add PyType_GetFlags, to support PyUnicode_CheckMartin v. Löwis2011-02-057-1/+32
* Issue #11121: Fix building with --enable-shared.Martin v. Löwis2011-02-053-493/+539
* 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
* 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
* There was a possibility that the initialization of _sqlite, when it failed,Brett Cannon2011-02-042-1/+3
* Mention that seek and tell over a TextIOWrapper can be very slow.Antoine Pitrou2011-02-041-0/+2
* Issue #11118: Fix bogus export of None in python3.dll.Martin v. Löwis2011-02-043-12/+4
* 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
* Remove lots of spaces within exception message.Georg Brandl2011-02-031-2/+2
* Punctuation typos.Georg Brandl2011-02-031-2/+2
* Punctuation typo.Raymond Hettinger2011-02-021-1/+1
* Get command-line doctest of Lib/decimal.py to work again.Raymond Hettinger2011-02-011-2/+2
* Add a svn:ignore for PC/python3dll.objAntoine Pitrou2011-02-010-0/+0
* Wording fix.Eric Smith2011-02-011-1/+1
* Issue #8275: Fix passing of callback arguments with ctypes under Win64.Antoine Pitrou2011-01-315-1/+55
* #11083 typo: RuntimeException -> RuntimeErrorBrian Curtin2011-01-311-1/+1
* Issue #11081: Fixed struct.__all__. Reviewed by Georg Brandl.Alexander Belopolsky2011-01-311-1/+1
* Post-release updates.Georg Brandl2011-01-312-1/+13
* Recommend use of the tracker during the RC phase or just before a beta.Raymond Hettinger2011-01-311-1/+4