]>
granicus.if.org Git - python/log
Mark Dickinson [Wed, 31 Oct 2012 17:53:27 +0000 (17:53 +0000)]
Issue #13701: Fix decorator avoidance (due to desire for Python 2.3 compatibility) in decimal module.
Benjamin Peterson [Wed, 31 Oct 2012 17:36:21 +0000 (13:36 -0400)]
merge heads
Benjamin Peterson [Wed, 31 Oct 2012 17:36:13 +0000 (13:36 -0400)]
make PyGrammar_LabelRepr return a const char * (closes #16369)
Andrew Svetlov [Wed, 31 Oct 2012 17:30:00 +0000 (19:30 +0200)]
Merge issue #16197: Fix several small errors in winreg documentation.
Initial patch by Zachary Ware.
Andrew Svetlov [Wed, 31 Oct 2012 17:29:33 +0000 (19:29 +0200)]
Issue #16197: Fix several small errors in winreg documentation.
Initial patch by Zachary Ware.
Jesus Cea [Wed, 31 Oct 2012 16:02:25 +0000 (17:02 +0100)]
MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
Jesus Cea [Wed, 31 Oct 2012 16:02:03 +0000 (17:02 +0100)]
MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
Jesus Cea [Wed, 31 Oct 2012 16:00:59 +0000 (17:00 +0100)]
Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
R David Murray [Wed, 31 Oct 2012 14:52:16 +0000 (10:52 -0400)]
merge #16371: fix up the English a bit more.
R David Murray [Wed, 31 Oct 2012 14:51:35 +0000 (10:51 -0400)]
merge #16371: fix up the English a bit more.
R David Murray [Wed, 31 Oct 2012 14:50:27 +0000 (10:50 -0400)]
#16371: fix up the English a bit more.
Andrew Svetlov [Wed, 31 Oct 2012 14:21:32 +0000 (16:21 +0200)]
Merge issue #16371: fix typo in ctypes documentation.
Thanks to George Yoshida.
Andrew Svetlov [Wed, 31 Oct 2012 14:21:16 +0000 (16:21 +0200)]
Merge issue #16371: fix typo in ctypes documentation.
Thanks to George Yoshida.
Andrew Svetlov [Wed, 31 Oct 2012 14:20:54 +0000 (16:20 +0200)]
Issue #16371: fix typo in ctypes documentation.
Thanks to George Yoshida.
Andrew Svetlov [Wed, 31 Oct 2012 14:04:22 +0000 (16:04 +0200)]
Merge issue #16370: Mention Py_SetProgramName in example for very high level embedding.
Andrew Svetlov [Wed, 31 Oct 2012 14:03:44 +0000 (16:03 +0200)]
Merge issue #16370: Mention Py_SetProgramName in example for very high level embedding.
Andrew Svetlov [Wed, 31 Oct 2012 14:03:14 +0000 (16:03 +0200)]
Issue #16370: Mention Py_SetProgramName in example for very high level embedding.
Andrew Svetlov [Wed, 31 Oct 2012 10:03:48 +0000 (12:03 +0200)]
Merge: Remove already dropped function PySys_GetFile from documentation.
Thanks to Daniel Müllner from docs@
Andrew Svetlov [Wed, 31 Oct 2012 10:03:18 +0000 (12:03 +0200)]
Merge: Remove already dropped function PySys_GetFile from documentation.
Thanks to Daniel Müllner from docs@
Andrew Svetlov [Wed, 31 Oct 2012 10:02:56 +0000 (12:02 +0200)]
Remove already dropped function PySys_GetFile from documentation.
Thanks to Daniel Müllner from docs@
Andrew Svetlov [Wed, 31 Oct 2012 09:51:39 +0000 (11:51 +0200)]
Merge: fix docstring for deque ctor to mark iterable parameter optional
Andrew Svetlov [Wed, 31 Oct 2012 09:51:13 +0000 (11:51 +0200)]
Merge: fix docstring for deque ctor to mark iterable parameter optional
Andrew Svetlov [Wed, 31 Oct 2012 09:50:40 +0000 (11:50 +0200)]
Fix docstring for deque ctor to mark iterable parameter optional
Andrew Svetlov [Wed, 31 Oct 2012 09:30:18 +0000 (11:30 +0200)]
Merge: fix typo in mock docs.
Andrew Svetlov [Wed, 31 Oct 2012 09:29:52 +0000 (11:29 +0200)]
Fix typo in mock docs.
Benjamin Peterson [Wed, 31 Oct 2012 04:04:42 +0000 (00:04 -0400)]
merge 3.3
Benjamin Peterson [Wed, 31 Oct 2012 04:01:15 +0000 (00:01 -0400)]
do safety checks on __qualname__ assignment
Benjamin Peterson [Wed, 31 Oct 2012 03:51:03 +0000 (23:51 -0400)]
don't shadow the __qualname__ descriptor with __qualname__ in the class's __dict__ (closes #16271)
Benjamin Peterson [Wed, 31 Oct 2012 03:41:54 +0000 (23:41 -0400)]
initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function
Benjamin Peterson [Wed, 31 Oct 2012 03:31:12 +0000 (23:31 -0400)]
merge 3.3 (#16369)
Benjamin Peterson [Wed, 31 Oct 2012 03:27:52 +0000 (23:27 -0400)]
merge 3.2 (#16369)
Benjamin Peterson [Wed, 31 Oct 2012 03:21:10 +0000 (23:21 -0400)]
initialize more global type objects (closes #16369)
R David Murray [Wed, 31 Oct 2012 00:20:54 +0000 (20:20 -0400)]
#12890: fix test on windows
Patch by Stephen Tonkin.
R David Murray [Wed, 31 Oct 2012 00:20:09 +0000 (20:20 -0400)]
#12890: fix test on windows
Patch by Stephen Tonkin.
Victor Stinner [Wed, 31 Oct 2012 00:12:55 +0000 (01:12 +0100)]
Issue #15478: Fix test_os on FreeBSD
Calling OS functions can fail with errors other than FileNotFoundError: a
FreeBSD buildbot fails for example with a PermissionError.
Victor Stinner [Wed, 31 Oct 2012 00:04:10 +0000 (01:04 +0100)]
Issue #15478: Fix test_os on Windows (os.chown is missing)
Victor Stinner [Tue, 30 Oct 2012 23:37:41 +0000 (00:37 +0100)]
Issue #9566: Use the right type to fix a compiler warnings on Win64
Victor Stinner [Tue, 30 Oct 2012 23:33:57 +0000 (00:33 +0100)]
Issue #9566: Explicit downcast to fix compiler warnings on Win64
Victor Stinner [Tue, 30 Oct 2012 22:40:45 +0000 (23:40 +0100)]
Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsigned
... (unsigned long and unsigned int) to avoid an undefined behaviour with
Py_TPFLAGS_TYPE_SUBCLASS ((1 << 31). PyType_GetFlags() result type is now
unsigned too (unsigned long, instead of long).
Victor Stinner [Tue, 30 Oct 2012 22:12:47 +0000 (23:12 +0100)]
Close #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster
Patch written by Serhiy Storchaka.
Antoine Pitrou [Tue, 30 Oct 2012 21:43:19 +0000 (22:43 +0100)]
Issue #16351: New function gc.get_stats() returns per-generation collection statistics.
Andrew Svetlov [Tue, 30 Oct 2012 20:49:16 +0000 (22:49 +0200)]
Issue #15721: apply PEP 384 Refactoring to tkinter module.
Victor Stinner [Tue, 30 Oct 2012 01:30:31 +0000 (02:30 +0100)]
Issue #16330: Fix compilation on Windows
Victor Stinner [Tue, 30 Oct 2012 01:27:11 +0000 (02:27 +0100)]
Issue #15478: Fix compilation on Windows
Victor Stinner [Tue, 30 Oct 2012 01:17:38 +0000 (02:17 +0100)]
Issue #15478: Raising an OSError doesn't decode or encode the filename anymore
Pass the original filename argument to OSError constructor, instead of trying
to encode it to or decode it from the filesystem encoding. This change avoids
an additionnal UnicodeDecodeError on Windows if the filename cannot be decoded
from the filesystem encoding (ANSI code page).
Victor Stinner [Tue, 30 Oct 2012 00:42:39 +0000 (01:42 +0100)]
Issue #16330: Use surrogate-related macros
Patch written by Serhiy Storchaka.
Brian Curtin [Mon, 29 Oct 2012 23:20:18 +0000 (18:20 -0500)]
Merge 3.3
Brian Curtin [Mon, 29 Oct 2012 23:18:43 +0000 (18:18 -0500)]
Merge 3.2
Brian Curtin [Mon, 29 Oct 2012 23:16:39 +0000 (18:16 -0500)]
Fix #16197. Update docstrings and documentation to match winreg code.
Patch by Zachary Ware.
Petri Lehtinen [Mon, 29 Oct 2012 19:26:56 +0000 (21:26 +0200)]
#14897: Enhance error messages of struct.pack and struct.pack_into
Patch by Matti Mäki.
Petri Lehtinen [Mon, 29 Oct 2012 19:25:01 +0000 (21:25 +0200)]
#14897: Enhance error messages of struct.pack and struct.pack_into
Patch by Matti Mäki.
Petri Lehtinen [Mon, 29 Oct 2012 19:16:57 +0000 (21:16 +0200)]
#14897: Enhance error messages of struct.pack and struct.pack_into
Patch by Matti Mäki.
Ross Lagerwall [Mon, 29 Oct 2012 17:39:19 +0000 (17:39 +0000)]
Merge with 3.3 for issue #16262
Ross Lagerwall [Mon, 29 Oct 2012 17:35:57 +0000 (17:35 +0000)]
Merge with 3.2 for issue #16262
Ross Lagerwall [Mon, 29 Oct 2012 17:31:54 +0000 (17:31 +0000)]
Fix regression from issue #16262
Chris Jerdonek [Sun, 28 Oct 2012 18:13:51 +0000 (11:13 -0700)]
Merge from 3.3: remove unneeded "Release" and "Date" markers from index pages.
Chris Jerdonek [Sun, 28 Oct 2012 18:10:24 +0000 (11:10 -0700)]
Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.
Chris Jerdonek [Sun, 28 Oct 2012 18:08:26 +0000 (11:08 -0700)]
Remove unneeded "Release" and "Date" markers from doc index pages.
Brett Cannon [Sun, 28 Oct 2012 15:49:00 +0000 (11:49 -0400)]
merge
Brett Cannon [Sun, 28 Oct 2012 15:48:24 +0000 (11:48 -0400)]
merge
Brett Cannon [Sun, 28 Oct 2012 15:47:54 +0000 (11:47 -0400)]
Merge with 3.3
Brett Cannon [Sun, 28 Oct 2012 15:46:51 +0000 (11:46 -0400)]
Issue #16342: Lib/_sysconfigdata.py is no longer put into Lib, so
don't ignore it if it's still there.
Nadeem Vawda [Sun, 28 Oct 2012 14:22:08 +0000 (15:22 +0100)]
Merge: Add test for BZ2Decompressor.decompress("") after end of stream.
Nadeem Vawda [Sun, 28 Oct 2012 14:21:37 +0000 (15:21 +0100)]
Merge: Add test for BZ2Decompressor.decompress("") after end of stream.
Nadeem Vawda [Sun, 28 Oct 2012 14:20:48 +0000 (15:20 +0100)]
Add test for BZ2Decompressor.decompress("") after end of stream.
Nadeem Vawda [Sun, 28 Oct 2012 13:52:34 +0000 (14:52 +0100)]
Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
Patch by Serhiy Storchaka.
Hynek Schlawack [Sun, 28 Oct 2012 12:59:27 +0000 (13:59 +0100)]
#
1492704 : Ensure and document backward compatibility of the change
Vinay Sajip [Sun, 28 Oct 2012 12:42:25 +0000 (12:42 +0000)]
Null merge.
Vinay Sajip [Sun, 28 Oct 2012 12:41:44 +0000 (12:41 +0000)]
Merged upstream changes.
Vinay Sajip [Sun, 28 Oct 2012 12:41:21 +0000 (12:41 +0000)]
Merged upstream changes.
Vinay Sajip [Sun, 28 Oct 2012 12:40:20 +0000 (12:40 +0000)]
Closes #16340: Merged fix from 3.3.
Vinay Sajip [Sun, 28 Oct 2012 12:39:39 +0000 (12:39 +0000)]
Closes #16340: Handle exception while copying script to venv.
Georg Brandl [Sun, 28 Oct 2012 12:37:54 +0000 (13:37 +0100)]
Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.3.
Georg Brandl [Sun, 28 Oct 2012 12:37:18 +0000 (13:37 +0100)]
Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2.
Georg Brandl [Sun, 28 Oct 2012 12:37:05 +0000 (13:37 +0100)]
merge heads
Georg Brandl [Sun, 28 Oct 2012 12:35:56 +0000 (13:35 +0100)]
Remove confusing "Release" and "Date" markers from whatsnews.
Andrew Svetlov [Sun, 28 Oct 2012 12:12:50 +0000 (14:12 +0200)]
merge heads
Andrew Svetlov [Sun, 28 Oct 2012 12:11:21 +0000 (14:11 +0200)]
Merge issue #14570: Document json sort_keys parameter properly.
Patch by Chris Rebert.
Andrew Svetlov [Sun, 28 Oct 2012 12:11:00 +0000 (14:11 +0200)]
Merge issue #14570: Document json sort_keys parameter properly.
Patch by Chris Rebert.
Andrew Svetlov [Sun, 28 Oct 2012 12:10:30 +0000 (14:10 +0200)]
Issue #14570: Document json sort_keys parameter properly.
Patch by Chris Rebert.
Mark Dickinson [Sun, 28 Oct 2012 10:23:08 +0000 (10:23 +0000)]
Issue #14700: merge tests from 3.3.
Mark Dickinson [Sun, 28 Oct 2012 10:22:22 +0000 (10:22 +0000)]
Issue #14700: merge tests from 3.2.
Mark Dickinson [Sun, 28 Oct 2012 10:18:03 +0000 (10:18 +0000)]
Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting.
Georg Brandl [Sun, 28 Oct 2012 09:51:52 +0000 (10:51 +0100)]
merge with 3.3
Georg Brandl [Sun, 28 Oct 2012 09:51:46 +0000 (10:51 +0100)]
merge with 3.2
Georg Brandl [Sun, 28 Oct 2012 09:51:35 +0000 (10:51 +0100)]
changeset: 80007:
49e4541f2aef
parent: 80003:
be83cbf4a789
parent: 80006:
32df036e6b75
user: Georg Brandl <georg@python.org>
date: Sun Oct 28 10:50:11 2012 +0100
summary: merge with 3.3
Andrew Svetlov [Sun, 28 Oct 2012 09:43:02 +0000 (11:43 +0200)]
Merge issue #14616: Mention shlex.quote in subprocess docs.
Patch by Chris Rebert.
Andrew Svetlov [Sun, 28 Oct 2012 09:42:26 +0000 (11:42 +0200)]
Issue #14616: Mention shlex.quote in subprocess docs.
Patch by Chris Rebert.
Vinay Sajip [Sun, 28 Oct 2012 09:11:48 +0000 (09:11 +0000)]
Issue #16340: Merged fix from 3.3.
Vinay Sajip [Sun, 28 Oct 2012 09:11:00 +0000 (09:11 +0000)]
Issue #16340: exclude venv/scripts from byte-compilation at installation time on Windows.
Georg Brandl [Sun, 28 Oct 2012 07:48:28 +0000 (08:48 +0100)]
Minor typo fix.
Georg Brandl [Sun, 28 Oct 2012 07:09:31 +0000 (08:09 +0100)]
merge with 3.3
Georg Brandl [Sun, 28 Oct 2012 07:09:02 +0000 (08:09 +0100)]
Add a autobuild-quick target that only rebuilds HTML.
Georg Brandl [Sun, 28 Oct 2012 07:00:01 +0000 (08:00 +0100)]
merge with 3.3
Georg Brandl [Sun, 28 Oct 2012 06:59:54 +0000 (07:59 +0100)]
merge with 3.2
Georg Brandl [Sun, 28 Oct 2012 06:59:42 +0000 (07:59 +0100)]
#8040: fix jQuery incompatibility
R David Murray [Sat, 27 Oct 2012 21:39:57 +0000 (17:39 -0400)]
merge #12890: skip tests which fail on windows until fixed or rewritten.
We may rewrite these using mock per issue 15749.
R David Murray [Sat, 27 Oct 2012 21:39:25 +0000 (17:39 -0400)]
#12890: skip tests which fail on windows until fixed or rewritten.
We may rewrite these using mock per issue 15749.
R David Murray [Sat, 27 Oct 2012 21:09:37 +0000 (17:09 -0400)]
merge #15889: make regrtest --start succeed in more cases.
Patch by Chris Jerdonek.
R David Murray [Sat, 27 Oct 2012 21:08:37 +0000 (17:08 -0400)]
merge #15889: make regrtest --start succeed in more cases.
Patch by Chris Jerdonek.