]> granicus.if.org Git - python/log
python
15 years agofixed the 64bits tests for get_platform() - mac osx
Tarek Ziadé [Sat, 23 Jan 2010 17:52:57 +0000 (17:52 +0000)]
fixed the 64bits tests for get_platform() - mac osx

15 years agoIncreased the overflow value on test_dealloc to make sure that it is big enough even...
Ezio Melotti [Sat, 23 Jan 2010 10:43:05 +0000 (10:43 +0000)]
Increased the overflow value on test_dealloc to make sure that it is big enough even for wide builds.

15 years agotaking sysconfig out of distutils
Tarek Ziadé [Sat, 23 Jan 2010 09:23:15 +0000 (09:23 +0000)]
taking sysconfig out of distutils

15 years ago#7725: fix referencing issue.
Georg Brandl [Sat, 23 Jan 2010 08:47:54 +0000 (08:47 +0000)]
#7725: fix referencing issue.

15 years ago#7762: fix refcount annotation of PyUnicode_Tailmatch().
Georg Brandl [Sat, 23 Jan 2010 08:43:31 +0000 (08:43 +0000)]
#7762: fix refcount annotation of PyUnicode_Tailmatch().

15 years agoIssue #7743: Fix a potential incorrect rounding bug in dtoa.c (2nd bug
Mark Dickinson [Fri, 22 Jan 2010 17:04:07 +0000 (17:04 +0000)]
Issue #7743:  Fix a potential incorrect rounding bug in dtoa.c (2nd bug
in issue 7743).

15 years agoThis should fix the failure introduced in r77680. The error message is now different...
Ezio Melotti [Fri, 22 Jan 2010 16:58:28 +0000 (16:58 +0000)]
This should fix the failure introduced in r77680. The error message is now different and it caused the test to fail. The failing test is not present in 2.5 so it is failing only on 2.6 and newer versions.

15 years agoCorrect typo in comment.
Mark Dickinson [Fri, 22 Jan 2010 16:18:09 +0000 (16:18 +0000)]
Correct typo in comment.

15 years ago- Expat: Fix DoS via XML document with malformed UTF-8 sequences
Matthias Klose [Fri, 22 Jan 2010 00:39:04 +0000 (00:39 +0000)]
- Expat: Fix DoS via XML document with malformed UTF-8 sequences
  (CVE_2009_3560).

15 years ago- Mention CVE-2009-3720 for change in r74429.
Matthias Klose [Fri, 22 Jan 2010 00:34:48 +0000 (00:34 +0000)]
- Mention CVE-2009-3720 for change in r74429.

15 years ago#7746: rephrase a sentence
Ezio Melotti [Thu, 21 Jan 2010 20:50:57 +0000 (20:50 +0000)]
#7746: rephrase a sentence

15 years agoUse // for floor division.
Mark Dickinson [Thu, 21 Jan 2010 19:58:41 +0000 (19:58 +0000)]
Use // for floor division.

15 years agoAdd two more test_strtod test values.
Mark Dickinson [Thu, 21 Jan 2010 18:32:27 +0000 (18:32 +0000)]
Add two more test_strtod test values.

15 years agoAdditional testcases for strtod.
Mark Dickinson [Thu, 21 Jan 2010 17:02:53 +0000 (17:02 +0000)]
Additional testcases for strtod.

15 years agoAdditional explanatory comments for _Py_dg_strtod.
Mark Dickinson [Wed, 20 Jan 2010 21:23:25 +0000 (21:23 +0000)]
Additional explanatory comments for _Py_dg_strtod.

15 years agoDon't try to put a value into a NULL pointer.
Mark Dickinson [Wed, 20 Jan 2010 18:02:41 +0000 (18:02 +0000)]
Don't try to put a value into a NULL pointer.

