summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Issue #19437: Fix Array_subscript() of ctypes, handle Array_item() failureVictor Stinner2013-10-291-0/+4
* | | | | Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS...Christian Heimes2013-10-294-67/+15
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Issue #18747: document issue with OpenSSL's CPRNG state and forkChristian Heimes2013-10-292-0/+12
| * | | Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS...Christian Heimes2013-10-291-67/+0
* | | | Issue #19420: Fix reference leak in module initalization code of _hashopenssl.cChristian Heimes2013-10-292-1/+4
* | | | Issue #18609: Add a fast-path for "iso8859-1" encodingVictor Stinner2013-10-291-2/+4
* | | | fix indentVictor Stinner2013-10-291-4/+4
* | | | merge with 3.3Georg Brandl2013-10-294-6/+6
|\ \ \ \ | |/ / /
| * | | Clarify sentence.Georg Brandl2013-10-291-1/+1
| * | | Closes #19416: fix references in the nntplib docs.Georg Brandl2013-10-291-3/+3
| * | | Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on...Georg Brandl2013-10-291-1/+1
| * | | Fix typo: js_JP is not a valid locale.Georg Brandl2013-10-291-1/+1
* | | | Issue #18408: Fix PyCStructUnionType_update_stgdict(), handleVictor Stinner2013-10-291-1/+3
* | | | Issue #18408: Fix _ctypes_alloc_format_string(), raise MemoryError on memoryVictor Stinner2013-10-291-1/+3
* | | | Issue #18408: Fix bytearrayiter.partition()/rpartition(), handleVictor Stinner2013-10-291-0/+10
* | | | Issue #18408: Fix error handling in PyBytes_FromObject()Victor Stinner2013-10-291-2/+1
* | | | Issue #18408: Fix iobase_readline(), handle PyByteArray_Resize() failureVictor Stinner2013-10-291-5/+8
* | | | Issue #18408: Fix zipimport, handle PyUnicode_Substring() and get_subname() f...Victor Stinner2013-10-291-2/+7
* | | | Issue #19428: zipimport now handles errors when reading truncated or invalidVictor Stinner2013-10-292-3/+16
* | | | Issue #18408: Fix PyUnicode_AsUTF8AndSize(), raise MemoryError exception onVictor Stinner2013-10-291-0/+1
* | | | Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handleVictor Stinner2013-10-297-46/+87
* | | | CJK codecs: less magical macros, semicolon is now explicitVictor Stinner2013-10-288-104/+118
* | | | CJK codecs: less magic macros, require explicit semicolonVictor Stinner2013-10-2810-191/+234
* | | | CJK codecs: add newlines for readabilityVictor Stinner2013-10-287-91/+188
* | | | CJK codecs: use less magic and more readable macros, write explicit ifVictor Stinner2013-10-287-34/+32
* | | | CJK codecs: remove unused TRYMAP_ENC_MPLANE macroVictor Stinner2013-10-281-10/+0
* | | | Issue #18509: handle PyUnicode_Writer() errorVictor Stinner2013-10-287-84/+102
* | | | Merge.Richard Oudkerk2013-10-282-5/+19
|\ \ \ \ | |/ / /
| * | | Issue #19425 -- a pickling error should not cause pool to hang.Richard Oudkerk2013-10-282-5/+19
* | | | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).Nadeem Vawda2013-10-284-2/+57
|\ \ \ \ | |/ / /
| * | | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).Nadeem Vawda2013-10-285-2/+61
* | | | Issue #19421: add an unit test for warnings.warn() during finalizationVictor Stinner2013-10-281-0/+19
* | | | Issue #19421: fix a check in warnings.warn() to be able to use it during PythonVictor Stinner2013-10-281-1/+3
* | | | null merge with 3.3Georg Brandl2013-10-280-0/+0
|\ \ \ \ | |/ / /
| * | | Add NEWS header for 3.3.4.Georg Brandl2013-10-281-2/+13
* | | | Issue #19373: merge from 3.3Ned Deily2013-10-282-2/+19
|\ \ \ \ | |/ / /
| * | | Issue #19373: Apply upstream change to Tk 8.5.15 fixing OS X 10.9Ned Deily2013-10-282-2/+19
* | | | Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth.Tim Golden2013-10-273-2/+4
* | | | Issue14255 Don't flatten case of tempdirTim Golden2013-10-253-3/+19
* | | | Issue #18520: fix reference leak in _PySys_Init()Victor Stinner2013-10-271-7/+18
* | | | Null mergeSerhiy Storchaka2013-10-270-0/+0
|\ \ \ \ | |/ / /
| * | | Fixed merge test for Tcl/Tk <8.5 (issue #18964).Serhiy Storchaka2013-10-271-2/+5
* | | | Issue #19390: Argument Clinic no longer accepts malformed Python and C ids.Larry Hastings2013-10-273-6/+38
* | | | merge with 3.3Georg Brandl2013-10-276-19/+20
|\ \ \ \ | |/ / /
| * | | Added tag v3.3.3rc1 for changeset fd53c500f8b8Georg Brandl2013-10-271-0/+1
| * | | Skip overzealous test for existence of the online license.html for pre-releas...v3.3.3rc1Georg Brandl2013-10-271-0/+2
| * | | Bump to 3.3.3rc1.Georg Brandl2013-10-275-9/+9
| * | | Fix markup errors in the docs and amend suspicious ignores.Georg Brandl2013-10-274-19/+17
| * | | Update pydoc topics.Georg Brandl2013-10-271-15/+15
* | | | #19227: merge with 3.3Georg Brandl2013-10-272-7/+11
|\ \ \ \ | |/ / /