summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Add stub entry for argparse.Georg Brandl2010-09-071-0/+2
* typoRaymond Hettinger2010-09-071-1/+1
* Remove outdated reference to Wichmann-Hill algorithm.Raymond Hettinger2010-09-071-12/+4
* Issues #7889, #9025 and #9379: Improvements to the random module.Raymond Hettinger2010-09-071-0/+7
* Document which part of the random module module are guaranteed.Raymond Hettinger2010-09-071-9/+14
* Document which part of the random module module are guaranteed.Raymond Hettinger2010-09-061-0/+16
* Updated information on logging contextual information.Vinay Sajip2010-09-061-0/+76
* Add method to OrderedDict for repositioning keys to the ends.Raymond Hettinger2010-09-061-0/+17
* Fix markup nitsRaymond Hettinger2010-09-061-3/+3
* Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittestAntoine Pitrou2010-09-061-0/+53
* Issue #5506: BytesIO objects now have a getbuffer() method exporting aAntoine Pitrou2010-09-061-0/+18
* Implement #7566 - os.path.sameopenfile for Windows.Brian Curtin2010-09-061-1/+3
* hashlib has two new constant attributes: algorithms_guaranteed andGregory P. Smith2010-09-061-8/+21
* #9780: both { and } are not valid fill characters.Georg Brandl2010-09-061-5/+5
* Remove redundant word.Georg Brandl2010-09-061-1/+1
* Revert accidental commit, apologies for the noiseÉric Araujo2010-09-061-2/+2
* Fix nitsRaymond Hettinger2010-09-061-7/+7
* UpdateÉric Araujo2010-09-061-2/+2
* More updates to whatsnew3.2Raymond Hettinger2010-09-061-46/+91
* link to docsBenjamin Peterson2010-09-061-2/+2
* Clean-up example of using fileinput as a context manager.Raymond Hettinger2010-09-051-2/+3
* Fix typos and wording in what’s new 3.2.Éric Araujo2010-09-051-27/+28
* #9747: fix copy-paste error in getresgid() doc.Georg Brandl2010-09-051-1/+1
* Rewrap and consistency fixes.Georg Brandl2010-09-051-175/+175
* Fill-in sqlite3 stubsRaymond Hettinger2010-09-051-7/+8
* Add example of ftplib's new context manager.Raymond Hettinger2010-09-051-4/+19
* Add PEP 391 to whatsnewRaymond Hettinger2010-09-051-0/+43
* More updates to whatsnew.Raymond Hettinger2010-09-051-5/+13
* Add an exampleRaymond Hettinger2010-09-051-1/+6
* More updates to whatsnewRaymond Hettinger2010-09-051-2/+28
* Update whatsnew for Pep3149.Raymond Hettinger2010-09-051-4/+27
* Update whatsnew for Pep3147.Raymond Hettinger2010-09-041-1/+54
* Adopt more descriptive attribute names as suggested on python-dev.Raymond Hettinger2010-09-042-6/+6
* Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replacedAntoine Pitrou2010-09-041-11/+5
* add consistent support for the vars and default arguments on allFred Drake2010-09-041-21/+53
* Fix missing word.Georg Brandl2010-09-031-2/+2
* Add an entry in whatsnew about the PyCObject -> PyCapsule move.Amaury Forgeot d'Arc2010-09-031-0/+4
* #9760: clarify what context expression is.Georg Brandl2010-09-031-1/+2
* #9767: doctest run over json docs.Georg Brandl2010-09-031-5/+5
* More inclusive title.Georg Brandl2010-09-033-5/+5
* Make PEP section a bit less ugly and at least list implemented PEPs.Georg Brandl2010-09-031-2/+7
* Add versionadded tag to PyUnicode_AsUnicodeCopy's docVictor Stinner2010-09-031-0/+2
* TypoFlorent Xicluna2010-09-031-1/+1
* Doc fix: unicode() is now str()Daniel Stutzbach2010-09-031-1/+1
* Document PyUnicode_AsUnicodeCopy()Victor Stinner2010-09-031-0/+8
* Issue #9212: Added the missing isdisjoint method to the dict_keys andDaniel Stutzbach2010-09-021-0/+5
* Keep contents order the same between versions.Raymond Hettinger2010-09-021-2/+2
* Glossary cleanupRaymond Hettinger2010-09-011-19/+19
* Cleanup heapq docsRaymond Hettinger2010-09-011-37/+37
* #9677: fix link.Georg Brandl2010-09-011-1/+1