]> granicus.if.org Git - python/log
python
14 years agoMerge from 3.2
Antoine Pitrou [Sat, 16 Apr 2011 16:55:16 +0000 (18:55 +0200)]
Merge from 3.2

14 years agoFix possible "file already exists" error when running the tests in parallel.
Antoine Pitrou [Sat, 16 Apr 2011 16:53:59 +0000 (18:53 +0200)]
Fix possible "file already exists" error when running the tests in parallel.

This is a perfect example of LBYL going wrong: that code could be executed
by several workers in parallel, and os.mkdir() attempted on the same
path by multiple processes.

14 years agoMerge with 3.2.
Georg Brandl [Sat, 16 Apr 2011 15:07:06 +0000 (17:07 +0200)]
Merge with 3.2.

14 years agoFix duplicate "is".
Georg Brandl [Sat, 16 Apr 2011 15:02:58 +0000 (17:02 +0200)]
Fix duplicate "is".

14 years agoMerge with 3.2
Georg Brandl [Sat, 16 Apr 2011 14:59:48 +0000 (16:59 +0200)]
Merge with 3.2

14 years agoMerge with 3.1
Georg Brandl [Sat, 16 Apr 2011 14:59:32 +0000 (16:59 +0200)]
Merge with 3.1

14 years agoSmall wording fix.
Georg Brandl [Sat, 16 Apr 2011 14:54:15 +0000 (16:54 +0200)]
Small wording fix.

14 years agoConsistency fix: "command line" is the noun, "command-line" the adjective.
Georg Brandl [Sat, 16 Apr 2011 14:44:54 +0000 (16:44 +0200)]
Consistency fix: "command line" is the noun, "command-line" the adjective.

14 years agoBackport 8a9f8f34d9d5.
Georg Brandl [Sat, 16 Apr 2011 15:05:30 +0000 (17:05 +0200)]
Backport 8a9f8f34d9d5.

14 years agoConsistency fix: "command line" is the noun, "command-line" the adjective.
Georg Brandl [Sat, 16 Apr 2011 14:44:54 +0000 (16:44 +0200)]
Consistency fix: "command line" is the noun, "command-line" the adjective.

14 years agoMerge: Improve message.py test coverage to 100%.
R David Murray [Sat, 16 Apr 2011 13:21:49 +0000 (09:21 -0400)]
Merge: Improve message.py test coverage to 100%.

coverage.py reports 99% on branch coverage, but that appears to be
a bug or limitation in coverage.py.

14 years agoImprove message.py test coverage to 100%.
R David Murray [Sat, 16 Apr 2011 13:20:30 +0000 (09:20 -0400)]
Improve message.py test coverage to 100%.

coverage.py reports 99% on branch coverage, but that appears to be
a bug or limitation in coverage.py.

14 years agoIssue #11855: merge from 3.2
Eli Bendersky [Sat, 16 Apr 2011 12:36:26 +0000 (15:36 +0300)]
Issue #11855: merge from 3.2

14 years agoIssue #11855: merge from 3.1
Eli Bendersky [Sat, 16 Apr 2011 12:34:29 +0000 (15:34 +0300)]
Issue #11855: merge from 3.1

14 years agoIssue #11855: Apply missing formatting for urlretrieve
Eli Bendersky [Sat, 16 Apr 2011 12:32:13 +0000 (15:32 +0300)]
Issue #11855: Apply missing formatting for urlretrieve

14 years agomerge
Raymond Hettinger [Sat, 16 Apr 2011 00:44:30 +0000 (17:44 -0700)]
merge

14 years agomerge
Raymond Hettinger [Sat, 16 Apr 2011 00:43:57 +0000 (17:43 -0700)]
merge

14 years agoAdd another example to the collections module docs.
Raymond Hettinger [Sat, 16 Apr 2011 00:43:19 +0000 (17:43 -0700)]
Add another example to the collections module docs.

14 years agoIssue #11852: Merge fix from 3.2.
Vinay Sajip [Fri, 15 Apr 2011 21:29:15 +0000 (22:29 +0100)]
Issue #11852: Merge fix from 3.2.

