Senthil Kumaran
|
56f1e2d875
|
merge from 3.1
|
2011-04-14 13:18:55 +08:00 |
Senthil Kumaran
|
2d2ea1b431
|
Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows
|
2011-04-14 13:16:30 +08:00 |
Ezio Melotti
|
04c6423fba
|
Merge with 3.1.
|
2011-04-13 07:18:24 +03:00 |
Ezio Melotti
|
c753305180
|
#9233: Fix json to work properly even when _json is not available.
|
2011-04-13 07:04:18 +03:00 |
Alexander Belopolsky
|
1a20c121ef
|
Issue #11830: Remove unnecessary introspection code in the decimal module.
Forward ported changesets b4b1f557d563 and f4adc2926bf5 by Raymond
Hettinger in branch '2.7'.
|
2011-04-12 23:03:39 -04:00 |
Senthil Kumaran
|
c90d02c917
|
merge from push conflict.
|
2011-04-13 09:39:35 +08:00 |
Senthil Kumaran
|
a8b0f9adfe
|
Merge updates
|
2011-04-13 09:35:37 +08:00 |
Senthil Kumaran
|
af87886d8d
|
merge update
|
2011-04-13 09:34:21 +08:00 |
Raymond Hettinger
|
f6445e8f41
|
Issue 11718: Teach IDLE's open module dialog to find packages.
|
2011-04-12 18:30:14 -07:00 |
Senthil Kumaran
|
6dc605735d
|
merge from 3.1
|
2011-04-13 09:21:42 +08:00 |
Senthil Kumaran
|
60f02a650e
|
Update the News for the fix to Issue11703.
|
2011-04-13 09:21:01 +08:00 |
R David Murray
|
d5315482e9
|
Merge #10019: Fix regression relative to 2.6: add newlines if indent=0
Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.
|
2011-04-12 21:09:18 -04:00 |
R David Murray
|
3dd02d62c9
|
#10019: Fix regression relative to 2.6: add newlines if indent=0
Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.
|
2011-04-12 21:02:45 -04:00 |
Benjamin Peterson
|
62f8bcb0a4
|
merge 3.1
|
2011-04-12 18:34:30 -05:00 |
Benjamin Peterson
|
bd3e362089
|
make assigning to a bytes literal a syntax error (closes #11506)
|
2011-04-12 18:33:28 -05:00 |
Brian Curtin
|
84c209a1ef
|
Correct leading spaces in my NEWS entry.
|
2011-04-11 18:35:18 -05:00 |
brian.curtin
|
f7eac1ffb4
|
Add NEWS item for #5162.
|
2011-04-11 18:18:20 -05:00 |
brian.curtin
|
628f980635
|
Add NEWS item for #5162.
|
2011-04-11 18:09:24 -05:00 |
Raymond Hettinger
|
49353d0e8f
|
Issue #11747: Fix range formatting in context and unified diffs.
|
2011-04-11 12:40:58 -07:00 |
Antoine Pitrou
|
bed9a5b6b3
|
Issue #11814: Fix likely typo in multiprocessing.Pool._terminate().
|
2011-04-11 00:20:23 +02:00 |
Antoine Pitrou
|
81dee6b4d4
|
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.
|
2011-04-11 00:18:59 +02:00 |
Ross Lagerwall
|
810b94a364
|
Issue #11818: Fix tempfile examples for Python 3.
|
2011-04-10 09:30:04 +02:00 |
Ned Deily
|
2604e33f30
|
Issue9670: Merge backout to 3.2.
|
2011-04-09 14:53:47 -07:00 |
Ned Deily
|
45e47e58ed
|
Issue9670: Back out changeset 378b40d71175; test fails on other platforms
and on OS X with pydebug.
|
2011-04-09 14:50:59 -07:00 |
Ned Deily
|
15012a67d2
|
Issue #9670: merge with 3.2
|
2011-04-09 12:37:55 -07:00 |
Ned Deily
|
517ac72b00
|
Issue #9670: Increase the default stack size for secondary threads on
Mac OS X and FreeBSD to reduce the chances of a crash instead of a
"maximum recursion depth" RuntimeError exception.
(Patch by Ronald Oussoren)
|
2011-04-09 12:32:12 -07:00 |
Ross Lagerwall
|
226580e6dc
|
Merge with 3.1
|
2011-04-09 20:05:04 +02:00 |
Ross Lagerwall
|
e620d10701
|
Issue #11719: Fix message about unexpected test_msilib skip.
Patch by Nadeem Vawda.
|
2011-04-09 19:30:03 +02:00 |
Victor Stinner
|
a870e35a7d
|
(Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was
interrupted (EINTR), for example if the program is stopped with CTRL+z on Mac
OS X. Patch written by Charles-Francois Natali.
|
2011-04-09 15:59:25 +02:00 |
Victor Stinner
|
52c950f229
|
Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted
(EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch
written by Charles-Francois Natali.
|
2011-04-09 15:55:44 +02:00 |
Ezio Melotti
|
2e3607c1e7
|
#7311: fix html.parser to accept non-ASCII attribute values.
|
2011-04-07 22:03:31 +03:00 |
R David Murray
|
c5c1472895
|
#11605: don't use set/get_payload in feedparser; they do conversions.
Really the whole API needs to be gone over to restore the
separation of concerns; but that's what email6 is about.
|
2011-04-06 08:13:02 -04:00 |
Ross Lagerwall
|
02ba73c0ef
|
Merge with 3.1
|
2011-04-05 15:48:47 +02:00 |
Ross Lagerwall
|
4f61b02520
|
Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
|
2011-04-05 15:34:00 +02:00 |
Steven Bethard
|
7cb20a8605
|
Issue #9347: Fix formatting for tuples in argparse type= error messages.
|
2011-04-04 01:53:02 +02:00 |
Antoine Pitrou
|
9c25486093
|
Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve private keys.
|
2011-04-03 18:15:34 +02:00 |
Raymond Hettinger
|
6c94e6fb42
|
Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples.
|
2011-03-31 15:46:06 -07:00 |
Victor Stinner
|
27181ac778
|
sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not
called yet: detect bootstrap (startup) issues earlier.
|
2011-03-31 13:39:03 +02:00 |
Antoine Pitrou
|
7899acfc23
|
Issue #11618: Fix the timeout logic in threading.Lock.acquire() under
Windows.
|
2011-03-31 01:00:32 +02:00 |
Guido van Rossum
|
20d2ab435e
|
Merge issue 11662.
|
2011-03-29 12:58:29 -07:00 |
Guido van Rossum
|
acb63092b7
|
Merge issue 11662.
|
2011-03-29 12:55:41 -07:00 |
guido@google.com
|
c768ff5d4f
|
Merge Issue 11662 from 3.1 branch.
|
2011-03-29 11:51:26 -07:00 |
guido@google.com
|
a119df91f3
|
Issue 11662: Fix vulnerability in urllib/urllib2.
(This version is a cleaned-up backport of a fix by Senthil Kumaran.)
|
2011-03-29 11:41:02 -07:00 |
Benjamin Peterson
|
6a2638b163
|
Correct handling of functions with only kwarg args in getcallargs (closes #11256)
A patch from Daniel Urban.
|
2011-03-28 17:32:31 -05:00 |
Martin v. Löwis
|
987403bf14
|
merge #11696
|
2011-03-27 21:07:13 +02:00 |
Martin v. Löwis
|
f8d887e0d3
|
Closes #11696: Fix ID generation in msilib.
Patch by Mark Mc Mahon.
|
2011-03-27 21:05:51 +02:00 |
Mark Dickinson
|
79a9036d09
|
Merge #9696
|
2011-03-27 16:30:07 +01:00 |
Mark Dickinson
|
92b60d55d9
|
Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer.
|
2011-03-27 16:25:40 +01:00 |
Mark Dickinson
|
ea8e2083f8
|
Move misplaced Misc/NEWS item (merge from 3.1)
|
2011-03-27 15:50:04 +01:00 |
Mark Dickinson
|
ccd2283c6f
|
Fix misplaced Misc/NEWS entry.
|
2011-03-27 15:46:32 +01:00 |