summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (Merge 3.3) According to the PEP 7, C code must "use 4-space indents"Victor Stinner2013-07-263-6160/+6115
|\
| * According to the PEP 7, C code must "use 4-space indents"Victor Stinner2013-07-263-6124/+6079
* | Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.Christian Heimes2013-07-262-1/+3
|\ \ | |/
| * Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.Christian Heimes2013-07-262-1/+3
* | Issue #18560: Fix potential NULL pointer dereference in sum()Christian Heimes2013-07-262-0/+7
|\ \ | |/
| * Issue #18560: Fix potential NULL pointer dereference in sum()Christian Heimes2013-07-262-0/+7
* | Issue #18559: Fix NULL pointer dereference error in _pickle moduleChristian Heimes2013-07-262-4/+8
|\ \ | |/
| * Issue #18559: Fix NULL pointer dereference error in _pickle moduleChristian Heimes2013-07-262-4/+8
* | Issue #18519: the Python authorizer callback of sqlite3 must not raise Python...Victor Stinner2013-07-261-21/+20
* | Coverity: model PyLong_From*() functionsChristian Heimes2013-07-261-5/+30
* | Handle yet another potential failure in testcapiChristian Heimes2013-07-261-0/+2
|\ \ | |/
| * Handle yet another potential failure in testcapiChristian Heimes2013-07-261-0/+2
* | Check return value of PyLong_FromLong(X509_get_version()). It might be NULL ifChristian Heimes2013-07-261-0/+2
|\ \ | |/
| * Check return value of PyLong_FromLong(X509_get_version()). It might be NULL ifChristian Heimes2013-07-261-0/+2
* | remove surplus and wrong Py_DECREF() introduced in 33891989c9cfChristian Heimes2013-07-261-1/+0
|\ \ | |/
| * remove surplus and wrong Py_DECREF() introduced in 33891989c9cfChristian Heimes2013-07-261-1/+0
* | Fix memory leaks and add checks for failing malloc() calls to testcapi moduleChristian Heimes2013-07-261-3/+16
|\ \ | |/
| * Fix declaration-after-statement of d49f65ff4f3cChristian Heimes2013-07-261-3/+7
| * Fix memory leaks and add checks for failing malloc() calls to testcapi moduleChristian Heimes2013-07-261-0/+9
* | Fix possible NULL pointer dereferences in testcapi moduleChristian Heimes2013-07-261-1/+7
|\ \ | |/
| * Fix possible NULL pointer dereferences in testcapi moduleChristian Heimes2013-07-261-1/+7
* | Fix possible NULL pointer dereference in PyCurses_Start_Color()Christian Heimes2013-07-261-0/+4
|\ \ | |/
| * Fix possible NULL pointer dereference in PyCurses_Start_Color()Christian Heimes2013-07-261-0/+4
* | merge for issue #18556Brett Cannon2013-07-252-1/+8
|\ \ | |/
| * Issue #18556: Check the return value for PyUnicode_AsWideChar() inBrett Cannon2013-07-252-1/+8
* | Close #18545: now only executes member_type if no _value_ is assigned in __ne...Ethan Furman2013-07-252-4/+20
* | #17818: aifc.getparams now returns a namedtuple.R David Murray2013-07-256-8/+55
* | Fix typo on MutableSequence docstring.Guido van Rossum2013-07-251-1/+1
* | Merge #15130: remove repeat of abstract paragraph from socket howto body.R David Murray2013-07-251-6/+0
|\ \ | |/
| * #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