- 15 Şub, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 15 Ock, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
(we need some tests for this)
-
- 06 Ock, 2011 1 kayıt (commit)
-
-
David Malcolm yazdı
timestamp profiling (--with-tsc): the preprocessor test for the PowerPC support now looks for "__powerpc__" as well as "__ppc__": the latter seems to only be present on OS X; the former is the correct one for Linux with GCC.
-
- 05 Ock, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 04 Ock, 2011 4 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Return msgbug on error is enough.
-
Victor Stinner yazdı
Don't need to handle unknown destructor anymore.
-
Victor Stinner yazdı
doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int (length bigger than 2^31-1).
-
- 01 Ock, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 28 Ara, 2010 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Victor Stinner yazdı
PyErr_SetExcFromWindowsErrWithFilename() decode the filename from the filesystem encoding instead of UTF-8.
-
- 27 Ara, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
encoding instead of UTF-8.
-
- 15 Ara, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
by signals on platforms using pthreads. Patch by Reid Kleckner.
-
- 04 Ara, 2010 2 kayıt (commit)
-
-
Victor Stinner yazdı
UnicodeEncodeError.
-
Georg Brandl yazdı
Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile.
-
- 03 Ara, 2010 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Victor Stinner yazdı
(instead of PyArg_Parse*() with "es" format and Py_FileSystemDefaultEncoding)
-
- 02 Ara, 2010 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue #9573: os.fork now works when triggered as a side effect of import (the wisdom of actually relying on this remains questionable!)
-
- 30 Kas, 2010 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 27 Kas, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Approved by Guido (BDFL) and Georg (RM).
-
- 21 Kas, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 20 Kas, 2010 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
Schemenauer.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 17 Kas, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 10 Kas, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
initialized, so as to avoid bootstrap issues with the '-W' option.
-
- 09 Kas, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 08 Kas, 2010 2 kayıt (commit)
-
-
Victor Stinner yazdı
Explain in the documentation that conversion errors should never happen.
-
Victor Stinner yazdı
* Add error_pos optional argument to _Py_wchar2char() * PyUnicode_EncodeFS() raises a UnicodeEncodeError or MemoryError if _Py_wchar2char() fails
-
- 30 Eki, 2010 1 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
-
- 29 Eki, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 28 Eki, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
data (including local variables caught in the stack trace) alive infinitely.
-
- 25 Eki, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 24 Eki, 2010 3 kayıt (commit)
-
-
Georg Brandl yazdı
except when configured --with-pydebug. Emit this warning from the GC shutdown procedure, rather than just printing to stderr.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 23 Eki, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 21 Eki, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
They can be retrieved through a new attribute `sys._xoptions`.
-