]> granicus.if.org Git - python/log
python
14 years agoNeaten up example so it can be cut and pasted.
Raymond Hettinger [Fri, 13 May 2011 08:04:45 +0000 (01:04 -0700)]
Neaten up example so it can be cut and pasted.

14 years agoNeaten up example so it can be cut and pasted.
Raymond Hettinger [Fri, 13 May 2011 08:03:50 +0000 (01:03 -0700)]
Neaten up example so it can be cut and pasted.

14 years agoAdded diagnostics to test_logging, after reverting last change.
Vinay Sajip [Fri, 13 May 2011 06:09:40 +0000 (07:09 +0100)]
Added diagnostics to test_logging, after reverting last change.

14 years agoMerge two minor doc changes into default.
Georg Brandl [Fri, 13 May 2011 05:01:58 +0000 (07:01 +0200)]
Merge two minor doc changes into default.

14 years agoMerge 3.2.1 release changes into default branch (a null merge except for the new...
Georg Brandl [Fri, 13 May 2011 05:01:42 +0000 (07:01 +0200)]
Merge 3.2.1 release changes into default branch (a null merge except for the new tag.)

14 years agoUse singular they. Thanks to Mark Summerfield.
Georg Brandl [Fri, 13 May 2011 04:55:28 +0000 (06:55 +0200)]
Use singular they. Thanks to Mark Summerfield.

14 years agoFix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson.
Georg Brandl [Fri, 13 May 2011 04:54:23 +0000 (06:54 +0200)]
Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson.

14 years agoMerge in changes from 3.2.1b1 release repo.
Georg Brandl [Fri, 13 May 2011 04:50:56 +0000 (06:50 +0200)]
Merge in changes from 3.2.1b1 release repo.

14 years agoIssue #12062: Fix a flushing bug when doing a certain type of I/O sequence
Antoine Pitrou [Thu, 12 May 2011 22:25:53 +0000 (00:25 +0200)]
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
on a file opened in read+write mode (namely: reading, seeking a bit forward,
writing, then seeking before the previous write but still within buffered
data, and writing again).

14 years agoIssue #12062: Fix a flushing bug when doing a certain type of I/O sequence
Antoine Pitrou [Thu, 12 May 2011 22:16:28 +0000 (00:16 +0200)]
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
on a file opened in read+write mode (namely: reading, seeking a bit forward,
writing, then seeking before the previous write but still within buffered
data, and writing again).

14 years agoIssue #12062: Fix a flushing bug when doing a certain type of I/O sequence
Antoine Pitrou [Thu, 12 May 2011 22:13:33 +0000 (00:13 +0200)]
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
on a file opened in read+write mode (namely: reading, seeking a bit forward,
writing, then seeking before the previous write but still within buffered
data, and writing again).

14 years agoMerge from 3.2
Kurt B. Kaiser [Thu, 12 May 2011 19:36:42 +0000 (15:36 -0400)]
Merge from 3.2

Issue #11896: Save on Close failed despite selecting "Yes" in dialog.

14 years agoMerge from 3.1
Kurt B. Kaiser [Thu, 12 May 2011 19:30:18 +0000 (15:30 -0400)]
Merge from 3.1

14 years agoIssue #11896: Save on Close failed despite selecting "Yes" in dialog.
Kurt B. Kaiser [Thu, 12 May 2011 19:25:24 +0000 (15:25 -0400)]
Issue #11896: Save on Close failed despite selecting "Yes" in dialog.

_tkinter.c is returning <class '_tkinter.Tcl_Obj'> sometimes.  Don't use
tkinter.messagebox.Message - use the helper functions which convert to str.

14 years agoTimedTRotatingFileHandler test now improved to minimise chances of failure on very...
Vinay Sajip [Thu, 12 May 2011 15:18:29 +0000 (16:18 +0100)]
TimedTRotatingFileHandler test now improved to minimise chances of failure on very slow machines.

14 years agoCleaned up a backward merge after fixes issue #12044.
Łukasz Langa [Thu, 12 May 2011 14:46:30 +0000 (16:46 +0200)]
Cleaned up a backward merge after fixes issue #12044.

14 years agonormalize whitespace.
Gregory P. Smith [Thu, 12 May 2011 05:20:11 +0000 (22:20 -0700)]
normalize whitespace.

14 years agomerge - 7a3f3ad83676 Fixes Issue #12044.
Gregory P. Smith [Thu, 12 May 2011 05:18:23 +0000 (22:18 -0700)]
merge - 7a3f3ad83676  Fixes Issue #12044.

14 years ago- Issue #12044: Fixed subprocess.Popen when used as a context manager to
Gregory P. Smith [Thu, 12 May 2011 04:42:08 +0000 (21:42 -0700)]
- Issue #12044: Fixed subprocess.Popen when used as a context manager to
  wait for the process to end when exiting the context to avoid unintentionally
  leaving zombie processes around.

14 years agoFix compile error under Windows
Antoine Pitrou [Thu, 12 May 2011 00:07:00 +0000 (02:07 +0200)]
Fix compile error under Windows

14 years agoIssue #9971: Write an optimized implementation of BufferedReader.readinto().
Antoine Pitrou [Wed, 11 May 2011 23:57:53 +0000 (01:57 +0200)]
Issue #9971: Write an optimized implementation of BufferedReader.readinto().
Patch by John O'Connor.

14 years agoFix markup and working in the doc.
Ezio Melotti [Wed, 11 May 2011 22:10:57 +0000 (01:10 +0300)]
Fix markup and working in the doc.

14 years agoIssue #12058: Minor edits to comments in faulthandler
Victor Stinner [Wed, 11 May 2011 18:56:08 +0000 (20:56 +0200)]
Issue #12058: Minor edits to comments in faulthandler

Patch written by Éric Araujo.

14 years agoMerge from 3.2
Kurt B. Kaiser [Wed, 11 May 2011 18:18:13 +0000 (14:18 -0400)]
Merge from 3.2

14 years agoMerge heads
Kurt B. Kaiser [Wed, 11 May 2011 18:02:13 +0000 (14:02 -0400)]
Merge heads

14 years agoCorrect version in IDLE NEWS.txt
Kurt B. Kaiser [Wed, 11 May 2011 17:54:44 +0000 (13:54 -0400)]
Correct version in IDLE NEWS.txt

14 years agoMerge from 3.1
Kurt B. Kaiser [Wed, 11 May 2011 17:48:54 +0000 (13:48 -0400)]
Merge from 3.1

14 years agoDocument default fmtspec. Fix inaccurate note. Document exceptions.
Raymond Hettinger [Wed, 11 May 2011 17:48:02 +0000 (10:48 -0700)]
Document default fmtspec. Fix inaccurate note. Document exceptions.

14 years agoDocument default fmtspec. Fix inaccurate note. Document exceptions.
Raymond Hettinger [Wed, 11 May 2011 17:47:27 +0000 (10:47 -0700)]
Document default fmtspec. Fix inaccurate note. Document exceptions.

14 years agoIssue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.
Kurt B. Kaiser [Wed, 11 May 2011 16:24:17 +0000 (12:24 -0400)]
Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.

With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused IDLE to
exit.  Converted to valid Unicode null in PythonCmd().

14 years ago[Merge Branch] Issue #11968 - the start_response header values in wsgiref shoudl be
Senthil Kumaran [Wed, 11 May 2011 14:37:50 +0000 (22:37 +0800)]
[Merge Branch] Issue #11968 - the start_response header values in wsgiref shoudl be
str not bytes. The PEP-0333 says that and test_wsgiref follows the same.
Updated docs accordingly.

14 years agoIssue #11968 - the start_response header values in wsgiref shoudl be str not
Senthil Kumaran [Wed, 11 May 2011 14:34:59 +0000 (22:34 +0800)]
Issue #11968 - the start_response header values in wsgiref shoudl be str not
bytes. The PEP-0333 says that and test_wsgiref follows the same.  Updated docs
accordingly.

14 years agoFix closed Issue #11968 - the start_response header values in wsgiref shoudl be
Senthil Kumaran [Wed, 11 May 2011 14:27:26 +0000 (22:27 +0800)]
Fix closed Issue #11968 - the start_response header values in wsgiref shoudl be
str not bytes. The PEP-0333 says that and test_wsgiref follows the same.
Updated docs accordingly.

14 years agoFix closes Issue #11799: urllib.request Authentication Handlers will raise a
Senthil Kumaran [Wed, 11 May 2011 13:17:57 +0000 (21:17 +0800)]
Fix closes Issue #11799: urllib.request Authentication Handlers will raise a
ValueError when presented with an unsupported Authentication Scheme.

14 years agoissue12039 - update the documentation of send_response method in http.server.rst.
Senthil Kumaran [Wed, 11 May 2011 08:04:28 +0000 (16:04 +0800)]
issue12039 - update the documentation of send_response method in http.server.rst.

14 years agoIssue #12039 - Update the http.server.rst with the requirement to call `end_headers...
Senthil Kumaran [Wed, 11 May 2011 03:45:48 +0000 (11:45 +0800)]
Issue #12039 - Update the http.server.rst with the requirement to call `end_headers` after calling `send_header`.

14 years agoMerge 3.2 (empty merge, patch already applied to 3.3)
Victor Stinner [Tue, 10 May 2011 22:59:08 +0000 (00:59 +0200)]
Merge 3.2 (empty merge, patch already applied to 3.3)

14 years agoMerge 3.1 (empty merge, a similar patch was already applied)
Victor Stinner [Tue, 10 May 2011 22:58:26 +0000 (00:58 +0200)]
Merge 3.1 (empty merge, a similar patch was already applied)

14 years agoIssue #10419: Fix build_scripts command of distutils to handle correctly
Victor Stinner [Tue, 10 May 2011 22:57:29 +0000 (00:57 +0200)]
Issue #10419: Fix build_scripts command of distutils to handle correctly
non-ASCII scripts. Open and write the script in binary mode, but ensure that
the shebang is decodable from UTF-8 and from the encoding of the script.

14 years agoMerge 3.2 (empty, patch already applied to 3.3)
Victor Stinner [Tue, 10 May 2011 22:37:36 +0000 (00:37 +0200)]
Merge 3.2 (empty, patch already applied to 3.3)

14 years agoIssue #11169: compileall module uses repr() to format filenames and paths to
Victor Stinner [Tue, 10 May 2011 22:36:28 +0000 (00:36 +0200)]
Issue #11169: compileall module uses repr() to format filenames and paths to
escape surrogate characters and show spaces.

14 years agoMerge 3.2 (empty, patch already applied to 3.3)
Victor Stinner [Tue, 10 May 2011 22:31:16 +0000 (00:31 +0200)]
Merge 3.2 (empty, patch already applied to 3.3)

14 years ago#12051: merge with 3.2.
Ezio Melotti [Tue, 10 May 2011 22:23:41 +0000 (01:23 +0300)]
#12051: merge with 3.2.

14 years agoClose #10419, issue #6011: build_scripts command of distutils handles correctly
Victor Stinner [Tue, 10 May 2011 22:14:28 +0000 (00:14 +0200)]
Close #10419, issue #6011: build_scripts command of distutils handles correctly
non-ASCII path (path to the Python executable). Open and write the script in
binary mode, but ensure that the shebang is decodable from UTF-8 and from the
encoding of the script.

14 years agoClose #10419, issue #6011: build_scripts command of distutils handles correctly
Victor Stinner [Tue, 10 May 2011 22:14:28 +0000 (00:14 +0200)]
Close #10419, issue #6011: build_scripts command of distutils handles correctly
non-ASCII path (path to the Python executable). Open and write the script in
binary mode, but ensure that the shebang is decodable from UTF-8 and from the
encoding of the script.

14 years ago#12051: merge with 3.1.
Ezio Melotti [Tue, 10 May 2011 22:10:27 +0000 (01:10 +0300)]
#12051: merge with 3.1.

14 years ago#12051: Fix segfault in json.dumps() while encoding highly-nested objects using the...
Ezio Melotti [Tue, 10 May 2011 22:02:56 +0000 (01:02 +0300)]
#12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations.

14 years agoIssue #11888: skip some log2 tests on Mac OS X Tiger
Victor Stinner [Tue, 10 May 2011 21:40:17 +0000 (23:40 +0200)]
Issue #11888: skip some log2 tests on Mac OS X Tiger

System log2() is not accurate for exact power of 2.

14 years agoIssue #12054: use support.find_unused_port() instead of reinventing the wheel
Antoine Pitrou [Tue, 10 May 2011 21:37:42 +0000 (23:37 +0200)]
Issue #12054: use support.find_unused_port() instead of reinventing the wheel

14 years agoIssue #12054: use support.find_unused_port() instead of reinventing the wheel
Antoine Pitrou [Tue, 10 May 2011 21:37:11 +0000 (23:37 +0200)]
Issue #12054: use support.find_unused_port() instead of reinventing the wheel

14 years agorun autoreconf
Benjamin Peterson [Tue, 10 May 2011 20:01:56 +0000 (15:01 -0500)]
run autoreconf

14 years agoIssue #11888: remove duplicate check for log2 in configure.in.
Mark Dickinson [Tue, 10 May 2011 19:56:00 +0000 (20:56 +0100)]
Issue #11888: remove duplicate check for log2 in configure.in.

14 years agoIssue #8498: In socket.accept(), allow to specify 0 as a backlog value in
Antoine Pitrou [Tue, 10 May 2011 17:19:13 +0000 (19:19 +0200)]
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
order to accept exactly one connection.  Patch by Daniel Evers.

14 years agoIssue #8498: In socket.accept(), allow to specify 0 as a backlog value in
Antoine Pitrou [Tue, 10 May 2011 17:16:29 +0000 (19:16 +0200)]
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
order to accept exactly one connection.  Patch by Daniel Evers.

14 years agoIssue #12011: signal.signal() and signal.siginterrupt() raise an OSError,
Victor Stinner [Tue, 10 May 2011 15:13:00 +0000 (17:13 +0200)]
Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError,
instead of a RuntimeError: OSError has an errno attribute.

14 years agoMerged trivial doc fix from 3.2.
Łukasz Langa [Tue, 10 May 2011 13:26:22 +0000 (15:26 +0200)]
Merged trivial doc fix from 3.2.

14 years agoActually print out the description of what changed.
Łukasz Langa [Tue, 10 May 2011 13:25:41 +0000 (15:25 +0200)]
Actually print out the description of what changed.

14 years agoIssue #12039: Add end_headers() call to avoid BadStatusLine.
Vinay Sajip [Tue, 10 May 2011 08:10:08 +0000 (09:10 +0100)]
Issue #12039: Add end_headers() call to avoid BadStatusLine.

14 years agomerge
Raymond Hettinger [Tue, 10 May 2011 07:36:35 +0000 (00:36 -0700)]
merge

14 years agomerge
Raymond Hettinger [Tue, 10 May 2011 07:35:48 +0000 (00:35 -0700)]
merge

14 years agoIssue 12047: Expand the style guide.
Raymond Hettinger [Tue, 10 May 2011 07:35:03 +0000 (00:35 -0700)]
Issue 12047: Expand the style guide.

14 years agoIssue #12039: Now suppress spurious select.error raised on FreeBSD when the server...
Vinay Sajip [Tue, 10 May 2011 06:48:28 +0000 (07:48 +0100)]
Issue #12039: Now suppress spurious select.error raised on FreeBSD when the server (an asyncore.dispatcher) is closed.

14 years agofaulthandler: improve_sigabrt() on Visual Studio
Victor Stinner [Mon, 9 May 2011 23:30:03 +0000 (01:30 +0200)]
faulthandler: improve_sigabrt() on Visual Studio

Use _set_abort_behavior() + abort() instead of raise(SIGABRT) which may write
an error message and/or open a popup asking to report the fault.

14 years ago(Merge 3.2) Empty merge, the fix was already applied to 3.3
Victor Stinner [Mon, 9 May 2011 22:49:53 +0000 (00:49 +0200)]
(Merge 3.2) Empty merge, the fix was already applied to 3.3

14 years ago(Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Victor Stinner [Mon, 9 May 2011 22:48:41 +0000 (00:48 +0200)]
(Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional

OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2
protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid.

Optimize also ssl.get_protocol_name(): speed does matter!

14 years agoIssue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Victor Stinner [Mon, 9 May 2011 22:38:00 +0000 (00:38 +0200)]
Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional

OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2
protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid.

Optimize also ssl.get_protocol_name(): speed does matter!

14 years ago(Merge 3.2) Issue #1195: Fix input() if it is interrupted by CTRL+d and then
Victor Stinner [Mon, 9 May 2011 22:21:26 +0000 (00:21 +0200)]
(Merge 3.2) Issue #1195: Fix input() if it is interrupted by CTRL+d and then
CTRL+c, clear the end-of-file indicator after CTRL+d.

14 years agoIssue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clear
Victor Stinner [Mon, 9 May 2011 22:20:35 +0000 (00:20 +0200)]
Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clear
the end-of-file indicator after CTRL+d.

14 years agoIssue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c,
Victor Stinner [Mon, 9 May 2011 22:19:53 +0000 (00:19 +0200)]
Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c,
clear the end-of-file indicator after CTRL+d.

14 years agoUpdate incorrect comment.
Vinay Sajip [Mon, 9 May 2011 21:05:50 +0000 (22:05 +0100)]
Update incorrect comment.

14 years agoIssue #12041: Make test_wait3 more robust.
Antoine Pitrou [Mon, 9 May 2011 19:17:02 +0000 (21:17 +0200)]
Issue #12041: Make test_wait3 more robust.

14 years agoos.dup()-then-close() can be replaced with detach()
Antoine Pitrou [Mon, 9 May 2011 19:00:28 +0000 (21:00 +0200)]
os.dup()-then-close() can be replaced with detach()

14 years agoRemove dead code from _multiprocessing
Antoine Pitrou [Mon, 9 May 2011 18:55:03 +0000 (20:55 +0200)]
Remove dead code from _multiprocessing

14 years agoMerged solution for #12036 from 3.2
Łukasz Langa [Mon, 9 May 2011 16:50:47 +0000 (18:50 +0200)]
Merged solution for #12036 from 3.2

14 years agoCloses #12036: ConfigParser: Document items() added the vars dictionary to the result
Łukasz Langa [Mon, 9 May 2011 16:49:42 +0000 (18:49 +0200)]
Closes #12036: ConfigParser: Document items() added the vars dictionary to the result

14 years agoImproved Windows test coverage.
Vinay Sajip [Mon, 9 May 2011 16:32:09 +0000 (17:32 +0100)]
Improved Windows test coverage.

14 years agoMerge with 3.2.
Ezio Melotti [Mon, 9 May 2011 15:42:32 +0000 (18:42 +0300)]
Merge with 3.2.

14 years agoMerge with 3.1.
Ezio Melotti [Mon, 9 May 2011 15:40:42 +0000 (18:40 +0300)]
Merge with 3.1.

14 years agoSome more tests were incorrectly marked as C specific.
Ezio Melotti [Mon, 9 May 2011 15:36:53 +0000 (18:36 +0300)]
Some more tests were incorrectly marked as C specific.

14 years agoIssue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the
Senthil Kumaran [Mon, 9 May 2011 15:25:02 +0000 (23:25 +0800)]
Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the
sending of headers to output stream and flushing the internal headers buffer.
Patch contribution by Andrew Schaaf

14 years agoIssue #11743: Rewrite multiprocessing connection classes in pure Python.
Antoine Pitrou [Mon, 9 May 2011 15:04:27 +0000 (17:04 +0200)]
Issue #11743: Rewrite multiprocessing connection classes in pure Python.

14 years agoIssue #11188: In log2 tests, create powers of 2 using ldexp(1, n) instead of the...
Mark Dickinson [Mon, 9 May 2011 13:02:45 +0000 (14:02 +0100)]
Issue #11188: In log2 tests, create powers of 2 using ldexp(1, n) instead of the less reliable 2.0**n.

14 years agoIssue #8407: Use an explicit cast for FreeBSD
Victor Stinner [Mon, 9 May 2011 12:45:38 +0000 (14:45 +0200)]
Issue #8407: Use an explicit cast for FreeBSD

pthread_t is a pointer, not an integer, on FreeBSD. It should fix the following
gcc warning:

passing argument 1 of ‘pthread_kill’ makes pointer from integer without a cast

14 years agofaulthandler: make quiet a gcc 4.6 warning (z was unused)
Victor Stinner [Mon, 9 May 2011 12:44:26 +0000 (14:44 +0200)]
faulthandler: make quiet a gcc 4.6 warning (z was unused)

14 years agoIssue #10811: Use TestCase.assertRaises() in the new test
Victor Stinner [Mon, 9 May 2011 10:50:41 +0000 (12:50 +0200)]
Issue #10811: Use TestCase.assertRaises() in the new test

14 years agoIssue #11888: Use system log2() when available
Victor Stinner [Mon, 9 May 2011 10:45:41 +0000 (12:45 +0200)]
Issue #11888: Use system log2() when available

I expect the system libc to use more accurate functions than Python. The GNU
libc uses for example FYL2X and FYL2XP1 hardware instructions on Intel FPU.

14 years ago#10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError...
Gerhard Haering [Mon, 9 May 2011 10:24:09 +0000 (12:24 +0200)]
#10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.

14 years agoGrammatical fix for a comment for log2, to avoid referring to an *algorithm* as monot...
Mark Dickinson [Mon, 9 May 2011 07:40:20 +0000 (08:40 +0100)]
Grammatical fix for a comment for log2, to avoid referring to an *algorithm* as monotonic.

14 years agoFix nonunique test ids in math_testcases.txt.
Mark Dickinson [Mon, 9 May 2011 07:18:57 +0000 (08:18 +0100)]
Fix nonunique test ids in math_testcases.txt.

14 years agoFix cut-and-paste typo in comment: log10 -> log2.
Mark Dickinson [Mon, 9 May 2011 07:05:00 +0000 (08:05 +0100)]
Fix cut-and-paste typo in comment: log10 -> log2.

14 years agomerge 11164
Martin v. Löwis [Mon, 9 May 2011 06:12:19 +0000 (08:12 +0200)]
merge 11164

14 years agomerge 11164
Martin v. Löwis [Mon, 9 May 2011 06:10:38 +0000 (08:10 +0200)]
merge 11164

14 years agoStop trying to use _xmlplus in the xml module. Closes #11164.
Martin v. Löwis [Mon, 9 May 2011 06:05:43 +0000 (08:05 +0200)]
Stop trying to use _xmlplus in the xml module. Closes #11164.
Patch by Arfrever Frehtes Taifersar Arahesis.

14 years agomerged
Martin v. Löwis [Mon, 9 May 2011 05:42:48 +0000 (07:42 +0200)]
merged

14 years agoThe option is actually --no-as-needed.
Martin v. Löwis [Mon, 9 May 2011 05:42:28 +0000 (07:42 +0200)]
The option is actually --no-as-needed.

14 years agomerge 11347.
Martin v. Löwis [Mon, 9 May 2011 05:41:32 +0000 (07:41 +0200)]
merge 11347.

14 years agoUse --as-needed when linking libpython3.so. Closes #11347.
Martin v. Löwis [Mon, 9 May 2011 05:37:45 +0000 (07:37 +0200)]
Use --as-needed when linking libpython3.so. Closes #11347.
Patch by Arfrever Frehtes Taifersar Arahesis.

14 years ago#11910: merge with 3.2.
Ezio Melotti [Mon, 9 May 2011 04:30:21 +0000 (07:30 +0300)]
#11910: merge with 3.2.

14 years ago#11910: merge with 3.1.
Ezio Melotti [Mon, 9 May 2011 04:27:20 +0000 (07:27 +0300)]
#11910: merge with 3.1.

14 years agoSome tests were incorrectly marked as C specific.
Ezio Melotti [Mon, 9 May 2011 04:20:47 +0000 (07:20 +0300)]
Some tests were incorrectly marked as C specific.