]>
granicus.if.org Git - python/log
Giampaolo Rodola' [Tue, 25 Sep 2012 19:00:04 +0000 (12:00 -0700)]
fix contextlib.ExitStack typo in 3.3's whatsnew.rst
Benjamin Peterson [Tue, 25 Sep 2012 16:45:42 +0000 (12:45 -0400)]
raise a ValueError instead of an AssertionError when pool is an invalid state
Benjamin Peterson [Tue, 25 Sep 2012 15:53:30 +0000 (11:53 -0400)]
merge 3.2
Benjamin Peterson [Tue, 25 Sep 2012 15:48:50 +0000 (11:48 -0400)]
switch assertion to an explicit ValueError
Benjamin Peterson [Tue, 25 Sep 2012 15:42:35 +0000 (11:42 -0400)]
fix test_compileall when run with -O[O]
Benjamin Peterson [Tue, 25 Sep 2012 15:23:09 +0000 (11:23 -0400)]
merge heads
Benjamin Peterson [Tue, 25 Sep 2012 15:22:59 +0000 (11:22 -0400)]
don't depend on __debug__ because it's baked in at freeze time (issue #16046)
Stefan Krah [Tue, 25 Sep 2012 15:10:02 +0000 (17:10 +0200)]
Merge.
Stefan Krah [Tue, 25 Sep 2012 15:07:55 +0000 (17:07 +0200)]
Restore the benchmark order to avoid waiting for decimal.py if just the
prec=9 test is used.
Benjamin Peterson [Tue, 25 Sep 2012 15:03:27 +0000 (11:03 -0400)]
merge 3.2
Benjamin Peterson [Tue, 25 Sep 2012 15:01:41 +0000 (11:01 -0400)]
use modern conditional syntax
Barry Warsaw [Tue, 25 Sep 2012 14:48:25 +0000 (10:48 -0400)]
merge
Barry Warsaw [Tue, 25 Sep 2012 14:47:55 +0000 (10:47 -0400)]
Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry.
Barry Warsaw [Tue, 25 Sep 2012 14:37:58 +0000 (10:37 -0400)]
- Issue #15935: Clarification of argparse docs, re: add_argument() type and
default arguments. Patch contributed by Chris Jerdonek.
Brett Cannon [Tue, 25 Sep 2012 14:26:15 +0000 (10:26 -0400)]
Fix whitespace.
Brett Cannon [Tue, 25 Sep 2012 14:25:41 +0000 (10:25 -0400)]
Fix whitespace.
Brett Cannon [Tue, 25 Sep 2012 14:23:47 +0000 (10:23 -0400)]
Make the decimal bench file run under Python 2.7.
Chris Jerdonek [Tue, 25 Sep 2012 11:33:24 +0000 (04:33 -0700)]
Issue #16015: Merge and update from 3.2.
Chris Jerdonek [Tue, 25 Sep 2012 11:20:29 +0000 (04:20 -0700)]
Issue #16015: Make welcome message more realistic in tutorial example.
Senthil Kumaran [Tue, 25 Sep 2012 09:37:20 +0000 (02:37 -0700)]
merge 3.2: Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.
Senthil Kumaran [Tue, 25 Sep 2012 09:30:27 +0000 (02:30 -0700)]
Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.
Chris Jerdonek [Tue, 25 Sep 2012 02:31:09 +0000 (19:31 -0700)]
Issue #16015: Merge fix from 3.2.
Chris Jerdonek [Tue, 25 Sep 2012 02:28:59 +0000 (19:28 -0700)]
Issue #16015: Fix NameError doctest example in tutorial introduction.
Victor Stinner [Mon, 24 Sep 2012 21:19:17 +0000 (23:19 +0200)]
Close #16022: What's New in Python 3.3 document is no more at beta stage
Mark Dickinson [Mon, 24 Sep 2012 19:17:17 +0000 (20:17 +0100)]
Issue #14167: merge fix from 3.2 branch.
Mark Dickinson [Mon, 24 Sep 2012 19:16:38 +0000 (20:16 +0100)]
Issue #14167: restore statement about breaks in finally clauses.
Ezio Melotti [Mon, 24 Sep 2012 14:31:37 +0000 (17:31 +0300)]
#16019, #16020: merge with 3.2.
Ezio Melotti [Mon, 24 Sep 2012 14:30:39 +0000 (17:30 +0300)]
#16019, #16020: fix syntax highlight.
Ezio Melotti [Mon, 24 Sep 2012 14:08:05 +0000 (17:08 +0300)]
#16017: merge with 3.2.
Ezio Melotti [Mon, 24 Sep 2012 14:07:39 +0000 (17:07 +0300)]
#16017: capitalize URLs.
Ezio Melotti [Mon, 24 Sep 2012 13:58:14 +0000 (16:58 +0300)]
#16014: merge with 3.2.
Ezio Melotti [Mon, 24 Sep 2012 13:56:59 +0000 (16:56 +0300)]
#16014: fix broken link.
Christian Heimes [Mon, 24 Sep 2012 11:27:28 +0000 (13:27 +0200)]
Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
method doesn't require an argument again.
Christian Heimes [Mon, 24 Sep 2012 11:17:08 +0000 (13:17 +0200)]
Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
method doesn't require an argument again.
Georg Brandl [Mon, 24 Sep 2012 05:46:35 +0000 (07:46 +0200)]
Merge with 3.3.0 release clone.
Georg Brandl [Mon, 24 Sep 2012 05:42:20 +0000 (07:42 +0200)]
Post-release updates.
Antoine Pitrou [Sun, 23 Sep 2012 18:00:04 +0000 (20:00 +0200)]
Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings).
Patch by Serhiy Storchaka.
Antoine Pitrou [Sun, 23 Sep 2012 17:55:21 +0000 (19:55 +0200)]
Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings).
Patch by Serhiy Storchaka.
Nadeem Vawda [Sun, 23 Sep 2012 16:20:23 +0000 (18:20 +0200)]
Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation.
Nadeem Vawda [Sun, 23 Sep 2012 16:08:57 +0000 (18:08 +0200)]
Fix indentation of examples in lzma module documentation.
Georg Brandl [Sun, 23 Sep 2012 15:15:25 +0000 (17:15 +0200)]
Added tag v3.3.0rc3 for changeset
c191d21cefaf
Georg Brandl [Sun, 23 Sep 2012 15:15:21 +0000 (17:15 +0200)]
Bump to 3.3.0rc3.
Georg Brandl [Sun, 23 Sep 2012 15:11:26 +0000 (17:11 +0200)]
Add news entries for recent changes.
Christian Heimes [Sun, 23 Sep 2012 14:15:01 +0000 (16:15 +0200)]
GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89)
Christian Heimes [Sun, 23 Sep 2012 14:15:01 +0000 (16:15 +0200)]
GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89)
Christian Heimes [Sun, 23 Sep 2012 14:11:15 +0000 (16:11 +0200)]
Use C-style comments for C89 / ANSI C compatibility
Christian Heimes [Sun, 23 Sep 2012 14:11:15 +0000 (16:11 +0200)]
Use C-style comments for C89 / ANSI C compatibility
Stefan Krah [Sun, 23 Sep 2012 13:51:16 +0000 (15:51 +0200)]
Use C-style comments (required for the AIX build slave).
Stefan Krah [Sun, 23 Sep 2012 13:51:16 +0000 (15:51 +0200)]
Use C-style comments (required for the AIX build slave).
Stefan Krah [Sun, 23 Sep 2012 13:46:09 +0000 (15:46 +0200)]
Use C-style comments.
Stefan Krah [Sun, 23 Sep 2012 13:46:09 +0000 (15:46 +0200)]
Use C-style comments.
Ezio Melotti [Sun, 23 Sep 2012 13:03:21 +0000 (16:03 +0300)]
#15949, #15899: merge with 3.2.
Ezio Melotti [Sun, 23 Sep 2012 12:55:14 +0000 (15:55 +0300)]
#15949, #15899: use \ufffd instead of ?.
Victor Stinner [Sun, 23 Sep 2012 09:11:07 +0000 (11:11 +0200)]
Issue #15969: Fix the issue number in Misc/NEWS
Victor Stinner [Sun, 23 Sep 2012 09:06:21 +0000 (11:06 +0200)]
Issue #5969: faulthandler module: rename dump_tracebacks_later() to
dump_traceback_later() and cancel_dump_tracebacks_later() to
cancel_dump_traceback_later().
R David Murray [Sat, 22 Sep 2012 13:59:51 +0000 (09:59 -0400)]
#15925: fix regression: return None for null and non-date strings.
Since the logic for null detection had to move into the _parseaddr
functions, I removed the wrappers from email.utils and just import the
_parseaddr functions directly.
Ezio Melotti [Sat, 22 Sep 2012 08:25:22 +0000 (11:25 +0300)]
#15949, 15899: merge with 3.2.
Ezio Melotti [Sat, 22 Sep 2012 08:23:06 +0000 (11:23 +0300)]
#15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-pdf`).
Larry Hastings [Fri, 21 Sep 2012 17:12:14 +0000 (10:12 -0700)]
Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes.
Larry Hastings [Fri, 21 Sep 2012 16:40:41 +0000 (09:40 -0700)]
Mention that "defaults" can be None for inspect.getfullargspec.
Also minor formatting cleanups.
Larry Hastings [Fri, 21 Sep 2012 16:30:19 +0000 (09:30 -0700)]
Add What's New entries for some minor work I did in 3.3.
Ezio Melotti [Fri, 21 Sep 2012 14:29:20 +0000 (17:29 +0300)]
#15421: merge with 3.2.
Ezio Melotti [Fri, 21 Sep 2012 14:26:35 +0000 (17:26 +0300)]
#15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier.
Ezio Melotti [Fri, 21 Sep 2012 13:53:07 +0000 (16:53 +0300)]
#15304: merge with 3.2.
Ezio Melotti [Fri, 21 Sep 2012 13:48:12 +0000 (16:48 +0300)]
#15304: fix wrong warning message in test.support.temp_cwd().
Ezio Melotti [Fri, 21 Sep 2012 13:31:24 +0000 (16:31 +0300)]
#15980: merge with 3.2.
Ezio Melotti [Fri, 21 Sep 2012 13:30:22 +0000 (16:30 +0300)]
#15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka.
doko@ubuntu.com [Fri, 21 Sep 2012 12:00:47 +0000 (14:00 +0200)]
null merge
doko@ubuntu.com [Fri, 21 Sep 2012 11:52:29 +0000 (13:52 +0200)]
- Issue #11715: Fix multiarch detection without having Debian development
tools (dpkg-dev) installed.
Benjamin Peterson [Fri, 21 Sep 2012 03:49:33 +0000 (23:49 -0400)]
merge 3.2
Benjamin Peterson [Fri, 21 Sep 2012 03:48:23 +0000 (23:48 -0400)]
remove gdb noise about linux-vdso
Alexander Belopolsky [Thu, 20 Sep 2012 21:25:18 +0000 (17:25 -0400)]
null merge
Alexander Belopolsky [Thu, 20 Sep 2012 21:23:46 +0000 (17:23 -0400)]
Issue #15973: fixed 3.2 backport.
Alexander Belopolsky [Thu, 20 Sep 2012 20:49:58 +0000 (16:49 -0400)]
merge
Alexander Belopolsky [Thu, 20 Sep 2012 20:44:11 +0000 (16:44 -0400)]
merge
Alexander Belopolsky [Thu, 20 Sep 2012 20:42:34 +0000 (16:42 -0400)]
merged 3.2
Alexander Belopolsky [Thu, 20 Sep 2012 20:39:33 +0000 (16:39 -0400)]
Issue #15973: Fixed segmentation fault on timezone comparison to other types.
Mark Dickinson [Thu, 20 Sep 2012 20:30:34 +0000 (21:30 +0100)]
Issue 15959: Merge from 3.2.
Mark Dickinson [Thu, 20 Sep 2012 20:29:28 +0000 (21:29 +0100)]
Issue 15959: Fix type mismatch for quick{_neg}_int_allocs. Thanks Serhiy Storchaka.
Mark Dickinson [Thu, 20 Sep 2012 19:51:53 +0000 (20:51 +0100)]
Issue 15985: merge from 3.2.
Mark Dickinson [Thu, 20 Sep 2012 19:51:14 +0000 (20:51 +0100)]
Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek.
Antoine Pitrou [Thu, 20 Sep 2012 18:56:47 +0000 (20:56 +0200)]
Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
Patch by Serhiy Storchaka.
Christian Heimes [Thu, 20 Sep 2012 10:43:24 +0000 (12:43 +0200)]
merge
Christian Heimes [Thu, 20 Sep 2012 10:42:54 +0000 (12:42 +0200)]
Issue #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is called multiple times
Ezio Melotti [Thu, 20 Sep 2012 06:47:41 +0000 (09:47 +0300)]
Merge the quotes/backslashes fixes with 3.2.
Ezio Melotti [Thu, 20 Sep 2012 06:47:03 +0000 (09:47 +0300)]
Fix a few quotes/backslashes.
Ezio Melotti [Thu, 20 Sep 2012 06:09:24 +0000 (09:09 +0300)]
Merge markup fixes in smtpd.rst with 3.2.
Ezio Melotti [Thu, 20 Sep 2012 06:06:51 +0000 (09:06 +0300)]
Fix markup in smtpd.rst.
Ezio Melotti [Thu, 20 Sep 2012 05:46:06 +0000 (08:46 +0300)]
Update suspicious ignore file.
Ezio Melotti [Thu, 20 Sep 2012 05:33:53 +0000 (08:33 +0300)]
Fix rst markup.
Ezio Melotti [Thu, 20 Sep 2012 03:14:54 +0000 (06:14 +0300)]
Merge rst markup fixes in timeit docs with 3.2.
Ezio Melotti [Thu, 20 Sep 2012 03:13:38 +0000 (06:13 +0300)]
Fix rst markup in timeit docs.
Ezio Melotti [Wed, 19 Sep 2012 05:25:01 +0000 (08:25 +0300)]
#15970: merge with 3.2.
Ezio Melotti [Wed, 19 Sep 2012 05:19:12 +0000 (08:19 +0300)]
#15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param".
Trent Nelson [Wed, 19 Sep 2012 02:00:25 +0000 (22:00 -0400)]
Silence compiler warnings on Solaris 10 via explicit (void *) casts.
Trent Nelson [Wed, 19 Sep 2012 01:58:03 +0000 (21:58 -0400)]
Silence compiler warnings on Solaris 10 via explicit (void *) casts.
(Compiler: Solaris Studio 12.3)
Trent Nelson [Wed, 19 Sep 2012 01:50:06 +0000 (21:50 -0400)]
#15965: Explicitly cast AT_FDCWD as (int).
Required on Solaris 10 (which defines AT_FDCWD as 0xffd19553),
harmless on other platforms.
Victor Stinner [Tue, 18 Sep 2012 20:40:03 +0000 (22:40 +0200)]
What's New in Python 3.3: mention unittest.mock
Ezio Melotti [Tue, 18 Sep 2012 04:21:18 +0000 (07:21 +0300)]
#15796: merge with 3.2.
Ezio Melotti [Tue, 18 Sep 2012 04:20:18 +0000 (07:20 +0300)]
#15796: Fix \n in readline docstring. Patch by Serhiy Storchaka.