- 04 Aug, 2013 2 commits
-
-
Eli Bendersky authored
-
Eli Bendersky authored
Thanks to Stefan Behnel for the report and proposed solution & test.
-
- 03 Aug, 2013 23 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Mark Dickinson authored
-
doko authored
-
doko authored
-
Nick Coghlan authored
-
Nick Coghlan authored
signal.getsignal returns None for some signals if faulthandler is enabled (Patch by Jeremy Kloth)
-
Mark Dickinson authored
- 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 authored
-
Ned Deily authored
-
Ned Deily authored
-
- 02 Aug, 2013 12 commits
-
-
Antoine Pitrou authored
Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating a Tkapp object.
-
Christian Heimes authored
-
Charles-François Natali authored
members are integers.
-
Charles-François Natali authored
members are integers.
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
getgroups(2) on OS X 10.8. Original patch by Mateusz Lenik.
-
Larry Hastings authored
(Done as separate patch from trunk as the code has diverged quite a bit.)
-
Larry Hastings authored
-
- 01 Aug, 2013 3 commits
-
-
Victor Stinner authored
With old SQLite versions, _sqlite3_result_error() sets a new Python exception, so don't restore the previous exception.
-
Victor Stinner authored
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 authored
when removing references to temporary build files. This is not an elegant solution but it does isolate changes to just build-installer.py.
-