| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #8407: The signal handler writes the signal number as a single byte | Victor Stinner | 2011-05-08 | 2 | -3/+11 |
|
|
* | Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the | Victor Stinner | 2011-05-07 | 3 | -3/+61 |
|
|
* | #11072- applying http://bugs.python.org/review/11072/show suggestions | Giampaolo Rodola' | 2011-05-07 | 1 | -8/+8 |
|
|
* | faulthandler: dump all threads by default | Victor Stinner | 2011-05-07 | 1 | -10/+11 |
|
|
* | Issue #11072: added MLSD command (RFC-3659) support to ftplib. | Giampaolo Rodola' | 2011-05-06 | 1 | -6/+23 |
|
|
* | Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext | Antoine Pitrou | 2011-05-06 | 1 | -2/+9 |
|
|
* | Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRe... | Ezio Melotti | 2011-05-06 | 1 | -12/+33 |
|
|
* | Issue #11015: bring test.support docs up to date | Eli Bendersky | 2011-05-06 | 1 | -10/+106 |
|
|
* | Merge #11647 update from 3.2 | Nick Coghlan | 2011-05-05 | 1 | -2/+12 |
|\ |
|
| * | Issue #11647: allow contextmanager objects to be used as decorators as descri... | Nick Coghlan | 2011-05-05 | 1 | -2/+12 |
|
|
* | | #11997: merge with 3.2. | Ezio Melotti | 2011-05-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #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 |
|
|
* | | | Mention that timezone is a subclass of tzinfo. | Alexander Belopolsky | 2011-05-04 | 1 | -5/+6 |
|
|
* | | | Issue #8407: signal.pthread_sigmask() returns a set instead of a list | Victor Stinner | 2011-05-04 | 1 | -3/+4 |
|
|
* | | | 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 |
| |\ \
| | |/ |
|
| | * | Fix #11834. Correct site-packages paths. | Brian Curtin | 2011-05-04 | 1 | -1/+1 |
|
|
* | | | #11985: merge with 3.2. | Ezio Melotti | 2011-05-03 | 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 |
|
|
* | | | Adjust OS/2 & VMS grammar, and add Windows 2000 to the unsupported list. | Brian Curtin | 2011-05-03 | 1 | -1/+4 |
|
|
* | | | Issue #11930: Added Misc/NEWS and versionchanged entries. | Alexander Belopolsky | 2011-05-02 | 1 | -0/+4 |
|
|
* | | | Issue #11930: Remove year >= 1000 limitation from datetime.strftime. | Alexander Belopolsky | 2011-05-02 | 1 | -6/+2 |
|
|
* | | | Issue #11930: Remove deprecated time.accept2dyear. | Alexander Belopolsky | 2011-05-02 | 1 | -46/+2 |
|
|
* | | | Merge 3.2 | Éric Araujo | 2011-05-02 | 2 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | 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.2 | Benjamin Peterson | 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.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X | Victor Stinner | 2011-05-01 | 1 | -0/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | (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.2 | Benjamin Peterson | 2011-05-01 | 1 | -3/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | 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 |
|
|
* | | | | merge with 3.2 | Georg Brandl | 2011-05-01 | 1 | -2/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Split combined code/doctest code blocks in two blocks, to enable proper highl... | Georg Brandl | 2011-05-01 | 1 | -2/+5 |
|
|
* | | | | Split combined code/doctest code blocks in two blocks, to enable proper highl... | Georg Brandl | 2011-05-01 | 1 | -0/+4 |
|
|
* | | | | Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls | R David Murray | 2011-04-30 | 3 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | 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 |
|
|
* | | | | Merge #11883: replace incorrect call to sendmail with correct call to send_me... | R David Murray | 2011-04-30 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | #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 |
|\ \ \ \
| |/ / / |
|
| * | | | 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 |
|
|