- 15 May, 2011 9 kayıt (commit)
-
-
Georg Brandl yazdı
-
Ronald Oussoren yazdı
-
Ronald Oussoren yazdı
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 yazdı
-
Victor Stinner yazdı
signal module. Patch written by Charles-François Natali.
-
Victor Stinner yazdı
Patch written by Charles-François Natali.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 14 May, 2011 29 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Nadeem Vawda yazdı
Raise an OverflowError if the input data is too large, instead of silently truncating the input and returning an incorrect result.
-
Nadeem Vawda yazdı
Raise an OverflowError if the input data is too large, instead of silently truncating the input and returning an incorrect result.
-
Gregory P. Smith yazdı
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 yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
Issue #6378: Further adjust idle.bat to start associated Python
-
Kurt B. Kaiser yazdı
-
Nadeem Vawda yazdı
Also, make sure that test_zlib tests decompress() for overly-large inputs.
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
attribute when called without a max_length argument.
-
Nadeem Vawda yazdı
attribute when called without a max_length argument.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 13 May, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
a smarter "py-bt" command printing a classic Python traceback.
-
Raymond Hettinger yazdı
-