]> granicus.if.org Git - python/log
python
13 years agofix typo; thanks to Jan Heidbrink from docs@
Sandro Tosi [Sun, 15 Jan 2012 15:34:29 +0000 (16:34 +0100)]
fix typo; thanks to Jan Heidbrink from docs@

13 years agoremove 'Documenting Python' and its references, it's now on devguide
Sandro Tosi [Sat, 14 Jan 2012 21:22:54 +0000 (22:22 +0100)]
remove 'Documenting Python' and its references, it's now on devguide

13 years agoFix label names.
Georg Brandl [Sat, 14 Jan 2012 16:06:53 +0000 (17:06 +0100)]
Fix label names.

13 years agohow could I have missed :cmember: in import.rst?
Sandro Tosi [Sat, 14 Jan 2012 15:51:16 +0000 (16:51 +0100)]
how could I have missed :cmember: in import.rst?

13 years agoNone is not a keyword, link file.next() to functions.html#next
Sandro Tosi [Sat, 14 Jan 2012 15:43:14 +0000 (16:43 +0100)]
None is not a keyword, link file.next() to functions.html#next

13 years agoupdate part of sphinxext
Sandro Tosi [Sat, 14 Jan 2012 15:42:21 +0000 (16:42 +0100)]
update part of sphinxext

13 years agoupdate to new C roles and directives
Sandro Tosi [Sat, 14 Jan 2012 15:42:02 +0000 (16:42 +0100)]
update to new C roles and directives

13 years agoupdate Sphinx reference from 0.6.7 to 1.0.7
Sandro Tosi [Sat, 14 Jan 2012 15:41:26 +0000 (16:41 +0100)]
update Sphinx reference from 0.6.7 to 1.0.7

13 years ago#11633 about buffering of print
Terry Jan Reedy [Sat, 14 Jan 2012 05:06:37 +0000 (00:06 -0500)]
#11633 about buffering of print

13 years agocloses #13730
Terry Jan Reedy [Sat, 14 Jan 2012 04:41:31 +0000 (23:41 -0500)]
closes #13730

13 years agoIssue #13774: json: Fix a SystemError when a bogus encoding is passed to
Amaury Forgeot d'Arc [Fri, 13 Jan 2012 21:53:25 +0000 (22:53 +0100)]
Issue #13774: json: Fix a SystemError when a bogus encoding is passed to
json.loads().

13 years agoIssue #13764: remove outdated script Misc/build.sh
Antoine Pitrou [Fri, 13 Jan 2012 18:41:42 +0000 (19:41 +0100)]
Issue #13764: remove outdated script Misc/build.sh

13 years agoMerge
Antoine Pitrou [Thu, 12 Jan 2012 07:09:15 +0000 (08:09 +0100)]
Merge

13 years agoIssue #13724: improve documentation for socket.create_connection.
Antoine Pitrou [Thu, 12 Jan 2012 07:06:19 +0000 (08:06 +0100)]
Issue #13724: improve documentation for socket.create_connection.

13 years agoMinor correction. Closes #11418
Terry Jan Reedy [Wed, 11 Jan 2012 19:51:07 +0000 (14:51 -0500)]
Minor correction. Closes #11418

13 years agoCloses #13754 String returned if less than *or equal to* x 3
Terry Jan Reedy [Wed, 11 Jan 2012 08:19:28 +0000 (03:19 -0500)]
Closes #13754 String returned if less than *or equal to* x 3

13 years agoRemove unused certificate from the test directory.
Antoine Pitrou [Tue, 10 Jan 2012 22:45:54 +0000 (23:45 +0100)]
Remove unused certificate from the test directory.

13 years agoport to 2.7 - Issue9637 - Details that case of Proxy env var does not matter.
Senthil Kumaran [Tue, 10 Jan 2012 17:35:02 +0000 (01:35 +0800)]
port to 2.7 - Issue9637 - Details that case of Proxy env var does not matter.

13 years ago- Issue #13642: Unquote before b64encoding user:password during Basic
Senthil Kumaran [Tue, 10 Jan 2012 16:09:24 +0000 (00:09 +0800)]
- Issue #13642: Unquote before b64encoding user:password during Basic
  Authentication. Patch contributed by Joonas Kuorilehto and Michele Orrù.

