summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump for 3.2rc3.v3.2rc3Georg Brandl2011-02-136-10/+10
|
* Fix markup error and update suspicious ignores.Georg Brandl2011-02-132-2/+19
|
* Update pydoc topics.Georg Brandl2011-02-131-2/+2
|
* Fix #11116 fix on Windows (close file before removing in MH code)R. David Murray2011-02-121-1/+8
|
* #11116: roll back on error during add so mailbox isn't left corrupted.R. David Murray2011-02-113-7/+52
|
* Fix argument name typo in compileall docs.R. David Murray2011-02-111-1/+1
|
* Issue #11134: Add missing fields to typeslots.h.Martin v. Löwis2011-02-113-0/+8
| | | | Reviewed by Georg Brandl.
* Issue #11135: Remove redundant doc field from PyType_Spec.Martin v. Löwis2011-02-114-9/+7
| | | | Reviewed by Georg Brandl.
* Add uuid for 3.2rc3.Martin v. Löwis2011-02-111-0/+1
|
* reverting r88395 and r88387 as per ↵Giampaolo Rodolà2011-02-111-11/+12
| | | | http://mail.python.org/pipermail/python-dev/2011-February/108005.html
* asyncore: introduce a new 'closed' attribute to make sure that dispatcher ↵Giampaolo Rodolà2011-02-111-9/+11
| | | | | | gets closed only once. In different occasions close() might be called more than once, causing problems with already disconnected sockets/dispatchers.
* Fixed issue11082 - Reject str for POST data with a TypeError. Document the ↵Senthil Kumaran2011-02-114-9/+23
| | | | need to explicitly encode to bytes when using urlencode.
* Missing paren.Raymond Hettinger2011-02-111-1/+1
|
* Insert missing section heading (noticed by Victor Stinner).Raymond Hettinger2011-02-111-12/+15
|
* get rid of asyncore.dispatcher's debug attribute, which is no longer used ↵Giampaolo Rodolà2011-02-101-3/+0
| | | | (assuming it ever was).
* Fix nits.Raymond Hettinger2011-02-101-8/+8
|
* Add an entry for logging.Raymond Hettinger2011-02-101-2/+39
|
* Add missing source links.Raymond Hettinger2011-02-107-0/+22
|
* Tweak wording about equality comparison.Brett Cannon2011-02-091-1/+1
|
* 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.
* - Issue #11079: The /Applications/Python x.x folder created by the MacNed Deily2011-02-071-5/+26
| | | | | OS X installers now includes a link to the installed documentation plus another in the framework share/doc directory.
* Issue #11079: The /Applications/Python x.x folder created by the MacNed Deily2011-02-074-10/+10
| | | | | OS X installers no longer includes an Extras directory. The Tools directory is now installed in the framework under share/doc.
* 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
|
* Issue 10971: Make test_zipimport_support once again compatible with refleak ↵Nick Coghlan2011-02-072-48/+60
| | | | hunting (reviewed by Georg Brandl)
* 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 ↵Georg Brandl2011-02-074-1/+15
| | | | compileall.compile_dir(). Reviewed by Eric A.
* #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-057-1/+32
| | | | in the limited ABI
* 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
| | | | 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
|