]> granicus.if.org Git - python/log
python
12 years agoMerge with 3.3
Brett Cannon [Sun, 28 Oct 2012 15:47:54 +0000 (11:47 -0400)]
Merge with 3.3

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

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:09:37 +0000 (17:09 -0400)]
merge #15889: make regrtest --start succeed in more cases.

Patch by Chris Jerdonek.

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.

12 years ago#15889: make regrtest --start succeed in more cases.
R David Murray [Sat, 27 Oct 2012 21:07:05 +0000 (17:07 -0400)]
#15889: make regrtest --start succeed in more cases.

Patch by Chris Jerdonek.

12 years ago#16337: merge with 3.3.
Ezio Melotti [Sat, 27 Oct 2012 20:25:38 +0000 (23:25 +0300)]
#16337: merge with 3.3.

12 years ago#16337: fix typo.
Ezio Melotti [Sat, 27 Oct 2012 20:25:18 +0000 (23:25 +0300)]
#16337: fix typo.

12 years ago#8040: merge with 3.3.
Ezio Melotti [Sat, 27 Oct 2012 20:13:34 +0000 (23:13 +0300)]
#8040: merge with 3.3.

12 years ago#8040: merge with 3.2.
Ezio Melotti [Sat, 27 Oct 2012 20:13:22 +0000 (23:13 +0300)]
#8040: merge with 3.2.

12 years ago#8040: fix the version.
Ezio Melotti [Sat, 27 Oct 2012 20:12:48 +0000 (23:12 +0300)]
#8040: fix the version.

12 years ago#8040: merge with 3.3.
Ezio Melotti [Sat, 27 Oct 2012 19:30:04 +0000 (22:30 +0300)]
#8040: merge with 3.3.

12 years ago#8040: merge with 3.2.
Ezio Melotti [Sat, 27 Oct 2012 19:29:50 +0000 (22:29 +0300)]
#8040: merge with 3.2.

12 years ago#8040: enable the versionswitcher for the autobuild-dev target.
Ezio Melotti [Sat, 27 Oct 2012 19:28:48 +0000 (22:28 +0300)]
#8040: enable the versionswitcher for the autobuild-dev target.

12 years ago#8040: merge with 3.3.
Ezio Melotti [Sat, 27 Oct 2012 19:11:57 +0000 (22:11 +0300)]
#8040: merge with 3.3.

12 years ago#8040: merge with 3.2.
Ezio Melotti [Sat, 27 Oct 2012 19:11:33 +0000 (22:11 +0300)]
#8040: merge with 3.2.

12 years ago#8040: add a version switcher to the documentation. Patch by Yury Selivanov.
Ezio Melotti [Sat, 27 Oct 2012 19:09:16 +0000 (22:09 +0300)]
#8040: add a version switcher to the documentation.  Patch by Yury Selivanov.

12 years agomerge #12890: don't emit <p> tags in text mode when logdir specified.
R David Murray [Sat, 27 Oct 2012 18:57:22 +0000 (14:57 -0400)]
merge #12890: don't emit <p> tags in text mode when logdir specified.

Patch by Jeff McNeil.

12 years agomerge #12890: don't emit <p> tags in text mode when logdir specified.
R David Murray [Sat, 27 Oct 2012 18:55:25 +0000 (14:55 -0400)]
merge #12890: don't emit <p> tags in text mode when logdir specified.

Patch by Jeff McNeil.

12 years ago#12890: don't emit <p> tags in text mode when logdir specified.
R David Murray [Sat, 27 Oct 2012 18:42:47 +0000 (14:42 -0400)]
#12890: don't emit <p> tags in text mode when logdir specified.

Patch by Jeff McNeil.

12 years agomerge from 3.3
Senthil Kumaran [Sat, 27 Oct 2012 18:05:54 +0000 (11:05 -0700)]
merge from 3.3

12 years agomerge from 3.2
Senthil Kumaran [Sat, 27 Oct 2012 18:05:32 +0000 (11:05 -0700)]
merge from 3.2

12 years agoAutomated merge with file:///home/vagrant/3.3
Senthil Kumaran [Sat, 27 Oct 2012 18:05:02 +0000 (11:05 -0700)]
Automated merge with file:///home/vagrant/3.3

12 years agoInclude mention of jenkins as an example framework for doing CI
Senthil Kumaran [Sat, 27 Oct 2012 18:04:55 +0000 (11:04 -0700)]
Include mention of jenkins as an example framework for doing CI