13 years agoFix stock symbol for Microsoft
Raymond Hettinger [Tue, 10 Jan 2012 09:51:51 +0000 (09:51 +0000)]
Fix stock symbol for Microsoft

13 years agoUpdate the sorting howto to reflect the PEP 8 advisory to define all six rich compari...
Raymond Hettinger [Tue, 10 Jan 2012 07:55:17 +0000 (07:55 +0000)]
Update the sorting howto to reflect the PEP 8 advisory to define all six rich comparisons.

13 years ago#11906 Make test_argparse work interactively by removing extra space
Terry Jan Reedy [Mon, 9 Jan 2012 23:20:09 +0000 (18:20 -0500)]
#11906 Make test_argparse work interactively by removing extra space
in comparison string that argparse does not add when program name is blank.

13 years agoIssue #13747: fix SSL compatibility table.
Antoine Pitrou [Mon, 9 Jan 2012 20:43:18 +0000 (21:43 +0100)]
Issue #13747: fix SSL compatibility table.

13 years agoIssue #13747: fix documentation error about the default SSL version.
Antoine Pitrou [Mon, 9 Jan 2012 20:35:11 +0000 (21:35 +0100)]
Issue #13747: fix documentation error about the default SSL version.

13 years agoPy_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from...
Sandro Tosi [Sat, 7 Jan 2012 17:32:06 +0000 (18:32 +0100)]
Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@

13 years agoclarify recv* are blocking operations; thanks to Chris Kogelnik from docs@
Sandro Tosi [Sat, 7 Jan 2012 16:56:43 +0000 (17:56 +0100)]
clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@

13 years agoClarify that vars() doesn't place extra restrictions on __dict__.
Raymond Hettinger [Fri, 6 Jan 2012 07:23:52 +0000 (23:23 -0800)]
Clarify that vars() doesn't place extra restrictions on __dict__.

13 years agoIssue #12042: a queue is only used to retrive results; preliminary patch by Jordan...
Sandro Tosi [Thu, 5 Jan 2012 18:48:30 +0000 (19:48 +0100)]
Issue #12042: a queue is only used to retrive results; preliminary patch by Jordan Stadler

13 years agoIssue #11984: remove reference to parser, it's not showing symbol usage anymore
Sandro Tosi [Thu, 5 Jan 2012 18:05:44 +0000 (19:05 +0100)]
Issue #11984: remove reference to parser, it's not showing symbol usage anymore

13 years agoIssue #10772: add count and help argparse action; patch by Marc Sibson
Sandro Tosi [Wed, 4 Jan 2012 22:24:48 +0000 (23:24 +0100)]
Issue #10772: add count and help argparse action; patch by Marc Sibson

13 years agofix this to not depend on dictionary order
Benjamin Peterson [Tue, 3 Jan 2012 22:23:11 +0000 (16:23 -0600)]
fix this to not depend on dictionary order

13 years agoIssue #13636: Weak ciphers are now disabled by default in the ssl module
Antoine Pitrou [Tue, 3 Jan 2012 21:46:48 +0000 (22:46 +0100)]
Issue #13636: Weak ciphers are now disabled by default in the ssl module
(except when SSLv2 is explicitly asked for).

13 years agoIssue #6031: improve serve_forever() description
Sandro Tosi [Tue, 3 Jan 2012 21:35:41 +0000 (22:35 +0100)]
Issue #6031: improve serve_forever() description

13 years agoIssue #9349: add argparse.SUPPRESS to help doc
Sandro Tosi [Tue, 3 Jan 2012 17:31:51 +0000 (18:31 +0100)]
Issue #9349: add argparse.SUPPRESS to help doc

13 years agoIssue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Charles-François Natali [Mon, 2 Jan 2012 14:38:27 +0000 (15:38 +0100)]
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Vilmos Nebehaj.

13 years agoIssue #13302: backport part of 3ed28f28466f
Sandro Tosi [Sun, 1 Jan 2012 22:41:44 +0000 (23:41 +0100)]
Issue #13302: backport part of 3ed28f28466f

