Serhiy Storchaka
|
238a617581
|
Fix skip conditions in some docstings tests.
|
2013-01-28 13:27:02 +02:00 |
|
Serhiy Storchaka
|
a4fdd599e2
|
Fix skip conditions in some docstings tests.
|
2013-01-28 13:26:25 +02:00 |
|
Serhiy Storchaka
|
8e0ae2a4f0
|
Fix skip conditions in some docstings tests.
|
2013-01-28 13:25:44 +02:00 |
|
Serhiy Storchaka
|
80a0a1e170
|
Fix skip conditions in some docstings tests.
|
2013-01-28 13:24:01 +02:00 |
|
Serhiy Storchaka
|
d7797c6e7a
|
Remove trailing whitespaces in cStringIO.h.
|
2013-01-28 11:00:58 +02:00 |
|
Brett Cannon
|
a66c2eec50
|
Tweak a comment to be in line with Python 3
|
2013-01-27 18:58:20 -05:00 |
|
Brett Cannon
|
6f90731552
|
Drop the concept of Extension Modules from Misc/NEWS; the stdlib is the stdlib regardless of implementation language
|
2013-01-27 13:10:33 -05:00 |
|
Brett Cannon
|
e4291fa600
|
merge
|
2013-01-27 13:08:40 -05:00 |
|
Brett Cannon
|
f659cdc198
|
Ignore generated files related to python-config
|
2013-01-27 13:08:18 -05:00 |
|
Brett Cannon
|
f3220d6af7
|
Tweak an exception message
|
2013-01-27 13:04:56 -05:00 |
|
Serhiy Storchaka
|
f011881d7d
|
Issue #17041: Fix testing when Python is configured with the
--without-doc-strings.
|
2013-01-27 20:04:26 +02:00 |
|
Serhiy Storchaka
|
26f1166510
|
Issue #17041: Fix testing when Python is configured with the
--without-doc-strings.
|
2013-01-27 20:03:39 +02:00 |
|
Serhiy Storchaka
|
9d0add0c7e
|
Issue #17041: Fix testing when Python is configured with the
--without-doc-strings.
|
2013-01-27 19:47:45 +02:00 |
|
Serhiy Storchaka
|
72121c6c30
|
- Issue #17041: Fix testing when Python is configured with the
--without-doc-strings option.
|
2013-01-27 19:45:49 +02:00 |
|
Stefan Krah
|
6d3a8605a5
|
Issue #11729: Backport commit bff052d9 from libffi upstream in order to fix
a ctypes build failure with clang.
|
2013-01-27 18:00:24 +01:00 |
|
Nadeem Vawda
|
221508cdef
|
Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.
|
2013-01-27 14:21:26 +01:00 |
|
Nadeem Vawda
|
ef0a44c629
|
Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.
Also fix sporadic failures in test_builtin due to dependence on whether the
readline module has previously been imported.
|
2013-01-27 14:17:21 +01:00 |
|
Nadeem Vawda
|
60cc32382f
|
Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.
Also fix sporadic failures in test_builtin due to dependence on whether the
readline module has previously been imported.
|
2013-01-27 14:13:25 +01:00 |
|
Nadeem Vawda
|
6f02ea02c8
|
Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.
Also fix sporadic failures in test_builtin due to dependence on whether the
readline module has previously been imported.
|
2013-01-27 14:01:42 +01:00 |
|
Mark Dickinson
|
07c7136524
|
Issue #16772: in int(x, base), non-integer bases must have an __index__ method.
|
2013-01-27 10:17:52 +00:00 |
|
Ezio Melotti
|
3a62e45b97
|
Merge typo fixes from 3.3.
|
2013-01-27 06:20:51 +02:00 |
|
Ezio Melotti
|
3f5db3940f
|
Fix a few typos and a double semicolon. Patch by Eitan Adler.
|
2013-01-27 06:20:14 +02:00 |
|
Ned Deily
|
c06d40adac
|
null merge
|
2013-01-26 18:11:43 -08:00 |
|
Ned Deily
|
1c1cadbbca
|
null merge
|
2013-01-26 18:11:06 -08:00 |
|
Ned Deily
|
8916b853b9
|
Issue #14018: fix merge error
|
2013-01-26 18:09:12 -08:00 |
|
Ned Deily
|
4511e276d5
|
Issue #14018: fix merge error
|
2013-01-26 18:08:22 -08:00 |
|
Sandro Tosi
|
876a58b8d1
|
merge with 3.3
|
2013-01-27 00:33:22 +01:00 |
|
Sandro Tosi
|
4c1b9f4ca7
|
fix typo; thanks to Andrew Harrington from docs@
|
2013-01-27 00:33:04 +01:00 |
|
Sandro Tosi
|
c19d7b6556
|
fix typo; thanks to Dmitry Northerner from docs@
|
2013-01-27 00:22:33 +01:00 |
|
doko@python.org
|
682d8d4aaa
|
- Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.
|
2013-01-26 19:00:20 +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 |
|
Brett Cannon
|
e103d689ac
|
merge
|
2013-01-26 08:49:53 -05:00 |
|
Brett Cannon
|
14581d5dc4
|
Port py_compile over to importlib
|
2013-01-26 08:48:36 -05:00 |
|
Stefan Krah
|
2d7ee47e42
|
Merge 3.3.
|
2013-01-26 13:58:00 +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
|
c4a10f5970
|
Merge 3.3.
|
2013-01-26 13:07:36 +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
|
f86e484ef2
|
- Follow-up for issue #15484: In PYTHON_FOR_BUILD, use $(PLATDIR) instead
of plat-$(MACHDEP).
|
2013-01-26 12:09:31 +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 |
|
doko@python.org
|
874211978c
|
- Issue #16235: Implement python-config as a shell script.
|
2013-01-26 11:39:31 +01:00 |
|
Serhiy Storchaka
|
ed3c4128c0
|
Issue #10156: In the interpreter's initialization phase, unicode globals
are now initialized dynamically as needed.
|
2013-01-26 12:18:17 +02: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
|
dd399af438
|
Optimize the test for issue #13454.
Now it requires almost 4x less memory and is almost 2x faster.
|
2013-01-26 11:54:27 +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 |
|
Brett Cannon
|
80512de43b
|
Skip a test unless the network resource is available.
|
2013-01-25 22:27:21 -05:00 |
|