]> granicus.if.org Git - python/log
python
12 years ago#16336: merge with 3.2.
Ezio Melotti [Sat, 3 Nov 2012 21:04:41 +0000 (23:04 +0200)]
#16336: merge with 3.2.

12 years ago#16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storc...
Ezio Melotti [Sat, 3 Nov 2012 21:03:39 +0000 (23:03 +0200)]
#16336: fix input checking in the surrogatepass error handler.  Patch by Serhiy Storchaka.

12 years agoMerge typo fixes with 3.2.
Ezio Melotti [Sat, 3 Nov 2012 19:32:55 +0000 (21:32 +0200)]
Merge typo fixes with 3.2.

12 years agoFix a couple typos in Misc/NEWS.
Ezio Melotti [Sat, 3 Nov 2012 19:30:32 +0000 (21:30 +0200)]
Fix a couple typos in Misc/NEWS.

12 years ago#8401: merge with 3.2.
Ezio Melotti [Sat, 3 Nov 2012 19:22:41 +0000 (21:22 +0200)]
#8401: merge with 3.2.

12 years ago#8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error.
Ezio Melotti [Sat, 3 Nov 2012 19:19:06 +0000 (21:19 +0200)]
#8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error.

12 years agoMerge from 3.2: link to mapping glossary entry in docs.
Chris Jerdonek [Sat, 3 Nov 2012 19:06:42 +0000 (12:06 -0700)]
Merge from 3.2: link to mapping glossary entry in docs.

12 years agoLink to mapping glossary entry in "Mapping Types - dict" and os.environ docs.
Chris Jerdonek [Sat, 3 Nov 2012 19:05:55 +0000 (12:05 -0700)]
Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs.

12 years ago#12759: merge with 3.2.
Ezio Melotti [Sat, 3 Nov 2012 18:33:38 +0000 (20:33 +0200)]
#12759: merge with 3.2.

12 years ago#12759: sre_parse now raises a proper error when the name of the group is missing...
Ezio Melotti [Sat, 3 Nov 2012 18:33:08 +0000 (20:33 +0200)]
#12759: sre_parse now raises a proper error when the name of the group is missing.  Initial patch by Serhiy Storchaka.

12 years ago#4711: merge with 3.2.
Ezio Melotti [Sat, 3 Nov 2012 16:29:16 +0000 (18:29 +0200)]
#4711: merge with 3.2.

12 years ago#4711: break long words in the docs sidebar to avoid overflow.
Ezio Melotti [Sat, 3 Nov 2012 16:25:04 +0000 (18:25 +0200)]
#4711: break long words in the docs sidebar to avoid overflow.

12 years ago#16152: merge with 3.2.
Ezio Melotti [Sat, 3 Nov 2012 15:46:51 +0000 (17:46 +0200)]
#16152: merge with 3.2.

12 years ago#16152: fix tokenize to ignore whitespace at the end of the code when no newline...
Ezio Melotti [Sat, 3 Nov 2012 15:38:43 +0000 (17:38 +0200)]
#16152: fix tokenize to ignore whitespace at the end of the code when no newline is found.  Patch by Ned Batchelder.

12 years agoIssue #15814: Use hash function that is compatible with the equality
Stefan Krah [Fri, 2 Nov 2012 16:49:22 +0000 (17:49 +0100)]
Issue #15814: Use hash function that is compatible with the equality
definition from #15573.

12 years agoIssue #16145: Support legacy strings in the _csv module.
Stefan Krah [Fri, 2 Nov 2012 13:44:20 +0000 (14:44 +0100)]
Issue #16145: Support legacy strings in the _csv module.

12 years agomerge with 3.2
Georg Brandl [Fri, 2 Nov 2012 06:34:46 +0000 (07:34 +0100)]
merge with 3.2

12 years agoGrammar touchup.
Georg Brandl [Fri, 2 Nov 2012 06:34:37 +0000 (07:34 +0100)]
Grammar touchup.

12 years agoMerge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
Andrew Svetlov [Thu, 1 Nov 2012 20:44:06 +0000 (22:44 +0200)]
Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu

 Patch by Todd Rovito.

12 years agoIssue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
Andrew Svetlov [Thu, 1 Nov 2012 20:41:19 +0000 (22:41 +0200)]
Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu

 Patch by Todd Rovito.

