- 05 Dec, 2013 8 commits
-
-
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 10 commits
-
-
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.
-
Victor Stinner authored
Improve also wait() documentation: mention that the first parameter is a sequence
-
Victor Stinner authored
-
Victor Stinner authored
-
Antoine Pitrou authored
Issue #19877: fix regression in test_pathlib when Windows has symlink support available (i.e. in administrator mode). Patch by Vajrasky Kok.
-
Victor Stinner authored
-
Victor Stinner authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-