Andrew Svetlov
|
e4831f6b12
|
Issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output.
Patch by Arne Babenhauserheide.
|
2012-10-07 19:17:15 +03:00 |
Andrew Svetlov
|
75033a38d9
|
Issue #14900: Distuguish call count and primitive call count in pstat output.
Patch by Arne Babenhauserheide.
|
2012-10-07 18:57:21 +03:00 |
Mark Dickinson
|
313dc9b812
|
Clean up a test turd.
|
2012-10-07 15:41:38 +01:00 |
R David Murray
|
fefd3ac04c
|
#9957: document that SpooledTemporaryFile.truncate does not take size arg
|
2012-10-06 18:26:40 -04:00 |
Andrew Svetlov
|
8c4419304d
|
Issue #16025: Minor corrections to the zipfile documentation.
Patch by Serhiy Storchaka.
|
2012-10-06 18:01:05 +03:00 |
Jesus Cea
|
2699c9d248
|
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch
|
2012-10-05 05:18:47 +02:00 |
Jesus Cea
|
69e7c9b1fd
|
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()'
|
2012-10-05 04:50:17 +02:00 |
Andrew Svetlov
|
45c0766c02
|
Issue #14997: disable <F5> in idle shell window.
Thanks to Roger Serwy for patch.
|
2012-10-04 22:52:07 +03:00 |
Jesus Cea
|
debda5d4e2
|
Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Solve a 2.7 bootstrap issue
|
2012-10-04 15:14:56 +02:00 |
Jesus Cea
|
3e94e14a68
|
Backed out changeset 5abacebec9d2
|
2012-10-04 15:06:57 +02:00 |
Jesus Cea
|
82a3924122
|
Backed out changeset c73b90b6dadd
|
2012-10-04 14:22:16 +02:00 |
Jesus Cea
|
95038fa526
|
Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file
|
2012-10-04 13:46:33 +02:00 |
Nick Coghlan
|
7c0a87f211
|
Issue #12947: Better workaround for the problem with doctest directives being stripped from code examples that are intended to illustrate those directives
|
2012-10-03 13:48:17 +05:30 |
Nick Coghlan
|
a42709e6bb
|
Issue #12947: Add a note to doctest until the example rendering is fixed
|
2012-10-03 12:18:23 +05:30 |
Jesus Cea
|
364f79d7b3
|
Fix Misc/ACKS alphabetic order
|
2012-10-03 02:14:14 +02:00 |
Jesus Cea
|
e884be67bd
|
Closes #15897: zipimport.c doesn't check return value of fseek()
|
2012-10-03 02:13:05 +02:00 |
Ezio Melotti
|
31a9e83d7d
|
#15979: improve timeit documentation.
|
2012-10-02 05:34:38 +03:00 |
Chris Jerdonek
|
71d74b0c4e
|
Close #16036: Backport 3.x documentation improvement.
See changeset 6ccb04c4cbae for the corresponding 3.3 change.
|
2012-09-30 21:07:56 -07:00 |
R David Murray
|
95d7cdfd7b
|
Fix sqlite3 class markup.
|
2012-09-30 21:04:46 -04:00 |
Ezio Melotti
|
c820de5e60
|
#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 |
Georg Brandl
|
2fbe856dc6
|
Commit current version of the doc "dailybuild" script.
|
2012-09-30 09:03:09 +02:00 |
Georg Brandl
|
e8b2b67950
|
Doc sidebar: point to 3.4 as dev.
|
2012-09-30 08:59:31 +02:00 |
Gregory P. Smith
|
3547a348eb
|
merge heads
|
2012-09-29 12:03:12 -07:00 |
Gregory P. Smith
|
0798cbc1df
|
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 12:02:48 -07:00 |
Chris Jerdonek
|
fab57ccd13
|
Close issue #16077: fix code example in documentation of reduce() built-in (from docs@).
|
2012-09-29 11:51:37 -07:00 |
R David Murray
|
3e09b14026
|
#16085: Don't promote shadowing builtins in the configparser example.
|
2012-09-29 14:44:16 -04:00 |
Mark Dickinson
|
218a8ab5eb
|
Issues #16029, #16030: Fix pickling and repr of large xranges.
|
2012-09-28 20:36:36 +01:00 |
R David Murray
|
9faaf1b43e
|
#16071: fix email.message links in the mailbox docs.
|
2012-09-28 15:21:32 -04:00 |
Jesus Cea
|
9662b84913
|
Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation
|
2012-09-28 16:33:38 +02: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
|
bf2ad34650
|
Pass on parameters in unittest.TextTestResult.__init__ super call
|
2012-09-28 12:54:56 +01: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
|
a4fd0dc574
|
#15222: Insert blank line after each message in mbox mailboxes
|
2012-09-25 22:01:23 +03:00 |
Petri Lehtinen
|
ec2807c435
|
#15222: test_mailbox: End message template in a newline
|
2012-09-25 21:49:46 +03:00 |
Benjamin Peterson
|
ba66c2280f
|
switch assertion to an explicit ValueError
|
2012-09-25 11:48:50 -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 |
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 |
Chris Jerdonek
|
3dec449a7c
|
Issue #16015: Fix NameError doctest example in tutorial introduction.
|
2012-09-24 19:33:32 -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 |
Ezio Melotti
|
9c1c52b777
|
#16019, #16020: fix syntax highlight.
|
2012-09-24 17:30:39 +03:00 |
Ezio Melotti
|
4baf480088
|
#16017: capitalize URLs.
|
2012-09-24 17:06:11 +03:00 |
Ezio Melotti
|
fe11e81136
|
#16014: fix broken link.
|
2012-09-24 16:56:59 +03: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 |
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
|
003014bf1e
|
#15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka.
|
2012-09-21 16:27:45 +03: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
|
fb2f409b90
|
remove gdb noise about linux-vdso
|
2012-09-20 23:48:23 -04:00 |