]> granicus.if.org Git - python/log
python
12 years ago#14638: pydoc now treats non-str __name__ as None instead of raising
R David Murray [Mon, 23 Apr 2012 17:23:57 +0000 (13:23 -0400)]
#14638: pydoc now treats non-str __name__ as None instead of raising

Original patch by Peter Otten.

12 years agonews for issue13684
Senthil Kumaran [Mon, 23 Apr 2012 15:53:16 +0000 (23:53 +0800)]
news for issue13684

12 years ago 3.2 - Fix for Issue13684 - httplib tunnel infinite loop
Senthil Kumaran [Mon, 23 Apr 2012 15:50:07 +0000 (23:50 +0800)]
 3.2 - Fix for Issue13684 - httplib tunnel infinite loop

12 years agoadd Mark Shannon
Benjamin Peterson [Mon, 23 Apr 2012 15:25:32 +0000 (11:25 -0400)]
add Mark Shannon

12 years agosleep here
Benjamin Peterson [Mon, 23 Apr 2012 14:08:14 +0000 (10:08 -0400)]
sleep here

12 years agoClose issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch...
Nick Coghlan [Sun, 22 Apr 2012 07:11:33 +0000 (17:11 +1000)]
Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo)

12 years agoissue2193 - Update 3.2 docs about legal characters allowed in Cookie name
Senthil Kumaran [Sun, 22 Apr 2012 02:30:17 +0000 (10:30 +0800)]
issue2193 - Update 3.2 docs about legal characters allowed in Cookie name

12 years agoIssue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int...
Mark Dickinson [Fri, 20 Apr 2012 20:42:49 +0000 (21:42 +0100)]
Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass.

12 years agoIssue #14629: Raise SyntaxError in tokenizer.detect_encoding
Martin v. Löwis [Fri, 20 Apr 2012 12:36:47 +0000 (14:36 +0200)]
Issue #14629: Raise SyntaxError in tokenizer.detect_encoding
if the first two lines have non-UTF-8 characters without an encoding declaration.

12 years agoIssue #14308: Fix an exception when a "dummy" thread is in the threading module's...
Antoine Pitrou [Thu, 19 Apr 2012 21:55:01 +0000 (23:55 +0200)]
Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork().

12 years agoClose #14032: fix incorrect variable reference in test_cmd_line_script
Nick Coghlan [Thu, 19 Apr 2012 12:19:36 +0000 (22:19 +1000)]
Close #14032: fix incorrect variable reference in test_cmd_line_script

12 years ago#14538: HTMLParser can now parse correctly start tags that contain a bare /.
Ezio Melotti [Thu, 19 Apr 2012 01:18:22 +0000 (19:18 -0600)]
#14538: HTMLParser can now parse correctly start tags that contain a bare /.

12 years agoRemove webbrowser doc reference to the previously removed internet-config option.
Ned Deily [Wed, 18 Apr 2012 19:48:52 +0000 (12:48 -0700)]
Remove webbrowser doc reference to the previously removed internet-config option.

12 years agoimprove
Benjamin Peterson [Wed, 18 Apr 2012 15:25:12 +0000 (11:25 -0400)]
improve

12 years agoSETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes ...
Benjamin Peterson [Wed, 18 Apr 2012 15:14:31 +0000 (11:14 -0400)]
SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612)

