summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Collapse)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 ↵Georg Brandl2010-07-291-12/+16
| | | | test config file to test special cases.
* #6538: fix regex documentation again -- use fictional class names "regex" ↵Georg Brandl2010-07-291-200/+198
| | | | and "match" but do not document them as classes, remove 1.5 compat info and use new default argument syntax where possible.
* Remove Python 1.5 compatibility note.Georg Brandl2010-07-291-7/+4
|
* #1682942: add some ConfigParser features: alternate delimiters, alternate ↵Georg Brandl2010-07-281-80/+148
| | | | comments, empty lines in values. Also enhance the docs with more examples and mention SafeConfigParser before ConfigParser. Patch by Lukas Langa, review by myself, Eric and Ezio.
* Issue #4770: Restrict binascii module to accept only bytes (as specified).Florent Xicluna2010-07-271-1/+14
| | | | And fix the email package to encode to ASCII instead of ``raw-unicode-escape`` before ASCII-to-binary decoding.
* 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
| | | | Changes the previously private attributes to make them public, increasing the potential for extending the library in user code. Backward-compatible and documented.
* Mention in the fnmatch docs that meta-characters in translate cannot be quoted.Brett Cannon2010-07-231-0/+2
| | | | Closes issue 9358. Thanks to Brian Brazil for the patch.
* 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
| | | | | | "roughly" done. Closes issue 9339. Thanks Brian Brazil for the patch.
* Issue #6095: Make directory argument to os.listdir optional.Martin v. Löwis2010-07-231-2/+4
| | | | Patch by Virgil Dupras.
* Document the fact that the 'test' package is meant only for use by PythonBrett Cannon2010-07-231-0/+7
| | | | | | itself and not by others. Closes issue 9255.
* Remove outdated mention of deprecated functions in the string module - they ↵Antoine Pitrou2010-07-211-7/+7
| | | | have been removed in 3.x.
* 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 ↵Jean-Paul Calderone2010-07-181-1/+1
| | | | indicate this is code.
* 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 ↵Georg Brandl2010-07-181-121/+163
| | | | this and the pdb docs, introduce a new directive for pdb commands and a role to link to them.
* 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 ↵Mark Dickinson2010-07-112-8/+13
| | | | minor doc cleanups.
* 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. ↵Senthil Kumaran2010-07-111-9/+2
| | | | Suggested by John J Lee.
* Add missing docs for re module 'purge' function.R. David Murray2010-07-101-0/+5
|