13 years agoIssue #13690: add re.DEBUG; patch by Filip Gruszczyński
Sandro Tosi [Sun, 1 Jan 2012 11:52:24 +0000 (12:52 +0100)]
Issue #13690: add re.DEBUG; patch by Filip Gruszczyński

13 years agoUpdate copyright dates in Mac plists.
Ned Deily [Sun, 1 Jan 2012 09:08:08 +0000 (01:08 -0800)]
Update copyright dates in Mac plists.

13 years agoadd another year to glorious PSF IP
Benjamin Peterson [Sun, 1 Jan 2012 04:42:26 +0000 (22:42 -0600)]
add another year to glorious PSF IP

13 years agofix some broken URLs
Sandro Tosi [Sat, 31 Dec 2011 17:13:59 +0000 (18:13 +0100)]
fix some broken URLs

13 years agoSome formatting & grammar fixes for the multiprocessing doc
Eli Bendersky [Sat, 31 Dec 2011 05:05:12 +0000 (07:05 +0200)]
Some formatting & grammar fixes for the multiprocessing doc

13 years agouse booleans
Benjamin Peterson [Fri, 30 Dec 2011 19:47:25 +0000 (13:47 -0600)]
use booleans

13 years agoLimit test scope to those platforms that can save the target filenames. Reference...
Jason R. Coombs [Wed, 28 Dec 2011 16:42:22 +0000 (11:42 -0500)]
Limit test scope to those platforms that can save the target filenames. Reference #11638.

13 years agopropgate error in other conditions
Benjamin Peterson [Tue, 27 Dec 2011 21:16:34 +0000 (15:16 -0600)]
propgate error in other conditions

13 years agoIssue #11638: Adding test to ensure .tar.gz files can be generated by sdist command...
Jason R. Coombs [Mon, 26 Dec 2011 15:15:15 +0000 (10:15 -0500)]
Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist command with unicode metadata, based on David Barnett's patch.
Issue #11638: Added tests to capture failures in make_tarball with various unicode strings.
Following fix for Issue #13639, these tests now pass.

13 years agoI do not think we will ever have auto-indent at the prompt, that is for IPython and...
Georg Brandl [Sun, 25 Dec 2011 18:03:07 +0000 (19:03 +0100)]
I do not think we will ever have auto-indent at the prompt, that is for IPython and the like.

13 years agofix "Title underline too short" sphinx warning
Sandro Tosi [Sun, 25 Dec 2011 16:13:10 +0000 (17:13 +0100)]
fix "Title underline too short" sphinx warning

13 years agouse double-quote char instead of unicode ones; thanks to tomo cocoa from docs@
Sandro Tosi [Sun, 25 Dec 2011 16:05:30 +0000 (17:05 +0100)]
use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@

13 years agofix to sent/send typo
Sandro Tosi [Sun, 25 Dec 2011 10:43:37 +0000 (11:43 +0100)]
fix to sent/send typo

13 years agofix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@
Sandro Tosi [Sun, 25 Dec 2011 10:27:22 +0000 (11:27 +0100)]
fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@

13 years agopoint IronPython to ironpython.net; thanks to Lazar Pancic from docs@
Sandro Tosi [Sat, 24 Dec 2011 22:13:08 +0000 (23:13 +0100)]
point IronPython to ironpython.net; thanks to Lazar Pancic from docs@

13 years agofix Rather that/Rather than; thanks to Reuben Thomas from docs@
Sandro Tosi [Sat, 24 Dec 2011 18:55:49 +0000 (19:55 +0100)]
fix Rather that/Rather than; thanks to Reuben Thomas from docs@

13 years agoremove spurious dot from string formatting example; thanks to Anthon van der Neut...
Sandro Tosi [Sat, 24 Dec 2011 14:52:36 +0000 (15:52 +0100)]
remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@

13 years agocorrect syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale...
Sandro Tosi [Sat, 24 Dec 2011 13:51:26 +0000 (14:51 +0100)]
correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@