12 years agomangle keyword-only argname when loading defaults (closes #14607)
Benjamin Peterson [Tue, 17 Apr 2012 23:53:21 +0000 (19:53 -0400)]
mangle keyword-only argname when loading defaults (closes #14607)

12 years agoIssue #5113: Fix a test_posix failure on HP-UX, where non-root users can
Charles-François Natali [Tue, 17 Apr 2012 17:48:35 +0000 (19:48 +0200)]
Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can
chown() to root under certain circumstances.

12 years agoCorrected version numbers in cookbook example.
Vinay Sajip [Mon, 16 Apr 2012 23:40:48 +0000 (00:40 +0100)]
Corrected version numbers in cookbook example.

12 years agoTweaked format of cookbook example.
Vinay Sajip [Mon, 16 Apr 2012 14:46:18 +0000 (15:46 +0100)]
Tweaked format of cookbook example.

12 years agoAdded cookbook example for BOM insertion.
Vinay Sajip [Mon, 16 Apr 2012 14:28:50 +0000 (15:28 +0100)]
Added cookbook example for BOM insertion.

12 years agoCloses #14452: remove BOM insertion code.
Vinay Sajip [Mon, 16 Apr 2012 13:39:53 +0000 (14:39 +0100)]
Closes #14452: remove BOM insertion code.

12 years agoIssue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test...
Antoine Pitrou [Mon, 16 Apr 2012 01:34:44 +0000 (03:34 +0200)]
Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl.

12 years agoIssue 13496: Fix bisect.bisect overflow bug for large collections.
Mark Dickinson [Sun, 15 Apr 2012 15:30:35 +0000 (16:30 +0100)]
Issue 13496: Fix bisect.bisect overflow bug for large collections.

12 years agoIssue #13889: On MSVC builds, set FPU control word at runtime for all string <->...
Mark Dickinson [Sun, 15 Apr 2012 14:10:56 +0000 (15:10 +0100)]
Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions.  Patch by Samuel Iseli and Stefan Krah.

12 years agoMake all socket related modules link with ws2_32.lib on windows, like
Kristján Valur Jónsson [Sun, 15 Apr 2012 11:12:57 +0000 (11:12 +0000)]
Make all socket related modules link with ws2_32.lib on windows, like
_socket does.  Some were using the older wsock32.lib.

12 years agofix typo; thanks to Jérôme Mainka from docs@
Sandro Tosi [Sat, 14 Apr 2012 14:01:17 +0000 (16:01 +0200)]
fix typo; thanks to Jérôme Mainka from docs@

12 years agoFix highlight and spacing in json example.
Ezio Melotti [Sat, 14 Apr 2012 03:02:18 +0000 (21:02 -0600)]
Fix highlight and spacing in json example.

12 years ago#14535: fix code highlight in multiprocessing examples. Patch by Tshepang Lekhonkhobe.
Ezio Melotti [Sat, 14 Apr 2012 02:50:48 +0000 (20:50 -0600)]
#14535: fix code highlight in multiprocessing examples.  Patch by Tshepang Lekhonkhobe.

12 years ago#14399: corrected news item
R David Murray [Sat, 14 Apr 2012 01:24:27 +0000 (21:24 -0400)]
#14399: corrected news item

12 years agomove outside WITH_THREAD conditional
Benjamin Peterson [Fri, 13 Apr 2012 22:06:36 +0000 (18:06 -0400)]
move outside WITH_THREAD conditional

12 years agotake linkage def outside of WITH_THREAD conditional (closes #14569)
Benjamin Peterson [Fri, 13 Apr 2012 15:58:27 +0000 (11:58 -0400)]
take linkage def outside of WITH_THREAD conditional (closes #14569)

12 years agomerge heads
Amaury Forgeot d'Arc [Fri, 13 Apr 2012 00:27:37 +0000 (02:27 +0200)]
merge heads

12 years agoIssue14559: Fix build files old Microft compilers.
Amaury Forgeot d'Arc [Fri, 13 Apr 2012 00:14:28 +0000 (02:14 +0200)]
Issue14559: Fix build files old Microft compilers.
With VS8.0 at least Python compiles and works correctly.

12 years ago#14399: zipfile now correctly handles comments added to empty zipfiles.
R David Murray [Thu, 12 Apr 2012 22:44:42 +0000 (18:44 -0400)]
#14399: zipfile now correctly handles comments added to empty zipfiles.

Patch by Serhiy Storchaka.

This also moves the TypeError that results from trying to use a unicode
comment from the 'close' step to the point at which the comment is added to
the zipfile.

12 years ago3.2 sidebar: link to 3.3, not 3.1
Georg Brandl [Thu, 12 Apr 2012 17:41:10 +0000 (19:41 +0200)]
3.2 sidebar: link to 3.3, not 3.1

12 years agoIssue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
Charles-François Natali [Thu, 12 Apr 2012 17:07:25 +0000 (19:07 +0200)]
Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.

12 years ago#14553: fix word order.
R David Murray [Thu, 12 Apr 2012 00:13:25 +0000 (20:13 -0400)]
#14553: fix word order.

Patch by Tshepang Lekhonkhobe.

12 years ago#14552: remove redundant wording in 'test' docs.
R David Murray [Thu, 12 Apr 2012 00:11:53 +0000 (20:11 -0400)]
#14552: remove redundant wording in 'test' docs.

Original patch by Tshepang Lekhonkhobe.

12 years agomerge 3.1 (null)
Benjamin Peterson [Wed, 11 Apr 2012 20:48:30 +0000 (16:48 -0400)]
merge 3.1 (null)

12 years agoafter 3.1.5
Benjamin Peterson [Wed, 11 Apr 2012 20:46:54 +0000 (16:46 -0400)]
after 3.1.5

12 years ago#14508: make gprof2html script runnable under python3
R David Murray [Wed, 11 Apr 2012 19:16:38 +0000 (15:16 -0400)]
#14508: make gprof2html script runnable under python3

Not that I haven't tested it to make sure it works, just that it
can run against an empty source file.

Initial patch by Popa.Claudiu.

12 years ago3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linde...
Senthil Kumaran [Wed, 11 Apr 2012 18:34:32 +0000 (02:34 +0800)]
3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests

12 years agoImprove the threading.Condition docs.
Antoine Pitrou [Wed, 11 Apr 2012 17:37:56 +0000 (19:37 +0200)]
Improve the threading.Condition docs.

12 years agoCloses #14545: make clearer what was added.
Georg Brandl [Wed, 11 Apr 2012 16:33:17 +0000 (18:33 +0200)]
Closes #14545: make clearer what was added.

12 years agoMerge 3.2.3 release clone.
Georg Brandl [Wed, 11 Apr 2012 10:46:24 +0000 (12:46 +0200)]
Merge 3.2.3 release clone.

12 years agoPost-release update.
Georg Brandl [Wed, 11 Apr 2012 10:45:12 +0000 (12:45 +0200)]
Post-release update.

12 years agoSmall improvements to the threading docs: better publicize support for the with state...
Antoine Pitrou [Tue, 10 Apr 2012 20:47:55 +0000 (22:47 +0200)]
Small improvements to the threading docs: better publicize support for the with statement.

12 years agoFix some markup in the threading docs.
Antoine Pitrou [Tue, 10 Apr 2012 20:35:53 +0000 (22:35 +0200)]
Fix some markup in the threading docs.

12 years agoIssue #8799: Fix and improve the threading.Condition documentation.
Antoine Pitrou [Tue, 10 Apr 2012 20:24:05 +0000 (22:24 +0200)]
Issue #8799: Fix and improve the threading.Condition documentation.

12 years agomerge heads
Senthil Kumaran [Tue, 10 Apr 2012 19:18:25 +0000 (03:18 +0800)]
merge heads

12 years ago3.2- fix the incorrect changes made for PATH_INFO value - Issue10484
Senthil Kumaran [Tue, 10 Apr 2012 19:15:28 +0000 (03:15 +0800)]
3.2- fix the incorrect changes made for PATH_INFO value - Issue10484

12 years agoUpdated logging reference and HOWTO.
Vinay Sajip [Tue, 10 Apr 2012 18:59:50 +0000 (19:59 +0100)]
Updated logging reference and HOWTO.

12 years agoIssue #14541: Added test/sndhdrdata to Makefile.pre.in for installation.
Vinay Sajip [Tue, 10 Apr 2012 17:41:48 +0000 (18:41 +0100)]
Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation.

12 years agoAdded tag v3.2.3 for changeset 3d0686d90f55
Georg Brandl [Tue, 10 Apr 2012 17:30:26 +0000 (19:30 +0200)]
Added tag v3.2.3 for changeset 3d0686d90f55

12 years agoMerge. v3.2.3
Georg Brandl [Tue, 10 Apr 2012 17:30:22 +0000 (19:30 +0200)]
Merge.

12 years agoBump to 3.2.3 final.
Georg Brandl [Tue, 10 Apr 2012 17:28:09 +0000 (19:28 +0200)]
Bump to 3.2.3 final.

12 years agoNews entry for f91ecbc8bafc.
Georg Brandl [Tue, 10 Apr 2012 17:27:27 +0000 (19:27 +0200)]
News entry for f91ecbc8bafc.

12 years agominor .rst fix
Senthil Kumaran [Tue, 10 Apr 2012 11:51:00 +0000 (19:51 +0800)]
minor .rst fix

12 years agomerge heads
Benjamin Peterson [Mon, 9 Apr 2012 19:05:23 +0000 (15:05 -0400)]
merge heads

12 years agomerge 3.1 (#14509)
Benjamin Peterson [Mon, 9 Apr 2012 19:01:02 +0000 (15:01 -0400)]
merge 3.1 (#14509)

12 years agofix build without Py_DEBUG and DNDEBUG (closes #14509)
Benjamin Peterson [Mon, 9 Apr 2012 18:53:07 +0000 (14:53 -0400)]
fix build without Py_DEBUG and DNDEBUG (closes #14509)

12 years agoCorrected comment in cookbook example script.
Vinay Sajip [Mon, 9 Apr 2012 18:46:24 +0000 (19:46 +0100)]
Corrected comment in cookbook example script.

12 years agoFix the patch for issue #7978: select() raises select.error before 3.3, not OSError.
Antoine Pitrou [Sun, 8 Apr 2012 23:37:19 +0000 (01:37 +0200)]
Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError.

12 years agoFix flakiness in test_socketserver
Antoine Pitrou [Sun, 8 Apr 2012 23:16:47 +0000 (01:16 +0200)]
Fix flakiness in test_socketserver

12 years agoIssue #7978: socketserver now restarts the select() call when EINTR is returned.
Antoine Pitrou [Sun, 8 Apr 2012 22:47:24 +0000 (00:47 +0200)]
Issue #7978: socketserver now restarts the select() call when EINTR is returned.
This avoids crashing the server loop when a signal is received.
Patch by Jerzy Kozera.

12 years agoMake test_mailbox runnable via python -m unittest.
R David Murray [Sun, 8 Apr 2012 20:46:18 +0000 (16:46 -0400)]
Make test_mailbox runnable via python -m unittest.

12 years agoAdded multiprocessing example to logging cookbook.
Vinay Sajip [Sun, 8 Apr 2012 00:49:12 +0000 (01:49 +0100)]
Added multiprocessing example to logging cookbook.

12 years agoCloses #14511: fix wrong opensearch link for 3.2 docs.
Georg Brandl [Sat, 7 Apr 2012 17:22:17 +0000 (19:22 +0200)]
Closes #14511: fix wrong opensearch link for 3.2 docs.

12 years agomerge heads
Benjamin Peterson [Fri, 6 Apr 2012 17:20:39 +0000 (13:20 -0400)]
merge heads

12 years agoport 3.1.5rc2 tag
Benjamin Peterson [Fri, 6 Apr 2012 17:20:01 +0000 (13:20 -0400)]
port 3.1.5rc2 tag

12 years agomerge 3.1
Benjamin Peterson [Fri, 6 Apr 2012 17:19:52 +0000 (13:19 -0400)]
merge 3.1

12 years agoAdded tag v3.1.5 for changeset 7395330e495e
Benjamin Peterson [Fri, 6 Apr 2012 17:17:30 +0000 (13:17 -0400)]
Added tag v3.1.5 for changeset 7395330e495e

12 years agobump to 3.1.5 final v3.1.5
Benjamin Peterson [Fri, 6 Apr 2012 17:17:25 +0000 (13:17 -0400)]
bump to 3.1.5 final

12 years ago#14492: fix some bugs in Tools/scripts/pdeps.py.
R David Murray [Fri, 6 Apr 2012 02:59:13 +0000 (22:59 -0400)]
#14492: fix some bugs in Tools/scripts/pdeps.py.

Initial patch by Popa Claudiu.

12 years agoIssue #14502: release() and unlocked lock generates a ThreadError
Sandro Tosi [Thu, 5 Apr 2012 20:51:54 +0000 (22:51 +0200)]
Issue #14502: release() and unlocked lock generates a ThreadError

12 years agoIssue #14496: Fix wrong name in idlelib/tabbedpages.py.
Andrew Svetlov [Thu, 5 Apr 2012 13:58:05 +0000 (16:58 +0300)]
Issue #14496: Fix wrong name in idlelib/tabbedpages.py.
  Patch by Popa Claudiu.

12 years agotest_tools fix: don't import analyze_dxp if no _thread module
R David Murray [Thu, 5 Apr 2012 02:37:50 +0000 (22:37 -0400)]
test_tools fix: don't import analyze_dxp if no _thread module

12 years ago#14490, #14491: add 'sundry'-style import tests for Tools/scripts.
R David Murray [Thu, 5 Apr 2012 01:28:14 +0000 (21:28 -0400)]
#14490, #14491: add 'sundry'-style import tests for Tools/scripts.

This patch changes a few of the scripts to have __name__=='__main__'
clauses so that they are importable without running.  Also fixes the
syntax errors revealed by the tests.

12 years agoCloses #14495: fix typo.
Georg Brandl [Wed, 4 Apr 2012 18:17:06 +0000 (20:17 +0200)]
Closes #14495: fix typo.

12 years agoIssue #14482: Raise a ValueError, not a NameError, when trying to create
Antoine Pitrou [Tue, 3 Apr 2012 18:12:23 +0000 (20:12 +0200)]
Issue #14482: Raise a ValueError, not a NameError, when trying to create
a multiprocessing Client or Listener with an AF_UNIX type address under
Windows.  Patch by Popa Claudiu.

12 years ago#14481: fix formatting of example in subprocess docs.
R David Murray [Tue, 3 Apr 2012 12:46:48 +0000 (08:46 -0400)]
#14481: fix formatting of example in subprocess docs.

12 years agofix parse_syntax_error to clean up its resources
Benjamin Peterson [Tue, 3 Apr 2012 04:30:38 +0000 (00:30 -0400)]
fix parse_syntax_error to clean up its resources

12 years agoremove uneeded line
Benjamin Peterson [Mon, 2 Apr 2012 18:22:50 +0000 (14:22 -0400)]
remove uneeded line

12 years agoIssue #14471: Fix a possible buffer overrun in the winreg module.
Kristján Valur Jónsson [Mon, 2 Apr 2012 15:23:29 +0000 (15:23 +0000)]
Issue #14471: Fix a possible buffer overrun in the winreg module.

12 years agoprevent writing to stderr from messing up the exception state (closes #14474)
Benjamin Peterson [Mon, 2 Apr 2012 15:15:17 +0000 (11:15 -0400)]
prevent writing to stderr from messing up the exception state (closes #14474)

12 years agoadjust formatting
Benjamin Peterson [Sun, 1 Apr 2012 22:49:54 +0000 (18:49 -0400)]
adjust formatting

12 years agoremove extraneous condition
Benjamin Peterson [Sun, 1 Apr 2012 22:48:40 +0000 (18:48 -0400)]
remove extraneous condition

12 years agomerge heads
Benjamin Peterson [Sun, 1 Apr 2012 22:48:11 +0000 (18:48 -0400)]
merge heads

12 years agobe consistent with rest of function
Benjamin Peterson [Sun, 1 Apr 2012 22:48:02 +0000 (18:48 -0400)]
be consistent with rest of function

12 years agoIssue #14151: Raise a ValueError, not a NameError, when trying to create
Antoine Pitrou [Sun, 1 Apr 2012 15:19:09 +0000 (17:19 +0200)]
Issue #14151: Raise a ValueError, not a NameError, when trying to create
a multiprocessing Client or Listener with an AF_PIPE type address under
non-Windows platforms.  Patch by Popa Claudiu.

12 years agoIssue #13019: Fix potential reference leaks in bytearray.extend().
Antoine Pitrou [Sun, 1 Apr 2012 14:05:46 +0000 (16:05 +0200)]
Issue #13019: Fix potential reference leaks in bytearray.extend().
Patch by Suman Saha.

12 years agofix typo; thanks to Robert Bardos from docs@
Sandro Tosi [Sat, 31 Mar 2012 23:50:00 +0000 (01:50 +0200)]
fix typo; thanks to Robert Bardos from docs@

12 years agoIssue #13872: socket.detach() now marks the socket closed (as mirrored in the socket...
Antoine Pitrou [Sat, 31 Mar 2012 23:00:17 +0000 (01:00 +0200)]
Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()).
Patch by Matt Joiner.

12 years agoIssue #14437: Fix building the _io module under Cygwin.
Antoine Pitrou [Sat, 31 Mar 2012 21:50:31 +0000 (23:50 +0200)]
Issue #14437: Fix building the _io module under Cygwin.

12 years agoIssue #14456: improve documentation of the signal module w.r.t. threads.
Antoine Pitrou [Sat, 31 Mar 2012 18:56:21 +0000 (20:56 +0200)]
Issue #14456: improve documentation of the signal module w.r.t. threads.

12 years agoIssue #14406: Fix a race condition when using `concurrent.futures.wait(return_when...
Antoine Pitrou [Sat, 31 Mar 2012 18:23:30 +0000 (20:23 +0200)]
Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`.
Patch by Matt Joiner.

12 years agouse unittest.skip; thanks to Chang Min Jeon from docs@
Sandro Tosi [Sat, 31 Mar 2012 16:34:59 +0000 (18:34 +0200)]
use unittest.skip; thanks to Chang Min Jeon from docs@

12 years ago#14434: make tutorial link in 'help' banner version-specific
R David Murray [Sat, 31 Mar 2012 16:06:35 +0000 (12:06 -0400)]
#14434: make tutorial link in 'help' banner version-specific

Without this fix, both 2.7 and 3.x would always point to the "current"
docs...which means that before this fix python 3.2 'help' pointed to the 2.7
tutorial.

12 years agoadd 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@
Sandro Tosi [Sat, 31 Mar 2012 15:23:10 +0000 (17:23 +0200)]
add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@

12 years agoupdate NEWS as Terry Reedy proposed
Andrew Svetlov [Sat, 31 Mar 2012 11:10:10 +0000 (14:10 +0300)]
update NEWS as Terry Reedy proposed