]> granicus.if.org Git - python/log
python
11 years agoMerge
Eli Bendersky [Thu, 14 Mar 2013 21:41:23 +0000 (14:41 -0700)]
Merge

11 years agoSmall cosmetic fixes
Eli Bendersky [Thu, 14 Mar 2013 21:39:51 +0000 (14:39 -0700)]
Small cosmetic fixes

11 years agoIssue #1285086: Get rid of the refcounting hack and speed up
Serhiy Storchaka [Thu, 14 Mar 2013 19:34:55 +0000 (21:34 +0200)]
Issue #1285086: Get rid of the refcounting hack and speed up
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().

11 years agoIssue #1285086: Get rid of the refcounting hack and speed up
Serhiy Storchaka [Thu, 14 Mar 2013 19:33:35 +0000 (21:33 +0200)]
Issue #1285086: Get rid of the refcounting hack and speed up
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().

11 years agoIssue #1285086: Get rid of the refcounting hack and speed up
Serhiy Storchaka [Thu, 14 Mar 2013 19:31:37 +0000 (21:31 +0200)]
Issue #1285086: Get rid of the refcounting hack and speed up
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().

11 years agoMerge with 3.3: Issue #17386
Terry Jan Reedy [Thu, 14 Mar 2013 01:35:46 +0000 (21:35 -0400)]
Merge with 3.3: Issue #17386

11 years agoMerge with 3.2: Issue #17386
Terry Jan Reedy [Thu, 14 Mar 2013 01:35:07 +0000 (21:35 -0400)]
Merge with 3.2: Issue #17386

11 years agoIssue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3.
Terry Jan Reedy [Thu, 14 Mar 2013 01:33:50 +0000 (21:33 -0400)]
Issue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3.
If PYTHON is undefined, this fails without the launcher (installed with 3.3 or
from PyPI), but this is better than always failing. Patch from Zachary Ware.

11 years ago#17307 - merge from 3.3
Senthil Kumaran [Wed, 13 Mar 2013 20:43:23 +0000 (13:43 -0700)]
#17307 - merge from 3.3

11 years ago#17307 - merge from 3.2
Senthil Kumaran [Wed, 13 Mar 2013 20:42:47 +0000 (13:42 -0700)]
#17307 - merge from 3.2

11 years ago#17307 - Example of HTTP PUT Request using http.client
Senthil Kumaran [Wed, 13 Mar 2013 20:38:33 +0000 (13:38 -0700)]
#17307 - Example of HTTP PUT Request using http.client

11 years agomake some freezing related stuff const
Benjamin Peterson [Wed, 13 Mar 2013 19:06:39 +0000 (14:06 -0500)]
make some freezing related stuff const

11 years agoIssue #17099: Have importlib.find_loader() raise ValueError when
Brett Cannon [Wed, 13 Mar 2013 18:09:08 +0000 (11:09 -0700)]
Issue #17099: Have importlib.find_loader() raise ValueError when
__loader__ is not set on a module. This brings the exception in line
with when __loader__ is None (which is equivalent to not having the
attribute defined).

11 years agomerge
Brett Cannon [Wed, 13 Mar 2013 18:02:29 +0000 (11:02 -0700)]
merge

11 years agoIssue #17176: Document that imp.NullImporter is no longer
Brett Cannon [Wed, 13 Mar 2013 17:58:50 +0000 (10:58 -0700)]
Issue #17176: Document that imp.NullImporter is no longer
automatically used by import.

11 years agoIssue #17176: Document that imp.NullImporter is no longer inserted
Brett Cannon [Wed, 13 Mar 2013 17:46:22 +0000 (10:46 -0700)]
Issue #17176: Document that imp.NullImporter is no longer inserted
into sys.path_importer_cache.

11 years agoNormalize whitespace
Brett Cannon [Wed, 13 Mar 2013 17:45:33 +0000 (10:45 -0700)]
Normalize whitespace

11 years agoIssue #17117: Have both import itself and importlib.util.set_loader()
Brett Cannon [Wed, 13 Mar 2013 17:41:36 +0000 (10:41 -0700)]
Issue #17117: Have both import itself and importlib.util.set_loader()
set __loader__ on a module when set to None.

Thanks to Gökcen Eraslan for the fix.

11 years agoIssue #17222: Document that py_compile now uses importlib for its file
Brett Cannon [Wed, 13 Mar 2013 16:37:42 +0000 (09:37 -0700)]
Issue #17222: Document that py_compile now uses importlib for its file
writing and thus its semantics.

