- 03 Agu, 2013 11 kayıt (commit)
-
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Mark Dickinson yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
signal.getsignal returns None for some signals if faulthandler is enabled (Patch by Jeremy Kloth)
-
Mark Dickinson yazdı
- replace 'long int' / 'long' by 'int' - fix capitalization of "Python" in PyLong_AsUnsignedLong - "is too large" -> "too large", for consistency with other messages.
-
Larry Hastings yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
- 02 Agu, 2013 12 kayıt (commit)
-
-
Antoine Pitrou yazdı
Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating a Tkapp object.
-
Christian Heimes yazdı
-
Charles-François Natali yazdı
members are integers.
-
Charles-François Natali yazdı
members are integers.
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
getgroups(2) on OS X 10.8. Original patch by Mateusz Lenik.
-
Larry Hastings yazdı
(Done as separate patch from trunk as the code has diverged quite a bit.)
-
Larry Hastings yazdı
-
- 01 Agu, 2013 17 kayıt (commit)
-
-
Victor Stinner yazdı
With old SQLite versions, _sqlite3_result_error() sets a new Python exception, so don't restore the previous exception.
-
Victor Stinner yazdı
while adding the traceback, because it may call indirectly a Python function and Python functions must not be called with an exception set. In the case of the issue #18609, _ctypes_add_traceback() called the iso8859-1 decoder which is implemented in Python. Python has a ISO-8859-1 codec implemented in C. It is not used because PyUnicode_Decode() only uses the C codec for other names (aliases) of this codec ("latin-1", "latin1" and "iso-8859-1").
-
Ned Deily yazdı
when removing references to temporary build files. This is not an elegant solution but it does isolate changes to just build-installer.py.
-
Antoine Pitrou yazdı
We must only lower the soft limit, since lowering the hard limit makes it impossible to raise it back at the end. (this could prevent core dumps from being generated when the test suite crashes)
-
Antoine Pitrou yazdı
Patch by Neil Schemenauer, minimally modified.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
(it was wrongly classified in the pending calls test case)
-
Antoine Pitrou yazdı
It creates a refleak in subinterpreters, as atexit callbacks aren't triggered at their end.
-
Antoine Pitrou yazdı
-
Martin v. Löwis yazdı
when extensions are registered. Patch by Paul Moore.
-
Martin v. Löwis yazdı
-
doko@ubuntu.com yazdı
version again on Darwin.
-
Tim Golden yazdı
-
Tim Golden yazdı
a drive root on Windows. Original patch by Atsuo Ishimoto.
-