]> granicus.if.org Git - python/log
python
11 years agoIssue #16658: add missing return to HTTPConnection.send().
Andrew Svetlov [Fri, 12 Apr 2013 19:50:42 +0000 (22:50 +0300)]
Issue #16658: add missing return to HTTPConnection.send().

Patch by Jeff Knupp

11 years agoIssue #16658: add missing return to HTTPConnection.send().
Andrew Svetlov [Fri, 12 Apr 2013 19:49:19 +0000 (22:49 +0300)]
Issue #16658: add missing return to HTTPConnection.send().

Patch by Jeff Knupp

11 years agoattempt to fix bb failure as per http://bugs.python.org/issue17675#msg186595
Giampaolo Rodola' [Fri, 12 Apr 2013 16:28:15 +0000 (18:28 +0200)]
attempt to fix bb failure as per http://bugs.python.org/issue17675#msg186595

11 years ago#17653: merge with 3.3.
Ezio Melotti [Fri, 12 Apr 2013 16:19:45 +0000 (19:19 +0300)]
#17653: merge with 3.3.

11 years ago#17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe.
Ezio Melotti [Fri, 12 Apr 2013 16:19:21 +0000 (19:19 +0300)]
#17653: fix typo in socketserver docs.  Patch by Tshepang Lekhonkhobe.

11 years agoClosed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler to...
Vinay Sajip [Fri, 12 Apr 2013 16:04:23 +0000 (17:04 +0100)]
Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler to rotate.

11 years agoNull merge.
Ezio Melotti [Fri, 12 Apr 2013 13:25:41 +0000 (16:25 +0300)]
Null merge.

11 years agoMerge heads.
Ezio Melotti [Fri, 12 Apr 2013 13:24:12 +0000 (16:24 +0300)]
Merge heads.

11 years agoMerge heads.
Ezio Melotti [Fri, 12 Apr 2013 13:23:24 +0000 (16:23 +0300)]
Merge heads.

11 years ago#17688: fix declaration for richcmp example in the docs.
Andrew Svetlov [Fri, 12 Apr 2013 13:09:00 +0000 (16:09 +0300)]
#17688: fix declaration for richcmp example in the docs.

Thanks to Daniel Mullner

11 years ago#17688: fix declaration for richcmp example in the docs.
Andrew Svetlov [Fri, 12 Apr 2013 13:08:40 +0000 (16:08 +0300)]
#17688: fix declaration for richcmp example in the docs.

Thanks to Daniel Mullner

11 years ago#6696: merge with 3.3.
Ezio Melotti [Fri, 12 Apr 2013 12:44:37 +0000 (15:44 +0300)]
#6696: merge with 3.3.

11 years ago#6696: add documentation for the Profile objects, and improve profile/cProfile docs...
Ezio Melotti [Fri, 12 Apr 2013 12:42:06 +0000 (15:42 +0300)]
#6696: add documentation for the Profile objects, and improve profile/cProfile docs.  Patch by Tom Pinckney.

11 years ago#17692: merge with 3.3.
Ezio Melotti [Fri, 12 Apr 2013 11:14:22 +0000 (14:14 +0300)]
#17692: merge with 3.3.

11 years ago#17692: test_sqlite now works with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti [Fri, 12 Apr 2013 11:13:47 +0000 (14:13 +0300)]
#17692: test_sqlite now works with unittest test discovery.  Patch by Zachary Ware.

11 years ago#17585: merge with 3.3.
Roger Serwy [Fri, 12 Apr 2013 00:18:22 +0000 (19:18 -0500)]
#17585: merge with 3.3.

11 years ago#17585: Fixed IDLE regression. Now closes when using exit() or quit().
Roger Serwy [Fri, 12 Apr 2013 00:16:44 +0000 (19:16 -0500)]
#17585: Fixed IDLE regression. Now closes when using exit() or quit().

11 years ago#17699: Fix the new getpass test failures on windows.
R David Murray [Thu, 11 Apr 2013 21:45:32 +0000 (17:45 -0400)]
#17699: Fix the new getpass test failures on windows.

Patch by Zachary Ware.