11 years agoexpose O_PATH if possible
Benjamin Peterson [Wed, 13 Mar 2013 15:27:41 +0000 (10:27 -0500)]
expose O_PATH if possible

12 years ago#17402: merge with 3.3.
Ezio Melotti [Wed, 13 Mar 2013 00:27:53 +0000 (02:27 +0200)]
#17402: merge with 3.3.

12 years ago#17402: merge with 3.2.
Ezio Melotti [Wed, 13 Mar 2013 00:27:35 +0000 (02:27 +0200)]
#17402: merge with 3.2.

12 years ago#17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah.
Ezio Melotti [Wed, 13 Mar 2013 00:27:00 +0000 (02:27 +0200)]
#17402: avoid shadowing built-in map in mmap examples.  Initial patch by Aman Shah.

12 years ago#17368: merge with 3.3.
Ezio Melotti [Tue, 12 Mar 2013 23:55:07 +0000 (01:55 +0200)]
#17368: merge with 3.3.

12 years ago#17368: merge with 3.2.
Ezio Melotti [Tue, 12 Mar 2013 23:53:38 +0000 (01:53 +0200)]
#17368: merge with 3.2.

12 years ago#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure...
Ezio Melotti [Tue, 12 Mar 2013 23:52:34 +0000 (01:52 +0200)]
#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.

12 years agoupdate links to 6.2.0
Benjamin Peterson [Tue, 12 Mar 2013 16:56:38 +0000 (11:56 -0500)]
update links to 6.2.0

12 years agoIssue #11367: fix documentation of some find* methods in ElementTree
Eli Bendersky [Tue, 12 Mar 2013 13:06:06 +0000 (06:06 -0700)]
Issue #11367: fix documentation of some find* methods in ElementTree

12 years agoIssue #11367: fix documentation of some find* methods in ElementTree
Eli Bendersky [Tue, 12 Mar 2013 13:04:33 +0000 (06:04 -0700)]
Issue #11367: fix documentation of some find* methods in ElementTree

12 years agoIssue #11367: fix documentation of some find* methods in ElementTree
Eli Bendersky [Tue, 12 Mar 2013 13:01:22 +0000 (06:01 -0700)]
Issue #11367: fix documentation of some find* methods in ElementTree

12 years ago#17066: merge with 3.3.
Ezio Melotti [Tue, 12 Mar 2013 05:50:53 +0000 (07:50 +0200)]
#17066: merge with 3.3.

12 years ago#17066: test_robotparser now works with unittest test discovery. Patch by Zachary...
Ezio Melotti [Tue, 12 Mar 2013 05:49:12 +0000 (07:49 +0200)]
#17066: test_robotparser now works with unittest test discovery.  Patch by Zachary Ware.

12 years agoIssue #17047: remove doubled words added in 3.4,
Terry Jan Reedy [Mon, 11 Mar 2013 22:38:13 +0000 (18:38 -0400)]
Issue #17047: remove doubled words added in 3.4,
as reported by Serhiy Storchaka and Matthew Barnett.

12 years agoMerge with 3.3, issue #17047: remove doubled words added in 3.3,
Terry Jan Reedy [Mon, 11 Mar 2013 22:36:38 +0000 (18:36 -0400)]
Merge with 3.3, issue #17047: remove doubled words added in 3.3,
as reported by Serhiy Storchaka and Matthew Barnett.

12 years agoIssue #17047: remove doubled words added in 3.3
Terry Jan Reedy [Mon, 11 Mar 2013 22:34:00 +0000 (18:34 -0400)]
Issue #17047: remove doubled words added in 3.3
as reported by Serhiy Storchaka and Matthew Barnett.

12 years agoMerge 3.3, issue #17047: remove doubled words found in 2.7 to
Terry Jan Reedy [Mon, 11 Mar 2013 21:59:07 +0000 (17:59 -0400)]
Merge 3.3, issue #17047: remove doubled words found in 2.7 to
3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett.

12 years agoMerge 3.2, issue #17047: remove doubled words found in 2.7 to
Terry Jan Reedy [Mon, 11 Mar 2013 21:58:27 +0000 (17:58 -0400)]
Merge 3.2, issue #17047: remove doubled words found in 2.7 to
3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett.

12 years agoIssue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
Terry Jan Reedy [Mon, 11 Mar 2013 21:57:08 +0000 (17:57 -0400)]
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
as reported by Serhiy Storchaka and Matthew Barnett.

