Jesus Cea
|
9662b84913
|
Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation
|
2012-09-28 16:33:38 +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 |
|
Andrew Svetlov
|
0c68c5ddb2
|
Update docs for string.zfill
|
2012-09-28 16:32:27 +03:00 |
|
Andrew Svetlov
|
9ac20231e0
|
Update documentation for string.replace. Thanks to docs@
|
2012-09-28 16:31:06 +03:00 |
|
Michael Foord
|
7a1901f861
|
Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call
|
2012-09-28 14:14:03 +01:00 |
|
Michael Foord
|
bf2ad34650
|
Pass on parameters in unittest.TextTestResult.__init__ super call
|
2012-09-28 12:54:56 +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
|
fb2e8a7c01
|
#15222: Fix a test failure on Windows
|
2012-09-26 07:42:18 +03:00 |
|
Raymond Hettinger
|
1b43274d12
|
Show how to close a connection
|
2012-09-25 19:57:50 -04:00 |
|
Petri Lehtinen
|
f39884bb5a
|
#15222: Insert blank line after each message in mbox mailboxes
|
2012-09-25 22:02:06 +03:00 |
|
Petri Lehtinen
|
a4fd0dc574
|
#15222: Insert blank line after each message in mbox mailboxes
|
2012-09-25 22:01:23 +03:00 |
|
Petri Lehtinen
|
468091954f
|
#15222: test_mailbox: End message template in a newline
|
2012-09-25 21:58:51 +03:00 |
|
Petri Lehtinen
|
ec2807c435
|
#15222: test_mailbox: End message template in a newline
|
2012-09-25 21:49:46 +03:00 |
|
Benjamin Peterson
|
1654d74e9a
|
switch assertion to an explicit ValueError
|
2012-09-25 11:48:50 -04:00 |
|
Benjamin Peterson
|
ba66c2280f
|
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 |
|
Barry Warsaw
|
0dea936e78
|
- Issue #15935: Clarification of argparse docs, re: add_argument() type and
default arguments. Patch contributed by Chris Jerdonek.
|
2012-09-25 10:32:53 -04:00 |
|
Christian Heimes
|
671138f27d
|
Issue #16037: Limit httplib's _read_status() function to work around broken
HTTP servers and reduce memory usage. It's actually a backport of a Python
3.2 fix. Thanks to Adrien Kunysz.
|
2012-09-25 13:29:30 +02:00 |
|
Chris Jerdonek
|
df12f2bbb6
|
Issue #16015: Make welcome message more realistic in tutorial example.
|
2012-09-25 04:20:29 -07:00 |
|
Senthil Kumaran
|
d41dc7ce46
|
2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.
|
2012-09-25 02:48:21 -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
|
3dec449a7c
|
Issue #16015: Fix NameError doctest example in tutorial introduction.
|
2012-09-24 19:33:32 -07:00 |
|
Chris Jerdonek
|
9bb56a66c5
|
Issue #16015: Fix NameError doctest example in tutorial introduction.
|
2012-09-24 19:28:59 -07:00 |
|
Mark Dickinson
|
5a53a41bbc
|
Issue #14167: restore statement about breaks in finally clauses; remove statement about exception chaining.
|
2012-09-24 20:25:24 +01:00 |
|
Mark Dickinson
|
05ee5817a1
|
Issue #14167: restore statement about breaks in finally clauses.
|
2012-09-24 20:16:38 +01:00 |
|
Ezio Melotti
|
9c1c52b777
|
#16019, #16020: fix syntax highlight.
|
2012-09-24 17:30:39 +03: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
|
4baf480088
|
#16017: capitalize URLs.
|
2012-09-24 17:06:11 +03:00 |
|
Ezio Melotti
|
4f24af065d
|
#16014: fix broken link.
|
2012-09-24 16:56:59 +03:00 |
|
Ezio Melotti
|
fe11e81136
|
#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 |
|
Christian Heimes
|
8112ea2360
|
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
|
cadff70ba5
|
#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
|
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 |
|
Ezio Melotti
|
003014bf1e
|
#15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka.
|
2012-09-21 16:27:45 +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 |
|
doko@ubuntu.com
|
3d2fc15f82
|
- Issue #11715: Fix multiarch detection without having Debian development
tools (dpkg-dev) installed.
|
2012-09-21 13:51:40 +02:00 |
|
Benjamin Peterson
|
f8a9a837c4
|
remove gdb noise about linux-vdso
|
2012-09-20 23:48:23 -04:00 |
|
Benjamin Peterson
|
fb2f409b90
|
remove gdb noise about linux-vdso
|
2012-09-20 23:48:23 -04:00 |
|
Alexander Belopolsky
|
57caede470
|
Issue #15973: fixed 3.2 backport.
|
2012-09-20 17:23:46 -04:00 |
|
Alexander Belopolsky
|
6f543a3073
|
merge
|
2012-09-20 16:49:58 -04:00 |
|
Alexander Belopolsky
|
3ec153681e
|
Issue #15973: Fixed segmentation fault on timezone comparison to other types.
|
2012-09-20 16:39:33 -04:00 |
|