12 years agoMerge: Reword set docs to use *proper subset/superset* terminology.
Andrew Svetlov [Thu, 1 Nov 2012 19:48:16 +0000 (21:48 +0200)]
Merge: Reword set docs to use *proper subset/superset* terminology.

12 years agoReword set docs to use *proper subset/superset* terminology.
Andrew Svetlov [Thu, 1 Nov 2012 19:47:54 +0000 (21:47 +0200)]
Reword set docs to use *proper subset/superset* terminology.

12 years agoMerge issue #14893: Add function annotation example to function tutorial.
Andrew Svetlov [Thu, 1 Nov 2012 19:27:23 +0000 (21:27 +0200)]
Merge issue #14893: Add function annotation example to function tutorial.

Patch by Zachary Ware.

12 years agoIssue #14893: Add function annotation example to function tutorial.
Andrew Svetlov [Thu, 1 Nov 2012 19:26:55 +0000 (21:26 +0200)]
Issue #14893: Add function annotation example to function tutorial.

Patch by Zachary Ware.

12 years agoIssue #16230: Fix a crash in select.select() when one the lists changes size while...
Antoine Pitrou [Thu, 1 Nov 2012 19:15:23 +0000 (20:15 +0100)]
Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on.
Patch by Serhiy Storchaka.

12 years agoIssue #16230: Fix a crash in select.select() when one the lists changes size while...
Antoine Pitrou [Thu, 1 Nov 2012 19:13:54 +0000 (20:13 +0100)]
Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on.
Patch by Serhiy Storchaka.

12 years agoIssue #16228: Fix a crash in the json module where a list changes size while it is...
Antoine Pitrou [Thu, 1 Nov 2012 18:59:21 +0000 (19:59 +0100)]
Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded.
Patch by Serhiy Storchaka.

12 years agoIssue #16228: Fix a crash in the json module where a list changes size while it is...
Antoine Pitrou [Thu, 1 Nov 2012 18:52:06 +0000 (19:52 +0100)]
Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded.
Patch by Serhiy Storchaka.

12 years agoIssue #16218: Support non ascii characters in python launcher.
Andrew Svetlov [Thu, 1 Nov 2012 12:51:14 +0000 (14:51 +0200)]
Issue #16218: Support non ascii characters in python launcher.

Patch by Serhiy Storchaka.

12 years agoMerge: change docstring for xdrlib.Error to use new style exceptions.
Andrew Svetlov [Thu, 1 Nov 2012 11:43:31 +0000 (13:43 +0200)]
Merge: change docstring for xdrlib.Error to use new style exceptions.

12 years agoChange docstring for xdrlib.Error to use new style exceptions.
Andrew Svetlov [Thu, 1 Nov 2012 11:43:06 +0000 (13:43 +0200)]
Change docstring for xdrlib.Error to use new style exceptions.

12 years agoMerge issue #16373: Prevent infinite recursion for ABC Set class operations.
Andrew Svetlov [Thu, 1 Nov 2012 11:31:12 +0000 (13:31 +0200)]
Merge issue #16373: Prevent infinite recursion for ABC Set class operations.

Patch by Serhiy Storchaka.

12 years agoIssue #16373: Prevent infinite recursion for ABC Set class operations.
Andrew Svetlov [Thu, 1 Nov 2012 11:28:54 +0000 (13:28 +0200)]
Issue #16373: Prevent infinite recursion for ABC Set class operations.

12 years agomerge heads
Benjamin Peterson [Wed, 31 Oct 2012 23:02:18 +0000 (19:02 -0400)]
merge heads

12 years agocheck return value of _PyUnicode_AsString
Benjamin Peterson [Wed, 31 Oct 2012 23:01:42 +0000 (19:01 -0400)]
check return value of _PyUnicode_AsString

12 years agoMerge issue #16377: Fix bisect unittest.
Andrew Svetlov [Wed, 31 Oct 2012 20:38:20 +0000 (22:38 +0200)]
Merge issue #16377: Fix bisect unittest.

Patch by Yury Selivanov.

12 years agoIssue #16377: Fix bisect unittest.
Andrew Svetlov [Wed, 31 Oct 2012 20:37:50 +0000 (22:37 +0200)]
Issue #16377: Fix bisect unittest.