12 years agoMerge 3.3, issue #17047: remove doubled words found in 2.7 to 3.4
Terry Jan Reedy [Mon, 11 Mar 2013 21:46:07 +0000 (17:46 -0400)]
Merge 3.3, issue #17047: remove doubled words found in 2.7 to 3.4
Modules/*, as reported by Serhiy Storchaka and Matthew Barnett.

12 years agoMerge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4
Terry Jan Reedy [Mon, 11 Mar 2013 21:45:12 +0000 (17:45 -0400)]
Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4
Modules/*, as reported by Serhiy Storchaka and Matthew Barnett.

12 years agoIssue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
Terry Jan Reedy [Mon, 11 Mar 2013 21:42:46 +0000 (17:42 -0400)]
Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
as reported by Serhiy Storchaka and Matthew Barnett.

12 years agoMerge with 3.3: Issue #17047: removed doubled words in Doc/*,
Terry Jan Reedy [Mon, 11 Mar 2013 21:27:28 +0000 (17:27 -0400)]
Merge with 3.3: Issue #17047: removed doubled words in Doc/*,
Mac/*, and Tool/* found by Serhiy Storchaka and Matthew Barnett

12 years agoMerge with 3.2: Issue #17047: removed doubled words in Doc/*,
Terry Jan Reedy [Mon, 11 Mar 2013 21:26:33 +0000 (17:26 -0400)]
Merge with 3.2: Issue #17047: removed doubled words in Doc/*,
Mac/*, and Tool/* found by Serhiy Storchaka and Matthew Barnett

12 years agoIssue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
Terry Jan Reedy [Mon, 11 Mar 2013 21:23:46 +0000 (17:23 -0400)]
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
found by Serhiy Storchaka and Matthew Barnett

12 years ago#17395: wait for live children in test_multiprocessing.
Ezio Melotti [Mon, 11 Mar 2013 19:39:18 +0000 (21:39 +0200)]
#17395: wait for live children in test_multiprocessing.

12 years agofix spelling (#17327)
Benjamin Peterson [Mon, 11 Mar 2013 17:17:19 +0000 (12:17 -0500)]
fix spelling (#17327)

12 years agosay defaultobj is returned (#17327)
Benjamin Peterson [Mon, 11 Mar 2013 16:50:21 +0000 (11:50 -0500)]
say defaultobj is returned (#17327)

12 years agoremove more useless words
Benjamin Peterson [Mon, 11 Mar 2013 16:35:47 +0000 (11:35 -0500)]
remove more useless words

12 years agoremove useless words (#17327)
Benjamin Peterson [Mon, 11 Mar 2013 16:31:29 +0000 (11:31 -0500)]
remove useless words (#17327)

12 years ago#17351: merge with 3.3.
Ezio Melotti [Mon, 11 Mar 2013 07:43:25 +0000 (09:43 +0200)]
#17351: merge with 3.3.

12 years ago#17351: merge with 3.2.
Ezio Melotti [Mon, 11 Mar 2013 07:42:40 +0000 (09:42 +0200)]
#17351: merge with 3.2.

12 years ago#17351: remove "object" inheritance from docs. Patch by Phil Elson.
Ezio Melotti [Mon, 11 Mar 2013 07:30:21 +0000 (09:30 +0200)]
#17351: remove "object" inheritance from docs.  Patch by Phil Elson.

12 years agoRemove debug print.
Ezio Melotti [Mon, 11 Mar 2013 06:57:17 +0000 (08:57 +0200)]
Remove debug print.

12 years agoIssue #15806: Add contextlib.ignored().
Raymond Hettinger [Mon, 11 Mar 2013 05:26:51 +0000 (22:26 -0700)]
Issue #15806: Add contextlib.ignored().

12 years ago#11963: merge with 3.3.
Ezio Melotti [Mon, 11 Mar 2013 04:03:05 +0000 (06:03 +0200)]
#11963: merge with 3.3.

12 years ago#11963: merge with 3.2.
Ezio Melotti [Mon, 11 Mar 2013 03:59:55 +0000 (05:59 +0200)]
#11963: merge with 3.2.

12 years ago#11963: remove human verification from test_parser and test_subprocess.
Ezio Melotti [Mon, 11 Mar 2013 03:53:34 +0000 (05:53 +0200)]
#11963: remove human verification from test_parser and test_subprocess.

12 years agoImprove variable names
Raymond Hettinger [Mon, 11 Mar 2013 03:34:16 +0000 (20:34 -0700)]
Improve variable names

12 years agoIssue #17385: Fix quadratic behavior in threading.Condition
Raymond Hettinger [Mon, 11 Mar 2013 00:57:28 +0000 (17:57 -0700)]
Issue #17385: Fix quadratic behavior in threading.Condition

12 years agoUpdate code to increment and decrement using the cleaner += 1 and -= 1 style.
Raymond Hettinger [Sun, 10 Mar 2013 22:13:35 +0000 (15:13 -0700)]
Update code to increment and decrement using the cleaner += 1 and -= 1 style.

12 years agoFix typo in PyDict_SetDefault docs.
Ezio Melotti [Sun, 10 Mar 2013 18:57:16 +0000 (20:57 +0200)]
Fix typo in PyDict_SetDefault docs.

12 years agomerge
Raymond Hettinger [Sun, 10 Mar 2013 16:51:37 +0000 (09:51 -0700)]
merge

12 years agoInherit from object() for consistency
Raymond Hettinger [Sun, 10 Mar 2013 16:50:37 +0000 (09:50 -0700)]
Inherit from object() for consistency

12 years agomerge
Raymond Hettinger [Sun, 10 Mar 2013 16:42:22 +0000 (09:42 -0700)]
merge

12 years agoIssue #17351: Modernize the pure Python property() example.
Raymond Hettinger [Sun, 10 Mar 2013 16:41:18 +0000 (09:41 -0700)]
Issue #17351: Modernize the pure Python property() example.

12 years ago#11963: merge with 3.3.
Ezio Melotti [Sun, 10 Mar 2013 01:29:55 +0000 (03:29 +0200)]
#11963: merge with 3.3.

12 years ago#11963: merge with 3.2.
Ezio Melotti [Sun, 10 Mar 2013 01:27:26 +0000 (03:27 +0200)]
#11963: merge with 3.2.

12 years ago#11963: fix Windows buildbots.
Ezio Melotti [Sun, 10 Mar 2013 01:25:45 +0000 (03:25 +0200)]
#11963: fix Windows buildbots.

12 years ago#11963: merge with 3.3.
Ezio Melotti [Sat, 9 Mar 2013 20:21:32 +0000 (22:21 +0200)]
#11963: merge with 3.3.

12 years ago#11963: merge with 3.2.
Ezio Melotti [Sat, 9 Mar 2013 20:20:23 +0000 (22:20 +0200)]
#11963: merge with 3.2.

12 years ago#11963: avoid printing messages in test_parser. Initial patch by Éric Araujo.
Ezio Melotti [Sat, 9 Mar 2013 20:17:33 +0000 (22:17 +0200)]
#11963: avoid printing messages in test_parser.  Initial patch by Éric Araujo.

12 years agomerge
Brett Cannon [Sat, 9 Mar 2013 19:25:08 +0000 (14:25 -0500)]
merge

12 years agoTouch up the Python 2 to 3 porting guide
Brett Cannon [Sat, 9 Mar 2013 19:22:35 +0000 (14:22 -0500)]
Touch up the Python 2 to 3 porting guide

12 years agoIssue #16954: Add docstrings for ElementTree
Eli Bendersky [Sat, 9 Mar 2013 15:12:48 +0000 (07:12 -0800)]
Issue #16954: Add docstrings for ElementTree

Based on patch by David Lam

12 years agoAdd warning in ctypes documentation for #16575 and #16576
Eli Bendersky [Sat, 9 Mar 2013 13:55:24 +0000 (05:55 -0800)]
Add warning in ctypes documentation for #16575 and #16576

12 years agoAdd warning in ctypes documentation for #16575 and #16576
Eli Bendersky [Sat, 9 Mar 2013 13:54:32 +0000 (05:54 -0800)]
Add warning in ctypes documentation for #16575 and #16576

12 years agoAdd warning in ctypes documentation for #16575 and #16576
Eli Bendersky [Sat, 9 Mar 2013 13:54:00 +0000 (05:54 -0800)]
Add warning in ctypes documentation for #16575 and #16576

12 years agoMerge with 3.3
Terry Jan Reedy [Sat, 9 Mar 2013 07:26:07 +0000 (02:26 -0500)]
Merge with 3.3

12 years agoMerge heads
Terry Jan Reedy [Sat, 9 Mar 2013 07:25:18 +0000 (02:25 -0500)]
Merge heads

12 years agoMerge heads
Terry Jan Reedy [Sat, 9 Mar 2013 07:22:03 +0000 (02:22 -0500)]
Merge heads

12 years agoMerge: closes issue 16643 (not ....2 as in last commit message)
Terry Jan Reedy [Sat, 9 Mar 2013 07:19:33 +0000 (02:19 -0500)]
Merge: closes issue 16643 (not ....2 as in last commit message)

12 years agoIssue #16642: sched.scheduler timefunc initial default is time.monotonic.
Terry Jan Reedy [Sat, 9 Mar 2013 07:14:27 +0000 (02:14 -0500)]
Issue #16642: sched.scheduler timefunc initial default is time.monotonic.
Patch by Ramchandra Apte

12 years agomerge
Raymond Hettinger [Sat, 9 Mar 2013 07:04:47 +0000 (23:04 -0800)]
merge

12 years agoSync-up with 3.4 to make maintenance easier.
Raymond Hettinger [Sat, 9 Mar 2013 07:01:07 +0000 (23:01 -0800)]
Sync-up with 3.4 to make maintenance easier.

12 years agomerge
Raymond Hettinger [Sat, 9 Mar 2013 04:14:46 +0000 (21:14 -0700)]
merge

12 years agoImprove comments and variable names.
Raymond Hettinger [Sat, 9 Mar 2013 04:11:55 +0000 (21:11 -0700)]
Improve comments and variable names.

12 years agoIssue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
Terry Jan Reedy [Sat, 9 Mar 2013 00:40:17 +0000 (19:40 -0500)]
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.

12 years agoIssue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
Terry Jan Reedy [Sat, 9 Mar 2013 00:39:30 +0000 (19:39 -0500)]
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.

12 years agoIssue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
Terry Jan Reedy [Sat, 9 Mar 2013 00:35:15 +0000 (19:35 -0500)]
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.

12 years agoCloses #17376: Merged clarification from 3.3.
Vinay Sajip [Fri, 8 Mar 2013 23:27:24 +0000 (23:27 +0000)]
Closes #17376: Merged clarification from 3.3.

12 years agoIssue #17376: Merged clarification from 3.2.
Vinay Sajip [Fri, 8 Mar 2013 23:26:43 +0000 (23:26 +0000)]
Issue #17376: Merged clarification from 3.2.

12 years agoIssue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation.
Vinay Sajip [Fri, 8 Mar 2013 23:24:30 +0000 (23:24 +0000)]
Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation.

12 years agofix warning (closes #17327)
Benjamin Peterson [Fri, 8 Mar 2013 13:36:49 +0000 (08:36 -0500)]
fix warning (closes #17327)

12 years agoIssue #17378: ctypes documentation fix.
Eli Bendersky [Fri, 8 Mar 2013 13:33:05 +0000 (05:33 -0800)]
Issue #17378: ctypes documentation fix.

Document that ctypes automatically applies byref() when argtypes declares
POINTER.

12 years agoIssue #17378: ctypes documentation fix.
Eli Bendersky [Fri, 8 Mar 2013 13:32:45 +0000 (05:32 -0800)]
Issue #17378: ctypes documentation fix.

Document that ctypes automatically applies byref() when argtypes declares
POINTER.

12 years agoIssue #17378: ctypes documentation fix.
Eli Bendersky [Fri, 8 Mar 2013 13:31:54 +0000 (05:31 -0800)]
Issue #17378: ctypes documentation fix.

Document that ctypes automatically applies byref() when argtypes declares
POINTER.

12 years agoIssue #17384: Consolidated cleanup operations in tests.
Vinay Sajip [Fri, 8 Mar 2013 09:50:57 +0000 (09:50 +0000)]
Issue #17384: Consolidated cleanup operations in tests.

12 years agoAdd PyDict_SetDefault. (closes #17327)
Benjamin Peterson [Fri, 8 Mar 2013 03:16:29 +0000 (22:16 -0500)]
Add PyDict_SetDefault. (closes #17327)

Patch by Stefan Behnel and I.

12 years ago(Merge 3.3) Issue #17223: the test is specific to 32-bit wchar_t type
Victor Stinner [Fri, 8 Mar 2013 01:33:44 +0000 (02:33 +0100)]
(Merge 3.3) Issue #17223: the test is specific to 32-bit wchar_t type

Skip the test on Windows.

12 years agoIssue #17223: the test is specific to 32-bit wchar_t type
Victor Stinner [Fri, 8 Mar 2013 01:33:06 +0000 (02:33 +0100)]
Issue #17223: the test is specific to 32-bit wchar_t type

Skip the test on Windows.