summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Issue #11647: allow contextmanager objects to be used as decorators as ↵Nick Coghlan2011-05-051-2/+12
| | | | described in the docs. Initial patch by Ysj Ray.
* #11997: merge with 3.1.Ezio Melotti2011-05-051-1/+1
|\
| * #11997: fix typo in init.rst.Ezio Melotti2011-05-051-1/+1
| |
* | Fix #11834. Correct site-packages paths.Brian Curtin2011-05-041-1/+1
|\ \ | |/ | | | | Patch by Bryce Verdier.
| * Fix #11834. Correct site-packages paths.Brian Curtin2011-05-041-1/+1
| | | | | | | | Patch by Bryce Verdier.
* | #11985: merge with 3.1.Ezio Melotti2011-05-031-1/+1
|\ \ | |/
| * #11985: document the return value of platform.python_implementation for PyPy.Ezio Melotti2011-05-031-1/+1
| |
* | Merge 3.1Éric Araujo2011-05-022-3/+3
|\ \ | |/
| * Branch mergeÉric Araujo2011-05-021-2/+2
| |\
| | * Fix wordingÉric Araujo2011-05-011-2/+2
| | |
| * | Add missing colonÉric Araujo2011-05-021-1/+1
| | |
* | | merge 3.1Benjamin Peterson2011-05-021-1/+1
|\ \ \ | |/ /
| * | Fix spelling.Raymond Hettinger2011-05-021-1/+1
| | |
* | | (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS XVictor Stinner2011-05-011-0/+4
|\ \ \ | |/ / | | | | | | | | | to get around a mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso.
| * | Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around aVictor Stinner2011-05-011-0/+4
| | | | | | | | | | | | mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso.
* | | merge 3.1Benjamin Peterson2011-05-011-3/+7
|\ \ \ | |/ /
| * | note abcs of int and float (closes #11977)Benjamin Peterson2011-05-011-3/+7
| | |
* | | Split combined code/doctest code blocks in two blocks, to enable proper ↵Georg Brandl2011-05-011-2/+5
| | | | | | | | | | | | highlighting.
* | | Merge #11883: fix email examples by adding 'localhost' to SMTP constructor callsR David Murray2011-04-303-3/+3
|\ \ \ | |/ /
| * | #11883: fix email examples by adding 'localhost' to SMTP constructor callsR David Murray2011-04-303-3/+3
| | |
* | | #11883: replace incorrect call to sendmail with correct call to send_messageR David Murray2011-04-301-1/+1
| | |
* | | Merge #11901: post-commit review fixes per Georg BrandlR David Murray2011-04-301-7/+7
|\ \ \ | |/ /
| * | #11901: post-commit review fixes per Georg BrandlR David Murray2011-04-301-7/+7
| | |
* | | merge 3.1Benjamin Peterson2011-04-301-1/+1
|\ \ \ | |/ /
| * | fix function name in example (closes #11966)Benjamin Peterson2011-04-301-1/+1
| |/
* | Fix #11961. Document STARTUPINFO and creation flag options.Brian Curtin2011-04-301-3/+107
|\ \ | |/
| * whitespace...Brian Curtin2011-04-301-3/+3
| |
| * Fix #11961. Document STARTUPINFO and creation flag options.Brian Curtin2011-04-301-3/+98
| |
* | #11952: merge with 3.1.Ezio Melotti2011-04-291-1/+1
|\ \ | |/
| * #11952: Fix typo in multiprocessing doc.Ezio Melotti2011-04-291-1/+1
| |
* | Style updates for the #11670 solution after post-commit review by Ezio Melotti:Łukasz Langa2011-04-281-23/+17
| | | | | | | | | | | | http://mail.python.org/pipermail/python-checkins/2011-April/104688.html Thanks!
* | Issue #11940: Update external link.Raymond Hettinger2011-04-271-1/+1
|\ \ | |/
| * Issue #11940: Update external link.Raymond Hettinger2011-04-271-1/+1
| |
* | #11942: merge with 3.1.Ezio Melotti2011-04-271-1/+1
|\ \ | |/
| * #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.Ezio Melotti2011-04-271-1/+1
| |
* | Fixed trailing whitespace in the ReST file.Łukasz Langa2011-04-271-3/+3
| |
* | Closes #11670: configparser read_file now iterates over f.Łukasz Langa2011-04-271-5/+24
| |
* | Merge 3.1Éric Araujo2011-04-273-4/+4
|\ \ | |/
| * Branch mergeÉric Araujo2011-04-278-14/+30
| |\
| | * Change markup so it generates a linkÉric Araujo2011-04-272-3/+3
| | |
| | * Change markup so that it creates a linkÉric Araujo2011-04-251-1/+1
| | |
* | | Branch mergeÉric Araujo2011-04-278-14/+29
|\ \ \
| * | | The version* directives don’t work with a blank line between argumentsÉric Araujo2011-04-241-1/+0
| | | |
| * | | Remove unneeded backslashesÉric Araujo2011-04-241-2/+2
| | | |
| * | | Fix indentationÉric Araujo2011-04-241-1/+1
| | | |
| * | | Merge 3.1Éric Araujo2011-04-242-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Branch mergeÉric Araujo2011-04-245-10/+26
| | |\ \
| | | * | Fix weird executable nameÉric Araujo2011-04-221-1/+1
| | | | |
| | | * | Add a space to make json doc a bit more readableÉric Araujo2011-04-211-1/+1
| | | | |
| * | | | Branch mergeÉric Araujo2011-04-243-8/+24
| |\ \ \ \