Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of | Christian Heimes | 2013-08-19 | 2 | -1/+20 |
|\ | | | | | | | OpenSSL 1.0.0+ instead of the deprecated CRYPTO id callback function. | ||||
| * | Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of | Christian Heimes | 2013-08-19 | 2 | -1/+20 |
| | | | | | | | | OpenSSL 1.0.0+ instead of the deprecated CRYPTO id callback function. | ||||
* | | Issue18771: Reduce the cost of hash collisions for set objects. | Raymond Hettinger | 2013-08-19 | 2 | -21/+87 |
| | | |||||
* | | Issue #18761: Improved cross-references in email documentation. | Serhiy Storchaka | 2013-08-19 | 10 | -157/+210 |
|\ \ | |/ | |||||
| * | Issue #18761: Improved cross-references in email documentation. | Serhiy Storchaka | 2013-08-19 | 10 | -156/+208 |
| | | |||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-08-19 | 1 | -25/+37 |
|\ \ | |/ | |||||
| * | Issue #18489: idlelib.SearchEngine - add docstrings | Terry Jan Reedy | 2013-08-19 | 1 | -25/+37 |
| | | | | | | | | (original patch by Phil Webster). | ||||
* | | #18445: update Tools/scripts/README. | Andrew Kuchling | 2013-08-19 | 1 | -61/+65 |
| | | | | | | | | | | | | | | | | | | - document abitype.py, analyze_dxp.py, get-remote-certificate.py, import_diagnostics.py, parse_html5_entities.py. - remove redemo.py which was moved to Tools/Demo. - sort list into alphabetical order Patch by Seydou Dia. | ||||
* | | #18445: change permissions on some scripts to executable | Andrew Kuchling | 2013-08-18 | 4 | -0/+0 |
| | | |||||
* | | Merge from 3.3 | Andrew Kuchling | 2013-08-18 | 1 | -70/+62 |
|\ \ | |/ | |||||
| * | #18562: various revisions to the regex howto for 3.x | Andrew Kuchling | 2013-08-18 | 1 | -70/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | * describe how \w is different when used in bytes and Unicode patterns. * describe re.ASCII flag to change that behaviour. * remove personal references ('I generally prefer...') * add some more links to the re module in the library reference * various small edits and re-wording. | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-08-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #18592: whitespace | Terry Jan Reedy | 2013-08-18 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-08-18 | 1 | -0/+17 |
|\ \ | |/ | |||||
| * | Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py). | Terry Jan Reedy | 2013-08-18 | 1 | -0/+17 |
| | | |||||
* | | Issue #18774: Remove last bits of GNU PTH thread code, patch by Vajrasky Kok. | Christian Heimes | 2013-08-18 | 2 | -12/+2 |
| | | |||||
* | | merge | Christian Heimes | 2013-08-18 | 3 | -1/+72 |
|\ \ | |||||
| * | | Make test_wakeup_write_error more robust | Antoine Pitrou | 2013-08-17 | 1 | -0/+10 |
| | | | | | | | | | | | | (trying to fix a failure on the FreeBSD 9.0 buildbot) | ||||
| * | | Issue #16105: When a signal handler fails to write to the file descriptor ↵ | Antoine Pitrou | 2013-08-17 | 3 | -1/+62 |
| | | | | | | | | | | | | registered with ``signal.set_wakeup_fd()``, report an exception instead of ignoring the error. | ||||
* | | | add missing # | Christian Heimes | 2013-08-18 | 1 | -1/+1 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | add missing # | Christian Heimes | 2013-08-18 | 1 | -1/+1 |
| | | |||||
* | | Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. | Christian Heimes | 2013-08-17 | 2 | -1/+3 |
|\ \ | |/ | |||||
| * | Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. | Christian Heimes | 2013-08-17 | 2 | -1/+3 |
| | | |||||
* | | Issue #18768: coding style nitpick. Thanks to Vajrasky Kok | Christian Heimes | 2013-08-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #18768: coding style nitpick. Thanks to Vajrasky Kok | Christian Heimes | 2013-08-17 | 1 | -1/+1 |
| | | |||||
* | | #18466: merge with 3.3. | Ezio Melotti | 2013-08-17 | 12 | -12/+12 |
|\ \ | |/ | |||||
| * | #18466: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 12 | -12/+12 |
| | | |||||
* | | #18741: merge with 3.3. | Ezio Melotti | 2013-08-17 | 22 | -36/+38 |
|\ \ | |/ | |||||
| * | #18741: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 22 | -36/+38 |
| | | |||||
* | | Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ↵ | Christian Heimes | 2013-08-17 | 2 | -1/+3 |
|\ \ | |/ | | | | | malloc weak symbols. | ||||
| * | Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ↵ | Christian Heimes | 2013-08-17 | 2 | -1/+3 |
| | | | | | | | | malloc weak symbols. | ||||
* | | #18705: merge with 3.3. | Ezio Melotti | 2013-08-17 | 26 | -49/+49 |
|\ \ | |/ | |||||
| * | #18705: fix a number of typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 25 | -44/+44 |
| | | |||||
* | | Remove the else-clause because the conditions are no longer mutually exclusive. | Raymond Hettinger | 2013-08-17 | 1 | -1/+1 |
| | | |||||
* | | Use a known unique object for the dummy entry. | Raymond Hettinger | 2013-08-17 | 1 | -25/+20 |
| | | | | | | | | | | This lets us run PyObject_RichCompareBool() without first needing to check whether the entry is a dummy. | ||||
* | | Issue #18759: Merged updates from 3.3. | Vinay Sajip | 2013-08-16 | 4 | -66/+76 |
|\ \ | |/ | |||||
| * | Issue #18759: Improved cross-references in logging documentation. | Vinay Sajip | 2013-08-16 | 4 | -66/+76 |
| | | |||||
* | | Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes | Christian Heimes | 2013-08-16 | 4 | -5/+184 |
|\ \ | |/ | | | | | | | | | | | inside subjectAltName correctly. Formerly the module has used OpenSSL's GENERAL_NAME_print() function to get the string represention of ASN.1 strings for rfc822Name (email), dNSName (DNS) and uniformResourceIdentifier (URI). | ||||
| * | merge | Christian Heimes | 2013-08-16 | 13 | -16/+93 |
| |\ | |||||
| * | | Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes | Christian Heimes | 2013-08-16 | 4 | -5/+184 |
| | | | | | | | | | | | | | | | | | | | | | inside subjectAltName correctly. Formerly the module has used OpenSSL's GENERAL_NAME_print() function to get the string represention of ASN.1 strings for rfc822Name (email), dNSName (DNS) and uniformResourceIdentifier (URI). | ||||
* | | | Remove last bit of GNU pth thread | Christian Heimes | 2013-08-16 | 1 | -177/+0 |
| | | | | | | | | | | | | | | | | | | | | | PEP 11: Name: Systems using --with-pth (GNU pth threads) Unsupported in: Python 3.2 Code removed in: Python 3.3 | ||||
* | | | Issue #18701: Remove sqlitecompat.h. | Serhiy Storchaka | 2013-08-16 | 1 | -63/+0 |
| | | | |||||
* | | | Issue #18701: Remove support of old CPython versions (<3.0) from C code. | Serhiy Storchaka | 2013-08-16 | 13 | -58/+4 |
| | | | |||||
* | | | Issue #16463: Fix a transient test_timeout failure. | Charles-François Natali | 2013-08-16 | 1 | -3/+16 |
|\ \ \ | | |/ | |/| | |||||
| * | | Issue #16463: Fix a transient test_timeout failure. | Charles-François Natali | 2013-08-16 | 1 | -3/+16 |
| | | | |||||
* | | | Issue #18743: Fix references to non-existant "StringIO" module. | Serhiy Storchaka | 2013-08-16 | 6 | -8/+8 |
|\ \ \ | |/ / | |||||
| * | | Issue #18743: Fix references to non-existant "StringIO" module. | Serhiy Storchaka | 2013-08-16 | 6 | -8/+8 |
| | | | |||||
* | | | Fix the default placeholder in textwrap.shorten() to be " [...]". | Antoine Pitrou | 2013-08-16 | 3 | -11/+11 |
| | | | | | | | | | | | | For some reason I forgot to do it before committing the patch in issue #18585. | ||||
* | | | Make test.support.reap_threads() faster | Antoine Pitrou | 2013-08-16 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #18756: Improve error reporting in os.urandom() when the failure is ↵ | Antoine Pitrou | 2013-08-16 | 3 | -2/+30 |
|\ \ \ | |/ / | | | | | | | due to something else than /dev/urandom not existing. |