15 years agoVarious dtoa.c cleanups. 1. Despagghetify _Py_dg_strtod parsing code
Mark Dickinson [Wed, 20 Jan 2010 17:36:31 +0000 (17:36 +0000)]
Various dtoa.c cleanups.  1. Despagghetify _Py_dg_strtod parsing code
and exit points.  2. Simplify bigcomp comparison loop.  3. Don't set
ERANGE on _Py_dg_strtod underflow (it was set inconsistently anyway).
4. Remove unused dsign field from BCinfo struct.

15 years agoRevert debugprint code in r77607.
Gregory P. Smith [Tue, 19 Jan 2010 08:25:26 +0000 (08:25 +0000)]
Revert debugprint code in r77607.

15 years agoDo not compile stubs for the sha2 series hashes in the openssl hashlib
Gregory P. Smith [Tue, 19 Jan 2010 08:19:03 +0000 (08:19 +0000)]
Do not compile stubs for the sha2 series hashes in the openssl hashlib
module when the openssl version is too old to support them.  That
leads both compiled code bloat and to unittests attempting to test
implementations that don't exist for comparison purposes on such
platforms.

15 years agoAdd a pydebug mode only debug print to help debug the errors in
Gregory P. Smith [Tue, 19 Jan 2010 08:01:00 +0000 (08:01 +0000)]
Add a pydebug mode only debug print to help debug the errors in

 http://www.python.org/dev/buildbot/all/builders/x86%20gentoo%20trunk/builds/5700/

Will be removed shortly.

15 years agodata descriptors do not override the class dictionary if __get__ is not defined
Benjamin Peterson [Mon, 18 Jan 2010 23:07:56 +0000 (23:07 +0000)]
data descriptors do not override the class dictionary if __get__ is not defined

Adjust documentation and add a test to verify this behavior.

See http://mail.python.org/pipermail/python-dev/2010-January/095637.html for
discussion.

15 years agoAdd a NEWS entry for r77599 and r77600.
Antoine Pitrou [Mon, 18 Jan 2010 21:15:21 +0000 (21:15 +0000)]
Add a NEWS entry for r77599 and r77600.

15 years agoAdd ccbench to the Tools directory
Antoine Pitrou [Mon, 18 Jan 2010 21:10:31 +0000 (21:10 +0000)]
Add ccbench to the Tools directory

15 years agoAdd iobench to the Tools directory (see December python-dev discussion)
Antoine Pitrou [Mon, 18 Jan 2010 21:04:00 +0000 (21:04 +0000)]
Add iobench to the Tools directory (see December python-dev discussion)

15 years ago#7730: remove spaces after functions names
Ezio Melotti [Mon, 18 Jan 2010 09:10:26 +0000 (09:10 +0000)]
#7730: remove spaces after functions names

15 years agoFix internal reference.
Georg Brandl [Sun, 17 Jan 2010 23:33:53 +0000 (23:33 +0000)]
Fix internal reference.

15 years agoIssue #7632: When Py_USING_MEMORY_DEBUGGER is defined, disable the
Mark Dickinson [Sun, 17 Jan 2010 20:57:56 +0000 (20:57 +0000)]
Issue #7632: When Py_USING_MEMORY_DEBUGGER is defined, disable the
private memory allocation scheme in dtoa.c, along with a piece of code
that caches powers of 5 for future use.  This makes it easier to
detect dtoa.c memory leaks with Valgrind or similar tools.

Patch by Stefan Krah.

15 years agoExplicitly use /usr/bin/arch on OSX, fixes issue 7715
Ronald Oussoren [Sun, 17 Jan 2010 19:32:00 +0000 (19:32 +0000)]
Explicitly use /usr/bin/arch on OSX, fixes issue 7715

15 years agoThis patch ensures that the configure-script mentions checking for --enable-universalsdk
Ronald Oussoren [Sun, 17 Jan 2010 19:27:57 +0000 (19:27 +0000)]
This patch ensures that the configure-script mentions checking for --enable-universalsdk
and that it doesn't default to the 10.4u SDK when that SDK does not exist.

