Jack Diederich
8f48f4c5f6
fixes issue #7530 , serve_forever()
2010-02-22 18:17:16 +00:00
Andrew M. Kuchling
83fddec8bd
Note granting of commit privileges to Larry Hastings
2010-02-22 17:21:54 +00:00
Ezio Melotti
bce3e17bd2
#7482 : clarify error message in case of division by zero of float and complex numbers.
2010-02-22 16:30:58 +00:00
Andrew M. Kuchling
38c123651c
#7597 : curses.use_env() can be called before initscr(). Noted by Kan-Ru Chen
2010-02-22 16:26:47 +00:00
Mark Dickinson
f5be4e612c
Clarify description of three-argument pow for Decimal types: the exponent of the result is always 0.
2010-02-22 15:40:28 +00:00
Andrew M. Kuchling
dfd0148909
#6414 : clarify description of processor endianness.
...
Text by Alexey Shamrin; I changed 'DEC Alpha' to the more relevant 'Intel Itanium'.
2010-02-22 15:13:17 +00:00
Andrew M. Kuchling
6b2bd05b16
#7794 : describe 2.6 support for executing directories and zip archives
2010-02-22 14:53:17 +00:00
Senthil Kumaran
ee5546c316
Fix Issue7172 - BaseHTTPServer.BaseHTTPRequestHandler.responses[405] - changing
...
server to resource in the 405 response msg.
2010-02-22 10:55:08 +00:00
Andrew M. Kuchling
25d6ddd38b
#7076 : mention SystemRandom class near start of the module docs; reword change description for clarity. Noted by Shawn Ligocki.
2010-02-22 02:29:10 +00:00
Andrew M. Kuchling
c7337b8b3a
Re-word
2010-02-22 02:08:45 +00:00
Michael Foord
2f6775617c
Silence UnicodeWarning in crazy unittest test.
2010-02-21 14:48:59 +00:00
Mark Dickinson
92cb4a8c6f
Reduce number of random tests in test_strtod, to avoid hogging buildbot time.
2010-02-21 14:42:27 +00:00
Mark Dickinson
45ad801ed0
Issue #7384 : skip test_curses on FreeBSD, in order to allow other buildbot tests to complete.
2010-02-21 13:37:53 +00:00
Mark Dickinson
82b34c5dbe
Issue #5211 : Fix complex type to avoid implicit calls to
...
complex.__coerce__. Thanks Meador Inge for the patch.
2010-02-21 12:57:35 +00:00
R. David Murray
51f1204590
Issue 7970: When email.Parser.Parser parses a MIME message of type
...
message/rfc822 it turns it into an object whose body consists of
a list containing a single Message object. HeaderParser, on the
other hand, just copies the body as a string. Generator.flatten
has a special handler for the message mime type that expected the
body to be the one item list. This fails if the message was parsed
by HeaderParser. So we now check to see if the body is a string
first, and if so just we just emit it.
2010-02-21 04:23:00 +00:00
Ezio Melotti
9e9af21d45
skip tests with a non-ascii cwd when the file system encoding is ascii
2010-02-20 22:34:21 +00:00
Senthil Kumaran
18d5a69669
Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo")
2010-02-20 22:05:34 +00:00
Ezio Melotti
e3467d5c96
Remove e assertIs definitions and use correct assert* methods.
2010-02-20 09:40:07 +00:00
Ezio Melotti
4cc80ca921
#3426 : os.path.abspath now returns unicode when its arg is unicode.
2010-02-20 08:09:39 +00:00
Vinay Sajip
61afd2694b
logging: Documented warnings module integration.
2010-02-19 23:53:17 +00:00
Georg Brandl
74cbd664d2
#7967 : PyXML is no more.
2010-02-19 19:36:08 +00:00
Senthil Kumaran
4e78de89d0
Fix for Issue7904. urlparse.urlsplit to handle schemes in the way defined by RFC3986
2010-02-19 07:32:48 +00:00
Fred Drake
cc43b56960
- apply patch from issue 7005
...
- add corresponding documentation
2010-02-19 05:24:30 +00:00
Michael Foord
c2294dd6ba
Fix unittest.TestCase.assertDictContainsSubset so it can't die with unicode issues when constructing failure messages. Issue 7956
2010-02-18 21:37:07 +00:00
Michael Foord
225a099fe5
unittest.TestCase uses safe_repr for producing failure messages. Partial fix for issue 7956
2010-02-18 20:30:09 +00:00
Mark Dickinson
456e1652cf
Doctest fixes for decimal.py: add an integer-argument doctest for logical_invert; don't use integer literals with a leading zero.
2010-02-18 14:45:33 +00:00
Mark Dickinson
6d8effb1fc
Issue #7633 : Context method in the decimal module (with the exception
...
of the 'canonical' and 'is_canonical' methods) now consistently accept
integer arguments wherever a Decimal instance is accepted. Thanks
Juan José Conti for the patch.
2010-02-18 14:27:02 +00:00
Andrew M. Kuchling
e41e4db259
Add various items
2010-02-18 14:16:48 +00:00
Martin v. Löwis
c0de8bb6f8
Move bsddb47 macros before their use, to make VS 2010 happy.
2010-02-18 12:45:45 +00:00
Martin v. Löwis
413fabc070
Stop providing crtassem.h symbols when compiling with
...
Visual Studio 2010, as msvcr100.dll is not a platform
assembly anymore.
2010-02-18 09:22:20 +00:00
Ezio Melotti
6f9030329c
#7941 : fix error message
2010-02-16 23:58:49 +00:00
Ezio Melotti
e511fc7979
#7930 : fix stripid
2010-02-16 23:26:09 +00:00
R. David Murray
6dfe66298b
Make the references to Popen in the description of Call
...
and check_call into links.
2010-02-16 17:55:26 +00:00
Martin v. Löwis
7875ef67cd
Issue #7903 : Define _BSD_SOURCE through OpenBSD 4.9.
2010-02-15 21:41:12 +00:00
Eric Smith
cef34099b5
Remove incorrect apostrophe.
2010-02-15 11:55:38 +00:00
Martin v. Löwis
5e2dd866a8
Issue #3920 : Define _BSD_SOURCE on OpenBSD 4.4.
2010-02-15 08:32:00 +00:00
Mark Dickinson
d5fdc069fa
Silence more 'comparison between signed and unsigned' warnings.
2010-02-14 13:40:30 +00:00
Georg Brandl
f0f6bd6332
#7926 : fix-up wording.
2010-02-14 13:38:12 +00:00
Mark Dickinson
2d7911eda4
Silence more compiler warnings; fix an instance of potential undefined behaviour from signed overflow.
2010-02-14 12:31:26 +00:00
Mark Dickinson
ac5685eb67
Silence some 'comparison between signed and unsigned' compiler warnings.
2010-02-14 12:16:43 +00:00
Georg Brandl
4a670c5572
#7926 : fix stray parens.
2010-02-14 08:18:23 +00:00
Ezio Melotti
a68f7b8a0d
#7921 : fix links. Patch by Brian Curtin.
2010-02-14 02:50:23 +00:00
Mark Dickinson
876473bcc8
Check that 'd' isn't allowed as an exponent specifier in inputs to the float function.
2010-02-12 21:16:38 +00:00
Ezio Melotti
6164d7ac84
#7907 : fix wrong function name in doc. Patch by Brian Curtin.
2010-02-11 23:50:57 +00:00
Michael Foord
e5e7696458
Adding TextTestResult to unittest.__all__
2010-02-11 14:12:07 +00:00
Ronald Oussoren
bc0e83c2b9
Finish fix for issue 7715, after explicit search for calls to `arch`
2010-02-11 13:26:54 +00:00
Ronald Oussoren
9922f178d3
Fix copy&paste error in the definition of ARCH_RUN_32BIT for a 3-way universal
...
build (all other definition where correct).
2010-02-11 13:19:34 +00:00
Ronald Oussoren
333fca9b3e
Add guard around the prototype for completion_matches to enable
...
compilition with libedit on OSX 10.5
2010-02-11 13:13:08 +00:00
R. David Murray
031ae6e904
Improve issue 7835 fix per MAL to handle the case that the
...
module dictionary has also been cleared.
2010-02-11 01:56:42 +00:00
R. David Murray
7c29f071d5
Issue 5754: tweak shelve doc wording to make it clearer that even when
...
writeback=True values are written to the backing store when assigned to
the shelf. Add test to confirm that this happens. Doc patch and added
test by Robert Lehmann. I also fixed the cross references to the sync
and close methods.
2010-02-11 01:38:42 +00:00