summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge #15415 from 3.3Nick Coghlan2013-07-287-54/+223
|\
| * Close #15415: Factor out temp dir helpers to test.supportNick Coghlan2013-07-287-54/+223
* | Null merge from 3.3Nick Coghlan2013-07-280-0/+0
|\ \ | |/
| * Issue #15494: test.support is now a package rather than a moduleNick Coghlan2013-07-284-3/+10
* | Close #15494: test.support is now a package rather than a moduleNick Coghlan2013-07-284-3/+10
* | Close #13266: Add inspect.unwrapNick Coghlan2013-07-285-11/+141
* | Restore the data block size to 62.Raymond Hettinger2013-07-282-4/+7
* | Merge with 3.3Terry Jan Reedy2013-07-281-5/+17
|\ \ | |/
| * Issue #18441: Make test.support.requires('gui') skip when it should.Terry Jan Reedy2013-07-281-5/+17
* | (Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tagVictor Stinner2013-07-281-0/+2
|\ \ | |/
| * doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tagVictor Stinner2013-07-281-0/+2
* | merge 3.3 (#18565)Benjamin Peterson2013-07-271-1/+40
|\ \ | |/
| * add a test for issue #17669 (closes #18565)Benjamin Peterson2013-07-271-1/+40
* | Merge with 3.3Terry Jan Reedy2013-07-271-1/+1
|\ \ | |/
| * Issue #18573: Complete copy-paste from assertRaises entry to assertWarns entry.Terry Jan Reedy2013-07-271-1/+1
* | Assertions key off NDEBUGRaymond Hettinger2013-07-271-1/+1
* | null merge (fix already applied to default)Victor Stinner2013-07-270-0/+0
|\ \ | |/
| * Issue #15893: Remove dead codeVictor Stinner2013-07-271-5/+0
* | Issue #15893: Improve error handling in main() and Py_FrozenMain()Victor Stinner2013-07-272-16/+28
* | Py_FrozenMain() now uses _Py_char2wchar() to decode command line arguments, asVictor Stinner2013-07-271-18/+4
* | Issue #18203: Replace PyMem_Malloc() with PyMem_RawMalloc() at Python initial...Victor Stinner2013-07-261-6/+6
* | (Merge 3.3) Issue #15893: frozenmain.c now handles PyMem_Malloc() failureVictor Stinner2013-07-261-2/+9
|\ \ | |/
| * Issue #15893: frozenmain.c now handles PyMem_Malloc() failureVictor Stinner2013-07-262-8/+19
* | Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().Christian Heimes2013-07-263-6/+17
|\ \ | |/
| * Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().Christian Heimes2013-07-263-6/+17
* | (Merge 3.3) Parser/asdl_c.py: use Py_CLEAR()Victor Stinner2013-07-262-268/+134
|\ \ | |/
| * Parser/asdl_c.py: use Py_CLEAR()Victor Stinner2013-07-262-270/+135
* | (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