summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new APIBrett Cannon2011-02-221-7/+14
* Issue #10924: Adding salt and Modular Crypt Format to crypt library.Sean Reifscheider2011-02-221-9/+97
* Issue #11085: Moved collections abstract base classes into a separate moduleRaymond Hettinger2011-02-223-122/+145
* Issue 11263: Fix link to source code.Raymond Hettinger2011-02-211-1/+1
* 3.2 is stable now.Georg Brandl2011-02-211-1/+1
* Issue 10160: Both single-arg and multi-arg calls have been sped-up.Raymond Hettinger2011-02-211-3/+3
* Bump trunk to 3.3 alpha 0.Georg Brandl2011-02-204-9/+11
* Topic and suspicious update.Georg Brandl2011-02-201-29/+15
* Fix two typos in what’s new (#11234).Éric Araujo2011-02-191-2/+2
* Some more grammar fixes/typos for what’s new (approved by Raymond; #11071)Éric Araujo2011-02-191-6/+6
* Update the porting HOWTO to be a little less harsh on using 2to3.Brett Cannon2011-02-181-23/+20
* Doc fixups.Raymond Hettinger2011-02-182-3/+6
* Fix-up logging.dictConfig() example.Raymond Hettinger2011-02-171-3/+5
* Fix an import and add a citation.Raymond Hettinger2011-02-171-4/+7
* Remove editing slip.Georg Brandl2011-02-151-1/+3
* Apply logging SocketHandler doc update by Vinay.Georg Brandl2011-02-151-0/+21
* Fix accumulate() example. (Reported by David Murray.)Raymond Hettinger2011-02-141-1/+1
* Fix markup error and update suspicious ignores.Georg Brandl2011-02-132-2/+19
* Fix argument name typo in compileall docs.R. David Murray2011-02-111-1/+1
* Fixed issue11082 - Reject str for POST data with a TypeError. Document the ne...Senthil Kumaran2011-02-112-5/+12
* Missing paren.Raymond Hettinger2011-02-111-1/+1
* Insert missing section heading (noticed by Victor Stinner).Raymond Hettinger2011-02-111-12/+15
* 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
* 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
* 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
* 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-051-0/+8
* 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