12 years agomerge #15043: Improve test_gdb support of gdb >= 7.4.
R David Murray [Sat, 27 Oct 2012 17:36:59 +0000 (13:36 -0400)]
merge #15043: Improve test_gdb support of gdb >= 7.4.

Instead of requiring the tester to manually add the path to the python-gdb.py
file in the checkout to their .gdbinit file, add it automatically when
invoking gdb in the test.

12 years agomerge #15043: Improve test_gdb support of gdb >= 7.4.
R David Murray [Sat, 27 Oct 2012 17:26:14 +0000 (13:26 -0400)]
merge #15043: Improve test_gdb support of gdb >= 7.4.

Instead of requiring the tester to manually add the path to the python-gdb.py
file in the checkout to their .gdbinit file, add it automatically when
invoking gdb in the test.

12 years ago#15043: Improve test_gdb support of gdb >= 7.4.
R David Murray [Sat, 27 Oct 2012 17:22:41 +0000 (13:22 -0400)]
#15043: Improve test_gdb support of gdb >= 7.4.

Instead of requiring the tester to manually add the path to the python-gdb.py
file in the checkout to their .gdbinit file, add it automatically when
invoking gdb in the test.

12 years agoMerge 3.3
Hynek Schlawack [Sat, 27 Oct 2012 10:56:30 +0000 (12:56 +0200)]
Merge 3.3

12 years ago#16307: Fix multiprocessing.Pool.map_async not calling its callbacks
Hynek Schlawack [Sat, 27 Oct 2012 10:53:02 +0000 (12:53 +0200)]
#16307: Fix multiprocessing.Pool.map_async not calling its callbacks

Patch by Janne Karila.

12 years agomerge 3.3 and 3.2 changes related to 10836
Senthil Kumaran [Sat, 27 Oct 2012 09:51:12 +0000 (02:51 -0700)]
merge 3.3 and 3.2 changes related to 10836

12 years agoIssue #16250: Fix URLError invocation with proper args
Senthil Kumaran [Sat, 27 Oct 2012 09:48:21 +0000 (02:48 -0700)]
Issue #16250: Fix URLError invocation with proper args

12 years agoIssue #16250: Fix URLError invocation with proper args.
Senthil Kumaran [Sat, 27 Oct 2012 09:26:46 +0000 (02:26 -0700)]
Issue #16250: Fix URLError invocation with proper args.

12 years agomerge with 3.3
Philip Jenvey [Sat, 27 Oct 2012 00:05:55 +0000 (17:05 -0700)]
merge with 3.3

12 years agomerge with 3.2
Philip Jenvey [Sat, 27 Oct 2012 00:05:09 +0000 (17:05 -0700)]
merge with 3.2

12 years agobounds check for bad data (thanks amaury)
Philip Jenvey [Sat, 27 Oct 2012 00:01:53 +0000 (17:01 -0700)]
bounds check for bad data (thanks amaury)

12 years agoMerge issue #16243: add example for inspect.formatargspec
Andrew Svetlov [Fri, 26 Oct 2012 21:28:49 +0000 (00:28 +0300)]
Merge issue #16243: add example for inspect.formatargspec

Patch by Berker Peksag.

12 years agoIssue #16243: add example for inspect.formatargspec
Andrew Svetlov [Fri, 26 Oct 2012 21:28:20 +0000 (00:28 +0300)]
Issue #16243: add example for inspect.formatargspec

Patch by Berker Peksag.

12 years agoMerge 3.3
Petri Lehtinen [Fri, 26 Oct 2012 19:40:56 +0000 (22:40 +0300)]
Merge 3.3

12 years agoAdd Modules/_freeze_importlib to .gitignore
Petri Lehtinen [Fri, 26 Oct 2012 19:40:42 +0000 (22:40 +0300)]
Add Modules/_freeze_importlib to .gitignore

12 years agoMerge heads.
Ezio Melotti [Fri, 26 Oct 2012 16:35:00 +0000 (19:35 +0300)]
Merge heads.

12 years ago#16317: merge with 3.3.
Ezio Melotti [Fri, 26 Oct 2012 16:33:37 +0000 (19:33 +0300)]
#16317: merge with 3.3.

12 years ago#16317: mention lzma in the tutorial. Patch by Serhiy Storchaka.
Ezio Melotti [Fri, 26 Oct 2012 16:33:07 +0000 (19:33 +0300)]
#16317: mention lzma in the tutorial.  Patch by Serhiy Storchaka.

12 years agoremove obsolete hasattr() check for socket.sendall
Giampaolo Rodola' [Fri, 26 Oct 2012 16:32:24 +0000 (18:32 +0200)]
remove obsolete hasattr() check for socket.sendall

