doko@python.org
90c8d06d68
- Issue #17031 : Fix running regen in cross builds.
13 years ago
doko@python.org
a10e4a9afb
- Issue #17031 : Fix running regen in cross builds.
13 years ago
Ronald Oussoren
20190e2d54
Issue #1602133 : 'environ' is not really available with shared libraries on OSX (merge from 3.3)
There already was a workaround for this for framework builds on OSX,
this changeset enables the same workaround for shared libraries.
Closes #1602133
13 years ago
Ronald Oussoren
1c90eed8a9
Issue #1602133 : 'environ' is not really available with shared libraries on OSX (merge from 3.2)
There already was a workaround for this for framework builds on OSX,
this changeset enables the same workaround for shared libraries.
Closes #1602133
13 years ago
Ronald Oussoren
697e56d0f5
Issue #1602133 : 'environ' is not really available with shared libraries on OSX
There already was a workaround for this for framework builds on OSX,
this changeset enables the same workaround for shared libraries.
Closes #1602133
13 years ago
doko@python.org
454ea92a4c
- Issue #3754 : fix typo in pthread AC_CACHE_VAL.
13 years ago
doko@python.org
96a9f89b2d
- Issue #3754 : fix typo in pthread AC_CACHE_VAL.
13 years ago
doko@python.org
7981f20293
- Issue #3754 : fix typo in pthread AC_CACHE_VAL.
13 years ago
Serhiy Storchaka
900475f5f6
Null merge
13 years ago
Serhiy Storchaka
4a98a71513
Merge heads
13 years ago
Serhiy Storchaka
d5187c2b0c
Merge heads
13 years ago
doko@python.org
937c8e1ce0
- Issue #16292 : Improve a comment for cross building in configure.ac
13 years ago
doko@python.org
44bbbdab67
- Issue #16292 : Improve a comment for cross building in configure.ac
13 years ago
doko@python.org
981eec3ad4
- Issue #15484 : Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds;
use _PYTHON_PROJECT_BASE in distutils/sysconfig.py.
13 years ago
Serhiy Storchaka
4c9bae3d31
Issue #9290 : In IDLE the sys.std* streams now implement io.TextIOBase
interface and support all mandatory methods and properties.
13 years ago
Serhiy Storchaka
b1b3c0dfef
Issue #9290 : In IDLE the sys.std* streams now implement io.TextIOBase
interface and support all mandatory methods and properties.
13 years ago
doko@python.org
9731330d6f
- Issue #15484 : Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds;
use _PYTHON_PROJECT_BASE in distutils/sysconfig.py.
13 years ago
Serhiy Storchaka
39e70a4e83
Issue #9290 : In IDLE the sys.std* streams now implement io.TextIOBase
interface and support all mandatory methods and properties.
13 years ago
Martin v. Löwis
c8c6563097
Replace WaitForMultipleObjects with WaitForMultipleObjectEx,
for better WinRT compatibility.
13 years ago
Martin v. Löwis
b26a9b10ea
Replace WaitForSingleObject with WaitForSingleObjectEx,
for better WinRT compatibility.
13 years ago
Martin v. Löwis
3f50bf652b
Drop support for Windows 2000; allow any XP API (but not Vista+).
Drop SDK version configuration for Tk compilation, to not bind it to W2k
anymore. Binding it to XP would conflict with Tk's own binding of tkMenu to W2k.
13 years ago
doko@python.org
6951fea3ab
- Issue #17029 : Let h2py search the multiarch system include directory.
13 years ago
doko@python.org
0c77bf757f
- Issue #17029 : Let h2py search the multiarch system include directory.
13 years ago
doko@python.org
3e6e2ac31d
- Issue #17029 : Let h2py search the multiarch system include directory.
13 years ago
Serhiy Storchaka
35f284b75e
Clean trailing whitespace in itertoolsmodule.c.
13 years ago
Serhiy Storchaka
d269b5e73d
Clean trailing whitespace in itertoolsmodule.c.
13 years ago
Serhiy Storchaka
e7e9c32195
Clean trailing whitespace in itertoolsmodule.c.
13 years ago
Serhiy Storchaka
c5dadcf2fd
Issue #13454 : Fix a crash when deleting an iterator created by itertools.tee()
if all other iterators were very advanced before.
13 years ago
Serhiy Storchaka
339e91d4cb
Issue #13454 : Fix a crash when deleting an iterator created by itertools.tee()
if all other iterators were very advanced before.
13 years ago
Serhiy Storchaka
a3e9128aba
Issue #13454 : Fix a crash when deleting an iterator created by itertools.tee()
if all other iterators were very advanced before.
13 years ago
Serhiy Storchaka
a8e6af6ac3
Increase the memory limit in the test for issue #16335 .
13 years ago
Serhiy Storchaka
5070c27a8f
Increase the memory limit in the test for issue #16335 .
13 years ago
Serhiy Storchaka
2f2dd992a3
Increase the memory limit in the test for issue #16335 .
13 years ago
Serhiy Storchaka
6c1fed578b
Null merge
13 years ago
Serhiy Storchaka
a3030546d8
Null merge
13 years ago
Serhiy Storchaka
dec4de235f
Fix pathext test for shutil.which() which was
broken after applying the patch for issue #16957 .
13 years ago
Serhiy Storchaka
d70127ac54
Fix pathext test for shutil.which() which was
broken after applying the patch for issue #16957 .
13 years ago
Eli Bendersky
48c50bf4c8
Clarify ET.iterparse documentation - this function is not supported by the
C implementation.
13 years ago
Eli Bendersky
0d55ddd3e5
null merge
13 years ago
Eli Bendersky
fa88b5d656
merge heads
13 years ago
Eli Bendersky
48df2eb965
merge heads
13 years ago
Eli Bendersky
c4d5e08e3f
Issue #9708 : Fix support for iterparse(parser=...) argument per documentation.
When _elementtree is imported, iterparse is redefined as a class and the parser
argument was ommitted. Fix this, and add a docstring to the class.
13 years ago
Eli Bendersky
aaa9780fe1
Issue #9708 : Fix support for iterparse(parser=...) argument per documentation.
When _elementtree is imported, iterparse is redefined as a class and the parser
argument was ommitted. Fix this, and add a docstring to the class.
13 years ago
Stefan Krah
47c2975059
Merge.
13 years ago
Stefan Krah
82c6029832
Merge 3.3.
13 years ago
Eli Bendersky
5c6198b3fd
Issue #12323 : Strengthen error checking of the position XPath selectors
13 years ago
Stefan Krah
eb8c451bd2
Since the return type of format() is not a Decimal, raise ValueError instead of
InvalidOperation if the format specification (width, prec) exceeds the internal
limits of libmpdec.
13 years ago
Serhiy Storchaka
7ff241d830
Fix generating of sre_constants.h on Python 3.
13 years ago
Serhiy Storchaka
33f7cdd975
Fix generating of sre_constants.h on Python 3.
13 years ago
Serhiy Storchaka
385ecd84c8
Fix generating of sre_constants.h on Python 3.
13 years ago