]>
granicus.if.org Git - python/log
Ezio Melotti [Fri, 15 Apr 2011 15:08:09 +0000 (18:08 +0300)]
#11843: Merge with 3.2.
Ezio Melotti [Fri, 15 Apr 2011 15:07:38 +0000 (18:07 +0300)]
#11843: Merge with 3.1.
Ezio Melotti [Fri, 15 Apr 2011 15:05:09 +0000 (18:05 +0300)]
#11843: remove duplicate line from table in distutil doc.
Ezio Melotti [Fri, 15 Apr 2011 13:52:35 +0000 (16:52 +0300)]
#5057: Merge with 3.2.
Ezio Melotti [Fri, 15 Apr 2011 13:50:41 +0000 (16:50 +0300)]
#5057: Merge with 3.1.
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]).
Senthil Kumaran [Fri, 15 Apr 2011 10:22:05 +0000 (18:22 +0800)]
merge from 3.2
Senthil Kumaran [Fri, 15 Apr 2011 10:21:26 +0000 (18:21 +0800)]
merge from 3.1
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.
Ezio Melotti [Fri, 15 Apr 2011 05:27:37 +0000 (08:27 +0300)]
#11848: Merge with 3.2.
Ezio Melotti [Fri, 15 Apr 2011 05:27:00 +0000 (08:27 +0300)]
#11848: Merge with 3.1.
Ezio Melotti [Fri, 15 Apr 2011 05:25:16 +0000 (08:25 +0300)]
#11848: replace dead link in random.betavariate comment.
Ezio Melotti [Fri, 15 Apr 2011 05:19:32 +0000 (08:19 +0300)]
#11845: Merge with 3.2.
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.
Ezio Melotti [Fri, 15 Apr 2011 04:40:37 +0000 (07:40 +0300)]
#4783: Merge with 3.2.
Ezio Melotti [Fri, 15 Apr 2011 04:39:08 +0000 (07:39 +0300)]
#4783: Merge with 3.1.
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.
Eli Bendersky [Fri, 15 Apr 2011 04:29:31 +0000 (07:29 +0300)]
merge from 3.2
Eli Bendersky [Fri, 15 Apr 2011 04:26:28 +0000 (07:26 +0300)]
merge from 3.1
Eli Bendersky [Fri, 15 Apr 2011 04:23:26 +0000 (07:23 +0300)]
Issue #11827: remove mention of list2cmdline in the doc of subprocess
Senthil Kumaran [Thu, 14 Apr 2011 05:20:41 +0000 (13:20 +0800)]
merge from 3.2.
Fix closes Issue1147.
Senthil Kumaran [Thu, 14 Apr 2011 05:18:55 +0000 (13:18 +0800)]
merge from 3.1
Senthil Kumaran [Thu, 14 Apr 2011 05:16:30 +0000 (13:16 +0800)]
Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows
Ezio Melotti [Thu, 14 Apr 2011 04:51:57 +0000 (07:51 +0300)]
#11840: Merge with 3.2.
Ezio Melotti [Thu, 14 Apr 2011 04:50:25 +0000 (07:50 +0300)]
#11840: Merge with 3.1.
Ezio Melotti [Thu, 14 Apr 2011 04:43:53 +0000 (07:43 +0300)]
#11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.
Ezio Melotti [Thu, 14 Apr 2011 03:49:28 +0000 (06:49 +0300)]
Dummy merge with 3.2.
Ezio Melotti [Thu, 14 Apr 2011 03:48:34 +0000 (06:48 +0300)]
Dummy merge with 3.1.
Ezio Melotti [Thu, 14 Apr 2011 03:41:38 +0000 (06:41 +0300)]
#9101: backport json reference in configparser doc.
Brian Curtin [Wed, 13 Apr 2011 21:12:46 +0000 (16:12 -0500)]
Merge 3.2
Brian Curtin [Wed, 13 Apr 2011 21:11:37 +0000 (16:11 -0500)]
Merge 3.1
Brian Curtin [Wed, 13 Apr 2011 21:04:27 +0000 (16:04 -0500)]
Remove inexistent tools
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.
Raymond Hettinger [Wed, 13 Apr 2011 18:50:34 +0000 (11:50 -0700)]
merge
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.
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.
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.
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.
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.
Ezio Melotti [Wed, 13 Apr 2011 13:45:00 +0000 (16:45 +0300)]
Merge with 3.2.
Ezio Melotti [Wed, 13 Apr 2011 13:44:18 +0000 (16:44 +0300)]
Merge with 3.1.
Ezio Melotti [Wed, 13 Apr 2011 13:43:21 +0000 (16:43 +0300)]
Fix typo in docstring.
Nadeem Vawda [Wed, 13 Apr 2011 05:35:29 +0000 (07:35 +0200)]
Add Misc/NEWS entry for changeset
0010cc5f22d4 .
Ezio Melotti [Wed, 13 Apr 2011 04:21:24 +0000 (07:21 +0300)]
Merge with 3.2.
Ezio Melotti [Wed, 13 Apr 2011 04:18:24 +0000 (07:18 +0300)]
Merge with 3.1.
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.
Ezio Melotti [Wed, 13 Apr 2011 04:08:17 +0000 (07:08 +0300)]
Remove unnecessary imports and use assertIs instead of assertTrue.
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.
Ezio Melotti [Wed, 13 Apr 2011 03:58:29 +0000 (06:58 +0300)]
#9233: skip _json-specific tests when _json is not available.
Alexander Belopolsky [Wed, 13 Apr 2011 03:08:14 +0000 (23:08 -0400)]
Merge
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'.
Raymond Hettinger [Wed, 13 Apr 2011 01:58:40 +0000 (18:58 -0700)]
Merge
Raymond Hettinger [Wed, 13 Apr 2011 01:57:55 +0000 (18:57 -0700)]
Fix nit.
Senthil Kumaran [Wed, 13 Apr 2011 01:43:05 +0000 (09:43 +0800)]
merge.
Senthil Kumaran [Wed, 13 Apr 2011 01:39:35 +0000 (09:39 +0800)]
merge from push conflict.
Senthil Kumaran [Wed, 13 Apr 2011 01:38:51 +0000 (09:38 +0800)]
merge from push conflict.
Senthil Kumaran [Wed, 13 Apr 2011 01:37:39 +0000 (09:37 +0800)]
merge from 3.2
Senthil Kumaran [Wed, 13 Apr 2011 01:36:31 +0000 (09:36 +0800)]
Merge update.
Senthil Kumaran [Wed, 13 Apr 2011 01:35:37 +0000 (09:35 +0800)]
Merge updates
Raymond Hettinger [Wed, 13 Apr 2011 01:35:16 +0000 (18:35 -0700)]
merge
Senthil Kumaran [Wed, 13 Apr 2011 01:34:21 +0000 (09:34 +0800)]
merge update
Raymond Hettinger [Wed, 13 Apr 2011 01:30:58 +0000 (18:30 -0700)]
Issue 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.
Senthil Kumaran [Wed, 13 Apr 2011 01:21:42 +0000 (09:21 +0800)]
merge from 3.1
Senthil Kumaran [Wed, 13 Apr 2011 01:21:01 +0000 (09:21 +0800)]
Update the News for the fix to Issue11703.
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.
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.
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.
Benjamin Peterson [Tue, 12 Apr 2011 23:35:21 +0000 (18:35 -0500)]
merge 3.2
Benjamin Peterson [Tue, 12 Apr 2011 23:34:30 +0000 (18:34 -0500)]
merge 3.1
Benjamin Peterson [Tue, 12 Apr 2011 23:34:06 +0000 (18:34 -0500)]
merge heads
Benjamin Peterson [Tue, 12 Apr 2011 23:33:28 +0000 (18:33 -0500)]
make assigning to a bytes literal a syntax error (closes #11506)
Senthil Kumaran [Tue, 12 Apr 2011 23:25:48 +0000 (07:25 +0800)]
merge the change update.
Senthil Kumaran [Tue, 12 Apr 2011 23:24:32 +0000 (07:24 +0800)]
merge from 3.2
Senthil Kumaran [Tue, 12 Apr 2011 23:22:29 +0000 (07:22 +0800)]
merge from 3.1
Victor Stinner [Tue, 12 Apr 2011 23:06:27 +0000 (01:06 +0200)]
Fix #11825: disable regrtest timeout if Python doesn't support threads
Senthil Kumaran [Tue, 12 Apr 2011 23:01:19 +0000 (07:01 +0800)]
Fix Issue11703 - urllib2.geturl() does not return correct url when the original url contains #fragment. Patch Contribution by Santoso Wijaya.
Raymond Hettinger [Tue, 12 Apr 2011 22:25:44 +0000 (15:25 -0700)]
Merge
Raymond Hettinger [Tue, 12 Apr 2011 22:25:30 +0000 (15:25 -0700)]
Issue 11747: Fix output format for context diffs.
Raymond Hettinger [Tue, 12 Apr 2011 22:24:39 +0000 (15:24 -0700)]
Merge
Raymond Hettinger [Tue, 12 Apr 2011 22:19:33 +0000 (15:19 -0700)]
Issue 11747: Fix output format for context diffs.
Raymond Hettinger [Tue, 12 Apr 2011 22:14:12 +0000 (15:14 -0700)]
Issue 11747: Fix output format for context diffs.
Victor Stinner [Tue, 12 Apr 2011 21:41:50 +0000 (23:41 +0200)]
Issue #11186: pydoc ignores a module if its name contains a surrogate character
in the index of modules.
Nadeem Vawda [Tue, 12 Apr 2011 21:02:42 +0000 (23:02 +0200)]
Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor.
R David Murray [Tue, 12 Apr 2011 19:02:07 +0000 (15:02 -0400)]
Merge: Add maxlinelen to docstring, delete obsolete wording
R David Murray [Tue, 12 Apr 2011 19:01:28 +0000 (15:01 -0400)]
Merge: Add maxlinelen to docstring, delete obsolete wording
R David Murray [Tue, 12 Apr 2011 19:00:44 +0000 (15:00 -0400)]
Add maxlinelen to docstring, delete obsolete wording
Antoine Pitrou [Tue, 12 Apr 2011 15:58:11 +0000 (17:58 +0200)]
Issue #11815: Use a light-weight SimpleQueue for the result queue in concurrent.futures.ProcessPoolExecutor.
Antoine Pitrou [Tue, 12 Apr 2011 15:50:20 +0000 (17:50 +0200)]
Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue
cannot raise queue.Empty).
Antoine Pitrou [Tue, 12 Apr 2011 15:48:46 +0000 (17:48 +0200)]
Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue
cannot raise queue.Empty).
Raymond Hettinger [Tue, 12 Apr 2011 00:57:21 +0000 (17:57 -0700)]
Fix markup.
Brian Curtin [Mon, 11 Apr 2011 23:36:59 +0000 (18:36 -0500)]
Dummy merge
Brian Curtin [Mon, 11 Apr 2011 23:36:25 +0000 (18:36 -0500)]
Dummy merge
Brian Curtin [Mon, 11 Apr 2011 23:35:18 +0000 (18:35 -0500)]
Correct leading spaces in my NEWS entry.
brian.curtin [Mon, 11 Apr 2011 23:19:38 +0000 (18:19 -0500)]
Add NEWS item for #5162.
brian.curtin [Mon, 11 Apr 2011 23:18:20 +0000 (18:18 -0500)]
Add NEWS item for #5162.
brian.curtin [Mon, 11 Apr 2011 23:09:24 +0000 (18:09 -0500)]
Add NEWS item for #5162.
brian.curtin [Mon, 11 Apr 2011 22:59:01 +0000 (17:59 -0500)]
Fix #5162. Allow child spawning from Windows services (via pywin32).
brian.curtin [Mon, 11 Apr 2011 22:57:59 +0000 (17:57 -0500)]
Fix #5162. Allow child spawning from Windows services (via pywin32).
brian.curtin [Mon, 11 Apr 2011 22:56:23 +0000 (17:56 -0500)]
Fix #5162. Allow child spawning from Windows services (via pywin32).