13 years agoIssue #13565: Increase multiprocessing's server socket backlog, to avoid
Charles-François Natali [Fri, 23 Dec 2011 18:05:45 +0000 (19:05 +0100)]
Issue #13565: Increase multiprocessing's server socket backlog, to avoid
dropped connections in case of simultaneous connection requests.

13 years agoport to 2.7 - Minor code style improvements in http.server suggested in Issue13294.
Senthil Kumaran [Fri, 23 Dec 2011 09:07:13 +0000 (17:07 +0800)]
port to 2.7 - Minor code style improvements in http.server suggested in Issue13294.

13 years agoUpdate News entry.
Senthil Kumaran [Fri, 23 Dec 2011 03:14:56 +0000 (11:14 +0800)]
Update News entry.

13 years agoporting mimetype doc changes from 3.2.
Senthil Kumaran [Fri, 23 Dec 2011 03:08:31 +0000 (11:08 +0800)]
porting mimetype doc changes from 3.2.

Issue12798 - Update mimetypes documentation. Correct the doc section where
common_types was mentioned under MimeTypes class, move it to helper function
category and other documentation improvements contributed by Sandro Tosi.

13 years agoIssue13443 - Remove the functional module examples from 2.7 (as module is
Senthil Kumaran [Thu, 22 Dec 2011 15:44:53 +0000 (23:44 +0800)]
Issue13443 - Remove the functional module examples from 2.7 (as module is
maintained only till 2.5 and tests had failures with 2.7) and update the links
int the howto document.

13 years agoIssue #13639: Accept unicode filenames in tarfile.open(mode="w|gz").
Lars Gustäbel [Wed, 21 Dec 2011 18:27:50 +0000 (19:27 +0100)]
Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz").

Passing a unicode filename to tarfile.open() along with mode "w|gz" failed
with a UnicodeError because the filename was not encoded properly before being
written to the gzipped stream in the FNAME extra field.

13 years agoUse context managers in test_ssl to simplify test writing.
Antoine Pitrou [Wed, 21 Dec 2011 15:52:40 +0000 (16:52 +0100)]
Use context managers in test_ssl to simplify test writing.

13 years agoFix test_import failure when run multiple times.
Antoine Pitrou [Wed, 21 Dec 2011 15:01:53 +0000 (16:01 +0100)]
Fix test_import failure when run multiple times.
(2.7-only)

13 years agoIssue #1785: Fix inspect and pydoc with misbehaving descriptors.
Antoine Pitrou [Wed, 21 Dec 2011 09:16:14 +0000 (10:16 +0100)]
Issue #1785: Fix inspect and pydoc with misbehaving descriptors.
Also fixes issue #13581: `help(type)` wouldn't display anything.

13 years agonote the blinding speed of these functions
Benjamin Peterson [Tue, 20 Dec 2011 16:12:41 +0000 (10:12 -0600)]
note the blinding speed of these functions

13 years agoFollowup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really
Charles-François Natali [Tue, 20 Dec 2011 10:47:23 +0000 (11:47 +0100)]
Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really
support multiprocessing.Event.

13 years agodon't mention implementation detail
Benjamin Peterson [Mon, 19 Dec 2011 21:41:11 +0000 (16:41 -0500)]
don't mention implementation detail

13 years agoIssue #13453: Try to increase some socket timeouts to make some buildbots stop
Charles-François Natali [Mon, 19 Dec 2011 15:11:04 +0000 (16:11 +0100)]
Issue #13453: Try to increase some socket timeouts to make some buildbots stop
failing.

13 years agoIssue #13628: python-gdb.py is now able to retrieve more frames in the Python
Victor Stinner [Mon, 19 Dec 2011 12:59:58 +0000 (13:59 +0100)]
Issue #13628: python-gdb.py is now able to retrieve more frames in the Python
traceback if Python is optimized.

 * delay the lookup of the size_t type, it is not available at startup
 * The second argument of the PyFrameObjectPtr constructor is optional, as
   done in other constructors
 * iter_builtins() and iter_globals() methods of PyFrameObjectPtr returns
   an empty tuple instead of None if Python is optimized
 * Fix py-bt to handle correctly "optimized" frames
 * Frame.get_pyop() tries to get the frame pointer from PyEval_EvalCodeEx()
   if the pointer is optimized out in PyEval_EvalFrameEx()

13 years agoIssue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a
Charles-François Natali [Mon, 19 Dec 2011 11:17:16 +0000 (12:17 +0100)]
Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a
race condition).

