Benjamin Peterson
fbaeca70e5
fix markup
2008-12-27 22:18:58 +00:00
Antoine Pitrou
e555f581dc
Issue #4677 : add two list comprehension tests to pybench.
2008-12-27 20:34:52 +00:00
Georg Brandl
1ffbfbc566
#4671 : document that pydoc imports modules.
2008-12-27 19:11:15 +00:00
Georg Brandl
6b28f394a2
Use :samp: role.
2008-12-27 19:06:04 +00:00
Georg Brandl
f5b04fc65e
#4695 : fix backslashery.
2008-12-27 19:04:44 +00:00
Georg Brandl
50ae9e7e75
#4682 : 'b' is actually unsigned char.
2008-12-27 19:02:59 +00:00
Georg Brandl
348fa7968b
#4754 : improve winsound documentation.
2008-12-27 18:49:19 +00:00
Georg Brandl
3eef441700
Follow-up to r67746 in order to restore backwards-compatibility for
...
those who (monkey-)patch TextWrapper.wordsep_re with a custom RE.
2008-12-27 18:27:53 +00:00
Benjamin Peterson
8d5934b25d
#4748 lambda generators shouldn't return values
2008-12-27 18:24:11 +00:00
Georg Brandl
c3a9803410
Patch #4739 by David Laban: add symbols to pydoc help topics,
...
so that ``help('@')`` works as expected.
2008-12-27 18:20:04 +00:00
Georg Brandl
bedc343145
#4752 : actually use custom handler in example.
2008-12-27 17:42:40 +00:00
Antoine Pitrou
6f193e0e95
Issue #4756 : zipfile.is_zipfile() now supports file-like objects.
...
Patch by Gabriel Genellina.
2008-12-27 15:43:12 +00:00
Alexandre Vassalotti
e57e9990e7
Fix bogus unicode tests in pickletester.
2008-12-27 10:02:59 +00:00
Alexandre Vassalotti
6067f78ecf
Add Misc/NEWS entry for r67934.
2008-12-27 07:13:01 +00:00
Alexandre Vassalotti
f852bf97ef
Fix issue #4730 : cPickle corrupts high-unicode strings.
...
Update outdated copy of PyUnicode_EncodeRawUnicodeEscape.
Add a test case.
2008-12-27 07:08:47 +00:00
Alexandre Vassalotti
034e08ce8d
Remove unnecessary casts related to unicode_decode_call_errorhandler.
...
Make the _PyUnicode_Resize macro a static function.
These changes are needed to avoid breaking strict aliasing rules.
2008-12-27 06:36:10 +00:00
Hirokazu Yamamoto
0fc0747586
Issue #4740 : Use HIGHEST_PROTOCOL in pickle test.
...
(There is no behavior difference in 2.x because HIGHEST_PROTOCOL == 2)
2008-12-27 04:19:48 +00:00
Benjamin Peterson
1e551b47d3
python version is included in file name now
2008-12-26 23:26:30 +00:00
Tarek Ziadé
e4c75bb585
fixed #4400 : distutils .pypirc default generated file was broken.
2008-12-24 19:10:05 +00:00
Benjamin Peterson
42d19e6a2c
pretend exceptions don't exist a while longer
2008-12-24 16:10:05 +00:00
Benjamin Peterson
54686e3c29
#4736 BufferRWPair.closed shouldn't try to call another property as a function
2008-12-24 15:10:27 +00:00
Benjamin Peterson
e098c4abe5
make global static
2008-12-23 20:12:33 +00:00
Benjamin Peterson
b6a53b5c52
use a global variable, so the compiler doesn't optimize the assignment out
2008-12-23 20:09:28 +00:00
Georg Brandl
1966a237fb
Markup fix.
2008-12-23 15:44:25 +00:00
Georg Brandl
2b996b4700
Fix missing "svn" command.
2008-12-23 12:37:21 +00:00
Skip Montanaro
f205c13fac
As a result of a regression that snuck into 2.5.3 add a test case that
...
ensures that when you try to read from a file opened for writing an IOError
is raised.
2008-12-23 03:30:15 +00:00
Benjamin Peterson
5423abd182
silence compiler warning
2008-12-22 22:12:19 +00:00
Benjamin Peterson
cf2ce24db5
add NEWS note
2008-12-22 20:52:53 +00:00
Benjamin Peterson
4caef5c7e2
fix #4720 : the format to PyArg_ParseTupleAndKeywords can now start with '|'
2008-12-22 20:51:15 +00:00
Benjamin Peterson
1c39785256
less attitude
2008-12-22 20:44:58 +00:00
Benjamin Peterson
f09925da67
add py3k warnings to frame.f_exc_*
2008-12-22 20:16:25 +00:00
Benjamin Peterson
f281ff81a4
compute DISTVERSION with patchlevel.py
2008-12-21 21:00:53 +00:00
Neal Norwitz
1077c42869
Add Tarek for work on distutils.
2008-12-21 14:28:32 +00:00
Benjamin Peterson
03943d9808
Merged revisions 67809 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r67809 | benjamin.peterson | 2008-12-15 21:54:45 -0600 (Mon, 15 Dec 2008) | 1 line
fix logic error
........
2008-12-21 01:29:32 +00:00
Benjamin Peterson
e1a36a5214
there are way too many places which need to have the current version added
2008-12-21 01:14:47 +00:00
Benjamin Peterson
2c85ed5c6d
update readme
2008-12-21 01:12:26 +00:00
Benjamin Peterson
5c29dd4dbc
sphinx.web is long gone
2008-12-21 01:04:32 +00:00
Benjamin Peterson
a2813c9882
silence annoying DeprecationWarning
2008-12-20 23:48:54 +00:00
Benjamin Peterson
bd1ede68c5
add some recent releases to the list
2008-12-20 22:59:49 +00:00
Benjamin Peterson
9de7298102
remove redundant sentence
2008-12-20 22:49:24 +00:00
Benjamin Peterson
fed67fd41e
beef up docstring
2008-12-20 02:57:19 +00:00
Benjamin Peterson
4f6ec9d9ff
add headings
2008-12-20 02:51:26 +00:00
Benjamin Peterson
2d54e72a62
copy sentence from docstring
2008-12-20 02:48:02 +00:00
Amaury Forgeot d'Arc
d378dc02da
#4700 : crtlicense.txt is displayed by the license() command and should be kept ascii-only.
...
Will port to 3.0
2008-12-19 22:56:48 +00:00
Mark Dickinson
4b3ed5d8ba
Fix typo in Python equivalent for bit_length.
2008-12-19 17:46:51 +00:00
Raymond Hettinger
ba666a59db
Fix-up and clean-up docs for int.bit_length().
...
* Replace dramatic footnote with in-line comment about possible round-off errors in logarithms of large numbers.
* Add comments to the pure python code equivalent.
* replace floor() with int() in the mathematical equivalent so the type is correct (should be an int, not a float).
* add abs() to the mathematical equivalent so that it matches the previous line that it is supposed to be equivalent to.
* make one combined example with a negative input.
2008-12-19 09:06:07 +00:00
Benjamin Peterson
2b97b71b6f
_call_method -> _callmethod and _get_value to _getvalue
2008-12-19 02:31:35 +00:00
Benjamin Peterson
dd5312d62d
fix typo
2008-12-19 02:28:56 +00:00
Mark Dickinson
d66c6d31af
Issue 4692: bogus 'Make' in Makefile.pre.in; replace with '$MAKE'.
...
Thanks Ned Deily.
2008-12-18 19:46:21 +00:00
Antoine Pitrou
73c0e65fc3
Issue #2467 : gc.DEBUG_STATS reports invalid elapsed times.
...
Patch by Neil Schemenauer, very slightly modified.
2008-12-17 22:46:54 +00:00