Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the | Victor Stinner | 2011-05-07 | 2 | -0/+55 |
| | | | | signal module. | ||||
* | #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 |
| | | | | | | | | | | * Set the default value of all_threads arguments to True * Py_FatalError() dumps all threads, instead of only the current thread Dump only the current thread is not reliable. In some cases, Python is unable to retrieve the state of the current thread and so is unable to dump the traceback. faulthandler keeps a reference to the interpreter and so is always able to dump the traceback of all threads. | ||||
* | 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 |
| | | | | | parameter to control parameters of the secure channel. Patch by Sijin Joseph. | ||||
* | Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and ↵ | Ezio Melotti | 2011-05-06 | 1 | -12/+33 |
| | | | | assertWarnsRegex now accept a keyword argument 'msg' when used as context managers. Initial patch by Winston Ewert. | ||||
* | 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 ↵ | Nick Coghlan | 2011-05-05 | 1 | -2/+12 |
| | | | | | | | | described in the docs. Initial patch by Ysj Ray. | ||||
* | | 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 |
| | | | | | | | | Update the doc. Refactor also related tests. | ||||
* | | #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 |
| | | | |||||
* | | | 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 |
| | | | | | | | | | | | | Patch by Victor Stinner. | ||||
* | | | Issue #11930: Remove deprecated time.accept2dyear. | Alexander Belopolsky | 2011-05-02 | 1 | -46/+2 |
| | | | |||||
* | | | Merge 3.2 | Éric Araujo | 2011-05-02 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.1 | Éric Araujo | 2011-05-02 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | 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 |
|\ \ \ | |/ / | | | | | | | | | | to get around a mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso. | ||||
| * | | (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X | Victor Stinner | 2011-05-01 | 1 | -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 a | Victor Stinner | 2011-05-01 | 1 | -0/+4 |
| | | | | | | | | | | | | mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso. | ||||
* | | | 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 #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 |
| | | | |||||
* | | | Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch | Victor Stinner | 2011-04-30 | 1 | -3/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and/or change the signal mask of the calling thread. Fix also tests of test_io using threads and an alarm: use pthread_sigmask() to ensure that the SIGALRM signal is received by the main thread. Original patch written by Jean-Paul Calderone. | ||||
* | | | Issue #11223: Replace threading._info() by sys.thread_info | Victor Stinner | 2011-04-30 | 2 | -24/+29 |
| | | | |||||
* | | | Fix #11961. Document STARTUPINFO and creation flag options. | Brian Curtin | 2011-04-30 | 1 | -3/+107 |
|\ \ \ | |/ / | |||||
| * | | 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.2. | Ezio Melotti | 2011-04-29 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | #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 |
| | | | |||||
* | | | Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch | Antoine Pitrou | 2011-04-28 | 1 | -0/+3 |
| | | | | | | | | | | | | by Charles-François Natali. | ||||
* | | | Merged styling updates for #11670 from 3.2. | Łukasz Langa | 2011-04-28 | 1 | -23/+17 |
|\ \ \ | |/ / | |||||
| * | | Style updates for the #11670 solution after post-commit review by Ezio Melotti: | Łukasz Langa | 2011-04-28 | 1 | -23/+17 |
| | | | | | | | | | | | | | | | | | | http://mail.python.org/pipermail/python-checkins/2011-April/104688.html Thanks! | ||||
* | | | Merged trailing whitespace fix. | Łukasz Langa | 2011-04-27 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Fixed trailing whitespace in the ReST file. | Łukasz Langa | 2011-04-27 | 1 | -3/+3 |
| | | | |||||
* | | | Merged #11670 from 3.2 | Łukasz Langa | 2011-04-27 | 1 | -5/+24 |
|\ \ \ | |/ / | |||||
| * | | Closes #11670: configparser read_file now iterates over f. | Łukasz Langa | 2011-04-27 | 1 | -5/+24 |
| | | | |||||
* | | | Merge 3.2 | Éric Araujo | 2011-04-27 | 3 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.1 | Éric Araujo | 2011-04-27 | 3 | -4/+4 |
| |\ \ | | |/ |