Chris Jerdonek
af94724e00
Fix link to str.format() in docs.
14 years ago
Chris Jerdonek
463974916d
Issue #16199 : Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report.
14 years ago
Brian Curtin
0b960f5a58
Fix #16176 . Properly identify Windows 8 via platform.platform()
Add handling of the 6.2 release line, aka Windows 8 and Windows 2012 Server.
14 years ago
Chris Jerdonek
cc32a68216
Fix placement of shell=True warning in subprocess.Popen() docs.
14 years ago
Chris Jerdonek
4a4a02bbc8
Issue #16115 : Make further improvements to subprocess.Popen() documentation.
14 years ago
Georg Brandl
a1ff83e556
merge 3.2 heads
14 years ago
Georg Brandl
3a2e101be5
Issue #12947 : revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs.
14 years ago
Gregory P. Smith
5591b02a4c
Fixes Issue #16114 : The subprocess module no longer provides a
misleading error message stating that args[0] did not exist when
either the cwd or executable keyword arguments specified a path that
did not exist.
It now keeps track of if the child got as far as preexec and reports it if
not back to the parent via a special "noexec" error message value in
the error pipe so that the cwd can be blamed for a failed chdir
instead of the exec of the executable being blamed instead.
The executable is also always reported accurately when exec fails.
Unittests enhanced to cover these cases.
14 years ago
Andrew Svetlov
a256841b4b
Issue #16174 : Fix suggested usage of dummy_threading module.
Patch by Berker Peksag.
14 years ago
Senthil Kumaran
1ed9847a5a
Fix Issue 15922: make howto/urllib2.rst doctests pass.
Patch by Chris Jerdonek. Address Ezio's review comment.
14 years ago
Vinay Sajip
b5ca932be2
Issue #16168 : Use specified socket type for domain sockets in SysLogHandler.
14 years ago
Chris Jerdonek
470ee39883
Issue #16115 : Improve subprocess.Popen() documentation around args, shell, and executable arguments.
14 years ago
Hynek Schlawack
0230b6af78
#13498 : Clarify docs of os.makedirs()'s exist_ok argument.
Done with great native-speaker help from R. David Murray.
14 years ago
Chris Jerdonek
83fe2e1c22
Issue #14783 : Improve int() docstring and also str(), range(), and slice().
This commit rewrites the docstring for int() to incorporate the documentation
changes made in issue #16036 . It also switches the docstrings for int(),
str(), range(), and slice() to use multi-line signatures.
14 years ago
Andrew Svetlov
c3e5b10ae7
Issue #14900 : Add aliases for sorting params for pstat to follow column names from pstat output.
Patch by Arne Babenhauserheide.
14 years ago
Andrew Svetlov
2ef4584e6d
Issue #14900 : Distuguish call count and primitive call count in pstat output.
Patch by Arne Babenhauserheide.
14 years ago
R David Murray
138a314d1a
#9957 : document that SpooledTemporaryFile.truncate does not take size arg
14 years ago
Georg Brandl
4614cc4f7f
Closes #16149 : remove now-false statement about the inability to compare Decimal and float objects.
14 years ago
Andrew Svetlov
b2209ccfa0
revert accidental inclusion of subprocess tests
14 years ago
Andrew Svetlov
afbf90c993
Issue #16025 : Minor corrections to the zipfile documentation.
Patch by Serhiy Storchaka.
14 years ago
Ezio Melotti
cbd449b416
The file obj passed to ftp.storbinary/storlines must be opened in binary mode.
14 years ago
Andrew Svetlov
8cf1cc498f
Issue #16138 : fix typo.
14 years ago
Jesus Cea
685fffa8f4
#16112 : platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch
14 years ago
Jesus Cea
adc8211e00
#16112 : platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()' and decode the bytes
14 years ago
Andrew Svetlov
4ca222d4d5
Issue #14997 : disable <F5> in idle shell window.
Thanks to Roger Serwy for patch.
14 years ago
Jesus Cea
fc990e942f
Closes #16112 : platform.architecture does not correctly escape argument to /usr/bin/file
14 years ago
Jesus Cea
cf45325b61
Closes #15897 : zipimport.c doesn't check return value of fseek(). Typo
14 years ago
Jesus Cea
83451a2b40
Fix Misc/ACKS alphabetic order
14 years ago
Jesus Cea
09bf7a799d
Closes #15897 : zipimport.c doesn't check return value of fseek()
14 years ago
Andrew Svetlov
f532035551
Close open bracket, thanks to Josh Helzer from docs@
14 years ago
Ezio Melotti
d0fe3e5abb
#15979 : improve timeit documentation.
14 years ago
R David Murray
6db2335f77
Fix sqlite3 class markup.
14 years ago
Ezio Melotti
cb2916a714
#15923 : fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801 ).
14 years ago
Chris Jerdonek
c2cd626497
Issue #15533 : Skip test_cwd_with_relative_*() tests on Windows pending resolution of issue.
14 years ago
Chris Jerdonek
ec3ea94251
Issue #15533 : Clarify docs and add tests for subprocess.Popen()'s cwd argument.
14 years ago
Antoine Pitrou
f727082b71
Speed up test_httpservers by avoiding a one-second cleanup wait after each test case.
14 years ago
Gregory P. Smith
93b5b33e65
merge heads
14 years ago
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.
14 years ago
R David Murray
1a1883d566
#16085 : Don't promote shadowing builtins in the configparser example.
14 years ago
R David Murray
5320250485
#16071 : fix more email.message links in mailbox docs.
14 years ago
R David Murray
c5fe4073af
#16071 : fix links to email.message.Message in mailbox docs.
14 years ago
Jesus Cea
33b5769db5
Closes #15953 : Incorrect some fields declaration in the PyTypeObject documentation
14 years ago
Chris Jerdonek
fd448daf77
Close issue #16073 : fix map() example in list comprehension documentation.
Thanks for the e-mail report to docs@.
14 years ago
Michael Foord
7a1901f861
Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call
14 years ago
Chris Jerdonek
57491e0703
Issue #16036 : Improve documentation of built-in int()'s signature and arguments.
14 years ago
Petri Lehtinen
f39884bb5a
#15222 : Insert blank line after each message in mbox mailboxes
14 years ago
Petri Lehtinen
468091954f
#15222 : test_mailbox: End message template in a newline
14 years ago
Benjamin Peterson
1654d74e9a
switch assertion to an explicit ValueError
14 years ago
Benjamin Peterson
a820c7ca70
fix test_compileall when run with -O[O]
14 years ago
Benjamin Peterson
d388c4e02f
use modern conditional syntax
14 years ago