Sandro Tosi
|
c19d7b6556
|
fix typo; thanks to Dmitry Northerner from docs@
|
2013-01-27 00:22:33 +01:00 |
|
doko@python.org
|
eab42bf094
|
- Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.
|
2013-01-26 18:57:19 +01:00 |
|
Stefan Krah
|
fb931902c8
|
Fix test_pydoc for build --without-doc-strings.
|
2013-01-26 13:57:15 +01:00 |
|
Stefan Krah
|
4216aa1e52
|
Adapt test for build --without-doc-strings.
|
2013-01-26 13:31:44 +01:00 |
|
Stefan Krah
|
6e572b8b2e
|
Adapt test_bytes for a build --without-doc-strings.
|
2013-01-26 13:06:36 +01:00 |
|
doko@python.org
|
244b687374
|
- Follow-up for issue #15484: In PYTHON_FOR_BUILD, use $(PLATDIR) instead
of plat-$(MACHDEP).
|
2013-01-26 12:08:25 +01:00 |
|
Serhiy Storchaka
|
678db84b37
|
Issue #10156: In the interpreter's initialization phase, unicode globals
are now initialized dynamically as needed.
|
2013-01-26 12:16:36 +02:00 |
|
Serhiy Storchaka
|
059972535f
|
Issue #10156: In the interpreter's initialization phase, unicode globals
are now initialized dynamically as needed.
|
2013-01-26 12:14:02 +02:00 |
|
Serhiy Storchaka
|
c59c85c1ac
|
Issue #10156: In the interpreter's initialization phase, unicode globals
are now initialized dynamically as needed.
|
2013-01-26 12:13:40 +02:00 |
|
Serhiy Storchaka
|
1c7181d764
|
Optimize the test for issue #13454.
Now it requires almost 4x less memory and is almost 2x faster.
|
2013-01-26 11:53:17 +02:00 |
|
Serhiy Storchaka
|
5bb893c44b
|
Optimize the test for issue #13454.
Now it requires almost 4x less memory and is almost 2x faster.
|
2013-01-26 11:52:06 +02:00 |
|
Serhiy Storchaka
|
6fef14d7f3
|
Optimize the test for issue #13454.
Now it requires almost 4x less memory and is almost 2x faster.
|
2013-01-26 11:51:42 +02:00 |
|
Serhiy Storchaka
|
73e38809e0
|
Issue #16980: Fix processing of escaped non-ascii bytes in the
unicode-escape-decode decoder.
|
2013-01-25 23:52:21 +02:00 |
|
Serhiy Storchaka
|
e58785b200
|
Issue #16975: Fix error handling bug in the escape-decode bytes decoder.
|
2013-01-25 23:32:41 +02:00 |
|
Serhiy Storchaka
|
ace3ad3bf7
|
Issue #16975: Fix error handling bug in the escape-decode bytes decoder.
|
2013-01-25 23:31:43 +02:00 |
|
Serhiy Storchaka
|
01b3a08f5e
|
Issue #16975: Fix error handling bug in the escape-decode decoder.
|
2013-01-25 23:30:50 +02:00 |
|
doko@python.org
|
a10e4a9afb
|
- Issue #17031: Fix running regen in cross builds.
|
2013-01-25 18:45:12 +01:00 |
|
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
|
2013-01-25 18:01:05 +01:00 |
|
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
|
2013-01-25 17:57:13 +01:00 |
|
Ronald Oussoren
|
1c60c7ac4c
|
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
|
2013-01-25 17:55:39 +01:00 |
|
doko@python.org
|
96a9f89b2d
|
- Issue #3754: fix typo in pthread AC_CACHE_VAL.
|
2013-01-25 15:34:34 +01:00 |
|
doko@python.org
|
7981f20293
|
- Issue #3754: fix typo in pthread AC_CACHE_VAL.
|
2013-01-25 15:33:25 +01:00 |
|
doko@python.org
|
fa3f9a38b2
|
- Issue #3754: fix typo in pthread AC_CACHE_VAL.
|
2013-01-25 15:32:31 +01:00 |
|
Serhiy Storchaka
|
d5187c2b0c
|
Merge heads
|
2013-01-25 16:08:46 +02:00 |
|
doko@python.org
|
44bbbdab67
|
- Issue #16292: Improve a comment for cross building in configure.ac
|
2013-01-25 14:44:00 +01:00 |
|
Serhiy Storchaka
|
b1b3c0dfef
|
Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
interface and support all mandatory methods and properties.
|
2013-01-25 15:34:21 +02:00 |
|
doko@python.org
|
9731330d6f
|
- Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds;
use _PYTHON_PROJECT_BASE in distutils/sysconfig.py.
|
2013-01-25 14:33:33 +01:00 |
|
Serhiy Storchaka
|
39e70a4e83
|
Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
interface and support all mandatory methods and properties.
|
2013-01-25 15:30:58 +02:00 |
|
Serhiy Storchaka
|
9abc830c6a
|
Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
interface and support all mandatory methods and properties.
|
2013-01-25 15:30:35 +02:00 |
|
doko@python.org
|
0c77bf757f
|
- Issue #17029: Let h2py search the multiarch system include directory.
|
2013-01-25 13:19:35 +01:00 |
|
doko@python.org
|
3e6e2ac31d
|
- Issue #17029: Let h2py search the multiarch system include directory.
|
2013-01-25 13:12:29 +01:00 |
|
doko@python.org
|
4e63fbe04d
|
- Issue #17029: Let h2py search the multiarch system include directory.
|
2013-01-25 13:08:27 +01:00 |
|
Serhiy Storchaka
|
d269b5e73d
|
Clean trailing whitespace in itertoolsmodule.c.
|
2013-01-25 13:38:56 +02:00 |
|
Serhiy Storchaka
|
e7e9c32195
|
Clean trailing whitespace in itertoolsmodule.c.
|
2013-01-25 13:37:39 +02:00 |
|
Serhiy Storchaka
|
b09ec9b618
|
Issue #13454: Fix a crash when deleting an iterator created by itertools.tee()
if all other iterators were very advanced before.
|
2013-01-25 13:31:05 +02:00 |
|
Serhiy Storchaka
|
339e91d4cb
|
Issue #13454: Fix a crash when deleting an iterator created by itertools.tee()
if all other iterators were very advanced before.
|
2013-01-25 13:24:47 +02:00 |
|
Serhiy Storchaka
|
a3e9128aba
|
Issue #13454: Fix a crash when deleting an iterator created by itertools.tee()
if all other iterators were very advanced before.
|
2013-01-25 13:19:31 +02:00 |
|
Serhiy Storchaka
|
5070c27a8f
|
Increase the memory limit in the test for issue #16335.
|
2013-01-25 10:13:37 +02:00 |
|
Serhiy Storchaka
|
2f2dd992a3
|
Increase the memory limit in the test for issue #16335.
|
2013-01-25 10:12:30 +02:00 |
|
Serhiy Storchaka
|
a3030546d8
|
Null merge
|
2013-01-25 10:09:25 +02:00 |
|
Serhiy Storchaka
|
7ee79a2823
|
Don't run the test for issue #16335 when -M is not specified.
Increase memory limit in this test.
|
2013-01-25 10:03:12 +02:00 |
|
Serhiy Storchaka
|
d70127ac54
|
Fix pathext test for shutil.which() which was
broken after applying the patch for issue #16957.
|
2013-01-24 20:03:49 +02:00 |
|
Eli Bendersky
|
f4fbf24aad
|
Issue #9708: clarify doc of iterparse - cElementTree doesn't support the parser argument
|
2013-01-24 07:28:33 -08:00 |
|
Eli Bendersky
|
48c50bf4c8
|
Clarify ET.iterparse documentation - this function is not supported by the
C implementation.
|
2013-01-24 07:23:34 -08:00 |
|
Eli Bendersky
|
48df2eb965
|
merge heads
|
2013-01-24 07:17:05 -08:00 |
|
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.
|
2013-01-24 07:15:19 -08:00 |
|
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.
|
2013-01-24 15:22:33 +01:00 |
|
Serhiy Storchaka
|
33f7cdd975
|
Fix generating of sre_constants.h on Python 3.
|
2013-01-24 13:43:46 +02:00 |
|
Serhiy Storchaka
|
385ecd84c8
|
Fix generating of sre_constants.h on Python 3.
|
2013-01-24 13:43:02 +02:00 |
|
Senthil Kumaran
|
c1a7c565aa
|
merge from 3.2
Issue #12411: Fix to cgi.parse_multipart to correctly use bytes boundaries and
bytes data. Patch by Jonas Wagner.
|
2013-01-23 03:00:26 -08:00 |
|