14 years agoIssue #11852: Add missing imports and update tests.
Vinay Sajip [Fri, 15 Apr 2011 21:27:17 +0000 (22:27 +0100)]
Issue #11852: Add missing imports and update tests.

14 years agoFix minor subclassing issue with collections.Counter
Raymond Hettinger [Fri, 15 Apr 2011 20:23:01 +0000 (13:23 -0700)]
Fix minor subclassing issue with collections.Counter

14 years agoFix minor subclassing issue with collections.Counter
Raymond Hettinger [Fri, 15 Apr 2011 20:21:30 +0000 (13:21 -0700)]
Fix minor subclassing issue with collections.Counter

14 years agoFix minor subclassing issue with collections.Counter
Raymond Hettinger [Fri, 15 Apr 2011 20:16:46 +0000 (13:16 -0700)]
Fix minor subclassing issue with collections.Counter

14 years agoRemove unused method from internal class.
R David Murray [Fri, 15 Apr 2011 18:55:04 +0000 (14:55 -0400)]
Remove unused method from internal class.

14 years ago#11843: Merge with 3.2.
Ezio Melotti [Fri, 15 Apr 2011 15:08:09 +0000 (18:08 +0300)]
#11843: Merge with 3.2.

14 years ago#11843: Merge with 3.1.
Ezio Melotti [Fri, 15 Apr 2011 15:07:38 +0000 (18:07 +0300)]
#11843: Merge with 3.1.

14 years ago#11843: remove duplicate line from table in distutil doc.
Ezio Melotti [Fri, 15 Apr 2011 15:05:09 +0000 (18:05 +0300)]
#11843: remove duplicate line from table in distutil doc.

14 years ago#5057: Merge with 3.2.
Ezio Melotti [Fri, 15 Apr 2011 13:52:35 +0000 (16:52 +0300)]
#5057: Merge with 3.2.

14 years ago#5057: Merge with 3.1.
Ezio Melotti [Fri, 15 Apr 2011 13:50:41 +0000 (16:50 +0300)]
#5057: Merge with 3.1.

14 years agoIssue #5057: fix a bug in the peepholer that led to non-portable pyc files between...
Ezio Melotti [Fri, 15 Apr 2011 13:38:34 +0000 (16:38 +0300)]
Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. "\U00012345"[0]).

14 years agomerge from 3.2
Senthil Kumaran [Fri, 15 Apr 2011 10:22:05 +0000 (18:22 +0800)]
merge from 3.2

14 years agomerge from 3.1
Senthil Kumaran [Fri, 15 Apr 2011 10:21:26 +0000 (18:21 +0800)]
merge from 3.1

14 years agoIssue #11467: Fix urlparse behavior when handling urls which contains scheme specific...
Senthil Kumaran [Fri, 15 Apr 2011 10:20:24 +0000 (18:20 +0800)]
Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits.

14 years ago#11848: Merge with 3.2.
Ezio Melotti [Fri, 15 Apr 2011 05:27:37 +0000 (08:27 +0300)]
#11848: Merge with 3.2.

14 years ago#11848: Merge with 3.1.
Ezio Melotti [Fri, 15 Apr 2011 05:27:00 +0000 (08:27 +0300)]
#11848: Merge with 3.1.

14 years ago#11848: replace dead link in random.betavariate comment.
Ezio Melotti [Fri, 15 Apr 2011 05:25:16 +0000 (08:25 +0300)]
#11848: replace dead link in random.betavariate comment.

14 years ago#11845: Merge with 3.2.
Ezio Melotti [Fri, 15 Apr 2011 05:19:32 +0000 (08:19 +0300)]
#11845: Merge with 3.2.

14 years ago#11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. ...
Ezio Melotti [Fri, 15 Apr 2011 05:15:40 +0000 (08:15 +0300)]
#11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices.  Patch by Daniel Urban.

14 years ago#4783: Merge with 3.2.
Ezio Melotti [Fri, 15 Apr 2011 04:40:37 +0000 (07:40 +0300)]
#4783: Merge with 3.2.

14 years ago#4783: Merge with 3.1.
Ezio Melotti [Fri, 15 Apr 2011 04:39:08 +0000 (07:39 +0300)]
#4783: Merge with 3.1.

