]>
granicus.if.org Git - python/log
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: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: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:09 +0000 (20:20 -0400)]
#12890: fix test on windows
Patch by Stephen Tonkin.
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: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: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: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: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: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.
Vinay Sajip [Sun, 28 Oct 2012 12:41:44 +0000 (12:41 +0000)]
Merged upstream changes.
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: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: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: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: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: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: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:09:02 +0000 (08:09 +0100)]
Add a autobuild-quick target that only rebuilds HTML.
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: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:08:37 +0000 (17:08 -0400)]
merge #15889: make regrtest --start succeed in more cases.
Patch by Chris Jerdonek.
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.
Ezio Melotti [Sat, 27 Oct 2012 20:25:18 +0000 (23:25 +0300)]
#16337: fix typo.
Ezio Melotti [Sat, 27 Oct 2012 20:13:22 +0000 (23:13 +0300)]
#8040: merge with 3.2.
Ezio Melotti [Sat, 27 Oct 2012 20:12:48 +0000 (23:12 +0300)]
#8040: fix the version.
Ezio Melotti [Sat, 27 Oct 2012 19:29:50 +0000 (22:29 +0300)]
#8040: merge with 3.2.
Ezio Melotti [Sat, 27 Oct 2012 19:28:48 +0000 (22:28 +0300)]
#8040: enable the versionswitcher for the autobuild-dev target.
Ezio Melotti [Sat, 27 Oct 2012 19:11:33 +0000 (22:11 +0300)]
#8040: merge with 3.2.
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.
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.
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.
Senthil Kumaran [Sat, 27 Oct 2012 18:05:32 +0000 (11:05 -0700)]
merge from 3.2
Senthil Kumaran [Sat, 27 Oct 2012 18:05:02 +0000 (11:05 -0700)]
Automated merge with file:///home/vagrant/3.3
Senthil Kumaran [Sat, 27 Oct 2012 18:04:55 +0000 (11:04 -0700)]
Include mention of jenkins as an example framework for doing CI
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.
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.
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.
Senthil Kumaran [Sat, 27 Oct 2012 09:48:21 +0000 (02:48 -0700)]
Issue #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.
Philip Jenvey [Sat, 27 Oct 2012 00:05:09 +0000 (17:05 -0700)]
merge with 3.2
Philip Jenvey [Sat, 27 Oct 2012 00:01:53 +0000 (17:01 -0700)]
bounds check for bad data (thanks amaury)
Andrew Svetlov [Fri, 26 Oct 2012 21:28:20 +0000 (00:28 +0300)]
Issue #16243: add example for inspect.formatargspec
Patch by Berker Peksag.
Petri Lehtinen [Fri, 26 Oct 2012 19:40:42 +0000 (22:40 +0300)]
Add Modules/_freeze_importlib to .gitignore
Ezio Melotti [Fri, 26 Oct 2012 16:33:07 +0000 (19:33 +0300)]
#16317: mention lzma in the tutorial. Patch by Serhiy Storchaka.
Ezio Melotti [Fri, 26 Oct 2012 16:15:26 +0000 (19:15 +0300)]
#16206: merge with 3.2.
Ezio Melotti [Fri, 26 Oct 2012 16:14:16 +0000 (19:14 +0300)]
#16206: Improve examples about dict construction.
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.
Chris Jerdonek [Fri, 26 Oct 2012 00:21:22 +0000 (17:21 -0700)]
Fix formatting of syntax description of function definition.
Mark Dickinson [Thu, 25 Oct 2012 09:47:46 +0000 (10:47 +0100)]
Issue #16305: Merge fix from 3.2.
Mark Dickinson [Thu, 25 Oct 2012 09:46:28 +0000 (10:46 +0100)]
Fix math.factorial KeyboardInterrupt segfault. Thanks Amaury for report and diagnosis.
Andrew Svetlov [Thu, 25 Oct 2012 08:36:51 +0000 (11:36 +0300)]
Update NEWS for issue #16241
Ezio Melotti [Wed, 24 Oct 2012 20:06:56 +0000 (23:06 +0300)]
#16210: merge with 3.2.
Ezio Melotti [Wed, 24 Oct 2012 20:06:25 +0000 (23:06 +0300)]
#16210: combine the two type() docs. Patch by Pete Sevander.
Vinay Sajip [Tue, 23 Oct 2012 21:49:14 +0000 (22:49 +0100)]
Fixed whitespace typo in Misc/NEWS.
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.
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.
Petri Lehtinen [Tue, 23 Oct 2012 13:12:14 +0000 (16:12 +0300)]
Replace tabs with spaces in posixmodule.c
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.
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.
Ned Deily [Mon, 22 Oct 2012 22:18:46 +0000 (15:18 -0700)]
Issue #15853: merge 3.2 -> 3.3
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.
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.
Jesus Cea [Mon, 22 Oct 2012 11:15:45 +0000 (13:15 +0200)]
MERGE: Closes #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
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.
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.
Nadeem Vawda [Sun, 21 Oct 2012 19:16:58 +0000 (21:16 +0200)]
Merge #14398: Fix size truncation and overflow bugs in bz2 module.
Nadeem Vawda [Sun, 21 Oct 2012 19:13:27 +0000 (21:13 +0200)]
Issue #14398: Fix size truncation and overflow bugs in bz2 module.
Antoine Pitrou [Sun, 21 Oct 2012 12:14:34 +0000 (14:14 +0200)]
Issue #16220: wsgiref now always calls close() on an iterable response.
Patch by Brent Tubbs.
Antoine Pitrou [Sun, 21 Oct 2012 12:13:32 +0000 (14:13 +0200)]
Fix whacky spacking in test_wsgiref
Antoine Pitrou [Sun, 21 Oct 2012 12:09:05 +0000 (14:09 +0200)]
Issue #16220: wsgiref now always calls close() on an iterable response.
Patch by Brent Tubbs.
Ezio Melotti [Sun, 21 Oct 2012 04:36:58 +0000 (07:36 +0300)]
Fix PEP name.
Ezio Melotti [Sun, 21 Oct 2012 04:24:13 +0000 (07:24 +0300)]
Fix typo.
Ezio Melotti [Sun, 21 Oct 2012 00:22:05 +0000 (03:22 +0300)]
Fix indentation (or Sphinx will think these are attributes of ConnectionError).
Ned Deily [Sat, 20 Oct 2012 20:27:32 +0000 (13:27 -0700)]
Issue #10405: merge from 3.2
Ned Deily [Sat, 20 Oct 2012 20:25:34 +0000 (13:25 -0700)]
Issue #10405: Document IDLE context menus in Standard Library document
and IDLE Help file. (Thanks to Nick ODell and Todd Rovito for suggestions.)
Update Debug menu options in docs to match current code plus various other
minor IDLE doc and help edits.
Ezio Melotti [Sat, 20 Oct 2012 19:53:47 +0000 (22:53 +0300)]
Fix punctuation.
Ezio Melotti [Sat, 20 Oct 2012 13:26:18 +0000 (16:26 +0300)]
Move note about the implementation in the "seealso".
Nick Coghlan [Sat, 20 Oct 2012 10:13:21 +0000 (20:13 +1000)]
Fix typo in example (pointed out by a couple of people, most recently Ken Rimey)
Nick Coghlan [Sat, 20 Oct 2012 01:45:02 +0000 (11:45 +1000)]
Dummy merge from 3.2
Nick Coghlan [Sat, 20 Oct 2012 01:43:58 +0000 (11:43 +1000)]
Fix compilation on Windows
Ezio Melotti [Fri, 19 Oct 2012 17:40:18 +0000 (20:40 +0300)]
Remove wrong escape in code snippet.
Nick Coghlan [Fri, 19 Oct 2012 14:04:16 +0000 (00:04 +1000)]
Dummy merge from 3.2
Nick Coghlan [Fri, 19 Oct 2012 14:03:46 +0000 (00:03 +1000)]
Fix broken test and replace redundant generator with a tuple