11 years agoIssue #13056: Reenable test_multibytecodec.Test_StreamWriter tests
Victor Stinner [Thu, 11 Apr 2013 20:41:11 +0000 (22:41 +0200)]
Issue #13056: Reenable test_multibytecodec.Test_StreamWriter tests

11 years agoClose #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of
Victor Stinner [Thu, 11 Apr 2013 20:09:04 +0000 (22:09 +0200)]
Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of
the legacy Py_UNICODE API.

Add also a new _PyUnicodeWriter_WriteChar() function.

11 years agopython-gdb.py: Replace invalid Unicode character with U+FFFD to be able to
Victor Stinner [Thu, 11 Apr 2013 19:37:45 +0000 (21:37 +0200)]
python-gdb.py: Replace invalid Unicode character with U+FFFD to be able to
display invalid strings. Such strings can be found while Python is creating a
new string, in a text decoder for example, when Python is compiled in debug
mode.

11 years agoFix supernumerary 's' in sys._debugmallocstats() output.
Antoine Pitrou [Thu, 11 Apr 2013 19:02:20 +0000 (21:02 +0200)]
Fix supernumerary 's' in sys._debugmallocstats() output.

11 years agoFix supernumerary 's' in sys._debugmallocstats() output.
Antoine Pitrou [Thu, 11 Apr 2013 19:01:40 +0000 (21:01 +0200)]
Fix supernumerary 's' in sys._debugmallocstats() output.

