Georg Brandl
|
4614cc4f7f
|
Closes #16149: remove now-false statement about the inability to compare Decimal and float objects.
|
2012-10-06 13:48:39 +02:00 |
Andrew Svetlov
|
b2209ccfa0
|
revert accidental inclusion of subprocess tests
|
2012-10-06 18:45:24 +03:00 |
Andrew Svetlov
|
afbf90c993
|
Issue #16025: Minor corrections to the zipfile documentation.
Patch by Serhiy Storchaka.
|
2012-10-06 18:02:05 +03:00 |
Ezio Melotti
|
cbd449b416
|
The file obj passed to ftp.storbinary/storlines must be opened in binary mode.
|
2012-10-05 14:09:59 +03:00 |
Andrew Svetlov
|
8cf1cc498f
|
Issue #16138: fix typo.
|
2012-10-05 13:26:10 +03:00 |
Jesus Cea
|
685fffa8f4
|
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch
|
2012-10-05 05:21:42 +02:00 |
Jesus Cea
|
adc8211e00
|
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()' and decode the bytes
|
2012-10-05 04:58:38 +02:00 |
Andrew Svetlov
|
4ca222d4d5
|
Issue #14997: disable <F5> in idle shell window.
Thanks to Roger Serwy for patch.
|
2012-10-04 22:48:34 +03:00 |
Jesus Cea
|
fc990e942f
|
Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file
|
2012-10-04 13:51:43 +02:00 |
Jesus Cea
|
cf45325b61
|
Closes #15897: zipimport.c doesn't check return value of fseek(). Typo
|
2012-10-03 03:16:42 +02:00 |
Jesus Cea
|
83451a2b40
|
Fix Misc/ACKS alphabetic order
|
2012-10-03 02:14:14 +02:00 |
Jesus Cea
|
09bf7a799d
|
Closes #15897: zipimport.c doesn't check return value of fseek()
|
2012-10-03 02:13:05 +02:00 |
Andrew Svetlov
|
f532035551
|
Close open bracket, thanks to Josh Helzer from docs@
|
2012-10-02 18:39:25 +03:00 |
Ezio Melotti
|
d0fe3e5abb
|
#15979: improve timeit documentation.
|
2012-10-02 05:35:39 +03:00 |
R David Murray
|
6db2335f77
|
Fix sqlite3 class markup.
|
2012-09-30 20:44:43 -04:00 |
Ezio Melotti
|
cb2916a714
|
#15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801).
|
2012-09-30 22:41:37 +03:00 |
Chris Jerdonek
|
c2cd626497
|
Issue #15533: Skip test_cwd_with_relative_*() tests on Windows pending resolution of issue.
|
2012-09-30 09:45:00 -07:00 |
Chris Jerdonek
|
ec3ea94251
|
Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument.
|
2012-09-30 00:10:28 -07:00 |
Antoine Pitrou
|
f727082b71
|
Speed up test_httpservers by avoiding a one-second cleanup wait after each test case.
|
2012-09-30 01:05:30 +02:00 |
Gregory P. Smith
|
93b5b33e65
|
merge heads
|
2012-09-29 11:56:56 -07:00 |
Gregory P. Smith
|
3905171f1e
|
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD
to return a returncode of 0 when the child has already exited or cannot
be waited on.
|
2012-09-29 11:40:38 -07:00 |
R David Murray
|
1a1883d566
|
#16085: Don't promote shadowing builtins in the configparser example.
|
2012-09-29 14:40:23 -04:00 |
R David Murray
|
5320250485
|
#16071: fix more email.message links in mailbox docs.
|
2012-09-28 15:19:16 -04:00 |
R David Murray
|
c5fe4073af
|
#16071: fix links to email.message.Message in mailbox docs.
|
2012-09-28 15:09:31 -04:00 |
Jesus Cea
|
33b5769db5
|
Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation
|
2012-09-28 16:34:45 +02:00 |
Chris Jerdonek
|
fd448daf77
|
Close issue #16073: fix map() example in list comprehension documentation.
Thanks for the e-mail report to docs@.
|
2012-09-28 07:07:12 -07:00 |
Michael Foord
|
7a1901f861
|
Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call
|
2012-09-28 14:14:03 +01:00 |
Chris Jerdonek
|
57491e0703
|
Issue #16036: Improve documentation of built-in int()'s signature and arguments.
|
2012-09-28 00:10:44 -07:00 |
Petri Lehtinen
|
f39884bb5a
|
#15222: Insert blank line after each message in mbox mailboxes
|
2012-09-25 22:02:06 +03:00 |
Petri Lehtinen
|
468091954f
|
#15222: test_mailbox: End message template in a newline
|
2012-09-25 21:58:51 +03:00 |
Benjamin Peterson
|
1654d74e9a
|
switch assertion to an explicit ValueError
|
2012-09-25 11:48:50 -04:00 |
Benjamin Peterson
|
a820c7ca70
|
fix test_compileall when run with -O[O]
|
2012-09-25 11:42:35 -04:00 |
Benjamin Peterson
|
d388c4e02f
|
use modern conditional syntax
|
2012-09-25 11:01:41 -04:00 |
Barry Warsaw
|
1dedd0a4a4
|
- Issue #15935: Clarification of argparse docs, re: add_argument() type and
default arguments. Patch contributed by Chris Jerdonek.
|
2012-09-25 10:37:58 -04:00 |
Chris Jerdonek
|
df12f2bbb6
|
Issue #16015: Make welcome message more realistic in tutorial example.
|
2012-09-25 04:20:29 -07:00 |
Senthil Kumaran
|
67b7b98a47
|
Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.
|
2012-09-25 02:30:27 -07:00 |
Chris Jerdonek
|
9bb56a66c5
|
Issue #16015: Fix NameError doctest example in tutorial introduction.
|
2012-09-24 19:28:59 -07:00 |
Mark Dickinson
|
05ee5817a1
|
Issue #14167: restore statement about breaks in finally clauses.
|
2012-09-24 20:16:38 +01:00 |
Ezio Melotti
|
8618fb6a65
|
#16019, #16020: fix syntax highlight.
|
2012-09-24 17:30:39 +03:00 |
Ezio Melotti
|
c926c59d80
|
#16017: capitalize URLs.
|
2012-09-24 17:07:39 +03:00 |
Ezio Melotti
|
4f24af065d
|
#16014: fix broken link.
|
2012-09-24 16:56:59 +03:00 |
Christian Heimes
|
e26d3af7ee
|
Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
method doesn't require an argument again.
|
2012-09-24 13:17:08 +02:00 |
Antoine Pitrou
|
6f80f5d444
|
Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings).
Patch by Serhiy Storchaka.
|
2012-09-23 19:55:21 +02:00 |
Ezio Melotti
|
20b8d992b0
|
#15949, #15899: use \ufffd instead of ?.
|
2012-09-23 15:55:14 +03:00 |
Ezio Melotti
|
b1d0e5b11e
|
#15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-pdf`).
|
2012-09-22 11:23:06 +03:00 |
Ezio Melotti
|
85710a40e7
|
#15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier.
|
2012-09-21 17:26:35 +03:00 |
Ezio Melotti
|
e418d76089
|
#15304: fix wrong warning message in test.support.temp_cwd().
|
2012-09-21 16:48:12 +03:00 |
Ezio Melotti
|
0847db7c01
|
#15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka.
|
2012-09-21 16:30:22 +03:00 |
doko@ubuntu.com
|
98b1c446d5
|
- Issue #11715: Fix multiarch detection without having Debian development
tools (dpkg-dev) installed.
|
2012-09-21 13:52:29 +02:00 |
Benjamin Peterson
|
f8a9a837c4
|
remove gdb noise about linux-vdso
|
2012-09-20 23:48:23 -04:00 |