14 years ago#4783: document that is not possible to use json.dump twice on the same stream.
Ezio Melotti [Fri, 15 Apr 2011 04:37:00 +0000 (07:37 +0300)]
#4783: document that is not possible to use json.dump twice on the same stream.

14 years agomerge from 3.2
Eli Bendersky [Fri, 15 Apr 2011 04:29:31 +0000 (07:29 +0300)]
merge from 3.2

14 years agomerge from 3.1
Eli Bendersky [Fri, 15 Apr 2011 04:26:28 +0000 (07:26 +0300)]
merge from 3.1

14 years agoIssue #11827: remove mention of list2cmdline in the doc of subprocess
Eli Bendersky [Fri, 15 Apr 2011 04:23:26 +0000 (07:23 +0300)]
Issue #11827: remove mention of list2cmdline in the doc of subprocess

14 years agomerge from 3.2.
Senthil Kumaran [Thu, 14 Apr 2011 05:20:41 +0000 (13:20 +0800)]
merge from 3.2.

Fix closes Issue1147.

14 years agomerge from 3.1
Senthil Kumaran [Thu, 14 Apr 2011 05:18:55 +0000 (13:18 +0800)]
merge from 3.1

14 years agoFix Issue11474 - fix url2pathname() handling of '/C|/' on Windows
Senthil Kumaran [Thu, 14 Apr 2011 05:16:30 +0000 (13:16 +0800)]
Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows

14 years ago#11840: Merge with 3.2.
Ezio Melotti [Thu, 14 Apr 2011 04:51:57 +0000 (07:51 +0300)]
#11840: Merge with 3.2.

14 years ago#11840: Merge with 3.1.
Ezio Melotti [Thu, 14 Apr 2011 04:50:25 +0000 (07:50 +0300)]
#11840: Merge with 3.1.

14 years ago#11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.
Ezio Melotti [Thu, 14 Apr 2011 04:43:53 +0000 (07:43 +0300)]
#11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.

14 years agoDummy merge with 3.2.
Ezio Melotti [Thu, 14 Apr 2011 03:49:28 +0000 (06:49 +0300)]
Dummy merge with 3.2.

14 years agoDummy merge with 3.1.
Ezio Melotti [Thu, 14 Apr 2011 03:48:34 +0000 (06:48 +0300)]
Dummy merge with 3.1.

14 years ago#9101: backport json reference in configparser doc.
Ezio Melotti [Thu, 14 Apr 2011 03:41:38 +0000 (06:41 +0300)]
#9101: backport json reference in configparser doc.

14 years agoMerge 3.2
Brian Curtin [Wed, 13 Apr 2011 21:12:46 +0000 (16:12 -0500)]
Merge 3.2

14 years agoMerge 3.1
Brian Curtin [Wed, 13 Apr 2011 21:11:37 +0000 (16:11 -0500)]
Merge 3.1

14 years agoRemove inexistent tools
Brian Curtin [Wed, 13 Apr 2011 21:04:27 +0000 (16:04 -0500)]
Remove inexistent tools

14 years ago#11684: Complete parser bytes interface by adding BytesHeaderParser
R David Murray [Wed, 13 Apr 2011 20:46:05 +0000 (16:46 -0400)]
#11684: Complete parser bytes interface by adding BytesHeaderParser

Patch by Steffen Daode Nurpmeso.

14 years agomerge
Raymond Hettinger [Wed, 13 Apr 2011 18:50:34 +0000 (11:50 -0700)]
merge

14 years agoIssue 3051: make pure python code pass the same tests as the C version.
Raymond Hettinger [Wed, 13 Apr 2011 18:49:57 +0000 (11:49 -0700)]
Issue 3051: make pure python code pass the same tests as the C version.

14 years agoMerge: Fix wording and clarify that the IDNA codec operates on full domain names.
R David Murray [Wed, 13 Apr 2011 18:13:52 +0000 (14:13 -0400)]
Merge: Fix wording and clarify that the IDNA codec operates on full domain names.

Before reading the code to check, I wasn't sure if it operated on
full domain names or just individual labels.