(This affects OSX)

This patch should fix most of issue 4834, although I haven't gotten enough
information from the user to be sure.

15 years ago- Issue #7658: Ensure that the new pythonw executable works on OSX 10.4
Ronald Oussoren [Sun, 17 Jan 2010 16:25:57 +0000 (16:25 +0000)]
- Issue #7658: Ensure that the new pythonw executable works on OSX 10.4

- Issue #7714: Use ``gcc -dumpversion`` to detect the version of GCC on
  MacOSX.

- Make configure look for util.h as well as libutil.h. The former
  is the header file that on OSX contains the defition of openpty.

  (Needed to compile for OSX 10.4 on OSX 10.6)

- Use the correct definition of CC to compile the pythonw executable

15 years agoUse PyAPI_DATA.
Antoine Pitrou [Sun, 17 Jan 2010 15:55:45 +0000 (15:55 +0000)]
Use PyAPI_DATA.

15 years agoIssue #7632: Fix a memory leak in _Py_dg_strtod.
Mark Dickinson [Sun, 17 Jan 2010 13:37:57 +0000 (13:37 +0000)]
Issue #7632: Fix a memory leak in _Py_dg_strtod.

15 years agoAdd text to Mac/README to warn about non-universal libraries when
Ronald Oussoren [Sun, 17 Jan 2010 12:38:11 +0000 (12:38 +0000)]
Add text to Mac/README to warn about non-universal libraries when
building a universal Python. Based on issue7679.