13 years ago#13576: add tests about the handling of (possibly broken) condcoms.
Ezio Melotti [Mon, 19 Dec 2011 05:28:08 +0000 (07:28 +0200)]
#13576: add tests about the handling of (possibly broken) condcoms.

13 years agos/:c:type:/:ctype:/g
Ezio Melotti [Mon, 19 Dec 2011 05:17:08 +0000 (07:17 +0200)]
s/:c:type:/:ctype:/g

13 years ago#3932: suggest passing unicode to HTMLParser.feed().
Ezio Melotti [Mon, 19 Dec 2011 05:15:26 +0000 (07:15 +0200)]
#3932: suggest passing unicode to HTMLParser.feed().

13 years ago#13387: rephrase unclear sentence.
Ezio Melotti [Mon, 19 Dec 2011 05:04:48 +0000 (07:04 +0200)]
#13387: rephrase unclear sentence.

13 years agoFollowup to #7502: add __hash__ method and tests.
Antoine Pitrou [Sun, 18 Dec 2011 19:20:17 +0000 (20:20 +0100)]
Followup to #7502: add __hash__ method and tests.

13 years agoIssue #13617: Document that the result PyUnicode_AsUnicode() and
Victor Stinner [Sun, 18 Dec 2011 18:39:53 +0000 (19:39 +0100)]
Issue #13617: Document that the result PyUnicode_AsUnicode() and
PyUnicode_AsWideChar() may contain embedded null characters.

Patch written by Arnaud Calmettes.

13 years agoMerge
Antoine Pitrou [Sun, 18 Dec 2011 18:31:31 +0000 (19:31 +0100)]
Merge

13 years agoSmall clarification in docstring of dict.update(): the positional argument is not...
Georg Brandl [Sun, 18 Dec 2011 18:30:55 +0000 (19:30 +0100)]
Small clarification in docstring of dict.update(): the positional argument is not required.

13 years agoIssue #7502: Fix equality comparison for DocTestCase instances.
Antoine Pitrou [Sun, 18 Dec 2011 18:27:45 +0000 (19:27 +0100)]
Issue #7502: Fix equality comparison for DocTestCase instances.
Patch by Cédric Krier.

13 years agoIssue #11870: threading: Properly reinitialize threads internal locks and
Charles-François Natali [Sun, 18 Dec 2011 17:22:24 +0000 (18:22 +0100)]
Issue #11870: threading: Properly reinitialize threads internal locks and
condition variables to avoid deadlocks in child processes.

13 years agoIssue #8035: urllib: Fix a bug where the client could remain stuck after a
Charles-François Natali [Sun, 18 Dec 2011 14:52:48 +0000 (15:52 +0100)]
Issue #8035: urllib: Fix a bug where the client could remain stuck after a
redirection or an error.

13 years agoIssue #13522: Fix _Py_co_pow() documentation
Victor Stinner [Sun, 18 Dec 2011 01:56:18 +0000 (02:56 +0100)]
Issue #13522: Fix _Py_co_pow() documentation

Patch written by Arnaud Calmettes.

13 years agoIssue #13522: document error return values of some float and complex C API functions.
Antoine Pitrou [Sun, 18 Dec 2011 00:25:27 +0000 (01:25 +0100)]
Issue #13522: document error return values of some float and complex C API functions.

13 years ago#13613: fix example in re doc.
Ezio Melotti [Fri, 16 Dec 2011 23:17:17 +0000 (01:17 +0200)]
#13613: fix example in re doc.

13 years agoIssue #13545: Fix platform.libc_version() is the SO version is missing
Victor Stinner [Thu, 15 Dec 2011 20:42:03 +0000 (21:42 +0100)]
Issue #13545: Fix platform.libc_version() is the SO version is missing