14 years agoMerge: Fix wording and clarify that the IDNA codec operates on full domain names.
R David Murray [Wed, 13 Apr 2011 18:12:59 +0000 (14:12 -0400)]
Merge: Fix wording and clarify that the IDNA codec operates on full domain names.

Before reading the code to check, I wasn't sure if it operated on
full domain names or just individual labels.

14 years agoFix wording and clarify that the IDNA codec operates on full domain names.
R David Murray [Wed, 13 Apr 2011 18:12:18 +0000 (14:12 -0400)]
Fix wording and clarify that the IDNA codec operates on full domain names.

Before reading the code to check, I wasn't sure if it operated on
full domain names or just individual labels.

14 years agoRemove dead code in gzip.
Nadeem Vawda [Wed, 13 Apr 2011 16:57:40 +0000 (18:57 +0200)]
Remove dead code in gzip.

These functions appear to be holdovers from the 2.x code, intended to handle
problems with CRC signedness.

14 years agoMerge with 3.2.
Ezio Melotti [Wed, 13 Apr 2011 13:45:00 +0000 (16:45 +0300)]
Merge with 3.2.

14 years agoMerge with 3.1.
Ezio Melotti [Wed, 13 Apr 2011 13:44:18 +0000 (16:44 +0300)]
Merge with 3.1.

14 years agoFix typo in docstring.
Ezio Melotti [Wed, 13 Apr 2011 13:43:21 +0000 (16:43 +0300)]
Fix typo in docstring.

14 years agoAdd Misc/NEWS entry for changeset 0010cc5f22d4.
Nadeem Vawda [Wed, 13 Apr 2011 05:35:29 +0000 (07:35 +0200)]
Add Misc/NEWS entry for changeset 0010cc5f22d4.

14 years agoMerge with 3.2.
Ezio Melotti [Wed, 13 Apr 2011 04:21:24 +0000 (07:21 +0300)]
Merge with 3.2.

14 years agoMerge with 3.1.
Ezio Melotti [Wed, 13 Apr 2011 04:18:24 +0000 (07:18 +0300)]
Merge with 3.1.

14 years ago#9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not...
Ezio Melotti [Wed, 13 Apr 2011 04:10:13 +0000 (07:10 +0300)]
#9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available.

14 years agoRemove unnecessary imports and use assertIs instead of assertTrue.
Ezio Melotti [Wed, 13 Apr 2011 04:08:17 +0000 (07:08 +0300)]
Remove unnecessary imports and use assertIs instead of assertTrue.

14 years ago#9233: Fix json to work properly even when _json is not available.
Ezio Melotti [Wed, 13 Apr 2011 04:04:18 +0000 (07:04 +0300)]
#9233: Fix json to work properly even when _json is not available.

14 years ago#9233: skip _json-specific tests when _json is not available.
Ezio Melotti [Wed, 13 Apr 2011 03:58:29 +0000 (06:58 +0300)]
#9233: skip _json-specific tests when _json is not available.

14 years agoMerge
Alexander Belopolsky [Wed, 13 Apr 2011 03:08:14 +0000 (23:08 -0400)]
Merge

14 years agoIssue #11830: Remove unnecessary introspection code in the decimal module.
Alexander Belopolsky [Wed, 13 Apr 2011 03:03:39 +0000 (23:03 -0400)]
Issue #11830: Remove unnecessary introspection code in the decimal module.

Forward ported changesets b4b1f557d563 and f4adc2926bf5 by Raymond
Hettinger in branch '2.7'.

14 years agoMerge
Raymond Hettinger [Wed, 13 Apr 2011 01:58:40 +0000 (18:58 -0700)]
Merge

14 years agoFix nit.
Raymond Hettinger [Wed, 13 Apr 2011 01:57:55 +0000 (18:57 -0700)]
Fix nit.

14 years agomerge.
Senthil Kumaran [Wed, 13 Apr 2011 01:43:05 +0000 (09:43 +0800)]
merge.

14 years agomerge from push conflict.
Senthil Kumaran [Wed, 13 Apr 2011 01:39:35 +0000 (09:39 +0800)]
merge from push conflict.

