]> granicus.if.org Git - python/log
python
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

14 years agoFix Issue11703 - urllib2.geturl() does not return correct url when the original url...
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.

14 years agoMerge
Raymond Hettinger [Tue, 12 Apr 2011 22:25:44 +0000 (15:25 -0700)]
Merge

14 years agoIssue 11747: Fix output format for context diffs.
Raymond Hettinger [Tue, 12 Apr 2011 22:25:30 +0000 (15:25 -0700)]
Issue 11747: Fix output format for context diffs.

14 years agoMerge
Raymond Hettinger [Tue, 12 Apr 2011 22:24:39 +0000 (15:24 -0700)]
Merge

14 years agoIssue 11747: Fix output format for context diffs.
Raymond Hettinger [Tue, 12 Apr 2011 22:19:33 +0000 (15:19 -0700)]
Issue 11747: Fix output format for context diffs.

14 years agoIssue 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.

14 years agoIssue #11186: pydoc ignores a module if its name contains a surrogate character
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.

14 years agoFix 64-bit safety issue in BZ2Compressor and BZ2Decompressor.
Nadeem Vawda [Tue, 12 Apr 2011 21:02:42 +0000 (23:02 +0200)]
Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor.

14 years agoMerge: Add maxlinelen to docstring, delete obsolete wording
R David Murray [Tue, 12 Apr 2011 19:02:07 +0000 (15:02 -0400)]
Merge: Add maxlinelen to docstring, delete obsolete wording

14 years agoMerge: 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

14 years agoAdd 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

14 years agoIssue #11815: Use a light-weight SimpleQueue for the result queue in concurrent.futur...
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.

14 years agoIssue #11815: Remove dead code in concurrent.futures (since a blocking Queue
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).

14 years agoIssue #11815: Remove dead code in concurrent.futures (since a blocking Queue
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).

14 years agoFix markup.
Raymond Hettinger [Tue, 12 Apr 2011 00:57:21 +0000 (17:57 -0700)]
Fix markup.

14 years agoDummy merge
Brian Curtin [Mon, 11 Apr 2011 23:36:59 +0000 (18:36 -0500)]
Dummy merge

14 years agoDummy merge
Brian Curtin [Mon, 11 Apr 2011 23:36:25 +0000 (18:36 -0500)]
Dummy merge

14 years agoCorrect leading spaces in my NEWS entry.
Brian Curtin [Mon, 11 Apr 2011 23:35:18 +0000 (18:35 -0500)]
Correct leading spaces in my NEWS entry.

14 years agoAdd NEWS item for #5162.
brian.curtin [Mon, 11 Apr 2011 23:19:38 +0000 (18:19 -0500)]
Add NEWS item for #5162.

14 years agoAdd NEWS item for #5162.
brian.curtin [Mon, 11 Apr 2011 23:18:20 +0000 (18:18 -0500)]
Add NEWS item for #5162.

14 years agoAdd NEWS item for #5162.
brian.curtin [Mon, 11 Apr 2011 23:09:24 +0000 (18:09 -0500)]
Add NEWS item for #5162.

14 years agoFix #5162. Allow child spawning from Windows services (via pywin32).
brian.curtin [Mon, 11 Apr 2011 22:59:01 +0000 (17:59 -0500)]
Fix #5162. Allow child spawning from Windows services (via pywin32).

14 years agoFix #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).

14 years agoFix #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).

14 years agoIssue #11747: Fix range formatting in context and unified diffs.
Raymond Hettinger [Mon, 11 Apr 2011 19:42:59 +0000 (12:42 -0700)]
Issue #11747: Fix range formatting in context and unified diffs.

14 years agoIssue #11747: Fix range formatting in context and unified diffs.
Raymond Hettinger [Mon, 11 Apr 2011 19:40:58 +0000 (12:40 -0700)]
Issue #11747: Fix range formatting in context and unified diffs.

14 years agoWhitespace normalized.
Vinay Sajip [Mon, 11 Apr 2011 07:43:52 +0000 (08:43 +0100)]
Whitespace normalized.