11 years agoFix a crash when setting a servername callback on a SSL server socket and the client...
Antoine Pitrou [Thu, 11 Apr 2013 18:48:42 +0000 (20:48 +0200)]
Fix a crash when setting a servername callback on a SSL server socket and the client doesn't send a server name.
Patch by Kazuhiro Yoshida.
(originally issue #8109)

11 years ago#17690: merge with 3.3.
Ezio Melotti [Thu, 11 Apr 2013 17:30:48 +0000 (20:30 +0300)]
#17690: merge with 3.3.

11 years ago#17690: test_time now works with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti [Thu, 11 Apr 2013 17:29:42 +0000 (20:29 +0300)]
#17690: test_time now works with unittest test discovery.  Patch by Zachary Ware.

11 years agoFix invalid markup.
Georg Brandl [Thu, 11 Apr 2013 14:10:13 +0000 (16:10 +0200)]
Fix invalid markup.

11 years agoMerge #14971: Use class method name, not function.__name__, during unittest discovery.
R David Murray [Thu, 11 Apr 2013 12:58:11 +0000 (08:58 -0400)]
Merge #14971: Use class method name, not function.__name__, during unittest discovery.

11 years ago#14971: Use class method name, not function.__name__, during unittest discovery.
R David Murray [Thu, 11 Apr 2013 12:55:45 +0000 (08:55 -0400)]
#14971: Use class method name, not function.__name__, during unittest discovery.

11 years agonull merge
Senthil Kumaran [Thu, 11 Apr 2013 03:56:32 +0000 (20:56 -0700)]
null merge

11 years agonormalize whitespace
Senthil Kumaran [Thu, 11 Apr 2013 03:55:58 +0000 (20:55 -0700)]
normalize whitespace

11 years agonormalize whitespace. caught by hook
Senthil Kumaran [Thu, 11 Apr 2013 03:54:23 +0000 (20:54 -0700)]
normalize whitespace. caught by hook

11 years agomerge from 3.3
Senthil Kumaran [Thu, 11 Apr 2013 03:53:12 +0000 (20:53 -0700)]
merge from 3.3

#5609 - test_urllib coverage for url2pathname and pathname2url. Patch
contribution by Thomas Fenzl & Maksim Kozyarchuk

11 years ago#5609 - test_urllib coverage for url2pathname and pathname2url. Patch
Senthil Kumaran [Thu, 11 Apr 2013 03:51:19 +0000 (20:51 -0700)]
#5609 - test_urllib coverage for url2pathname and pathname2url. Patch
contribution by Thomas Fenzl & Maksim Kozyarchuk

11 years agomerge 3.3 (#17669)
Benjamin Peterson [Wed, 10 Apr 2013 21:01:38 +0000 (17:01 -0400)]
merge 3.3 (#17669)

11 years agodon't run frame if it has no stack (closes #17669)
Benjamin Peterson [Wed, 10 Apr 2013 21:00:56 +0000 (17:00 -0400)]
don't run frame if it has no stack (closes #17669)

11 years agoMerge heads.
Ezio Melotti [Wed, 10 Apr 2013 16:35:31 +0000 (19:35 +0300)]
Merge heads.

11 years ago#12820: merge with 3.3.
Ezio Melotti [Wed, 10 Apr 2013 16:34:05 +0000 (19:34 +0300)]
#12820: merge with 3.3.

11 years ago#17487: wave.getparams now returns a namedtuple.
R David Murray [Wed, 10 Apr 2013 16:31:43 +0000 (12:31 -0400)]
#17487: wave.getparams now returns a namedtuple.

Patch by Claudiu Popa.

11 years ago#12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and...
Ezio Melotti [Wed, 10 Apr 2013 16:30:11 +0000 (19:30 +0300)]
#12820: add tests for the xml.dom.minicompat module.  Patch by John Chandler and Phil Connell.

11 years ago#17635: merge with 3.3.
Ezio Melotti [Wed, 10 Apr 2013 15:01:22 +0000 (18:01 +0300)]
#17635: merge with 3.3.

11 years ago#17635: fix wrong function name in multiprocessing docs.
Ezio Melotti [Wed, 10 Apr 2013 14:59:20 +0000 (17:59 +0300)]
#17635: fix wrong function name in multiprocessing docs.

11 years agoFix issue #17675: make socket repr() provide local and remote addresses (if any).
Giampaolo Rodola' [Wed, 10 Apr 2013 13:49:47 +0000 (15:49 +0200)]
Fix issue #17675: make socket repr() provide local and remote addresses (if any).

11 years agoClose #14439: Python now prints the traceback on runpy failure at startup.
Victor Stinner [Tue, 9 Apr 2013 22:27:23 +0000 (00:27 +0200)]
Close #14439: Python now prints the traceback on runpy failure at startup.

11 years agoIssue #17615: On Windows (VS2010), Performances of wmemcmp() to compare Unicode
Victor Stinner [Tue, 9 Apr 2013 21:53:26 +0000 (23:53 +0200)]
Issue #17615: On Windows (VS2010), Performances of wmemcmp() to compare Unicode
strings are not convincing. For UCS2 (16-bit wchar_t type), use a dummy loop
instead of wmemcmp(). The dummy loop is as fast, or a little bit faster.

wchar_t is only 16-bit long on Windows. wmemcmp() is still used for 32-bit
wchar_t.

11 years agomerge
Brett Cannon [Tue, 9 Apr 2013 21:03:27 +0000 (17:03 -0400)]
merge

11 years agoWhat's new entry for issue #17093
Brett Cannon [Tue, 9 Apr 2013 21:03:10 +0000 (17:03 -0400)]
What's new entry for issue #17093

11 years agoIssue #17093,17566,17567: Methods from classes in importlib.abc now raise/return
Brett Cannon [Tue, 9 Apr 2013 20:59:39 +0000 (16:59 -0400)]
Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return
the default exception/value when called instead of raising/returning
NotimplementedError/NotImplemented (except where appropriate).
This should allow for the ABCs to act as the bottom/end of the MRO with expected
default results.

As part of this work, also make importlib.abc.Loader.module_repr()
optional instead of an abstractmethod.

11 years agoreplace(): only call PyUnicode_DATA(u) once
Victor Stinner [Tue, 9 Apr 2013 20:52:48 +0000 (22:52 +0200)]
replace(): only call PyUnicode_DATA(u) once

11 years agoWrite super-fast version of str.strip(), str.lstrip() and str.rstrip() for pure ASCII
Victor Stinner [Tue, 9 Apr 2013 20:39:24 +0000 (22:39 +0200)]
Write super-fast version of str.strip(), str.lstrip() and str.rstrip() for pure ASCII

11 years agoDon't calls macros in PyUnicode_WRITE() parameters
Victor Stinner [Tue, 9 Apr 2013 20:38:52 +0000 (22:38 +0200)]
Don't calls macros in PyUnicode_WRITE() parameters

PyUnicode_WRITE() expands some parameters twice or more.

11 years agoFix do_strip(): don't call PyUnicode_READ() in Py_UNICODE_ISSPACE() to not call
Victor Stinner [Tue, 9 Apr 2013 20:21:08 +0000 (22:21 +0200)]
Fix do_strip(): don't call PyUnicode_READ() in Py_UNICODE_ISSPACE() to not call
it twice

11 years agoFix _PyUnicode_XStrip()
Victor Stinner [Tue, 9 Apr 2013 20:19:21 +0000 (22:19 +0200)]
Fix _PyUnicode_XStrip()

Inline the BLOOM_MEMBER() to only call PyUnicode_READ() only once (per loop
iteration). Store also the length of the seperator in a variable to avoid calls
to PyUnicode_GET_LENGTH().

11 years agoOptimize PyUnicode_DecodeCharmap()
Victor Stinner [Tue, 9 Apr 2013 20:13:33 +0000 (22:13 +0200)]
Optimize PyUnicode_DecodeCharmap()

Avoid expensive PyUnicode_READ() and PyUnicode_WRITE(), manipulate pointers
instead.

11 years agoOptimize make_bloom_mask(), used by str.strip(), str.lstrip() and str.rstrip()
Victor Stinner [Tue, 9 Apr 2013 19:53:54 +0000 (21:53 +0200)]
Optimize make_bloom_mask(), used by str.strip(), str.lstrip() and str.rstrip()

Write specialized functions per Unicode kind to avoid the expensive
PyUnicode_READ() macro.

11 years agoUse PyUnicode_READ() instead of PyUnicode_READ_CHAR()
Victor Stinner [Tue, 9 Apr 2013 19:48:24 +0000 (21:48 +0200)]
Use PyUnicode_READ() instead of PyUnicode_READ_CHAR()

"PyUnicode_READ_CHAR() is less efficient than PyUnicode_READ() because it calls
PyUnicode_KIND() and might call it twice." according to its documentation.

11 years agoAdd fast-path in PyUnicode_DecodeCharmap() for pure 8 bit encodings:
Victor Stinner [Tue, 9 Apr 2013 19:53:09 +0000 (21:53 +0200)]
Add fast-path in PyUnicode_DecodeCharmap() for pure 8 bit encodings:
cp037, cp500 and iso8859_1 codecs

11 years agomerge heads
Giampaolo Rodola' [Tue, 9 Apr 2013 15:23:27 +0000 (17:23 +0200)]
merge heads

11 years agoDo not raise exception on close() on account of socket attribute still being None:
Giampaolo Rodola' [Tue, 9 Apr 2013 15:21:25 +0000 (17:21 +0200)]
Do not raise exception on close() on account of socket attribute still being None:

>>> import asyncore
>>> d = asyncore.dispatcher()
>>> d.close()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.4/asyncore.py", line 401, in close
    self.socket.close()
AttributeError: 'NoneType' object has no attribute 'close'
>>>

11 years ago#17678: Remove the use of a deprecated method http/cookiejar.py. Changing the
Senthil Kumaran [Tue, 9 Apr 2013 14:11:07 +0000 (07:11 -0700)]
#17678: Remove the use of a deprecated method http/cookiejar.py. Changing the
usage of get_origin_req_host() to origin_req_host.

Patch by Wei-Cheng Pan

11 years ago#17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage
Senthil Kumaran [Tue, 9 Apr 2013 14:07:59 +0000 (07:07 -0700)]
#17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage
of get_origin_req_host() to origin_req_host.

Patch by Wei-Cheng Pan

11 years agonull merge
Senthil Kumaran [Tue, 9 Apr 2013 13:01:17 +0000 (06:01 -0700)]
null merge

11 years ago#17648 - convert test_urllib2.py doctests to unittests
Senthil Kumaran [Tue, 9 Apr 2013 13:00:16 +0000 (06:00 -0700)]
#17648 - convert test_urllib2.py doctests to unittests

11 years ago#17648 - Clean up test_urllib2.py. Converted doctests to unittest for
Senthil Kumaran [Tue, 9 Apr 2013 05:24:17 +0000 (22:24 -0700)]
#17648 - Clean up test_urllib2.py. Converted doctests to unittest for
expansion.

11 years ago#17657: merge with 3.3.
Roger Serwy [Tue, 9 Apr 2013 01:59:11 +0000 (20:59 -0500)]
#17657: merge with 3.3.

11 years ago#17657: Show full Tk version in IDLE's about dialog.
Roger Serwy [Tue, 9 Apr 2013 01:57:13 +0000 (20:57 -0500)]
#17657: Show full Tk version in IDLE's about dialog.
Patch by Todd Rovito.

11 years agoIssue #17615: Comparing two Unicode strings now uses wmemcmp() when possible
Victor Stinner [Mon, 8 Apr 2013 20:43:44 +0000 (22:43 +0200)]
Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possible

wmemcmp() is twice faster than a dummy loop (342 usec vs 744 usec) on Fedora
18/x86_64, GCC 4.7.2.

11 years agoIssue #17615: Add tests comparing Unicode strings of different kinds
Victor Stinner [Mon, 8 Apr 2013 20:34:43 +0000 (22:34 +0200)]
Issue #17615: Add tests comparing Unicode strings of different kinds

Kinds: ascii, latin, bmp, astral.

11 years agoIssue #17615: Expand expensive PyUnicode_READ() macro in unicode_compare():
Victor Stinner [Mon, 8 Apr 2013 19:50:54 +0000 (21:50 +0200)]
Issue #17615: Expand expensive PyUnicode_READ() macro in unicode_compare():
write specialized functions for each combination of Unicode kinds.

11 years agoClose #17666: Fix reading gzip files with an extra field.
Serhiy Storchaka [Mon, 8 Apr 2013 19:37:15 +0000 (22:37 +0300)]
Close #17666: Fix reading gzip files with an extra field.

11 years agoClose #17666: Fix reading gzip files with an extra field.
Serhiy Storchaka [Mon, 8 Apr 2013 19:35:02 +0000 (22:35 +0300)]
Close #17666: Fix reading gzip files with an extra field.

11 years ago#17484: Actually add the getpass tests this time.
R David Murray [Mon, 8 Apr 2013 12:48:03 +0000 (08:48 -0400)]
#17484: Actually add the getpass tests this time.

11 years agoAdd NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns...
Andrew Svetlov [Mon, 8 Apr 2013 10:18:47 +0000 (13:18 +0300)]
Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns iterator.

11 years agoAdd NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns...
Andrew Svetlov [Mon, 8 Apr 2013 09:59:30 +0000 (12:59 +0300)]
Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns iterator.

11 years ago#17484: add tests for getpass.
R David Murray [Mon, 8 Apr 2013 05:48:22 +0000 (01:48 -0400)]
#17484: add tests for getpass.

Patch by Thomas Fenzl.

11 years agoClose #13126: "Simplify" FASTSEARCH() code to help the compiler to emit more
Victor Stinner [Sun, 7 Apr 2013 22:26:43 +0000 (00:26 +0200)]
Close #13126: "Simplify" FASTSEARCH() code to help the compiler to emit more
efficient machine code. Patch written by Antoine Pitrou.

Without this change, str.find() was 10% slower than str.rfind() in the worst
case.

11 years agogibibytes (Arfrever)
Antoine Pitrou [Sun, 7 Apr 2013 21:46:52 +0000 (23:46 +0200)]
gibibytes (Arfrever)

11 years ago#17613: merge with 3.3.
Roger Serwy [Sun, 7 Apr 2013 17:42:13 +0000 (12:42 -0500)]
#17613: merge with 3.3.

11 years ago#17613: Prevent traceback when removing syntax colorizer in IDLE.
Roger Serwy [Sun, 7 Apr 2013 17:41:16 +0000 (12:41 -0500)]
#17613: Prevent traceback when removing syntax colorizer in IDLE.

11 years ago#1207589: merge with 3.3.
Roger Serwy [Sun, 7 Apr 2013 17:17:17 +0000 (12:17 -0500)]
#1207589: merge with 3.3.

11 years ago#1207589: Backwards-compatibility patch for right-click menu in IDLE.
Roger Serwy [Sun, 7 Apr 2013 17:15:52 +0000 (12:15 -0500)]
#1207589: Backwards-compatibility patch for right-click menu in IDLE.

11 years agoIssue #15596: Faster pickling of unicode strings.
Antoine Pitrou [Sun, 7 Apr 2013 15:38:11 +0000 (17:38 +0200)]
Issue #15596: Faster pickling of unicode strings.

11 years agomerge heads
Benjamin Peterson [Sun, 7 Apr 2013 13:53:49 +0000 (09:53 -0400)]
merge heads

11 years agoadd Zbigniew Halas to ACKS
Benjamin Peterson [Sun, 7 Apr 2013 13:53:42 +0000 (09:53 -0400)]
add Zbigniew Halas to ACKS

11 years agoProcess DEFAULT values in mock side_effect that returns iterator.
Andrew Svetlov [Sun, 7 Apr 2013 13:44:07 +0000 (16:44 +0300)]
Process DEFAULT values in mock side_effect that returns iterator.

Patch by Michael Ford.

11 years agoProcess DEFAULT values in mock side_effect that returns iterator.
Andrew Svetlov [Sun, 7 Apr 2013 13:42:24 +0000 (16:42 +0300)]
Process DEFAULT values in mock side_effect that returns iterator.

Patch by Michael Ford.

11 years agoMerge heads
Andrew Svetlov [Sun, 7 Apr 2013 11:47:05 +0000 (14:47 +0300)]
Merge heads

11 years agoUpdate argparse docs to follow order of ArgumentParser() arguments.
Andrew Svetlov [Sun, 7 Apr 2013 11:44:34 +0000 (14:44 +0300)]
Update argparse docs to follow order of ArgumentParser() arguments.

11 years agoUpdate argparse docs to follow order of ArgumentParser() arguments.
Andrew Svetlov [Sun, 7 Apr 2013 11:43:17 +0000 (14:43 +0300)]
Update argparse docs to follow order of ArgumentParser() arguments.

11 years agoRemove redundant imports
Raymond Hettinger [Sun, 7 Apr 2013 03:53:12 +0000 (20:53 -0700)]
Remove redundant imports

11 years agomerge
Raymond Hettinger [Sun, 7 Apr 2013 03:28:05 +0000 (20:28 -0700)]
merge

11 years agoClean-up lru_cache examples. The print() not is needed. Set maxsize to a power...
Raymond Hettinger [Sun, 7 Apr 2013 03:27:33 +0000 (20:27 -0700)]
Clean-up lru_cache examples.  The print() not is needed.  Set maxsize to a power of two.

11 years ago#16887: merge with 3.3.
Roger Serwy [Sun, 7 Apr 2013 01:31:26 +0000 (20:31 -0500)]
#16887: merge with 3.3.

11 years ago#16887: IDLE now accepts Cancel in tabify/untabify dialog box.
Roger Serwy [Sun, 7 Apr 2013 01:26:53 +0000 (20:26 -0500)]
#16887: IDLE now accepts Cancel in tabify/untabify dialog box.

11 years agoRevert a premature patch for issue #14010 (changeset 846bd418aee5).
Serhiy Storchaka [Sat, 6 Apr 2013 19:55:12 +0000 (22:55 +0300)]
Revert a premature patch for issue #14010 (changeset 846bd418aee5).

11 years agoRevert a premature patch for issue #14010 (changeset aaaf36026511).
Serhiy Storchaka [Sat, 6 Apr 2013 19:52:34 +0000 (22:52 +0300)]
Revert a premature patch for issue #14010 (changeset aaaf36026511).

11 years agoMerge
Antoine Pitrou [Sat, 6 Apr 2013 19:23:57 +0000 (21:23 +0200)]
Merge

11 years agoMerge
Antoine Pitrou [Sat, 6 Apr 2013 19:23:47 +0000 (21:23 +0200)]
Merge

11 years agoIssue #17645: convert an assert() into a proper exception in _Py_Mangle().
Antoine Pitrou [Sat, 6 Apr 2013 19:21:46 +0000 (21:21 +0200)]
Issue #17645: convert an assert() into a proper exception in _Py_Mangle().

11 years agoIssue #17645: convert an assert() into a proper exception in _Py_Mangle().
Antoine Pitrou [Sat, 6 Apr 2013 19:21:04 +0000 (21:21 +0200)]
Issue #17645: convert an assert() into a proper exception in _Py_Mangle().