summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* #9388: remove ERA_YEAR which is never defined in the source code.Georg Brandl2010-07-291-4/+0
* #9397: remove mention of dbm.bsd which does not exist anymore.Georg Brandl2010-07-291-13/+10
* Use correct directive and name.Georg Brandl2010-07-291-1/+1
* #9407: document configparser.Error.Georg Brandl2010-07-291-0/+5
* #1090076: explain the behavior of *vars* in get() better.Georg Brandl2010-07-291-7/+9
* #3874: document HTMLParser.unknown_decl().Georg Brandl2010-07-291-4/+12
* #9411: allow selecting an encoding for configparser files. Also adds a new t...Georg Brandl2010-07-291-12/+16
* #6538: fix regex documentation again -- use fictional class names "regex" and...Georg Brandl2010-07-291-200/+198
* 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
* Issue #9384: python -m tkinter will now display a simple demo applet.Alexander Belopolsky2010-07-271-1/+3
* Added versionadded entry for the annotate argument.Alexander Belopolsky2010-07-261-0/+2
* Fix indentation in example.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
* #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
* Fix some markup glitches.Georg Brandl2010-07-232-2/+4
* 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
* pydoc.pager does not promise to use $PAGER.Georg Brandl2010-07-191-4/+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-181-121/+163
* Issue #9268: Add annotation option to pickletools.disAlexander Belopolsky2010-07-171-8/+12
* High byte is the exit status.Stefan Krah2010-07-141-1/+1
* #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
* Use raw string literals for regexes containing backlash.Georg Brandl2010-07-121-2/+2
* 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
* #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
* #6774: explain shutdown() behavior varying with platform.Georg Brandl2010-07-111-1/+3
* 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