summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * #15130: remove repeat of abstract paragraph from socket howto body.R David Murray2013-07-251-6/+0
* | #18503: small cleanups in test_email.R David Murray2013-07-251-2/+2
|\ \ | |/
| * #18503: small cleanups in test_email.R David Murray2013-07-251-2/+2
* | Closes #18491: Added script-wrapper functionality to launcher source (but not...Vinay Sajip2013-07-251-34/+138
* | Issue #18549: Eliminate dead code in socket_ntohl().Christian Heimes2013-07-252-2/+2
|\ \ | |/
| * Issue #18549: Eliminate dead code in socket_ntohl().Christian Heimes2013-07-252-2/+2
* | #14853: merge with 3.3.Ezio Melotti2013-07-251-10/+0
|\ \ | |/
| * #14853: remove test that was making too many assumptions about stdin. Patch ...Ezio Melotti2013-07-251-10/+0
* | #16937: merge with 3.3.Ezio Melotti2013-07-254-4/+7
|\ \ | |/
| * #16937: document that stdin is always buffered, even when -u is used. Patch ...Ezio Melotti2013-07-254-4/+7
* | Fix potential NULL pointer dereferencing in ast moduleChristian Heimes2013-07-241-1/+1
|\ \ | |/
| * Fix potential NULL pointer dereferencing in ast moduleChristian Heimes2013-07-241-1/+1
* | Closes #18541: merged update from 3.3.Vinay Sajip2013-07-241-57/+19
|\ \ | |/
| * Issue #18541: simplified LoggerAdapter example.Vinay Sajip2013-07-241-57/+19
* | merge 3.3Benjamin Peterson2013-07-231-1/+2
|\ \ | |/
| * return NULL hereBenjamin Peterson2013-07-231-1/+2
* | Add in a comment that was removed in 240adc564539 (requested by Victor Stinner)Brian Curtin2013-07-231-0/+1
* | Remove duplicate entry for sdigit.Christian Heimes2013-07-231-5/+0
* | Add modeling file for Coverity Scan.Christian Heimes2013-07-221-0/+112
* | Issue #18520: Fix initstdio(), handle PySys_SetObject() failureVictor Stinner2013-07-221-2/+8
* | Issue #18520: Fix _PyDict_GetItemId(), suppress _PyUnicode_FromId() errorVictor Stinner2013-07-221-1/+3
* | Issue #18520: Fix PyFunction_NewWithQualName() error handlingVictor Stinner2013-07-221-10/+9
* | Reindent PyFunction_NewWithQualName()Victor Stinner2013-07-221-49/+49
* | Issue #18520: initsite() is a little bit more verbose when import site failsVictor Stinner2013-07-221-0/+1
* | Issue #18520: Fix _PySys_Init(), handle PyDict_SetItemString() errorsVictor Stinner2013-07-221-17/+21
* | Issue #18520: PyErr_NoMemory() now fails with a fatal error if it is calledVictor Stinner2013-07-221-0/+6
* | Issue #18520: Add a new PyStructSequence_InitType2() function, same thanVictor Stinner2013-07-2217-54/+117
* | MergeBrian Curtin2013-07-222-843/+565
|\ \
| * \ Issue #17944: test_zipfile now discoverable and uses subclassing toSerhiy Storchaka2013-07-222-843/+565
| |\ \ | | |/
| | * Issue #17944: test_zipfile now discoverable and uses subclassing toSerhiy Storchaka2013-07-222-849/+566
* | | Fix #18530. Remove extra stat call from posixpath.ismountBrian Curtin2013-07-222-8/+17
|/ /
* | Some compilers complain about 'control reaches end of non-void function'Christian Heimes2013-07-221-0/+1
|\ \ | |/
| * Some compilers complain about 'control reaches end of non-void function'Christian Heimes2013-07-221-0/+1
* | Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],Christian Heimes2013-07-223-7/+19
|\ \ | |/
| * Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],Christian Heimes2013-07-223-7/+19
* | mergeChristian Heimes2013-07-220-0/+0
|\ \ | |/
| * mergeChristian Heimes2013-07-222-5/+8
| |\
* | \ Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens wh...Christian Heimes2013-07-221-1/+4
|\ \ \ | |/ /
| * | Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens wh...Christian Heimes2013-07-221-1/+4
* | | Issue #18488: Fix _pysqlite_final_callback()Victor Stinner2013-07-221-4/+4
* | | Merge with 3.3Terry Jan Reedy2013-07-222-5/+8
|\ \ \ | | |/ | |/|
| * | Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.Terry Jan Reedy2013-07-222-5/+8
| |/
* | Now all error paths of _freeze_importlib use 'goto error' and the error label...Christian Heimes2013-07-211-19/+18
|\ \ | |/
| * Now all error paths of _freeze_importlib use 'goto error' and the error label...Christian Heimes2013-07-211-19/+18
* | merge 3.3Benjamin Peterson2013-07-211-1/+1
|\ \ | |/
| * fix spacingBenjamin Peterson2013-07-211-1/+1
* | merge 3.3Benjamin Peterson2013-07-211-2/+2
|\ \ | |/
| * let's not return NULL from functions that should return intsBenjamin Peterson2013-07-211-2/+2
* | Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()Christian Heimes2013-07-212-1/+3
|\ \ | |/
| * Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()Christian Heimes2013-07-212-1/+3