14 years agoAdded 'handlers' argument to logging.basicConfig.
Vinay Sajip [Mon, 11 Apr 2011 07:42:07 +0000 (08:42 +0100)]
Added 'handlers' argument to logging.basicConfig.

14 years agoAdd Misc/NEWS "What's New" entry for subprocess timeouts.
Reid Kleckner [Mon, 11 Apr 2011 02:23:08 +0000 (22:23 -0400)]
Add Misc/NEWS "What's New" entry for subprocess timeouts.

14 years agoMerge with 3.2.
Ezio Melotti [Mon, 11 Apr 2011 00:51:14 +0000 (03:51 +0300)]
Merge with 3.2.

14 years agoRemove unnecessary call to PyErr_Clear.
Ezio Melotti [Mon, 11 Apr 2011 00:48:57 +0000 (03:48 +0300)]
Remove unnecessary call to PyErr_Clear.

14 years agoMerge
Raymond Hettinger [Mon, 11 Apr 2011 00:24:14 +0000 (17:24 -0700)]
Merge

14 years agoCleanup and modernize code prior to working on Issue 11747.
Raymond Hettinger [Mon, 11 Apr 2011 00:23:32 +0000 (17:23 -0700)]
Cleanup and modernize code prior to working on Issue 11747.

14 years agoCleanup and modernize code prior to working on Issue 11747.
Raymond Hettinger [Mon, 11 Apr 2011 00:14:56 +0000 (17:14 -0700)]
Cleanup and modernize code prior to working on Issue 11747.

14 years agoMerge from 3.2 (issue #11814, issue #8428)
Antoine Pitrou [Sun, 10 Apr 2011 22:22:08 +0000 (00:22 +0200)]
Merge from 3.2 (issue #11814, issue #8428)

14 years agoIssue #11814: Fix likely typo in multiprocessing.Pool._terminate().
Antoine Pitrou [Sun, 10 Apr 2011 22:20:23 +0000 (00:20 +0200)]
Issue #11814: Fix likely typo in multiprocessing.Pool._terminate().

14 years agoIssue #8428: Fix a race condition in multiprocessing.Pool when terminating
Antoine Pitrou [Sun, 10 Apr 2011 22:18:59 +0000 (00:18 +0200)]
Issue #8428: Fix a race condition in multiprocessing.Pool when terminating
worker processes: new processes would be spawned while the pool is being
shut down.  Patch by Charles-François Natali.

14 years agoUse stock assertEqual instead of custom ndiffAssertEqual.
R David Murray [Sun, 10 Apr 2011 19:28:29 +0000 (15:28 -0400)]
Use stock assertEqual instead of custom ndiffAssertEqual.

Eventually I'll actually replace the calls in the tests themselves.

14 years ago#2650: re.escape() no longer escapes the "_".
Ezio Melotti [Sun, 10 Apr 2011 09:59:16 +0000 (12:59 +0300)]
#2650: re.escape() no longer escapes the "_".

14 years agoMerge with 3.2
Ross Lagerwall [Sun, 10 Apr 2011 07:34:35 +0000 (09:34 +0200)]
Merge with 3.2

14 years agoIssue #11818: Fix tempfile examples for Python 3.
Ross Lagerwall [Sun, 10 Apr 2011 07:30:04 +0000 (09:30 +0200)]
Issue #11818: Fix tempfile examples for Python 3.

14 years agoIssue #9904: fix and clarify some comments + fix indentation in symtable code
Eli Bendersky [Sun, 10 Apr 2011 04:37:26 +0000 (07:37 +0300)]
Issue #9904: fix and clarify some comments + fix indentation in symtable code

14 years agoBeautify and modernize the SequenceMatcher example
Raymond Hettinger [Sun, 10 Apr 2011 02:41:31 +0000 (19:41 -0700)]
Beautify and modernize the SequenceMatcher example

14 years agoBeautify and modernize the SequenceMatcher example
Raymond Hettinger [Sun, 10 Apr 2011 02:41:00 +0000 (19:41 -0700)]
Beautify and modernize the SequenceMatcher example