Patch by Yury Selivanov.

12 years agonull merge
Andrew Svetlov [Wed, 31 Oct 2012 20:06:27 +0000 (22:06 +0200)]
null merge

12 years agomerge heads
Andrew Svetlov [Wed, 31 Oct 2012 20:05:46 +0000 (22:05 +0200)]
merge heads

12 years agoMerge issue #14900: document added sort keys for profile stats.
Andrew Svetlov [Wed, 31 Oct 2012 20:04:06 +0000 (22:04 +0200)]
Merge issue #14900: document added sort keys for profile stats.

12 years agoIssue #14900: document added sort keys for profile stats.
Andrew Svetlov [Wed, 31 Oct 2012 20:03:28 +0000 (22:03 +0200)]
Issue #14900: document added sort keys for profile stats.

12 years agoIssue #16348: merge fix from 3.2.
Mark Dickinson [Wed, 31 Oct 2012 19:45:05 +0000 (19:45 +0000)]
Issue #16348: merge fix from 3.2.

12 years agoIssue #16348: Fix incorrect documentation for Decimal.remainder_near.
Mark Dickinson [Wed, 31 Oct 2012 19:44:36 +0000 (19:44 +0000)]
Issue #16348: Fix incorrect documentation for Decimal.remainder_near.

12 years agomerge 3.2
Benjamin Peterson [Wed, 31 Oct 2012 18:22:25 +0000 (14:22 -0400)]
merge 3.2

12 years agoavoid a function call with redundant checks for dict size
Benjamin Peterson [Wed, 31 Oct 2012 18:22:12 +0000 (14:22 -0400)]
avoid a function call with redundant checks for dict size

12 years agomerge 3.2
Benjamin Peterson [Wed, 31 Oct 2012 18:16:17 +0000 (14:16 -0400)]
merge 3.2

12 years agofix spelling
Benjamin Peterson [Wed, 31 Oct 2012 18:16:09 +0000 (14:16 -0400)]
fix spelling

