Benjamin Peterson
0d6fe51e4f
spacing and another versionadded
2010-05-06 22:13:11 +00:00
Benjamin Peterson
662c74ff52
versionadded for environb
2010-05-06 22:09:03 +00:00
Victor Stinner
84ae118006
Issue #8603 : Create a bytes version of os.environ for Unix
...
Create os.environb mapping and os.getenvb() function, os.unsetenv() encodes str
argument to the file system encoding with the surrogateescape error handler
(instead of utf8/strict) and accepts bytes, and posix.environ keys and values
are bytes.
2010-05-06 22:05:07 +00:00
Mark Dickinson
55f8ae28a1
Merged revisions 80826 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80826 | mark.dickinson | 2010-05-05 22:52:39 +0100 (Wed, 05 May 2010) | 1 line
Issue 8628: fix incorrect documentation for numbers.Complex.imag.
........
2010-05-05 21:54:18 +00:00
Victor Stinner
de629d46f2
Issue #8390 : tarfile uses surrogateespace as the default error handler
...
(instead of replace in read mode or strict in write mode)
2010-05-05 21:43:57 +00:00
Senthil Kumaran
56d521cffb
Fix issue8619 - Doc fix - code example.
2010-05-05 07:22:18 +00:00
Senthil Kumaran
4db26af280
Fix Issue8619 docfix related to urllib.
2010-05-05 05:32:16 +00:00
Antoine Pitrou
e95a9ff112
Add what's new entry for r80157 and r80071.
2010-05-04 23:31:41 +00:00
Jesus Cea
fb7b668216
Merged revisions 80716 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80716 | jesus.cea | 2010-05-03 18:09:21 +0200 (Mon, 03 May 2010) | 1 line
wbits negative was documented SEVEN years ago
........
2010-05-03 16:14:58 +00:00
Antoine Pitrou
83fd9b97b8
Issue #8593 : Fix, reorder and improve the documentation for argument parsing
2010-05-03 15:57:23 +00:00
Giampaolo Rodolà
8130290d42
Merged revisions 80631 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80631 | giampaolo.rodola | 2010-04-29 22:31:17 +0200 (gio, 29 apr 2010) | 1 line
Fixes issue 8543 (asynchat documentation issues)
........
2010-04-29 20:45:01 +00:00
Senthil Kumaran
5ffe0e6df8
Merged revisions 80627 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80627 | senthil.kumaran | 2010-04-30 01:16:08 +0530 (Fri, 30 Apr 2010) | 3 lines
Fixing the Broken links of mechanize library.
........
2010-04-29 20:02:50 +00:00
Ezio Melotti
d5334e1fa3
Merged revisions 80620 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80620 | ezio.melotti | 2010-04-29 18:07:20 +0200 (Thu, 29 Apr 2010) | 1 line
Group the Windows entries in getfilesystemencoding doc, move the win 9x one at the bottom of the list and fix some markup.
........
2010-04-29 16:24:51 +00:00
Tarek Ziadé
ffa155ad83
make sure shutil checks for bz2 availability before it uses it.
2010-04-29 13:34:35 +00:00
Antoine Pitrou
f9fc08f9f3
Merged revisions 80591-80592 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80591 | antoine.pitrou | 2010-04-28 21:53:35 +0200 (mer., 28 avril 2010) | 4 lines
State clearly that truncate() doesn't move the file position,
and remove a duplicate of its specification.
........
r80592 | antoine.pitrou | 2010-04-28 21:57:33 +0200 (mer., 28 avril 2010) | 3 lines
Clarify and fix the documentation for IOBase.close()
........
2010-04-28 19:59:32 +00:00
Tarek Ziadé
6ac91723bd
#8295 : Added shutil.unpack_archive and related APIs
2010-04-28 17:51:36 +00:00
Senthil Kumaran
71fb6c88a8
Merged revisions 80583 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80583 | senthil.kumaran | 2010-04-28 22:50:43 +0530 (Wed, 28 Apr 2010) | 3 lines
Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-encoding: chunked"
........
2010-04-28 17:39:48 +00:00
Benjamin Peterson
d99cd81df5
Merged revisions 80561 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80561 | benjamin.peterson | 2010-04-27 17:56:31 -0500 (Tue, 27 Apr 2010) | 1 line
make slice notation in (r)find docs consistent
........
2010-04-27 22:58:50 +00:00
Benjamin Peterson
95e392c111
Merged revisions 80544 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80544 | benjamin.peterson | 2010-04-27 16:01:54 -0500 (Tue, 27 Apr 2010) | 1 line
reject None as the buffering argument like the C implementation does #8546
........
2010-04-27 21:07:21 +00:00
Michael Foord
469b1f0d50
Adding versionadded to several new functions in unittest documentation.
2010-04-26 23:41:26 +00:00
Benjamin Peterson
44d3d7854b
add versionadded
2010-04-25 21:03:34 +00:00
Michael Foord
de4ceabfd8
Merged revisions 80476 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80476 | michael.foord | 2010-04-25 20:02:46 +0100 (Sun, 25 Apr 2010) | 1 line
Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs.
........
2010-04-25 19:53:49 +00:00
Ezio Melotti
bc37298e84
Merged revisions 79786 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79786 | ezio.melotti | 2010-04-05 11:02:54 +0300 (Mon, 05 Apr 2010) | 1 line
Fix markup, punctuation and whitespaces in _winreg.rst.
........
2010-04-25 17:48:01 +00:00
Georg Brandl
386bc6d380
Merged revisions 80150,80460-80461 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80150 | r.david.murray | 2010-04-17 17:45:38 +0200 (Sa, 17 Apr 2010) | 2 lines
Update link to Apple Publication Style guide.
........
r80460 | georg.brandl | 2010-04-25 12:16:00 +0200 (So, 25 Apr 2010) | 1 line
#8528 : fix typo.
........
r80461 | georg.brandl | 2010-04-25 12:17:27 +0200 (So, 25 Apr 2010) | 1 line
#8522 : use with statement instead of try-finally for file handling.
........
2010-04-25 10:19:53 +00:00
Benjamin Peterson
fb88636199
prevent the dict constructor from accepting non-string keyword args #8419
...
This adds PyArg_ValidateKeywordArguments, which checks that keyword arguments
are all strings, using an optimized method if possible.
2010-04-24 18:21:17 +00:00
Brian Curtin
d85594869d
Fix #5774 . Change doc to reflect that some functions have defaults but not kwargs.
2010-04-24 17:21:31 +00:00
Tarek Ziadé
8c26c7d907
added a note about the ignore_dangling_symlinks option
2010-04-23 13:03:50 +00:00
Sean Reifscheider
13daf12b47
Port of issue8451 to python3: Syslog use sys.argv[0] for ident.
2010-04-23 09:29:52 +00:00
Georg Brandl
582c0a6ac2
Merged revisions 80388 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80388 | georg.brandl | 2010-04-23 00:15:33 +0200 (Fr, 23 Apr 2010) | 1 line
Add "report a bug" links in some prominent places. Make it clear that doc bugs can be mailed to docs@python.org . Clarify tracker usage.
........
2010-04-22 23:20:19 +00:00
Senthil Kumaran
7a1e09f60c
Merged revisions 80362 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80362 | senthil.kumaran | 2010-04-22 17:40:13 +0530 (Thu, 22 Apr 2010) | 4 lines
Changed tests to only urlparse one, which was enough, addressed Ezio's comment
on Invalid url check statement and versionchanged string in docs.
........
2010-04-22 12:19:46 +00:00
Victor Stinner
dcb2403022
Issue #8485 : PyUnicode_FSConverter() doesn't accept bytearray object anymore,
...
you have to convert your bytearray filenames to bytes
2010-04-22 12:08:36 +00:00
Senthil Kumaran
0c2d8b8e51
Fixing a note on encoding declaration, its usage in urlopen based on review
...
comments from RDM and Ezio.
2010-04-22 10:53:30 +00:00
Georg Brandl
5e73a819ca
Typo fixes.
2010-04-22 07:02:51 +00:00
Georg Brandl
4c25cf3fb0
Fix indentation.
2010-04-22 07:00:42 +00:00
Senthil Kumaran
6257bdd8ea
Merged revisions 80336 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80336 | senthil.kumaran | 2010-04-22 11:18:35 +0530 (Thu, 22 Apr 2010) | 3 lines
Updated the RFCs list in the See Also section of urlparse.rst
........
2010-04-22 05:53:18 +00:00
Brian Curtin
3035c3925c
Port #7347 to py3k.
...
Add CreateKeyEx and DeleteKeyEx, along with test improvements.
2010-04-21 23:56:21 +00:00
Tarek Ziadé
df6198ee39
fixed typo
2010-04-21 07:30:43 +00:00
Mark Dickinson
7c186e2a18
Issue #2706 : Add support for dividing a timedelta by another timedelta.
...
Adds support for the three division operations:
- timedelta / timedelta -> float
- timedelta // timedelta -> int
- timedelta % timedelta -> timedelta
also adds support for divmod(timedelta, timedelta).
Patch by Victor Stinner, adapted for py3k and extended by Alexander
Belopolsky.
2010-04-20 22:32:49 +00:00
Tarek Ziadé
5e2be8737d
Merged revisions 80282 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80282 | tarek.ziade | 2010-04-20 23:09:06 +0200 (Tue, 20 Apr 2010) | 1 line
removed ztar support in shutil.make_archive
........
2010-04-20 21:40:47 +00:00
Georg Brandl
bdc55aba34
Markup nit.
2010-04-20 18:15:54 +00:00
Brian Curtin
904bd39afb
Updated version numbers from 2.7 to 3.2
...
Merged revisions 80265 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80265 | brian.curtin | 2010-04-20 10:23:18 -0500 (Tue, 20 Apr 2010) | 2 lines
Add version info for os.kill and signal changes from #1220212 .
........
2010-04-20 15:28:06 +00:00
Tarek Ziadé
6cf3e616e4
fixed typo -- thanks Nick
2010-04-20 14:31:49 +00:00
Ezio Melotti
cb999a311c
Add missing arg, fix indentation and spelling.
2010-04-20 11:26:51 +00:00
Ezio Melotti
4d5195bab5
Fix two versionchanged.
2010-04-20 10:57:44 +00:00
Ezio Melotti
11d22dce3a
Merged revisions 79963,80024,80064,80070,80085,80088 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79963 | andrew.kuchling | 2010-04-11 23:40:09 +0300 (Sun, 11 Apr 2010) | 1 line
Add several items
........
r80024 | andrew.kuchling | 2010-04-13 04:32:51 +0300 (Tue, 13 Apr 2010) | 1 line
Add an item; stray edit
........
r80064 | andrew.kuchling | 2010-04-14 04:14:59 +0300 (Wed, 14 Apr 2010) | 1 line
Add argparse example
........
r80070 | andrew.kuchling | 2010-04-14 17:28:31 +0300 (Wed, 14 Apr 2010) | 1 line
Add some text
........
r80085 | andrew.kuchling | 2010-04-15 02:55:17 +0300 (Thu, 15 Apr 2010) | 1 line
Add various items; correct argparse output
........
r80088 | andrew.kuchling | 2010-04-15 04:42:27 +0300 (Thu, 15 Apr 2010) | 1 line
Add various items
........
2010-04-20 09:55:05 +00:00
Ezio Melotti
7e5b8892ce
Update the python version in the interpreter tutorial.
2010-04-20 09:41:59 +00:00
Ezio Melotti
7afd3f532d
Fix versionadded in unittest.rst.
2010-04-20 09:32:54 +00:00
Tarek Ziadé
7aa6da0509
added a note on shutil.copytree improvements
2010-04-20 09:13:23 +00:00
Tarek Ziadé
fb437513d6
Fixed #6547 : Added the ignore_dangling_symlinks option to shutil.copytree
2010-04-20 08:57:33 +00:00
Tarek Ziadé
5340db3803
Fixed #1540112 : now shutil.copytree will let you provide your own copy() function
2010-04-19 22:30:51 +00:00