Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 11164 | Martin v. Löwis | 2011-05-09 | 1 | -0/+2 |
|\ | |||||
| * | merge 11164 | Martin v. Löwis | 2011-05-09 | 1 | -0/+2 |
| |\ | |||||
| | * | Stop trying to use _xmlplus in the xml module. Closes #11164. | Martin v. Löwis | 2011-05-09 | 1 | -0/+2 |
| | | | | | | | | | | | | Patch by Arfrever Frehtes Taifersar Arahesis. | ||||
* | | | merged | Martin v. Löwis | 2011-05-09 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | The option is actually --no-as-needed. | Martin v. Löwis | 2011-05-09 | 1 | -1/+1 |
| | | | |||||
* | | | merge 11347. | Martin v. Löwis | 2011-05-09 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Use --as-needed when linking libpython3.so. Closes #11347. | Martin v. Löwis | 2011-05-09 | 1 | -0/+2 |
| | | | | | | | | | | | | Patch by Arfrever Frehtes Taifersar Arahesis. | ||||
* | | | #11910: merge with 3.2. | Ezio Melotti | 2011-05-09 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | #11910: merge with 3.1. | Ezio Melotti | 2011-05-09 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | #11910: Fix test_heapq to skip the C tests when _heapq is missing. | Ezio Melotti | 2011-05-09 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #11888: Add log2 function to math module. Patch written by Mark | Victor Stinner | 2011-05-08 | 1 | -0/+3 |
| | | | | | | | | | | | | Dickinson. | ||||
* | | | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-08 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2 protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid. Optimize also ssl.get_protocol_name(): speed does matter! | ||||
* | | | Merge with 3.2. | Ezio Melotti | 2011-05-08 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.1. | Ezio Melotti | 2011-05-08 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Add back Misc/NEWS entry that got lost during merge, and fix a couple of ↵ | Ezio Melotti | 2011-05-08 | 1 | -3/+5 |
| | | | | | | | | | | | | other things. | ||||
| * | | Merge | Antoine Pitrou | 2011-05-07 | 2 | -0/+4 |
| |\ \ | |||||
* | | | | Issue #8407: The signal handler writes the signal number as a single byte | Victor Stinner | 2011-05-08 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | instead of a nul byte into the wakeup file descriptor. So it is possible to wait more than one signal and know which signals were raised. | ||||
* | | | | Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the | Victor Stinner | 2011-05-07 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | signal module. | ||||
* | | | | Merge | Antoine Pitrou | 2011-05-07 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * \ \ \ | merge with 3.2 | Giampaolo Rodola' | 2011-05-07 | 1 | -0/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | merge with 3.1 | Giampaolo Rodola' | 2011-05-07 | 1 | -0/+2 |
| | |\ \ \ | |||||
| | | * | | | #12002 - ftplib's abort() method raises TypeError | Giampaolo Rodola' | 2011-05-07 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. | Antoine Pitrou | 2011-05-07 | 2 | -0/+4 |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | |||||
| * | | | | Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. | Antoine Pitrou | 2011-05-07 | 2 | -0/+4 |
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | |||||
| | * | | Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ↵ | Antoine Pitrou | 2011-05-07 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | Kasun Herath. | ||||
* | | | | #12017: merge with 3.2. | Ezio Melotti | 2011-05-07 | 1 | -2/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | #12017: merge with 3.1. | Ezio Melotti | 2011-05-07 | 1 | -2/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | #12017: Fix segfault in json.loads() while decoding highly-nested objects ↵ | Ezio Melotti | 2011-05-07 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | using the C accelerations. | ||||
* | | | | Closes Issue 11916: Add a number of MacOSX specific definitions to the errno ↵ | Ronald Oussoren | 2011-05-07 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | module. Patch by Pierre Carrier. | ||||
* | | | | #11999: sync based on comparing mtimes, not mtime to system clock | R David Murray | 2011-05-07 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | #11999: sync based on comparing mtimes, not mtime to system clock | R David Murray | 2011-05-07 | 1 | -0/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | #11999: sync based on comparing mtimes, not mtime to system clock | R David Murray | 2011-05-07 | 1 | -0/+4 |
| | | | | |||||
* | | | | Issue #11072: added MLSD command (RFC-3659) support to ftplib. | Giampaolo Rodola' | 2011-05-06 | 1 | -0/+2 |
| | | | | |||||
* | | | | Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext | Antoine Pitrou | 2011-05-06 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | parameter to control parameters of the secure channel. Patch by Sijin Joseph. | ||||
* | | | | merge from 3.2 | Ronald Oussoren | 2011-05-06 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same ↵ | Ronald Oussoren | 2011-05-06 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | file on Windows XP. Noticed while researching a buildbot failure due to a patch for issue #10684. | ||||
* | | | | Issue #12000: When a SSL certificate has a subjectAltName without any | Antoine Pitrou | 2011-05-06 | 2 | -0/+5 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | dNSName entry, ssl.match_hostname() should use the subject's commonName. Patch by Nicolas Bareil. | ||||
| * | | | Issue #12000: When a SSL certificate has a subjectAltName without any | Antoine Pitrou | 2011-05-06 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | dNSName entry, ssl.match_hostname() should use the subject's commonName. Patch by Nicolas Bareil. | ||||
* | | | | Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and ↵ | Ezio Melotti | 2011-05-06 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | assertWarnsRegex now accept a keyword argument 'msg' when used as context managers. Initial patch by Winston Ewert. | ||||
* | | | | merge from 3.2 | Ronald Oussoren | 2011-05-06 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge from 3.1 | Ronald Oussoren | 2011-05-06 | 1 | -0/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix for issue 10684: Folders get deleted when trying to change case with ↵ | Ronald Oussoren | 2011-05-06 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | shutil.move (case insensitive file systems only) | ||||
* | | | | Merge: #11873: Improve test regex so random directory names don't cause test ↵ | R David Murray | 2011-05-05 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | | | | | | | | | to fail | ||||
| * | | | #11873: Improve test regex so random directory names don't cause test to fail | R David Murray | 2011-05-05 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge #11647 update from 3.2 | Nick Coghlan | 2011-05-05 | 2 | -0/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #11647: allow contextmanager objects to be used as decorators as ↵ | Nick Coghlan | 2011-05-05 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | described in the docs. Initial patch by Ysj Ray. | ||||
* | | | | Issue #1856: Avoid crashes and lockups when daemon threads run while the | Antoine Pitrou | 2011-05-04 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | interpreter is shutting down; instead, these threads are now killed when they try to take the GIL. | ||||
| * | | | Issue #1856: Avoid crashes and lockups when daemon threads run while the | Antoine Pitrou | 2011-05-04 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | interpreter is shutting down; instead, these threads are now killed when they try to take the GIL. | ||||
* | | | | Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. | Raymond Hettinger | 2011-05-03 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. | Raymond Hettinger | 2011-05-03 | 1 | -0/+2 |
| | | | |