- 15 May, 2011 8 commits
-
-
Ronald Oussoren authored
-
Ronald Oussoren authored
Without this patch python will fail to start properly when the environment variable MACOSX_DEPLOYMENT_TARGET is set on MacOSX and has a value that is not compatible with the value during Python's build. This is caused by code in sysconfig that was only meant to be used in disutils.
-
Georg Brandl authored
-
Victor Stinner authored
signal module. Patch written by Charles-François Natali.
-
Victor Stinner authored
Patch written by Charles-François Natali.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 14 May, 2011 29 commits
-
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Nadeem Vawda authored
Raise an OverflowError if the input data is too large, instead of silently truncating the input and returning an incorrect result.
-
Nadeem Vawda authored
Raise an OverflowError if the input data is too large, instead of silently truncating the input and returning an incorrect result.
-
Gregory P. Smith authored
the expected builtin modules are not present. This includes a unittest for __get_builtin_constructor() in the face of such an error.
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
Issue #6378: Further adjust idle.bat to start associated Python
-
Kurt B. Kaiser authored
-
Nadeem Vawda authored
Also, make sure that test_zlib tests decompress() for overly-large inputs.
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
attribute when called without a max_length argument.
-
Nadeem Vawda authored
attribute when called without a max_length argument.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 13 May, 2011 3 commits
-
-
Victor Stinner authored
a smarter "py-bt" command printing a classic Python traceback.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-