summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* fix versionchangedBenjamin Peterson2009-03-092-2/+2
* Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,...Benjamin Peterson2009-03-0910-16/+58
* Fix some reST mishaps.Brett Cannon2009-03-091-12/+12
* Add cross-reference to the collections docs.Raymond Hettinger2009-03-091-0/+6
* Add consume() recipe to itertools docs.Raymond Hettinger2009-03-091-0/+4
* Issue 5443: Fix typo.Raymond Hettinger2009-03-091-1/+1
* Clarify an assumption that importlib.abc.PyLoader makes when importing aBrett Cannon2009-03-091-1/+4
* Introduce importlib.abc. The module contains various ABCs related to importsBrett Cannon2009-03-091-31/+184
* fix StringIO constructor docs #5452Benjamin Peterson2009-03-091-4/+4
* PyObject_Unicode -> PyObject_StrBenjamin Peterson2009-03-081-1/+1
* Redocument the empty() and full() methods.Raymond Hettinger2009-03-071-0/+16
* remove usage of the deprecated max_buffer_sizeBenjamin Peterson2009-03-051-6/+9
* FileIO.readinto() isn't going anywhereBenjamin Peterson2009-03-051-3/+0
* Rename importlib.util.set___package__ to set_package.Brett Cannon2009-03-041-1/+1
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-1/+8
* don't bother with version in doc buildsBenjamin Peterson2009-03-031-1/+1
* Fix markup.Raymond Hettinger2009-03-031-1/+1
* Fix markup.Raymond Hettinger2009-03-031-3/+3
* Let configparser use ordered dicts by default.Raymond Hettinger2009-03-021-0/+9
* Add OrderedDict support to collections.namedtuple().Raymond Hettinger2009-03-021-5/+9
* Fix versionchanged.Raymond Hettinger2009-03-021-1/+1
* fix versionaddedBenjamin Peterson2009-03-021-2/+2
* PEP 372: OrderedDict()Raymond Hettinger2009-03-021-1/+28
* Expose importlib.util.set___package__.Brett Cannon2009-03-021-13/+21
* Fixed typo.Hirokazu Yamamoto2009-03-021-1/+1
* Merged revisions 70090 via svnmerge fromGregory P. Smith2009-03-021-3/+16
* Merged r70088 from trunk (re documentation update)Gregory P. Smith2009-03-021-8/+12
* Fix docs for ConfigParser.Raymond Hettinger2009-03-011-2/+2
* #5360: replace PyObject_HEAD_INIT by PyVarObject_HEAD_INIT.Georg Brandl2009-02-272-6/+6
* #5360: remove RO which has been kicked from 3k.Georg Brandl2009-02-271-3/+0
* #5357: fix incomprehensible paragraph in urlopen() doc.Georg Brandl2009-02-271-11/+11
* Merged revisions 70007 via svnmerge fromTarek Ziadé2009-02-272-126/+157
* Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via sv...Benjamin Peterson2009-02-2610-22/+27
* Fix typo.Raymond Hettinger2009-02-261-1/+1
* Sync-up 3.1 docs with 2.7 for collections.Counter().Raymond Hettinger2009-02-251-7/+6
* http://bugs.python.org/issue4715Jeffrey Yasskin2009-02-251-6/+16
* More markup and spelling fixes.Raymond Hettinger2009-02-251-6/+6
* Tweak markup, grammar, and punctuation.Raymond Hettinger2009-02-251-5/+5
* Refine docs for super() noting that sibling classes canRaymond Hettinger2009-02-241-9/+13
* Fix-up random docs. Jumpahead was removed long ago. Other minor corrections.Raymond Hettinger2009-02-241-14/+4
* Update itertools recipes to use next().Raymond Hettinger2009-02-231-4/+3
* #5348: format() converts all kinds of values.Georg Brandl2009-02-231-5/+6
* Merged revisions 69861 via svnmerge fromTarek Ziadé2009-02-222-15/+9
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-219-17/+17
* Merged revisions 69769,69776 via svnmerge fromBenjamin Peterson2009-02-202-55/+47
* Add links to helpful external resources.Raymond Hettinger2009-02-192-0/+7
* Add an example for math.fsum() and elaborate on the accurary note.Raymond Hettinger2009-02-191-8/+12
* Add some cross-references to the docs. Simplify the python code equivalent f...Raymond Hettinger2009-02-192-8/+13
* Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-...Benjamin Peterson2009-02-195-12/+26
* merge socket module documentation update from trunk r69731.Gregory P. Smith2009-02-191-4/+7