12 years ago#16206: merge with 3.3.
Ezio Melotti [Fri, 26 Oct 2012 16:15:53 +0000 (19:15 +0300)]
#16206: merge with 3.3.

12 years ago#16206: merge with 3.2.
Ezio Melotti [Fri, 26 Oct 2012 16:15:26 +0000 (19:15 +0300)]
#16206: merge with 3.2.

12 years ago#16206: Improve examples about dict construction.
Ezio Melotti [Fri, 26 Oct 2012 16:14:16 +0000 (19:14 +0300)]
#16206: Improve examples about dict construction.

12 years agoMerge from 3.3: fix formatting of syntax description of function definition.
Chris Jerdonek [Fri, 26 Oct 2012 00:23:54 +0000 (17:23 -0700)]
Merge from 3.3: fix formatting of syntax description of function definition.

12 years agoMerge from 3.2: fix formatting of syntax description of function definition.
Chris Jerdonek [Fri, 26 Oct 2012 00:23:14 +0000 (17:23 -0700)]
Merge from 3.2: fix formatting of syntax description of function definition.

12 years agoFix formatting of syntax description of function definition.
Chris Jerdonek [Fri, 26 Oct 2012 00:21:22 +0000 (17:21 -0700)]
Fix formatting of syntax description of function definition.

12 years agoIssue #16305: Merge fix from 3.3.
Mark Dickinson [Thu, 25 Oct 2012 09:48:39 +0000 (10:48 +0100)]
Issue #16305: Merge fix from 3.3.

12 years agoIssue #16305: Merge fix from 3.2.
Mark Dickinson [Thu, 25 Oct 2012 09:47:46 +0000 (10:47 +0100)]
Issue #16305: Merge fix from 3.2.

12 years agoFix math.factorial KeyboardInterrupt segfault. Thanks Amaury for report and diagnosis.
Mark Dickinson [Thu, 25 Oct 2012 09:46:28 +0000 (10:46 +0100)]
Fix math.factorial KeyboardInterrupt segfault.  Thanks Amaury for report and diagnosis.

12 years agoUpdate NEWS for issue #16241
Andrew Svetlov [Thu, 25 Oct 2012 08:38:16 +0000 (11:38 +0300)]
Update NEWS for issue #16241

12 years agoUpdate NEWS for issue #16241
Andrew Svetlov [Thu, 25 Oct 2012 08:36:51 +0000 (11:36 +0300)]
Update NEWS for issue #16241

12 years ago#16210: merge with 3.3.
Ezio Melotti [Wed, 24 Oct 2012 20:07:16 +0000 (23:07 +0300)]
#16210: merge with 3.3.

12 years ago#16210: merge with 3.2.
Ezio Melotti [Wed, 24 Oct 2012 20:06:56 +0000 (23:06 +0300)]
#16210: merge with 3.2.

12 years ago#16210: combine the two type() docs. Patch by Pete Sevander.
Ezio Melotti [Wed, 24 Oct 2012 20:06:25 +0000 (23:06 +0300)]
#16210: combine the two type() docs.  Patch by Pete Sevander.

12 years agomake _PyParser_TokenNames const
Benjamin Peterson [Wed, 24 Oct 2012 15:21:52 +0000 (08:21 -0700)]
make _PyParser_TokenNames const

12 years agoMerged fix of whitespace typo in Misc/NEWS from 3.3.
Vinay Sajip [Tue, 23 Oct 2012 21:50:11 +0000 (22:50 +0100)]
Merged fix of  whitespace typo in Misc/NEWS from 3.3.

12 years agoFixed whitespace typo in Misc/NEWS.
Vinay Sajip [Tue, 23 Oct 2012 21:49:14 +0000 (22:49 +0100)]
Fixed whitespace typo in Misc/NEWS.

12 years agoCloses #16116: Merged fix from 3.3.
Vinay Sajip [Tue, 23 Oct 2012 19:27:43 +0000 (20:27 +0100)]
Closes #16116: Merged fix from 3.3.

12 years agoIssue #16116: Now uses corrected include and library paths when building C extensions...
Vinay Sajip [Tue, 23 Oct 2012 19:26:14 +0000 (20:26 +0100)]
Issue #16116: Now uses corrected include and library paths when building C extensions in a venv.

12 years agoAdd Misc/NEWS entry for dd8b969d7459/#16245.
Ezio Melotti [Tue, 23 Oct 2012 18:14:34 +0000 (21:14 +0300)]
Add Misc/NEWS entry for dd8b969d7459/#16245.