13 years agoFix the fix for issue #12149: it was incorrect, although it had the side
Antoine Pitrou [Thu, 15 Dec 2011 13:15:31 +0000 (14:15 +0100)]
Fix the fix for issue #12149: it was incorrect, although it had the side
effect of appearing to resolve the issue.  Thanks to Mark Shannon for
noticing.

13 years agoIssue #4625: add NEWS entry.
Ned Deily [Wed, 14 Dec 2011 23:05:42 +0000 (15:05 -0800)]
Issue #4625: add NEWS entry.

13 years agoIssue #4625: If IDLE cannot write to its recent file or breakpoint
Ned Deily [Wed, 14 Dec 2011 22:57:43 +0000 (14:57 -0800)]
Issue #4625: If IDLE cannot write to its recent file or breakpoint
files, display a message popup and continue rather than crash.
(original patch by Roger Serwy)

13 years agoIssue #13453: Fix a race condition in test_poplib.
Charles-François Natali [Wed, 14 Dec 2011 18:28:08 +0000 (19:28 +0100)]
Issue #13453: Fix a race condition in test_poplib.

13 years agoIssue #4028: Make multiprocessing build on SunOS.
Charles-François Natali [Wed, 14 Dec 2011 17:35:55 +0000 (18:35 +0100)]
Issue #4028: Make multiprocessing build on SunOS.

13 years ago#6570: clarify tutorial section about keyword arguments.
Ezio Melotti [Tue, 13 Dec 2011 13:49:22 +0000 (15:49 +0200)]
#6570: clarify tutorial section about keyword arguments.

13 years ago#13549: improve tutorial section about listcomps.
Ezio Melotti [Tue, 13 Dec 2011 12:50:21 +0000 (14:50 +0200)]
#13549: improve tutorial section about listcomps.

13 years agoIssue #13573: The csv.writer now uses the repr() for floats rather than str().
Raymond Hettinger [Mon, 12 Dec 2011 06:31:09 +0000 (22:31 -0800)]
Issue #13573: The csv.writer now uses the repr() for floats rather than str().

13 years agoyou can't get resource.error if you can't import resource
Benjamin Peterson [Sat, 10 Dec 2011 17:31:42 +0000 (12:31 -0500)]
you can't get resource.error if you can't import resource

13 years agoIssue #13453: Catch EAI_FAIL in support.transient_internet.
Charles-François Natali [Sat, 10 Dec 2011 12:16:02 +0000 (13:16 +0100)]
Issue #13453: Catch EAI_FAIL in support.transient_internet.

13 years agoFix docstring typo.
Florent Xicluna [Fri, 9 Dec 2011 22:40:27 +0000 (23:40 +0100)]
Fix docstring typo.

13 years agoImplemented suggested improvements for pdb test by Éric Araujo
Jason R. Coombs [Fri, 9 Dec 2011 03:14:56 +0000 (22:14 -0500)]
Implemented suggested improvements for pdb test by Éric Araujo

13 years agoBackport second fix for issue #11149.
Stefan Krah [Thu, 8 Dec 2011 21:26:06 +0000 (22:26 +0100)]
Backport second fix for issue #11149.

13 years agoIssue #11886: workaround an OS bug (time zone data) in test_time
Victor Stinner [Wed, 7 Dec 2011 23:32:51 +0000 (00:32 +0100)]
Issue #11886: workaround an OS bug (time zone data) in test_time

Australian Eastern Standard Time (UTC+10) is called "EST" (as Eastern Standard
Time, UTC-5) instead of "AEST" on some operating systems (e.g. FreeBSD), which
is wrong. See for example this bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=93810

13 years ago#13531: add a test for defaultdict with a non-callable arg. Patch by Mike Cheng.
Ezio Melotti [Wed, 7 Dec 2011 22:00:49 +0000 (00:00 +0200)]
#13531: add a test for defaultdict with a non-callable arg.  Patch by Mike Cheng.

13 years agoIssue #13546: Fixed an overflow issue that could crash the intepreter when
Amaury Forgeot d'Arc [Wed, 7 Dec 2011 20:46:48 +0000 (21:46 +0100)]
Issue #13546: Fixed an overflow issue that could crash the intepreter when
calling sys.setrecursionlimit((1<<31)-1).

2.7 only.