14 years agomerge from push conflict.
Senthil Kumaran [Wed, 13 Apr 2011 01:38:51 +0000 (09:38 +0800)]
merge from push conflict.

14 years agomerge from 3.2
Senthil Kumaran [Wed, 13 Apr 2011 01:37:39 +0000 (09:37 +0800)]
merge from 3.2

14 years agoMerge update.
Senthil Kumaran [Wed, 13 Apr 2011 01:36:31 +0000 (09:36 +0800)]
Merge update.

14 years agoMerge updates
Senthil Kumaran [Wed, 13 Apr 2011 01:35:37 +0000 (09:35 +0800)]
Merge updates

14 years agomerge
Raymond Hettinger [Wed, 13 Apr 2011 01:35:16 +0000 (18:35 -0700)]
merge

14 years agomerge update
Senthil Kumaran [Wed, 13 Apr 2011 01:34:21 +0000 (09:34 +0800)]
merge update

14 years agoIssue 11718: Teach IDLE's open module dialog to find packages.
Raymond Hettinger [Wed, 13 Apr 2011 01:30:58 +0000 (18:30 -0700)]
Issue 11718: Teach IDLE's open module dialog to find packages.

14 years agoIssue 11718: Teach IDLE's open module dialog to find packages.
Raymond Hettinger [Wed, 13 Apr 2011 01:30:14 +0000 (18:30 -0700)]
Issue 11718: Teach IDLE's open module dialog to find packages.

14 years agomerge from 3.1
Senthil Kumaran [Wed, 13 Apr 2011 01:21:42 +0000 (09:21 +0800)]
merge from 3.1

14 years agoUpdate the News for the fix to Issue11703.
Senthil Kumaran [Wed, 13 Apr 2011 01:21:01 +0000 (09:21 +0800)]
Update the News for the fix to Issue11703.

14 years agoMerge #10019: Fix regression relative to 2.6: add newlines if indent=0
R David Murray [Wed, 13 Apr 2011 01:19:20 +0000 (21:19 -0400)]
Merge #10019: Fix regression relative to 2.6: add newlines if indent=0

Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.

14 years agoMerge #10019: Fix regression relative to 2.6: add newlines if indent=0
R David Murray [Wed, 13 Apr 2011 01:09:18 +0000 (21:09 -0400)]
Merge #10019: Fix regression relative to 2.6: add newlines if indent=0

Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.

14 years ago#10019: Fix regression relative to 2.6: add newlines if indent=0
R David Murray [Wed, 13 Apr 2011 01:02:45 +0000 (21:02 -0400)]
#10019: Fix regression relative to 2.6: add newlines if indent=0

Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.

14 years agomerge 3.2
Benjamin Peterson [Tue, 12 Apr 2011 23:35:21 +0000 (18:35 -0500)]
merge 3.2

14 years agomerge 3.1
Benjamin Peterson [Tue, 12 Apr 2011 23:34:30 +0000 (18:34 -0500)]
merge 3.1

14 years agomerge heads
Benjamin Peterson [Tue, 12 Apr 2011 23:34:06 +0000 (18:34 -0500)]
merge heads

14 years agomake assigning to a bytes literal a syntax error (closes #11506)
Benjamin Peterson [Tue, 12 Apr 2011 23:33:28 +0000 (18:33 -0500)]
make assigning to a bytes literal a syntax error (closes #11506)

14 years agomerge the change update.
Senthil Kumaran [Tue, 12 Apr 2011 23:25:48 +0000 (07:25 +0800)]
merge the change update.

14 years agomerge from 3.2
Senthil Kumaran [Tue, 12 Apr 2011 23:24:32 +0000 (07:24 +0800)]
merge from 3.2

14 years agomerge from 3.1
Senthil Kumaran [Tue, 12 Apr 2011 23:22:29 +0000 (07:22 +0800)]
merge from 3.1

14 years agoFix #11825: disable regrtest timeout if Python doesn't support threads
Victor Stinner [Tue, 12 Apr 2011 23:06:27 +0000 (01:06 +0200)]
Fix #11825: disable regrtest timeout if Python doesn't support threads