summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Remove Python 1.5 compatibility note.Georg Brandl2010-07-291-7/+4
* #1682942: add some ConfigParser features: alternate delimiters, alternate com...Georg Brandl2010-07-281-80/+148
* Issue #4770: Restrict binascii module to accept only bytes (as specified).Florent Xicluna2010-07-271-1/+14
* Update Sphinx to 1.0.1.Georg Brandl2010-07-272-2/+2
* Issue #9384: python -m tkinter will now display a simple demo applet.Alexander Belopolsky2010-07-271-1/+3
* Clarify.Georg Brandl2010-07-261-2/+2
* Added versionadded entry for the annotate argument.Alexander Belopolsky2010-07-261-0/+2
* Fix indentation in example.Georg Brandl2010-07-261-2/+2
* Fix grammar.Georg Brandl2010-07-261-2/+2
* Reword paragraphAndrew M. Kuchling2010-07-261-2/+3
* #7637: fix a grammar error; simplify a sentenceAndrew M. Kuchling2010-07-261-3/+3
* #9381: fix markup.Georg Brandl2010-07-261-1/+1
* #7637: clarify description of encoding parameterAndrew M. Kuchling2010-07-251-14/+19
* #1495229: update the type names used by the XML DOM mappingAndrew M. Kuchling2010-07-251-14/+9
* Put listdir default argument into declaration.Martin v. Löwis2010-07-241-2/+2
* Implementation for issue 4184Richard Jones2010-07-241-2/+98
* Mention in the fnmatch docs that meta-characters in translate cannot be quoted.Brett Cannon2010-07-231-0/+2
* Update to 1.0.Georg Brandl2010-07-231-1/+1
* Fix some markup glitches.Georg Brandl2010-07-234-4/+6
* Clarify the wording for threading.is_alive() to not suggest something isBrett Cannon2010-07-231-2/+2
* Issue #6095: Make directory argument to os.listdir optional.Martin v. Löwis2010-07-231-2/+4
* Document the fact that the 'test' package is meant only for use by PythonBrett Cannon2010-07-231-0/+7
* 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