12 years agoFix the windows buildbot permission error - close the fd of tempfile beffore unlinking
Senthil Kumaran [Tue, 23 Oct 2012 18:07:02 +0000 (11:07 -0700)]
Fix the windows buildbot permission error - close the fd of tempfile beffore unlinking

12 years agoFix issue16300: addressing the buildbot failures on windows
Senthil Kumaran [Tue, 23 Oct 2012 16:40:53 +0000 (09:40 -0700)]
Fix issue16300: addressing the buildbot failures on windows

12 years ago#16245: merge with 3.3.
Ezio Melotti [Tue, 23 Oct 2012 13:54:24 +0000 (15:54 +0200)]
#16245: merge with 3.3.

12 years ago#16245: Fix the value of a few entities in html.entities.html5.
Ezio Melotti [Tue, 23 Oct 2012 13:51:27 +0000 (15:51 +0200)]
#16245: Fix the value of a few entities in html.entities.html5.

12 years ago#16245: add a script to generate the html.entities.html5 dict.
Ezio Melotti [Tue, 23 Oct 2012 13:46:33 +0000 (15:46 +0200)]
#16245: add a script to generate the html.entities.html5 dict.

12 years agoReplace tabs with spaces in posixmodule.c
Petri Lehtinen [Tue, 23 Oct 2012 13:31:06 +0000 (16:31 +0300)]
Replace tabs with spaces in posixmodule.c

12 years agoReplace tabs with spaces in posixmodule.c
Petri Lehtinen [Tue, 23 Oct 2012 13:12:14 +0000 (16:12 +0300)]
Replace tabs with spaces in posixmodule.c

12 years agoIssue #16241: document -X faulthandler command line option.
Andrew Svetlov [Tue, 23 Oct 2012 13:20:11 +0000 (16:20 +0300)]
Issue #16241: document -X faulthandler command line option.

Patch by Marek Šuppa.

12 years agoIssue #16241: document -X faulthandler command line option.
Andrew Svetlov [Tue, 23 Oct 2012 13:19:26 +0000 (16:19 +0300)]
Issue #16241: document -X faulthandler command line option.

Patch by Marek Šuppa.

12 years agoMerge html.entities.html5 reordering with 3.3.
Ezio Melotti [Tue, 23 Oct 2012 12:47:42 +0000 (14:47 +0200)]
Merge html.entities.html5 reordering with 3.3.

12 years agoReorder html.entities.html5 entities to make updates easier. Patch by Iuliia Proskurnia.
Ezio Melotti [Tue, 23 Oct 2012 12:45:58 +0000 (14:45 +0200)]
Reorder html.entities.html5 entities to make updates easier.  Patch by Iuliia Proskurnia.

12 years agoAutomated merge with ssh://hg.python.org/cpython
Senthil Kumaran [Tue, 23 Oct 2012 04:50:27 +0000 (21:50 -0700)]
Automated merge with ssh://hg.python.org/cpython

12 years agoskip the file localhost test on windows. Fix it on branch and modify the test
Senthil Kumaran [Tue, 23 Oct 2012 04:50:19 +0000 (21:50 -0700)]
skip the file localhost test on windows. Fix it on branch and modify the test

12 years agoReplace usage of the deprecated Py_UNICODE_COPY() with Py_MEMCPY() in resize_copy()
Victor Stinner [Tue, 23 Oct 2012 00:54:47 +0000 (02:54 +0200)]
Replace usage of the deprecated Py_UNICODE_COPY() with Py_MEMCPY() in resize_copy()

12 years agoOptimize _PyUnicode_HasNULChars(): use findchar() instead of PyUnicode_Contains()
Victor Stinner [Tue, 23 Oct 2012 00:52:18 +0000 (02:52 +0200)]
Optimize _PyUnicode_HasNULChars(): use findchar() instead of PyUnicode_Contains()

12 years agoInline raise_translate_exception(): it is only used once
Victor Stinner [Tue, 23 Oct 2012 00:51:50 +0000 (02:51 +0200)]
Inline raise_translate_exception(): it is only used once

12 years agoOptimize PyUnicode_RichCompare() for Py_EQ and Py_NE: always use memcmp()
Victor Stinner [Tue, 23 Oct 2012 00:48:49 +0000 (02:48 +0200)]
Optimize PyUnicode_RichCompare() for Py_EQ and Py_NE: always use memcmp()

