]>
granicus.if.org Git - python/log
Serhiy Storchaka [Wed, 25 Nov 2015 14:13:29 +0000 (16:13 +0200)]
Issue #25697: Fixed rough alphabetical order in Misc/ACKS.
Serhiy Storchaka [Wed, 25 Nov 2015 14:12:30 +0000 (16:12 +0200)]
Issue #25697: Fixed rough alphabetical order in Misc/ACKS.
Serhiy Storchaka [Wed, 25 Nov 2015 14:11:29 +0000 (16:11 +0200)]
Issue #25697: Fixed rough alphabetical order in Misc/ACKS.
Serhiy Storchaka [Wed, 25 Nov 2015 13:53:19 +0000 (15:53 +0200)]
Issue #24731: Fixed crash on converting objects with special methods
__bytes__, __trunc__, and __float__ returning instances of subclasses of
bytes, int, and float to subclasses of bytes, int, and float correspondingly.
Serhiy Storchaka [Wed, 25 Nov 2015 13:52:04 +0000 (15:52 +0200)]
Issue #24731: Fixed crash on converting objects with special methods
__bytes__, __trunc__, and __float__ returning instances of subclasses of
bytes, int, and float to subclasses of bytes, int, and float correspondingly.
Serhiy Storchaka [Wed, 25 Nov 2015 13:47:01 +0000 (15:47 +0200)]
Issue #24731: Fixed crash on converting objects with special methods
__bytes__, __trunc__, and __float__ returning instances of subclasses of
bytes, int, and float to subclasses of bytes, int, and float correspondingly.
Serhiy Storchaka [Wed, 25 Nov 2015 13:28:13 +0000 (15:28 +0200)]
Issue #7990: dir() on ElementTree.Element now lists properties: "tag",
"text", "tail" and "attrib". Original patch by Santoso Wijaya.
Serhiy Storchaka [Wed, 25 Nov 2015 13:07:36 +0000 (15:07 +0200)]
Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
invalid data including tuple instructions.
Serhiy Storchaka [Wed, 25 Nov 2015 13:06:49 +0000 (15:06 +0200)]
Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
invalid data including tuple instructions.
Serhiy Storchaka [Wed, 25 Nov 2015 13:01:53 +0000 (15:01 +0200)]
Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
invalid data including tuple instructions.
Vinay Sajip [Tue, 24 Nov 2015 23:24:17 +0000 (23:24 +0000)]
Closes #25508: Merged documentation fix from 3.5.
Vinay Sajip [Tue, 24 Nov 2015 23:22:48 +0000 (23:22 +0000)]
Issue #25508: Merged documentation fix from 3.4.
Vinay Sajip [Tue, 24 Nov 2015 23:21:15 +0000 (23:21 +0000)]
Issue #25508: Clarify documentation on LogRecord args attribute.
Martin Panter [Tue, 24 Nov 2015 23:00:37 +0000 (23:00 +0000)]
Issue #25576: Apply fix to new urlopen() doc string
Martin Panter [Tue, 24 Nov 2015 22:59:28 +0000 (22:59 +0000)]
Issue #25576: Merge www-form-urlencoded doc from 3.5
Martin Panter [Tue, 24 Nov 2015 22:57:46 +0000 (22:57 +0000)]
Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5
Martin Panter [Tue, 24 Nov 2015 22:33:18 +0000 (22:33 +0000)]
Issue #25576: Remove application/x-www-form-urlencoded charset advice
No charset parameter is standardized for this Content-Type value. Also
clarify that urlencode() outputs ASCII.
Martin Panter [Tue, 24 Nov 2015 22:12:05 +0000 (22:12 +0000)]
Issue #25695: Defer creation of TESTDIRN until the test case is run
Raymond Hettinger [Tue, 24 Nov 2015 06:19:12 +0000 (22:19 -0800)]
merge
Raymond Hettinger [Tue, 24 Nov 2015 06:18:55 +0000 (22:18 -0800)]
Issue #25700: Clarify that namedtuple property docstrings became writeable in 3.5
Raymond Hettinger [Tue, 24 Nov 2015 05:04:53 +0000 (21:04 -0800)]
merge
Raymond Hettinger [Tue, 24 Nov 2015 05:03:09 +0000 (21:03 -0800)]
Fix non-ascii character
Raymond Hettinger [Tue, 24 Nov 2015 04:43:56 +0000 (20:43 -0800)]
merge
Raymond Hettinger [Tue, 24 Nov 2015 04:43:28 +0000 (20:43 -0800)]
Add a missing docstring
Martin Panter [Tue, 24 Nov 2015 00:20:00 +0000 (00:20 +0000)]
Issue #25663: Update rlcompleter test for new 3.6 behaviour
Martin Panter [Tue, 24 Nov 2015 00:19:10 +0000 (00:19 +0000)]
Issue #25663: Merge rlcompleter fix from 3.5
Martin Panter [Tue, 24 Nov 2015 00:10:45 +0000 (00:10 +0000)]
Issue #25663: Merge rlcompleter fix from 3.4 into 3.5
Martin Panter [Mon, 23 Nov 2015 23:50:26 +0000 (23:50 +0000)]
Issue #25663: Make rlcompleter avoid duplicate global names
Serhiy Storchaka [Mon, 23 Nov 2015 14:44:30 +0000 (16:44 +0200)]
Issue #25706: Fixed markup in the documentation.
Serhiy Storchaka [Mon, 23 Nov 2015 14:43:54 +0000 (16:43 +0200)]
Issue #25706: Fixed markup in the documentation.
Serhiy Storchaka [Mon, 23 Nov 2015 14:43:05 +0000 (16:43 +0200)]
Issue #25706: Fixed markup in the documentation.
Serhiy Storchaka [Mon, 23 Nov 2015 13:46:14 +0000 (15:46 +0200)]
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
Serhiy Storchaka [Mon, 23 Nov 2015 13:45:12 +0000 (15:45 +0200)]
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
Serhiy Storchaka [Mon, 23 Nov 2015 13:44:03 +0000 (15:44 +0200)]
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
Serhiy Storchaka [Mon, 23 Nov 2015 13:20:21 +0000 (15:20 +0200)]
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
Serhiy Storchaka [Mon, 23 Nov 2015 13:19:23 +0000 (15:19 +0200)]
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
Serhiy Storchaka [Mon, 23 Nov 2015 13:17:43 +0000 (15:17 +0200)]
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
Larry Hastings [Mon, 23 Nov 2015 07:46:02 +0000 (23:46 -0800)]
Null merge from 3.5.
Larry Hastings [Mon, 23 Nov 2015 07:27:07 +0000 (23:27 -0800)]
Merge 3.5.1rc1 release changes back into main 3.5 branch.
Larry Hastings [Mon, 23 Nov 2015 07:22:47 +0000 (23:22 -0800)]
Post-release updates for Python 3.5.1rc1.
Serhiy Storchaka [Mon, 23 Nov 2015 06:49:39 +0000 (08:49 +0200)]
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
Serhiy Storchaka [Mon, 23 Nov 2015 06:47:26 +0000 (08:47 +0200)]
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
Serhiy Storchaka [Mon, 23 Nov 2015 06:42:25 +0000 (08:42 +0200)]
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
Steve Dower [Mon, 23 Nov 2015 02:20:37 +0000 (18:20 -0800)]
Merge from 3.5
Steve Dower [Mon, 23 Nov 2015 02:20:11 +0000 (18:20 -0800)]
Fixes upload directories for Windows installer.
Victor Stinner [Sun, 22 Nov 2015 14:18:54 +0000 (15:18 +0100)]
Issue #25694: Fix test_regrtest for installed Python
Victor Stinner [Sun, 22 Nov 2015 14:18:40 +0000 (15:18 +0100)]
Issue #25694: Install test.libregrtest to be able to run tests on the installed
Python
Serhiy Storchaka [Sun, 22 Nov 2015 12:50:59 +0000 (14:50 +0200)]
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
entries. Patch by Dingyuan Wang.
Serhiy Storchaka [Sun, 22 Nov 2015 12:50:25 +0000 (14:50 +0200)]
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
entries. Patch by Dingyuan Wang.
Serhiy Storchaka [Sun, 22 Nov 2015 12:49:58 +0000 (14:49 +0200)]
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
entries. Patch by Dingyuan Wang.
Serhiy Storchaka [Sun, 22 Nov 2015 10:30:54 +0000 (12:30 +0200)]
Issue #19687: Fixed memory leak on failed Element slice assignment.
Added new tests for Element slice assignments.
Serhiy Storchaka [Sun, 22 Nov 2015 10:30:28 +0000 (12:30 +0200)]
Issue #19687: Fixed memory leak on failed Element slice assignment.
Added new tests for Element slice assignments.
Serhiy Storchaka [Sun, 22 Nov 2015 10:18:38 +0000 (12:18 +0200)]
Issue #19687: Fixed memory leak on failed Element slice assignment.
Added new tests for Element slice assignments.
Larry Hastings [Sun, 22 Nov 2015 07:54:48 +0000 (23:54 -0800)]
Added tag v3.5.1rc1 for changeset
948ef16a6951
Larry Hastings [Sun, 22 Nov 2015 07:54:22 +0000 (23:54 -0800)]
Version bump for Python 3.5.1rc1.
Larry Hastings [Sun, 22 Nov 2015 07:50:36 +0000 (23:50 -0800)]
Updated pydoc topics for 3.5.1rc1.
Martin Panter [Sat, 21 Nov 2015 22:49:06 +0000 (22:49 +0000)]
Issue #25689: Merge ftplib and nntplib docs from 3.5
Martin Panter [Sat, 21 Nov 2015 22:48:54 +0000 (22:48 +0000)]
Issue #25689: Merge ftplib and nntplib docs from 3.4 into 3.5
Martin Panter [Sat, 21 Nov 2015 22:03:08 +0000 (22:03 +0000)]
Issue #25689: Fix language in ftplib and nntplib docs
Original patch by Silent Ghost.
Terry Jan Reedy [Sat, 21 Nov 2015 18:33:57 +0000 (13:33 -0500)]
Update idlelib/NEWS.txt.
Terry Jan Reedy [Sat, 21 Nov 2015 18:33:06 +0000 (13:33 -0500)]
Update idlelib/NEWS.txt.
Terry Jan Reedy [Sat, 21 Nov 2015 18:31:27 +0000 (13:31 -0500)]
Update idlelib/NEWS.txt.
Terry Jan Reedy [Sat, 21 Nov 2015 18:20:26 +0000 (13:20 -0500)]
Merge with 3.5
Terry Jan Reedy [Sat, 21 Nov 2015 18:20:09 +0000 (13:20 -0500)]
Misc/NEWS entries for IDLE.
Terry Jan Reedy [Sat, 21 Nov 2015 18:19:03 +0000 (13:19 -0500)]
Misc/NEWS entries for IDLE.
Serhiy Storchaka [Sat, 21 Nov 2015 12:10:30 +0000 (14:10 +0200)]
Issue #25686: test_shutil no longer uses the distutils package for searching
and running external archivers.
Serhiy Storchaka [Sat, 21 Nov 2015 12:09:58 +0000 (14:09 +0200)]
Issue #25686: test_shutil no longer uses the distutils package for searching
and running external archivers.
Serhiy Storchaka [Sat, 21 Nov 2015 12:09:26 +0000 (14:09 +0200)]
Issue #25686: test_shutil no longer uses the distutils package for searching
and running external archivers.
Martin Panter [Sat, 21 Nov 2015 10:57:47 +0000 (10:57 +0000)]
Issue #25626: Add news to 3.6 section
Martin Panter [Sat, 21 Nov 2015 10:57:15 +0000 (10:57 +0000)]
Issue #25626: Merge zlib fix from 3.5
Terry Jan Reedy [Sat, 21 Nov 2015 05:05:35 +0000 (00:05 -0500)]
Merge with 3.5
Terry Jan Reedy [Sat, 21 Nov 2015 05:05:17 +0000 (00:05 -0500)]
Merge with 3.4
Terry Jan Reedy [Sat, 21 Nov 2015 05:05:03 +0000 (00:05 -0500)]
Issue 15348: Stop debugger engine (normally in user process)
before closing debugger window in IDLE process.
Terry Jan Reedy [Sat, 21 Nov 2015 00:37:14 +0000 (19:37 -0500)]
Merge with 3.5
Terry Jan Reedy [Sat, 21 Nov 2015 00:37:00 +0000 (19:37 -0500)]
Merge with 3.4
Terry Jan Reedy [Sat, 21 Nov 2015 00:36:43 +0000 (19:36 -0500)]
Issue #24455: Prevent IDLE from hanging when a) closing the shell while the
debugger is active (15347); b) closing the debugger with the [X] button
(15348); and c) activating the debugger when already active (24455).
The patch by Mark Roseman does this by making two changes.
1. To suspend and resume the gui.interaction method, use the tcl vwait
mechanism interded for this purpose instead of root.mainloop & .quit.
2. In gui.run, allow any existing interaction to terminate first.
Ethan Furman [Fri, 20 Nov 2015 21:19:35 +0000 (13:19 -0800)]
null merge
Ethan Furman [Fri, 20 Nov 2015 21:17:27 +0000 (13:17 -0800)]
Close issue25594: advise against accessing Enum members from other members
Ethan Furman [Fri, 20 Nov 2015 21:12:26 +0000 (13:12 -0800)]
Close 25594: advise against accessing Enum members from other members
Yury Selivanov [Fri, 20 Nov 2015 17:58:00 +0000 (12:58 -0500)]
Merge 3.5
Yury Selivanov [Fri, 20 Nov 2015 17:57:47 +0000 (12:57 -0500)]
Merge 3.4
Yury Selivanov [Fri, 20 Nov 2015 17:57:34 +0000 (12:57 -0500)]
asyncio: Fix with github
See https://github.com/python/asyncio/pull/295 for details
Yury Selivanov [Fri, 20 Nov 2015 17:44:12 +0000 (12:44 -0500)]
Merge 3.5
Yury Selivanov [Fri, 20 Nov 2015 17:44:03 +0000 (12:44 -0500)]
Merge 3.4
Yury Selivanov [Fri, 20 Nov 2015 17:43:52 +0000 (12:43 -0500)]
asyncio.tests: Fix whitespace
Yury Selivanov [Fri, 20 Nov 2015 17:41:53 +0000 (12:41 -0500)]
Merge 3.5
Yury Selivanov [Fri, 20 Nov 2015 17:41:43 +0000 (12:41 -0500)]
Merge 3.4
Yury Selivanov [Fri, 20 Nov 2015 17:41:03 +0000 (12:41 -0500)]
asyncio: Drop "value" parameter from Task._step method.
Yury Selivanov [Fri, 20 Nov 2015 17:40:02 +0000 (12:40 -0500)]
Merge 3.5
Yury Selivanov [Fri, 20 Nov 2015 17:39:51 +0000 (12:39 -0500)]
Merge 3.4
Yury Selivanov [Fri, 20 Nov 2015 17:39:43 +0000 (12:39 -0500)]
asyncio: Sync with github
Terry Jan Reedy [Fri, 20 Nov 2015 17:22:18 +0000 (12:22 -0500)]
Merge with 3.5
Terry Jan Reedy [Fri, 20 Nov 2015 17:22:06 +0000 (12:22 -0500)]
Merge with 3.4
Terry Jan Reedy [Fri, 20 Nov 2015 17:21:48 +0000 (12:21 -0500)]
Make it slightly clearer that IDLE close message is referring to user program,
not to IDLE itself.
Serhiy Storchaka [Fri, 20 Nov 2015 16:33:33 +0000 (18:33 +0200)]
Issue #25665: Test pickling with all protocols in test_typing.
Serhiy Storchaka [Fri, 20 Nov 2015 16:33:02 +0000 (18:33 +0200)]
Issue #25665: Test pickling with all protocols in test_typing.
R David Murray [Fri, 20 Nov 2015 14:59:19 +0000 (09:59 -0500)]
Merge: #25679: spelling fix
R David Murray [Fri, 20 Nov 2015 14:58:51 +0000 (09:58 -0500)]
Merge: #25679: spelling fix
R David Murray [Fri, 20 Nov 2015 14:57:20 +0000 (09:57 -0500)]
#25679: spelling fix
Victor Stinner [Fri, 20 Nov 2015 08:24:02 +0000 (09:24 +0100)]
Issue #25557: Refactor _PyDict_LoadGlobal()
Don't fallback to PyDict_GetItemWithError() if the hash is unknown: compute the
hash instead. Add also comments to explain the optimization a little bit.