]>
granicus.if.org Git - python/log
Benjamin Peterson [Thu, 16 May 2013 20:33:00 +0000 (15:33 -0500)]
make GCC complain about declarations not at the top of blocks
Benjamin Peterson [Thu, 16 May 2013 20:30:09 +0000 (15:30 -0500)]
merge 3.3
Benjamin Peterson [Thu, 16 May 2013 20:29:44 +0000 (15:29 -0500)]
C89 declaration compliance
Victor Stinner [Thu, 16 May 2013 20:26:29 +0000 (22:26 +0200)]
Issue #17964: Fix os.sysconf(): the return type of the C sysconf() function
is long, not int.
Victor Stinner [Thu, 16 May 2013 20:17:17 +0000 (22:17 +0200)]
fix compilation on Windows
Benjamin Peterson [Thu, 16 May 2013 19:37:25 +0000 (14:37 -0500)]
rather than passing locals to the class body, just execute the class body in the proper environment
Brian Curtin [Thu, 16 May 2013 17:03:40 +0000 (12:03 -0500)]
Merge with 3.3
Brian Curtin [Thu, 16 May 2013 16:59:29 +0000 (11:59 -0500)]
Add Nick Sloan for his contribution to #17732
Giampaolo Rodola' [Thu, 16 May 2013 13:21:53 +0000 (15:21 +0200)]
Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't accidentally hang.
Giampaolo Rodola' [Thu, 16 May 2013 13:12:01 +0000 (15:12 +0200)]
ftplib tests: provide a global socket's TIMEOUT variable and use it everywhere so that failing tests won't accidentally hang
Benjamin Peterson [Wed, 15 May 2013 21:18:51 +0000 (16:18 -0500)]
null mege 3.3 with fix not applicable here
Benjamin Peterson [Wed, 15 May 2013 21:17:25 +0000 (16:17 -0500)]
complain about "global __class__" in a class body (closes #17983)
Benjamin Peterson [Wed, 15 May 2013 20:26:42 +0000 (15:26 -0500)]
hide the __class__ closure from the class body (#12370)
Georg Brandl [Wed, 15 May 2013 17:43:15 +0000 (19:43 +0200)]
null-merge from 3.3
Georg Brandl [Wed, 15 May 2013 17:42:39 +0000 (19:42 +0200)]
post-release update.
doko@ubuntu.com [Wed, 15 May 2013 16:08:03 +0000 (18:08 +0200)]
- Fix typos in the multiprocessing module.
doko@ubuntu.com [Wed, 15 May 2013 16:06:56 +0000 (18:06 +0200)]
- Fix typos in the multiprocessing module.
doko@ubuntu.com [Wed, 15 May 2013 16:04:50 +0000 (18:04 +0200)]
- Issue #17754: Make ctypes.util.find_library() independent of the locale.
doko@ubuntu.com [Wed, 15 May 2013 16:02:13 +0000 (18:02 +0200)]
- Issue #17754: Make ctypes.util.find_library() independent of the locale.
doko@ubuntu.com [Wed, 15 May 2013 16:00:05 +0000 (18:00 +0200)]
Misc/NEWS: Add 3.3.3 section and move entries made after the 3.3.2 release
to the new section.
Benjamin Peterson [Wed, 15 May 2013 03:32:34 +0000 (22:32 -0500)]
null merge 3.3 from backport
Benjamin Peterson [Wed, 15 May 2013 03:31:26 +0000 (22:31 -0500)]
when arguments are cells clear the locals slot (backport of #17927)
Antoine Pitrou [Tue, 14 May 2013 18:37:52 +0000 (20:37 +0200)]
Backout
c89febab4648 following private feedback by Guido.
(Issue #17807: Generators can now be finalized even when they are part of a reference cycle)
Barry Warsaw [Tue, 14 May 2013 15:38:38 +0000 (11:38 -0400)]
- Issue #17977: The documentation for the cadefault argument's default value
in urllib.request.urlopen() is fixed to match the code.
Barry Warsaw [Tue, 14 May 2013 15:35:16 +0000 (11:35 -0400)]
- Issue #17977: The documentation for the cadefault argument's default value
in urllib.request.urlopen() is fixed to match the code.
Benjamin Peterson [Tue, 14 May 2013 00:56:35 +0000 (19:56 -0500)]
merge 3.3 (#17968)
Benjamin Peterson [Tue, 14 May 2013 00:55:40 +0000 (19:55 -0500)]
prevent double free in cleanup code (#17968)
Antoine Pitrou [Mon, 13 May 2013 20:35:38 +0000 (22:35 +0200)]
Fix ResourceWarnings in test_sax
Antoine Pitrou [Mon, 13 May 2013 20:34:21 +0000 (22:34 +0200)]
Fix ResourceWarnings in test_sax
Terry Jan Reedy [Mon, 13 May 2013 20:09:47 +0000 (16:09 -0400)]
Merge with 3.3
Terry Jan Reedy [Mon, 13 May 2013 20:07:44 +0000 (16:07 -0400)]
Silence unclosed open file ResourceWarning.
Terry Jan Reedy [Mon, 13 May 2013 19:44:30 +0000 (15:44 -0400)]
Complete 2 to 3 conversion
Terry Jan Reedy [Mon, 13 May 2013 19:39:24 +0000 (15:39 -0400)]
Complete 2 to 3 conversion
Antoine Pitrou [Mon, 13 May 2013 17:48:46 +0000 (19:48 +0200)]
Issue #17968: Fix memory leak in os.listxattr().
Antoine Pitrou [Mon, 13 May 2013 17:46:29 +0000 (19:46 +0200)]
Issue #17968: Fix memory leak in os.listxattr().
Benjamin Peterson [Mon, 13 May 2013 04:08:28 +0000 (23:08 -0500)]
remove support GCC PyArg_ParseTuple format patch, last seen in 2006
Benjamin Peterson [Mon, 13 May 2013 00:02:05 +0000 (19:02 -0500)]
merge 3.3
Benjamin Peterson [Mon, 13 May 2013 00:01:52 +0000 (19:01 -0500)]
use correct format code for exceptions
Benjamin Peterson [Sun, 12 May 2013 23:16:06 +0000 (18:16 -0500)]
when an argument is a cell, set the local copy to NULL (see #17927)
Georg Brandl [Sun, 12 May 2013 17:57:26 +0000 (19:57 +0200)]
merge with 3.3
Georg Brandl [Sun, 12 May 2013 17:55:55 +0000 (19:55 +0200)]
Added tag v3.3.2 for changeset
d047928ae3f6
Georg Brandl [Sun, 12 May 2013 17:50:34 +0000 (19:50 +0200)]
Closes #17962: Build with OpenSSL 1.0.1e on Windows.
Georg Brandl [Sun, 12 May 2013 17:44:21 +0000 (19:44 +0200)]
merge
Serhiy Storchaka [Sun, 12 May 2013 14:31:59 +0000 (17:31 +0300)]
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
characters() and ignorableWhitespace() methods. Original patch by Sebastian
Ortiz Vasquez.
Serhiy Storchaka [Sun, 12 May 2013 14:31:16 +0000 (17:31 +0300)]
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
characters() and ignorableWhitespace() methods. Original patch by Sebastian
Ortiz Vasquez.
Georg Brandl [Sun, 12 May 2013 10:51:38 +0000 (12:51 +0200)]
bump to 3.3.2
Georg Brandl [Sun, 12 May 2013 10:37:12 +0000 (12:37 +0200)]
merge with 3.3
Georg Brandl [Sun, 12 May 2013 10:36:07 +0000 (12:36 +0200)]
Closes issue #17732: ignore install-directory specific options in
distutils.cfg when a venv is active.
Georg Brandl [Sun, 12 May 2013 10:08:30 +0000 (12:08 +0200)]
null-merge reversion of #
1159051 patch from 3.3
Georg Brandl [Sun, 12 May 2013 10:08:05 +0000 (12:08 +0200)]
merge with 3.3
Georg Brandl [Sun, 12 May 2013 09:57:26 +0000 (11:57 +0200)]
Back out patch for #
1159051 , which caused backwards compatibility problems.
Georg Brandl [Sun, 12 May 2013 09:52:22 +0000 (11:52 +0200)]
merge with 3.2
Georg Brandl [Sun, 12 May 2013 09:51:26 +0000 (11:51 +0200)]
merge with 3.2
Georg Brandl [Sun, 12 May 2013 09:41:12 +0000 (11:41 +0200)]
Issue #17915: Fix interoperability of xml.sax with file objects returned by
codecs.open().
Georg Brandl [Sun, 12 May 2013 09:29:27 +0000 (11:29 +0200)]
Issue #
1159051 : Back out a fix for handling corrupted gzip files that
broke backwards compatibility.
Georg Brandl [Sun, 12 May 2013 09:24:58 +0000 (11:24 +0200)]
merge
Georg Brandl [Sun, 12 May 2013 09:24:47 +0000 (11:24 +0200)]
merge heads
Georg Brandl [Sun, 12 May 2013 09:21:27 +0000 (11:21 +0200)]
Issue #17838: merge with 3.3
Benjamin Peterson [Sun, 12 May 2013 03:24:28 +0000 (22:24 -0500)]
prevent IDLE from trying to close when sys.stdin is reassigned (#17838)
Vinay Sajip [Sat, 11 May 2013 23:18:02 +0000 (00:18 +0100)]
Diagnostics collected, test disabled for now.
Vinay Sajip [Sat, 11 May 2013 23:04:58 +0000 (00:04 +0100)]
Re-enabled test with more diagnostics.
Benjamin Peterson [Sat, 11 May 2013 21:29:11 +0000 (16:29 -0500)]
merge 3.3
Benjamin Peterson [Sat, 11 May 2013 21:29:03 +0000 (16:29 -0500)]
only close non-None files
Benjamin Peterson [Sat, 11 May 2013 21:12:57 +0000 (16:12 -0500)]
remove unused import
Benjamin Peterson [Sat, 11 May 2013 21:10:52 +0000 (16:10 -0500)]
simplify #17947 test with weakrefs
Brett Cannon [Sat, 11 May 2013 18:47:12 +0000 (14:47 -0400)]
merge
Brett Cannon [Sat, 11 May 2013 18:46:48 +0000 (14:46 -0400)]
Touch up grammar for dict.update() docstring.
Benjamin Peterson [Sat, 11 May 2013 18:02:59 +0000 (13:02 -0500)]
merge 3.3 (#17547)
Benjamin Peterson [Sat, 11 May 2013 18:00:05 +0000 (13:00 -0500)]
-Wformat is needed by gcc 4.8 (closes #17547)
Antoine Pitrou [Sat, 11 May 2013 13:59:37 +0000 (15:59 +0200)]
Issue #17237: Fix crash in the ASCII decoder on m68k.
Antoine Pitrou [Sat, 11 May 2013 13:58:34 +0000 (15:58 +0200)]
Issue #17237: Fix crash in the ASCII decoder on m68k.
Raymond Hettinger [Sat, 11 May 2013 02:57:44 +0000 (19:57 -0700)]
Issue #16694: Add source code link for operator.py
Guido van Rossum [Fri, 10 May 2013 15:47:42 +0000 (08:47 -0700)]
#17927: Keep frame from referencing cell-ified arguments.
Barry Warsaw [Fri, 10 May 2013 15:36:23 +0000 (11:36 -0400)]
Merge 3.3
Barry Warsaw [Fri, 10 May 2013 15:35:38 +0000 (11:35 -0400)]
I was confused before. It's correct to not call .close() inside the with
statement, but add a comment that clarifies the purpose of the code.
Ezio Melotti [Fri, 10 May 2013 02:22:14 +0000 (05:22 +0300)]
#17841: merge with 3.3.
Ezio Melotti [Fri, 10 May 2013 02:21:35 +0000 (05:21 +0300)]
#17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl.
Andrew Kuchling [Fri, 10 May 2013 00:14:01 +0000 (20:14 -0400)]
#17700: merge with 3.3
Andrew Kuchling [Fri, 10 May 2013 00:05:20 +0000 (20:05 -0400)]
#17700: update the curses HOWTO for 3.x
Ezio Melotti [Thu, 9 May 2013 12:34:09 +0000 (15:34 +0300)]
#17938: merge with 3.3.
Ezio Melotti [Thu, 9 May 2013 12:33:53 +0000 (15:33 +0300)]
#17938: remove duplicate paragraphs.
Ezio Melotti [Thu, 9 May 2013 12:24:30 +0000 (15:24 +0300)]
#17809: merge with 3.3.
Ezio Melotti [Thu, 9 May 2013 12:19:45 +0000 (15:19 +0300)]
#17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak.
Serhiy Storchaka [Thu, 9 May 2013 11:36:58 +0000 (14:36 +0300)]
Issue #16601: Restarting iteration over tarfile no more continues from where
it left off. Patch by Michael Birtwell.
Serhiy Storchaka [Thu, 9 May 2013 11:22:26 +0000 (14:22 +0300)]
Issue #16601: Restarting iteration over tarfile no more continues from where
it left off. Patch by Michael Birtwell.
Charles-Francois Natali [Wed, 8 May 2013 19:09:52 +0000 (21:09 +0200)]
Issue #17912: Use a doubly linked-list for thread states.
Antoine Pitrou [Wed, 8 May 2013 16:12:35 +0000 (18:12 +0200)]
Issue #17807: Generators can now be finalized even when they are part of a reference cycle.
Antoine Pitrou [Wed, 8 May 2013 11:23:25 +0000 (13:23 +0200)]
Issue #
1545463 : At shutdown, defer finalization of codec modules so that stderr remains usable.
(should fix Windows buildbot failures on test_gc)
Ezio Melotti [Wed, 8 May 2013 08:16:33 +0000 (11:16 +0300)]
#17877: merge with 3.3.
Ezio Melotti [Wed, 8 May 2013 08:16:02 +0000 (11:16 +0300)]
#17877: skip test if the Olson's TZ database is missing.
Ezio Melotti [Wed, 8 May 2013 07:56:32 +0000 (10:56 +0300)]
#16523: merge with 3.3.
Ezio Melotti [Wed, 8 May 2013 07:53:11 +0000 (10:53 +0300)]
#16523: improve attrgetter/itemgetter/methodcaller documentation.
Victor Stinner [Tue, 7 May 2013 22:44:15 +0000 (00:44 +0200)]
Use Py_intptr_t to store the difference between two pointers, instead of int
Fix a compiler warning on Windows 64-bit
Victor Stinner [Tue, 7 May 2013 22:00:44 +0000 (00:00 +0200)]
Fix compiler warnings: explicit cast to int in sha256/sha512 modules
Victor Stinner [Tue, 7 May 2013 21:50:21 +0000 (23:50 +0200)]
zlib: Explicit cast to fix a compiler warning
Victor Stinner [Tue, 7 May 2013 21:50:03 +0000 (23:50 +0200)]
Fix a compiler warning: use unsigned int type instead of enum PyUnicode_Kind to
compare two Unicode kinds
Victor Stinner [Tue, 7 May 2013 21:49:15 +0000 (23:49 +0200)]
audioop: explicit cast to fix a compiler warning
Victor Stinner [Tue, 7 May 2013 21:48:56 +0000 (23:48 +0200)]
Fix a compiler warning: in and out are unused in _Py_char2wchar() if
HAVE_MBRTOWC is not defined
Richard Oudkerk [Tue, 7 May 2013 13:36:51 +0000 (14:36 +0100)]
Correction for
4f82b6cfee46 .
Richard Oudkerk [Tue, 7 May 2013 13:23:42 +0000 (14:23 +0100)]
Fix os.__all__ to is passes test___all__