15 years agoIssue #7561: Operations on empty bytearrays (such as `int(bytearray())`)
Antoine Pitrou [Sun, 17 Jan 2010 12:26:20 +0000 (12:26 +0000)]
Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`)
could crash in many places because of the PyByteArray_AS_STRING() macro
returning NULL.  The macro now returns a statically allocated empty
string instead.

15 years agoAdd note about usage of STRINGLIB_EMPTY.
Georg Brandl [Sun, 17 Jan 2010 12:14:42 +0000 (12:14 +0000)]
Add note about usage of STRINGLIB_EMPTY.

15 years agoIncrease number of strtod tests slightly, to make it more likely that a memory leak...
Mark Dickinson [Sun, 17 Jan 2010 11:10:03 +0000 (11:10 +0000)]
Increase number of strtod tests slightly, to make it more likely that a memory leak is detected.

15 years ago#7699: improve datetime docs: straightforward linking to strftime/strptime section...
Georg Brandl [Sun, 17 Jan 2010 08:42:30 +0000 (08:42 +0000)]
#7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such.

15 years agoAdd better error reporting for MemoryErrors caused by str->float conversions.
Mark Dickinson [Sat, 16 Jan 2010 20:33:02 +0000 (20:33 +0000)]
Add better error reporting for MemoryErrors caused by str->float conversions.

15 years agoremove wrong markup
Ezio Melotti [Sat, 16 Jan 2010 19:36:42 +0000 (19:36 +0000)]
remove wrong markup

15 years agotypo: use one instead instead of two
Ezio Melotti [Sat, 16 Jan 2010 18:38:01 +0000 (18:38 +0000)]
typo: use one instead instead of two

15 years agoFix multiple uses of variable 'L' in _Py_dg_strtod, where one use requires an unsigne...
Mark Dickinson [Sat, 16 Jan 2010 18:06:17 +0000 (18:06 +0000)]
Fix multiple uses of variable 'L' in _Py_dg_strtod, where one use requires an unsigned long and the other a signed long.  See also r77421.

15 years agoIssue #7632: Fix one more case of incorrect rounding for str -> float
Mark Dickinson [Sat, 16 Jan 2010 17:57:49 +0000 (17:57 +0000)]
Issue #7632: Fix one more case of incorrect rounding for str -> float
conversion (see bug 5 in the issue tracker).

15 years agoFollowup to #7703: a2b_hqx() didn't follow the new buffer API (neither in trunk
Antoine Pitrou [Sat, 16 Jan 2010 17:45:56 +0000 (17:45 +0000)]
Followup to #7703: a2b_hqx() didn't follow the new buffer API (neither in trunk
nor in py3k).  Patch by Florent Xicluna as well as additional tests.

15 years agoFix issue number in comment.
R. David Murray [Sat, 16 Jan 2010 16:08:32 +0000 (16:08 +0000)]
Fix issue number in comment.

15 years agoIssue #7632: Fix a serious wrong output bug for string -> float conversion.
Mark Dickinson [Sat, 16 Jan 2010 10:44:00 +0000 (10:44 +0000)]
Issue #7632: Fix a serious wrong output bug for string -> float conversion.
Also remove some now unused variables, and add comments clarifying the
possible outputs of the parsing section of _Py_dg_strtod.  Thanks
Eric Smith for reviewing.

15 years agoIssue #1670765: Prevent email.generator.Generator from re-wrapping
R. David Murray [Sat, 16 Jan 2010 05:15:17 +0000 (05:15 +0000)]
Issue #1670765: Prevent email.generator.Generator from re-wrapping
headers in multipart/signed MIME parts, which fixes one of the sources of
invalid modifications to such parts by Generator.  Patch and tests by
Martin von Gagern.

15 years agoissue5063: Fixes for building RPM on CentOS plus misc .spec file enhancements.
Sean Reifscheider [Sat, 16 Jan 2010 04:27:58 +0000 (04:27 +0000)]
issue5063: Fixes for building RPM on CentOS plus misc .spec file enhancements.

15 years agoFixed issue-number mistake in NEWS update.
Vinay Sajip [Fri, 15 Jan 2010 23:27:05 +0000 (23:27 +0000)]
Fixed issue-number mistake in NEWS update.

15 years agotry to fix for windows
Benjamin Peterson [Fri, 15 Jan 2010 02:26:07 +0000 (02:26 +0000)]
try to fix for windows

15 years agoRemove C++/C99-style comments.
Brett Cannon [Fri, 15 Jan 2010 01:31:45 +0000 (01:31 +0000)]
Remove C++/C99-style comments.

15 years agoIssue #7701: Fix crash in binascii.b2a_uu() in debug mode when given a
Antoine Pitrou [Fri, 15 Jan 2010 00:18:00 +0000 (00:18 +0000)]
Issue #7701: Fix crash in binascii.b2a_uu() in debug mode when given a
1-byte argument.  Patch by Victor Stinner.

15 years agoThe silencing of DeprecationWarning was not taking -3 into consideration. Since
Brett Cannon [Thu, 14 Jan 2010 20:00:28 +0000 (20:00 +0000)]
The silencing of DeprecationWarning was not taking -3 into consideration. Since
Py3K warnings are DeprecationWarning by default this was causing -3 to
essentially be a no-op. Now DeprecationWarning is only silenced if -3 is not
used.

Closes issue #7700. Thanks Ezio Melotti and Florent Xicluna for patch help.

15 years agoIssue #3299: Fix possible crash in the _sre module when given bad
Antoine Pitrou [Thu, 14 Jan 2010 17:25:24 +0000 (17:25 +0000)]
Issue #3299: Fix possible crash in the _sre module when given bad
argument values in debug mode.  Patch by Victor Stinner.

15 years agoIssue #7703: Add support for the new buffer API to functions of the
Antoine Pitrou [Thu, 14 Jan 2010 16:27:09 +0000 (16:27 +0000)]
Issue #7703: Add support for the new buffer API to functions of the
binascii module.  Backported from py3k by Florent Xicluna, with some
additional tests.

15 years agoIssue #7632: add tests for bugs fixed so far.
Mark Dickinson [Thu, 14 Jan 2010 15:22:33 +0000 (15:22 +0000)]
Issue #7632:  add tests for bugs fixed so far.

15 years agoIssue 7632: fix incorrect rounding for long input strings with values very close...
Mark Dickinson [Thu, 14 Jan 2010 14:40:20 +0000 (14:40 +0000)]
Issue 7632:  fix incorrect rounding for long input strings with values very close to a power of 2.  (See Bug 4 in the tracker discussion.)

15 years agoIssue 7632: fix a dtoa.c bug (bug 6) causing incorrect rounding. Tests to follow.
Mark Dickinson [Thu, 14 Jan 2010 13:14:49 +0000 (13:14 +0000)]
Issue 7632: fix a dtoa.c bug (bug 6) causing incorrect rounding.  Tests to follow.

15 years agoFix off-by-one error introduced in r77483. I have a test for this, but it currently...
Mark Dickinson [Thu, 14 Jan 2010 13:02:36 +0000 (13:02 +0000)]
Fix off-by-one error introduced in r77483.  I have a test for this, but it currently fails due to a different dtoa.c bug;  I'll add the test once that bug is fixed.

15 years agoFixed typo
Ezio Melotti [Thu, 14 Jan 2010 11:34:10 +0000 (11:34 +0000)]
Fixed typo

15 years agouse more robust quoting
Benjamin Peterson [Thu, 14 Jan 2010 02:40:10 +0000 (02:40 +0000)]
use more robust quoting

15 years agoUpdate PyEval_EvalFrame to PyEval_EvalFrameEx. This looks to have been done
Skip Montanaro [Thu, 14 Jan 2010 01:12:34 +0000 (01:12 +0000)]
Update PyEval_EvalFrame to PyEval_EvalFrameEx.  This looks to have been done
partially before.  Also add a comment describing how this might have to work
with different versions of the interpreter.

15 years agoMore dtoa.c cleanup; remove the need for bc.dplen, bc.dp0 and bc.dp1.
Mark Dickinson [Wed, 13 Jan 2010 22:20:10 +0000 (22:20 +0000)]
More dtoa.c cleanup;  remove the need for bc.dplen, bc.dp0 and bc.dp1.

15 years agoFix buggy comparison: LHS of comparison was being treated as unsigned.
Mark Dickinson [Wed, 13 Jan 2010 22:15:53 +0000 (22:15 +0000)]
Fix buggy comparison:  LHS of comparison was being treated as unsigned.

15 years agoSimplify and annotate the bigcomp function, removing unused special cases.
Mark Dickinson [Wed, 13 Jan 2010 20:55:03 +0000 (20:55 +0000)]
Simplify and annotate the bigcomp function, removing unused special cases.

15 years agoClarify that sulp expects a nonnegative input, but that +0.0 is fine.
Mark Dickinson [Wed, 13 Jan 2010 19:02:37 +0000 (19:02 +0000)]
Clarify that sulp expects a nonnegative input, but that +0.0 is fine.

15 years agoAdd comments explaining the role of the bigcomp function in dtoa.c.
Mark Dickinson [Wed, 13 Jan 2010 18:21:53 +0000 (18:21 +0000)]
Add comments explaining the role of the bigcomp function in dtoa.c.

15 years agoIssue #7625: Add more tests that bytearray methods return new objects,
Antoine Pitrou [Wed, 13 Jan 2010 15:02:13 +0000 (15:02 +0000)]
Issue #7625: Add more tests that bytearray methods return new objects,
even if identical.  Patch by Florent Xicluna (again).

15 years agoAdd ACKS entry for r77472.
Antoine Pitrou [Wed, 13 Jan 2010 14:32:51 +0000 (14:32 +0000)]
Add ACKS entry for r77472.

15 years agoIssue #2846: Add support for gzip.GzipFile reading zero-padded files.
Antoine Pitrou [Wed, 13 Jan 2010 14:32:10 +0000 (14:32 +0000)]
Issue #2846: Add support for gzip.GzipFile reading zero-padded files.
Patch by Brian Curtin.

15 years agoSanitize bloom filter macros
Antoine Pitrou [Wed, 13 Jan 2010 14:01:26 +0000 (14:01 +0000)]
Sanitize bloom filter macros

15 years agoTest commit to try to diagnose failures of the IA-64 buildbot
Antoine Pitrou [Wed, 13 Jan 2010 13:43:37 +0000 (13:43 +0000)]
Test commit to try to diagnose failures of the IA-64 buildbot

15 years agoUse `with`
Antoine Pitrou [Wed, 13 Jan 2010 11:57:42 +0000 (11:57 +0000)]
Use `with`

15 years agoIssue #7661: Allow ctypes to be built from a non-ASCII directory path.
Antoine Pitrou [Wed, 13 Jan 2010 11:47:49 +0000 (11:47 +0000)]
Issue #7661: Allow ctypes to be built from a non-ASCII directory path.
Patch by Florent Xicluna.

15 years agoFix Windows build (re r77461)
Antoine Pitrou [Wed, 13 Jan 2010 08:55:20 +0000 (08:55 +0000)]
Fix Windows build (re r77461)

15 years agoIssue #7622: Improve the split(), rsplit(), splitlines() and replace()
Antoine Pitrou [Wed, 13 Jan 2010 07:55:48 +0000 (07:55 +0000)]
Issue #7622: Improve the split(), rsplit(), splitlines() and replace()
methods of bytes, bytearray and unicode objects by using a common
implementation based on stringlib's fast search.  Patch by Florent Xicluna.

15 years ago#7685: typo
Ezio Melotti [Wed, 13 Jan 2010 00:25:03 +0000 (00:25 +0000)]
#7685: typo

15 years agoIssue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded results.
Mark Dickinson [Tue, 12 Jan 2010 22:55:51 +0000 (22:55 +0000)]
Issue #7632:  Fix a bug in dtoa.c that could lead to incorrectly-rounded results.

15 years agoIssue #7632: Fix a problem with _Py_dg_strtod that could lead to
Mark Dickinson [Tue, 12 Jan 2010 22:23:56 +0000 (22:23 +0000)]
Issue #7632: Fix a problem with _Py_dg_strtod that could lead to
crashes in debug builds, for certain long numeric strings
corresponding to subnormal values.

15 years agoIssue #7654: enable additional bytes/bytearray tests. Patch by Florent Xicluna.
Antoine Pitrou [Tue, 12 Jan 2010 22:02:10 +0000 (22:02 +0000)]
Issue #7654: enable additional bytes/bytearray tests.  Patch by Florent Xicluna.

15 years agoAdded documentation for dictionary views fixer.
Alexandre Vassalotti [Tue, 12 Jan 2010 18:25:33 +0000 (18:25 +0000)]
Added documentation for dictionary views fixer.

15 years ago#5827: make sure that normpath preserves unicode
Ezio Melotti [Tue, 12 Jan 2010 03:32:05 +0000 (03:32 +0000)]
#5827: make sure that normpath preserves unicode

15 years agoFixed repr of dictionary views.
Alexandre Vassalotti [Tue, 12 Jan 2010 01:34:43 +0000 (01:34 +0000)]
Fixed repr of dictionary views.

15 years agomodule cleanup
Tarek Ziadé [Mon, 11 Jan 2010 23:41:32 +0000 (23:41 +0000)]
module cleanup

15 years agoIssue #1967: Backport dictionary views.
Alexandre Vassalotti [Mon, 11 Jan 2010 23:17:10 +0000 (23:17 +0000)]
Issue #1967: Backport dictionary views.

15 years agoAdd missing NEWS entry for r77422.
Alexandre Vassalotti [Mon, 11 Jan 2010 23:13:49 +0000 (23:13 +0000)]
Add missing NEWS entry for r77422.

15 years agoFixed #5372: .o files are now always rebuilt because file age test don't work in...
Tarek Ziadé [Mon, 11 Jan 2010 22:50:29 +0000 (22:50 +0000)]
Fixed #5372: .o files are now always rebuilt because file age test don't work in some case

15 years agoUpdate version information for AST changes in r77422.
Alexandre Vassalotti [Mon, 11 Jan 2010 22:46:43 +0000 (22:46 +0000)]
Update version information for AST changes in r77422.

15 years agoIssue #2333: Backport set and dict comprehensions syntax.
Alexandre Vassalotti [Mon, 11 Jan 2010 22:36:12 +0000 (22:36 +0000)]
Issue #2333: Backport set and dict comprehensions syntax.

15 years agoChange a variable type to avoid signed overflow; replace repeated '19999' constant...
Mark Dickinson [Mon, 11 Jan 2010 17:15:13 +0000 (17:15 +0000)]
Change a variable type to avoid signed overflow; replace repeated '19999' constant by a define.

15 years agofix test_popen when the path to python has spaces #7671
Benjamin Peterson [Sun, 10 Jan 2010 20:42:03 +0000 (20:42 +0000)]
fix test_popen when the path to python has spaces #7671

15 years agoIssue #7119: document that a program-generated Message object
R. David Murray [Sun, 10 Jan 2010 17:41:28 +0000 (17:41 +0000)]
Issue #7119: document that a program-generated Message object
tree may be mutated when serialized.

15 years agoFixed issue7648 - test_urllib2 fails on Windows if not run from C:
Senthil Kumaran [Sun, 10 Jan 2010 17:35:05 +0000 (17:35 +0000)]
Fixed issue7648 - test_urllib2 fails on Windows if not run from C:

15 years agoRemove unused BCinfo fields and an unused macro.
Mark Dickinson [Sun, 10 Jan 2010 13:06:31 +0000 (13:06 +0000)]
Remove unused BCinfo fields and an unused macro.

15 years agoUpdate root certificate to CAcert.
Martin v. Löwis [Sun, 10 Jan 2010 10:29:54 +0000 (10:29 +0000)]
Update root certificate to CAcert.

15 years agoDeprecationWarning is now silent by default.
Brett Cannon [Sun, 10 Jan 2010 02:56:19 +0000 (02:56 +0000)]
DeprecationWarning is now silent by default.

This was originally suggested by Guido, discussed on the stdlib-sig mailing
list, and given the OK by Guido directly to me. What this change essentially
means is that Python has taken a policy of silencing warnings that are only
of interest to developers by default. This should prevent users from seeing
warnings which are triggered by an application being run against a new
interpreter before the app developer has a chance to update their code.

Closes issue #7319. Thanks to Antoine Pitrou, Ezio Melotti, and Brian Curtin
for helping with the issue.

15 years agoUpdate the version # of Python-ast.c based on the backport of set literals from
Brett Cannon [Sun, 10 Jan 2010 02:48:50 +0000 (02:48 +0000)]
Update the version # of Python-ast.c based on the backport of set literals from
r77400.

15 years agoIssue #2335: Backport set literals syntax from Python 3.x.
Alexandre Vassalotti [Sat, 9 Jan 2010 23:35:54 +0000 (23:35 +0000)]
Issue #2335: Backport set literals syntax from Python 3.x.

15 years agoIssue #7532: Add additional slicing test cases for new- and old-style
Mark Dickinson [Sat, 9 Jan 2010 18:50:50 +0000 (18:50 +0000)]
Issue #7532: Add additional slicing test cases for new- and old-style
classes.  Patch by Florent Xicluna.

15 years agopost release version adjustment
Benjamin Peterson [Sat, 9 Jan 2010 17:30:31 +0000 (17:30 +0000)]
post release version adjustment

15 years agotag 2.7 alpha 2
Benjamin Peterson [Sat, 9 Jan 2010 16:36:09 +0000 (16:36 +0000)]
tag 2.7 alpha 2