- 06 Dec, 2013 4 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Alexandre Vassalotti authored
-
Christian Heimes authored
-
- 05 Dec, 2013 13 commits
-
-
Christian Heimes authored
The new asyncio package now supports the new feature and comes with additional tests for SSL.
-
Christian Heimes authored
Some dbm header files declare the first argument as char * instead of a const char *.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Charles-François Natali authored
limit EINTR occurrences.
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
- 04 Dec, 2013 22 commits
-
-
Nadeem Vawda authored
Also fix an analogous bug (not a regression) in the lzma module.
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Antoine Pitrou authored
-
Guido van Rossum authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Guido van Rossum authored
-
Christian Heimes authored
-
Victor Stinner authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
readline() takes a const char* and the other readline_until_enter_or_signal() implementation already has const char*.
-
Christian Heimes authored
The PyObject_INIT() macros returns obj: ../cpython/Objects/methodobject.c:32:23: warning: expression result unused [-Wunused-value] PyObject_INIT(op, &PyCFunction_Type); ^~ ../cpython/Include/objimpl.h:139:69: note: expanded from macro 'PyObject_INIT' ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) ) ^ 1 warning generated.
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Tim Peters authored
-
Tim Peters authored
(grafted from c80083ad142db2939507800c755082293a87f2de)
-
Tim Peters authored
-
Victor Stinner authored
between tracemalloc_remove_trace() and tracemalloc_add_trace() to reduce the risk of race condition. tracemalloc_add_trace() cannot fail anymore in tracemalloc_realloc() when tracemalloc_realloc() resizes a memory block.
-
Victor Stinner authored
PyGILState_Ensure()/PyGILState_Release() calls to the raw wrappers to simplify the code. Rename also tracemalloc_log_alloc/log_free() to tracemalloc_add_trace/remove_trace().
-
- 03 Dec, 2013 1 commit
-
-
Victor Stinner authored
can now avoid a second syscall if the ioctl() function can be used, or if the non-blocking flag of the socket is unchanged.
-