12 years agomerge 3.2 (#16345)
Benjamin Peterson [Wed, 31 Oct 2012 18:09:11 +0000 (14:09 -0400)]
merge 3.2 (#16345)

12 years agomerge heads
Benjamin Peterson [Wed, 31 Oct 2012 18:06:07 +0000 (14:06 -0400)]
merge heads

12 years agoonly fast-path fromkeys() when the constructor returns a empty dict (closes #16345)
Benjamin Peterson [Wed, 31 Oct 2012 18:05:55 +0000 (14:05 -0400)]
only fast-path fromkeys() when the constructor returns a empty dict (closes #16345)

12 years agoIssue #16197: Fix several small errors in winreg documentation.
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.

12 years agoMERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(......
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!

12 years agoCloses #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!

12 years agomerge #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.

12 years ago#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.

12 years agoMerge issue #16371: fix typo in ctypes documentation.
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.

12 years agoIssue #16371: fix typo in ctypes documentation.
Andrew Svetlov [Wed, 31 Oct 2012 14:20:54 +0000 (16:20 +0200)]
Issue #16371: fix typo in ctypes documentation.

Thanks to George Yoshida.

12 years agoMerge 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.

12 years agoIssue #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.

12 years agoMerge: Remove already dropped function PySys_GetFile from documentation.
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@

12 years agoRemove already dropped function PySys_GetFile from documentation.
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@

12 years agoMerge: 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

12 years agoFix 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

12 years agoFix typo in mock docs.
Andrew Svetlov [Wed, 31 Oct 2012 09:29:52 +0000 (11:29 +0200)]
Fix typo in mock docs.

12 years agodo safety checks on __qualname__ assignment
Benjamin Peterson [Wed, 31 Oct 2012 04:01:15 +0000 (00:01 -0400)]
do safety checks on __qualname__ assignment

12 years agodon't shadow the __qualname__ descriptor with __qualname__ in the class's __dict__...
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)

12 years agomerge 3.2 (#16369)
Benjamin Peterson [Wed, 31 Oct 2012 03:27:52 +0000 (23:27 -0400)]
merge 3.2 (#16369)

12 years agoinitialize more global type objects (closes #16369)
Benjamin Peterson [Wed, 31 Oct 2012 03:21:10 +0000 (23:21 -0400)]
initialize more global type objects (closes #16369)

12 years ago#12890: fix test on windows
R David Murray [Wed, 31 Oct 2012 00:20:09 +0000 (20:20 -0400)]
#12890: fix test on windows

Patch by Stephen Tonkin.

12 years agoMerge 3.2
Brian Curtin [Mon, 29 Oct 2012 23:18:43 +0000 (18:18 -0500)]
Merge 3.2

12 years agoFix #16197. Update docstrings and documentation to match winreg code.
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.

12 years ago#14897: Enhance error messages of struct.pack and struct.pack_into
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.

12 years ago#14897: Enhance error messages of struct.pack and struct.pack_into
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.

12 years agoMerge with 3.2 for issue #16262
Ross Lagerwall [Mon, 29 Oct 2012 17:35:57 +0000 (17:35 +0000)]
Merge with 3.2 for issue #16262

12 years agoFix regression from issue #16262
Ross Lagerwall [Mon, 29 Oct 2012 17:31:54 +0000 (17:31 +0000)]
Fix regression from issue #16262

12 years agoMerge from 3.2: 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.

12 years agoRemove unneeded "Release" and "Date" markers from doc 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.

12 years agomerge
Brett Cannon [Sun, 28 Oct 2012 15:49:00 +0000 (11:49 -0400)]
merge

12 years agoIssue #16342: Lib/_sysconfigdata.py is no longer put into Lib, so
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.

12 years agoMerge: 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.

12 years agoAdd 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.

12 years agoMerged upstream changes.
Vinay Sajip [Sun, 28 Oct 2012 12:41:44 +0000 (12:41 +0000)]
Merged upstream changes.

12 years agoCloses #16340: Handle exception while copying script to venv.
Vinay Sajip [Sun, 28 Oct 2012 12:39:39 +0000 (12:39 +0000)]
Closes #16340: Handle exception while copying script to venv.

12 years agoRemove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2.
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.

12 years agomerge heads
Georg Brandl [Sun, 28 Oct 2012 12:37:05 +0000 (13:37 +0100)]
merge heads

12 years agoRemove confusing "Release" and "Date" markers from whatsnews.
Georg Brandl [Sun, 28 Oct 2012 12:35:56 +0000 (13:35 +0100)]
Remove confusing "Release" and "Date" markers from whatsnews.

12 years agomerge heads
Andrew Svetlov [Sun, 28 Oct 2012 12:12:50 +0000 (14:12 +0200)]
merge heads

12 years agoMerge issue #14570: Document json sort_keys parameter properly.
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.

12 years agoIssue #14570: Document json sort_keys parameter properly.
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.

12 years agoIssue #14700: merge tests from 3.2.
Mark Dickinson [Sun, 28 Oct 2012 10:22:22 +0000 (10:22 +0000)]
Issue #14700: merge tests from 3.2.

12 years agoIssue #14700: Fix buggy overflow checks for large precision and width in new-style...
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.

12 years agomerge with 3.2
Georg Brandl [Sun, 28 Oct 2012 09:51:46 +0000 (10:51 +0100)]
merge with 3.2

12 years agochangeset: 80007:49e4541f2aef
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

12 years agoIssue #14616: Mention shlex.quote in subprocess docs.
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.

12 years agoIssue #16340: exclude venv/scripts from byte-compilation at installation time on...
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.

12 years agoAdd a autobuild-quick target that only rebuilds HTML.
Georg Brandl [Sun, 28 Oct 2012 07:09:02 +0000 (08:09 +0100)]
Add a autobuild-quick target that only rebuilds HTML.

12 years agomerge with 3.2
Georg Brandl [Sun, 28 Oct 2012 06:59:54 +0000 (07:59 +0100)]
merge with 3.2

12 years ago#8040: fix jQuery incompatibility
Georg Brandl [Sun, 28 Oct 2012 06:59:42 +0000 (07:59 +0100)]
#8040: fix jQuery incompatibility

12 years ago#12890: skip tests which fail on windows until fixed or rewritten.
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.

12 years agomerge #15889: make regrtest --start succeed in more cases.
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.