| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Issue #19437: Fix Array_subscript() of ctypes, handle Array_item() failure | Victor Stinner | 2013-10-29 | 1 | -0/+4 |
|
|
* | | | | | Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS... | Christian Heimes | 2013-10-29 | 4 | -67/+15 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| * | | | Issue #18747: document issue with OpenSSL's CPRNG state and fork | Christian Heimes | 2013-10-29 | 2 | -0/+12 |
|
|
| * | | | Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS... | Christian Heimes | 2013-10-29 | 1 | -67/+0 |
|
|
* | | | | Issue #19420: Fix reference leak in module initalization code of _hashopenssl.c | Christian Heimes | 2013-10-29 | 2 | -1/+4 |
|
|
* | | | | Issue #18609: Add a fast-path for "iso8859-1" encoding | Victor Stinner | 2013-10-29 | 1 | -2/+4 |
|
|
* | | | | fix indent | Victor Stinner | 2013-10-29 | 1 | -4/+4 |
|
|
* | | | | merge with 3.3 | Georg Brandl | 2013-10-29 | 4 | -6/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | Clarify sentence. | Georg Brandl | 2013-10-29 | 1 | -1/+1 |
|
|
| * | | | Closes #19416: fix references in the nntplib docs. | Georg Brandl | 2013-10-29 | 1 | -3/+3 |
|
|
| * | | | Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on... | Georg Brandl | 2013-10-29 | 1 | -1/+1 |
|
|
| * | | | Fix typo: js_JP is not a valid locale. | Georg Brandl | 2013-10-29 | 1 | -1/+1 |
|
|
* | | | | Issue #18408: Fix PyCStructUnionType_update_stgdict(), handle | Victor Stinner | 2013-10-29 | 1 | -1/+3 |
|
|
* | | | | Issue #18408: Fix _ctypes_alloc_format_string(), raise MemoryError on memory | Victor Stinner | 2013-10-29 | 1 | -1/+3 |
|
|
* | | | | Issue #18408: Fix bytearrayiter.partition()/rpartition(), handle | Victor Stinner | 2013-10-29 | 1 | -0/+10 |
|
|
* | | | | Issue #18408: Fix error handling in PyBytes_FromObject() | Victor Stinner | 2013-10-29 | 1 | -2/+1 |
|
|
* | | | | Issue #18408: Fix iobase_readline(), handle PyByteArray_Resize() failure | Victor Stinner | 2013-10-29 | 1 | -5/+8 |
|
|
* | | | | Issue #18408: Fix zipimport, handle PyUnicode_Substring() and get_subname() f... | Victor Stinner | 2013-10-29 | 1 | -2/+7 |
|
|
* | | | | Issue #19428: zipimport now handles errors when reading truncated or invalid | Victor Stinner | 2013-10-29 | 2 | -3/+16 |
|
|
* | | | | Issue #18408: Fix PyUnicode_AsUTF8AndSize(), raise MemoryError exception on | Victor Stinner | 2013-10-29 | 1 | -0/+1 |
|
|
* | | | | Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle | Victor Stinner | 2013-10-29 | 7 | -46/+87 |
|
|
* | | | | CJK codecs: less magical macros, semicolon is now explicit | Victor Stinner | 2013-10-28 | 8 | -104/+118 |
|
|
* | | | | CJK codecs: less magic macros, require explicit semicolon | Victor Stinner | 2013-10-28 | 10 | -191/+234 |
|
|
* | | | | CJK codecs: add newlines for readability | Victor Stinner | 2013-10-28 | 7 | -91/+188 |
|
|
* | | | | CJK codecs: use less magic and more readable macros, write explicit if | Victor Stinner | 2013-10-28 | 7 | -34/+32 |
|
|
* | | | | CJK codecs: remove unused TRYMAP_ENC_MPLANE macro | Victor Stinner | 2013-10-28 | 1 | -10/+0 |
|
|
* | | | | Issue #18509: handle PyUnicode_Writer() error | Victor Stinner | 2013-10-28 | 7 | -84/+102 |
|
|
* | | | | Merge. | Richard Oudkerk | 2013-10-28 | 2 | -5/+19 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #19425 -- a pickling error should not cause pool to hang. | Richard Oudkerk | 2013-10-28 | 2 | -5/+19 |
|
|
* | | | | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). | Nadeem Vawda | 2013-10-28 | 4 | -2/+57 |
|\ \ \ \
| |/ / / |
|
| * | | | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). | Nadeem Vawda | 2013-10-28 | 5 | -2/+61 |
|
|
* | | | | Issue #19421: add an unit test for warnings.warn() during finalization | Victor Stinner | 2013-10-28 | 1 | -0/+19 |
|
|
* | | | | Issue #19421: fix a check in warnings.warn() to be able to use it during Python | Victor Stinner | 2013-10-28 | 1 | -1/+3 |
|
|
* | | | | null merge with 3.3 | Georg Brandl | 2013-10-28 | 0 | -0/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | Add NEWS header for 3.3.4. | Georg Brandl | 2013-10-28 | 1 | -2/+13 |
|
|
* | | | | Issue #19373: merge from 3.3 | Ned Deily | 2013-10-28 | 2 | -2/+19 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #19373: Apply upstream change to Tk 8.5.15 fixing OS X 10.9 | Ned Deily | 2013-10-28 | 2 | -2/+19 |
|
|
* | | | | Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth. | Tim Golden | 2013-10-27 | 3 | -2/+4 |
|
|
* | | | | Issue14255 Don't flatten case of tempdir | Tim Golden | 2013-10-25 | 3 | -3/+19 |
|
|
* | | | | Issue #18520: fix reference leak in _PySys_Init() | Victor Stinner | 2013-10-27 | 1 | -7/+18 |
|
|
* | | | | Null merge | Serhiy Storchaka | 2013-10-27 | 0 | -0/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | Fixed merge test for Tcl/Tk <8.5 (issue #18964). | Serhiy Storchaka | 2013-10-27 | 1 | -2/+5 |
|
|
* | | | | Issue #19390: Argument Clinic no longer accepts malformed Python and C ids. | Larry Hastings | 2013-10-27 | 3 | -6/+38 |
|
|
* | | | | merge with 3.3 | Georg Brandl | 2013-10-27 | 6 | -19/+20 |
|\ \ \ \
| |/ / / |
|
| * | | | Added tag v3.3.3rc1 for changeset fd53c500f8b8 | Georg Brandl | 2013-10-27 | 1 | -0/+1 |
|
|
| * | | | Skip overzealous test for existence of the online license.html for pre-releas...v3.3.3rc1 | Georg Brandl | 2013-10-27 | 1 | -0/+2 |
|
|
| * | | | Bump to 3.3.3rc1. | Georg Brandl | 2013-10-27 | 5 | -9/+9 |
|
|
| * | | | Fix markup errors in the docs and amend suspicious ignores. | Georg Brandl | 2013-10-27 | 4 | -19/+17 |
|
|
| * | | | Update pydoc topics. | Georg Brandl | 2013-10-27 | 1 | -15/+15 |
|
|
* | | | | #19227: merge with 3.3 | Georg Brandl | 2013-10-27 | 2 | -7/+11 |
|\ \ \ \
| |/ / / |
|