Victor Stinner
|
739cf4e3e6
|
Py_FrozenMain() now uses _Py_char2wchar() to decode command line arguments, as
done in main()
|
2013-07-27 02:24:52 +02:00 |
Victor Stinner
|
b5245bec93
|
Issue #18203: Replace PyMem_Malloc() with PyMem_RawMalloc() at Python initialization
|
2013-07-27 01:13:34 +02:00 |
Victor Stinner
|
597696c70c
|
(Merge 3.3) Issue #15893: frozenmain.c now handles PyMem_Malloc() failure
|
2013-07-27 01:05:49 +02:00 |
Victor Stinner
|
36577e4e8c
|
Issue #15893: frozenmain.c now handles PyMem_Malloc() failure
|
2013-07-27 01:04:56 +02:00 |
Christian Heimes
|
b7f1b38dea
|
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
|
2013-07-27 00:33:35 +02:00 |
Christian Heimes
|
70c94e7896
|
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
|
2013-07-27 00:33:13 +02:00 |
Victor Stinner
|
b318990cac
|
(Merge 3.3) Parser/asdl_c.py: use Py_CLEAR()
|
2013-07-27 00:04:42 +02:00 |
Victor Stinner
|
1acc129d48
|
Parser/asdl_c.py: use Py_CLEAR()
|
2013-07-27 00:03:47 +02:00 |
Victor Stinner
|
ee4b59c0f8
|
(Merge 3.3) According to the PEP 7, C code must "use 4-space indents"
Replace 8 spaces with 4.
|
2013-07-27 00:01:35 +02:00 |
Victor Stinner
|
ce72e1ce6c
|
According to the PEP 7, C code must "use 4-space indents"
Replace 8 spaces with 4.
|
2013-07-27 00:00:36 +02:00 |
Christian Heimes
|
f6e7e36c3d
|
Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.
CID 486199
|
2013-07-26 23:04:39 +02:00 |
Christian Heimes
|
6ca8a05f10
|
Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.
CID 486199
|
2013-07-26 23:04:29 +02:00 |
Christian Heimes
|
4ebf6d7c3c
|
Issue #18560: Fix potential NULL pointer dereference in sum()
|
2013-07-26 22:50:01 +02:00 |
Christian Heimes
|
704e2d374f
|
Issue #18560: Fix potential NULL pointer dereference in sum()
|
2013-07-26 22:49:26 +02:00 |
Christian Heimes
|
f446d21708
|
Issue #18559: Fix NULL pointer dereference error in _pickle module
|
2013-07-26 22:45:47 +02:00 |
Christian Heimes
|
9ee5c37c8f
|
Issue #18559: Fix NULL pointer dereference error in _pickle module
|
2013-07-26 22:45:00 +02:00 |
Victor Stinner
|
d4095d95f8
|
Issue #18519: the Python authorizer callback of sqlite3 must not raise Python exceptions
The exception is printed if sqlite3.enable_callback_tracebacks(True) has been
called, otherwise the exception is cleared.
|
2013-07-26 22:23:33 +02:00 |
Christian Heimes
|
8cda5e6093
|
Coverity: model PyLong_From*() functions
|
2013-07-26 18:00:12 +02:00 |
Christian Heimes
|
ebf4204e84
|
Handle yet another potential failure in testcapi
CID 1058280
|
2013-07-26 15:54:13 +02:00 |
Christian Heimes
|
66eda26a72
|
Handle yet another potential failure in testcapi
CID 1058280
|
2013-07-26 15:54:07 +02:00 |
Christian Heimes
|
9bfcaa6fb3
|
Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if
X509_get_version() grows beyond our small int cache.
CID 1058279
|
2013-07-26 15:51:35 +02:00 |
Christian Heimes
|
5962bef8aa
|
Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if
X509_get_version() grows beyond our small int cache.
CID 1058279
|
2013-07-26 15:51:18 +02:00 |
Christian Heimes
|
dd6f3899f7
|
remove surplus and wrong Py_DECREF() introduced in 33891989c9cf
|
2013-07-26 15:26:26 +02:00 |
Christian Heimes
|
ec2309b03d
|
remove surplus and wrong Py_DECREF() introduced in 33891989c9cf
|
2013-07-26 15:26:18 +02:00 |
Christian Heimes
|
cb7ca526e8
|
Fix memory leaks and add checks for failing malloc() calls to testcapi module
CID 1058288
Fix declaration-after-statement of d49f65ff4f3c
|
2013-07-26 15:07:34 +02:00 |
Christian Heimes
|
3205e74d88
|
Fix declaration-after-statement of d49f65ff4f3c
|
2013-07-26 15:06:48 +02:00 |
Christian Heimes
|
7e138027ff
|
Fix memory leaks and add checks for failing malloc() calls to testcapi module
CID 1058288
|
2013-07-26 15:03:50 +02:00 |
Christian Heimes
|
5e3de55b01
|
Fix possible NULL pointer dereferences in testcapi module
CID 1058280
CID 1058282
CID 1058284
|
2013-07-26 14:52:26 +02:00 |
Christian Heimes
|
ff369a5595
|
Fix possible NULL pointer dereferences in testcapi module
CID 1058280
CID 1058282
CID 1058284
|
2013-07-26 14:52:18 +02:00 |
Christian Heimes
|
ef86368ea6
|
Fix possible NULL pointer dereference in PyCurses_Start_Color()
CID 1058276
|
2013-07-26 14:46:02 +02:00 |
Christian Heimes
|
a956e645c1
|
Fix possible NULL pointer dereference in PyCurses_Start_Color()
CID 1058276
|
2013-07-26 14:45:37 +02:00 |
Brett Cannon
|
5d7c1b1a2b
|
merge for issue #18556
|
2013-07-25 17:36:15 -04:00 |
Brett Cannon
|
845f7845aa
|
Issue #18556: Check the return value for PyUnicode_AsWideChar() in
U_set() from ctypes.
CID #486657
|
2013-07-25 17:34:00 -04:00 |
Ethan Furman
|
b41803e3ef
|
Close #18545: now only executes member_type if no _value_ is assigned in __new__.
|
2013-07-25 13:50:45 -07:00 |
R David Murray
|
4d35e75ca0
|
#17818: aifc.getparams now returns a namedtuple.
Patch by Claudiu Popa.
|
2013-07-25 16:12:01 -04:00 |
Guido van Rossum
|
840c310a25
|
Fix typo on MutableSequence docstring.
|
2013-07-25 11:55:41 -07:00 |
R David Murray
|
bd2a757010
|
Merge #15130: remove repeat of abstract paragraph from socket howto body.
|
2013-07-25 13:24:40 -04:00 |
R David Murray
|
b76b1b1ec8
|
#15130: remove repeat of abstract paragraph from socket howto body.
Patch by Tshepang Lekhonkhobe.
|
2013-07-25 13:24:15 -04:00 |
R David Murray
|
4d0f808c24
|
#18503: small cleanups in test_email.
Patch by Vajrasky Kok.
|
2013-07-25 12:15:28 -04:00 |
R David Murray
|
271ade87ac
|
#18503: small cleanups in test_email.
Patch by Vajrasky Kok.
|
2013-07-25 12:11:55 -04:00 |
Vinay Sajip
|
c985d08e51
|
Closes #18491: Added script-wrapper functionality to launcher source (but not to executable).
|
2013-07-25 11:20:55 +01:00 |
Christian Heimes
|
7c8cd257e4
|
Issue #18549: Eliminate dead code in socket_ntohl().
CID 982369
|
2013-07-25 11:47:25 +02:00 |
Christian Heimes
|
9228837e31
|
Issue #18549: Eliminate dead code in socket_ntohl().
CID 982369
|
2013-07-25 11:46:10 +02:00 |
Ezio Melotti
|
99f969e7c7
|
#14853: merge with 3.3.
|
2013-07-25 05:24:47 +02:00 |
Ezio Melotti
|
b042daa5a7
|
#14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat.
|
2013-07-25 05:21:00 +02:00 |
Ezio Melotti
|
3e1e97a99a
|
#16937: merge with 3.3.
|
2013-07-25 05:04:50 +02:00 |
Ezio Melotti
|
61b0c672b5
|
#16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat.
|
2013-07-25 05:04:02 +02:00 |
Christian Heimes
|
6f08d30afe
|
Fix potential NULL pointer dereferencing in ast module
CID 719690
|
2013-07-24 21:02:50 +02:00 |
Christian Heimes
|
72f562f719
|
Fix potential NULL pointer dereferencing in ast module
CID 719690
|
2013-07-24 21:02:17 +02:00 |
Vinay Sajip
|
aca61703fa
|
Closes #18541: merged update from 3.3.
|
2013-07-24 17:52:58 +01:00 |