summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Remove outdated mention of deprecated functions in the string module - they h...Antoine Pitrou2010-07-211-7/+7
* Minor clarification about importlib.abc.SourceLoader.get_filename.Brett Cannon2010-07-211-1/+1
* Clarification. Yay importlib!Georg Brandl2010-07-191-2/+5
* pydoc.pager does not promise to use $PAGER.Georg Brandl2010-07-191-4/+3
* Clarify :option: description.Georg Brandl2010-07-191-2/+3
* Clarify.Georg Brandl2010-07-191-2/+2
* Document the extra epoll flagsJean-Paul Calderone2010-07-181-5/+5
* There is no method named "register(fd, eventmask)"; fix markup to just indica...Jean-Paul Calderone2010-07-181-1/+1
* nest method and attribute docBenjamin Peterson2010-07-181-15/+16
* use classmethodBenjamin Peterson2010-07-181-1/+1
* #9110: update to ContextDecorator doc.Georg Brandl2010-07-181-13/+32
* #9279: remove the pdb.doc file, put its contents in pdb.__doc__. Also sync t...Georg Brandl2010-07-183-122/+188
* Issue #9268: Add annotation option to pickletools.disAlexander Belopolsky2010-07-171-8/+12
* Fix issue9132 - Documentation for comparing dictionaries is out of dateSenthil Kumaran2010-07-141-12/+3
* High byte is the exit status.Stefan Krah2010-07-141-1/+1
* Remove XXX from text.Georg Brandl2010-07-141-6/+8
* #9258: fix copy-paste errors.Georg Brandl2010-07-141-3/+3
* Fix documentation typo: wprite() -> write().Jeroen Ruigrok van der Werven2010-07-131-1/+1
* Add bytes in literal_eval doc.Georg Brandl2010-07-131-3/+3
* Fix definition of len() and indexing for memoryview objects (part of #7696).Antoine Pitrou2010-07-121-9/+29
* Remove mention of execfile from the tutorial.Mark Dickinson2010-07-121-6/+6
* Use raw string literals for regexes containing backlash.Georg Brandl2010-07-121-2/+2
* Take care of duplicate target name warnings.Georg Brandl2010-07-121-5/+3
* Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other m...Mark Dickinson2010-07-112-8/+13
* Issue #9165: Add math.isfinite and cmath.isfinite.Mark Dickinson2010-07-112-0/+12
* #9223: link to Command class reference, and move Command interface docs neare...Georg Brandl2010-07-112-78/+82
* #7935: cross-reference to ast.literal_eval() from eval() docs.Georg Brandl2010-07-111-0/+3
* Allow set literals in literal_eval().Georg Brandl2010-07-111-2/+5
* #9184: fix default value for "buffering" param of open().Georg Brandl2010-07-111-1/+1
* Fix typo.Georg Brandl2010-07-111-1/+1
* #6774: explain shutdown() behavior varying with platform.Georg Brandl2010-07-111-1/+3
* #3214 followup: add link to ABC entry.Georg Brandl2010-07-111-3/+3
* Silence makeindex.Georg Brandl2010-07-111-0/+2
* Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested...Senthil Kumaran2010-07-111-9/+2
* Add missing docs for re module 'purge' function.R. David Murray2010-07-101-0/+5
* Fix 'refleak' introduced by fnmatch cache purge tests.R. David Murray2010-07-101-0/+7
* #8564: update docs on integrating doctest/unittest with unittest(2) test disc...Georg Brandl2010-07-101-8/+6
* #8456: fix signature of sqlite3.connect().Georg Brandl2010-07-101-1/+1
* #8338: fix outdated class name.Georg Brandl2010-07-101-2/+2
* #3214: improve description of duck-typing in glossary.Georg Brandl2010-07-101-3/+3
* Emphasize role of count for Pascal string.Georg Brandl2010-07-101-11/+9
* Fix markup.Georg Brandl2010-07-102-4/+8
* Adding versionchanged to the various Windows os.symlink additions, alongBrian Curtin2010-07-092-7/+15
* 2.7 is now stable.Georg Brandl2010-07-091-2/+1
* Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-082-8/+28
* Turn more notes into comments.Georg Brandl2010-07-073-7/+6
* Make comment out of an awkward note.Georg Brandl2010-07-071-3/+3
* Fix typo.Georg Brandl2010-07-061-1/+1
* Minor improvements to logging documentation.Vinay Sajip2010-07-061-1/+6
* Change 'lowered' to 'lowercased'Senthil Kumaran2010-07-061-1/+1