| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #11968 - the start_response header values in wsgiref shoudl be str not | Senthil Kumaran | 2011-05-11 | 1 | -6/+6 |
|
|
* | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 1 | -2/+2 |
|
|
* | Actually print out the description of what changed. | Łukasz Langa | 2011-05-10 | 1 | -1/+0 |
|
|
* | Issue 12047: Expand the style guide. | Raymond Hettinger | 2011-05-10 | 1 | -0/+104 |
|
|
* | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 1 | -0/+3 |
|\ |
|
| * | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 1 | -0/+3 |
|
|
* | | Closes #12036: ConfigParser: Document items() added the vars dictionary to th... | Łukasz Langa | 2011-05-09 | 1 | -0/+5 |
|
|
* | | merge 11164 | Martin v. Löwis | 2011-05-09 | 4 | -16/+4 |
|\ \
| |/ |
|
| * | Stop trying to use _xmlplus in the xml module. Closes #11164. | Martin v. Löwis | 2011-05-09 | 4 | -16/+4 |
|
|
* | | Merge with 3.1. | Ezio Melotti | 2011-05-09 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Add a note to the str.find doc to suggest the use of the "in" operator. | Ezio Melotti | 2011-05-09 | 1 | -0/+9 |
|
|
* | | Issue #11647: allow contextmanager objects to be used as decorators as descri... | Nick Coghlan | 2011-05-05 | 1 | -2/+12 |
|
|
* | | #11997: merge with 3.1. | Ezio Melotti | 2011-05-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11997: fix typo in init.rst. | Ezio Melotti | 2011-05-05 | 1 | -1/+1 |
|
|
* | | Fix #11834. Correct site-packages paths. | Brian Curtin | 2011-05-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix #11834. Correct site-packages paths. | Brian Curtin | 2011-05-04 | 1 | -1/+1 |
|
|
* | | #11985: merge with 3.1. | Ezio Melotti | 2011-05-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11985: document the return value of platform.python_implementation for PyPy. | Ezio Melotti | 2011-05-03 | 1 | -1/+1 |
|
|
* | | Merge 3.1 | Éric Araujo | 2011-05-02 | 2 | -3/+3 |
|\ \
| |/ |
|
| * | Branch merge | Éric Araujo | 2011-05-02 | 1 | -2/+2 |
| |\ |
|
| | * | Fix wording | Éric Araujo | 2011-05-01 | 1 | -2/+2 |
|
|
| * | | Add missing colon | Éric Araujo | 2011-05-02 | 1 | -1/+1 |
|
|
* | | | merge 3.1 | Benjamin Peterson | 2011-05-02 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix spelling. | Raymond Hettinger | 2011-05-02 | 1 | -1/+1 |
|
|
* | | | (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X | Victor Stinner | 2011-05-01 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a | Victor Stinner | 2011-05-01 | 1 | -0/+4 |
|
|
* | | | merge 3.1 | Benjamin Peterson | 2011-05-01 | 1 | -3/+7 |
|\ \ \
| |/ / |
|
| * | | note abcs of int and float (closes #11977) | Benjamin Peterson | 2011-05-01 | 1 | -3/+7 |
|
|
* | | | Split combined code/doctest code blocks in two blocks, to enable proper highl... | Georg Brandl | 2011-05-01 | 1 | -2/+5 |
|
|
* | | | Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls | R David Murray | 2011-04-30 | 3 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | #11883: fix email examples by adding 'localhost' to SMTP constructor calls | R David Murray | 2011-04-30 | 3 | -3/+3 |
|
|
* | | | #11883: replace incorrect call to sendmail with correct call to send_message | R David Murray | 2011-04-30 | 1 | -1/+1 |
|
|
* | | | Merge #11901: post-commit review fixes per Georg Brandl | R David Murray | 2011-04-30 | 1 | -7/+7 |
|\ \ \
| |/ / |
|
| * | | #11901: post-commit review fixes per Georg Brandl | R David Murray | 2011-04-30 | 1 | -7/+7 |
|
|
* | | | merge 3.1 | Benjamin Peterson | 2011-04-30 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | fix function name in example (closes #11966) | Benjamin Peterson | 2011-04-30 | 1 | -1/+1 |
| |/ |
|
* | | Fix #11961. Document STARTUPINFO and creation flag options. | Brian Curtin | 2011-04-30 | 1 | -3/+107 |
|\ \
| |/ |
|
| * | whitespace... | Brian Curtin | 2011-04-30 | 1 | -3/+3 |
|
|
| * | Fix #11961. Document STARTUPINFO and creation flag options. | Brian Curtin | 2011-04-30 | 1 | -3/+98 |
|
|
* | | #11952: merge with 3.1. | Ezio Melotti | 2011-04-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11952: Fix typo in multiprocessing doc. | Ezio Melotti | 2011-04-29 | 1 | -1/+1 |
|
|
* | | Style updates for the #11670 solution after post-commit review by Ezio Melotti: | Łukasz Langa | 2011-04-28 | 1 | -23/+17 |
|
|
* | | Issue #11940: Update external link. | Raymond Hettinger | 2011-04-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #11940: Update external link. | Raymond Hettinger | 2011-04-27 | 1 | -1/+1 |
|
|
* | | #11942: merge with 3.1. | Ezio Melotti | 2011-04-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. | Ezio Melotti | 2011-04-27 | 1 | -1/+1 |
|
|
* | | Fixed trailing whitespace in the ReST file. | Łukasz Langa | 2011-04-27 | 1 | -3/+3 |
|
|
* | | Closes #11670: configparser read_file now iterates over f. | Łukasz Langa | 2011-04-27 | 1 | -5/+24 |
|
|
* | | Merge 3.1 | Éric Araujo | 2011-04-27 | 3 | -4/+4 |
|\ \
| |/ |
|
| * | Branch merge | Éric Araujo | 2011-04-27 | 8 | -14/+30 |
| |\ |
|