12 years agoFix the ResourceWarning in test_urllib.py due changes made for #16301. Patch by Berke...
Senthil Kumaran [Tue, 23 Oct 2012 00:06:43 +0000 (17:06 -0700)]
Fix the ResourceWarning in test_urllib.py due changes made for #16301. Patch by Berker Peksag

12 years agoIssue #15853: merge 3.3 -> default
Ned Deily [Mon, 22 Oct 2012 22:20:13 +0000 (15:20 -0700)]
Issue #15853: merge 3.3 -> default

12 years agoIssue #15853: merge 3.2 -> 3.3
Ned Deily [Mon, 22 Oct 2012 22:18:46 +0000 (15:18 -0700)]
Issue #15853: merge 3.2 -> 3.3

12 years agoIssue #15853: Prevent IDLE crash on OS X when opening Preferences menu
Ned Deily [Mon, 22 Oct 2012 22:14:31 +0000 (15:14 -0700)]
Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
with certain versions of Tk 8.5.  Initial patch by Kevin Walzer.

12 years agoIssue #16301: Fix the localhost verification in urllib/request.py for file://. Modify...
Senthil Kumaran [Mon, 22 Oct 2012 16:43:04 +0000 (09:43 -0700)]
Issue #16301: Fix the localhost verification in urllib/request.py for file://. Modify tests to use localhost for local temp files, which could make Windows Buildbot (#16300) happy

12 years agoAdd _sha3.pyd to list of extension modules for MSI
Christian Heimes [Mon, 22 Oct 2012 15:01:13 +0000 (17:01 +0200)]
Add _sha3.pyd to list of extension modules for MSI

12 years agoMerge with 3.3: Issue #16295: Link "select" with ws2_32, the winsock2 lib.
Kristjan Valur Jonsson [Mon, 22 Oct 2012 12:58:34 +0000 (12:58 +0000)]
Merge with 3.3: Issue #16295: Link "select" with ws2_32, the winsock2 lib.

12 years agoIssue #16295: Link "select" with ws2_32.lib, the winsock2 stub library.
Kristjan Valur Jonsson [Mon, 22 Oct 2012 12:56:47 +0000 (12:56 +0000)]
Issue #16295: Link "select" with ws2_32.lib, the winsock2 stub library.

12 years agoMERGE: Closes #16294: 8 space indent in tutorial
Jesus Cea [Mon, 22 Oct 2012 11:16:05 +0000 (13:16 +0200)]
MERGE: Closes #16294: 8 space indent in tutorial

12 years agoMERGE: Closes #16294: 8 space indent in tutorial
Jesus Cea [Mon, 22 Oct 2012 11:15:45 +0000 (13:15 +0200)]
MERGE: Closes #16294: 8 space indent in tutorial

12 years agoCloses #16294: 8 space indent in tutorial
Jesus Cea [Mon, 22 Oct 2012 11:15:17 +0000 (13:15 +0200)]
Closes #16294: 8 space indent in tutorial

12 years agoIssue #16250: Fix the invocations of URLError which had misplaced filename attribute...
Senthil Kumaran [Mon, 22 Oct 2012 01:31:25 +0000 (18:31 -0700)]
Issue #16250: Fix the invocations of URLError which had misplaced filename attribute for exception

12 years ago- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
Matthias Klose [Sun, 21 Oct 2012 21:14:39 +0000 (23:14 +0200)]
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.

12 years ago- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
Matthias Klose [Sun, 21 Oct 2012 21:12:35 +0000 (23:12 +0200)]
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.

12 years ago- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
Matthias Klose [Sun, 21 Oct 2012 21:05:35 +0000 (23:05 +0200)]
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.

12 years agoIssue #10836: Fix exception raised when file not found in urlretrieve
Senthil Kumaran [Sun, 21 Oct 2012 20:30:02 +0000 (13:30 -0700)]
Issue #10836: Fix exception raised when file not found in urlretrieve

12 years agobackout ce9c9cbd1b11, Build the _sha3 module with VS 2008
Christian Heimes [Sun, 21 Oct 2012 19:26:38 +0000 (21:26 +0200)]
backout ce9c9cbd1b11, Build the _sha3 module with VS 2008

12 years agoAdd VS 9 project file for _sha3 module
Christian Heimes [Sun, 21 Oct 2012 19:22:26 +0000 (21:22 +0200)]
Add VS 9 project file for _sha3 module

12 years agoMerge #14398: Fix size truncation and overflow bugs in bz2 module.
Nadeem Vawda [Sun, 21 Oct 2012 19:19:11 +0000 (21:19 +0200)]
Merge #14398: Fix size truncation and overflow bugs in bz2 module.