Antoine Pitrou
5504e893f8
Issue #4509 : bugs in bytearray with exports (buffer protocol)
2008-12-06 21:27:53 +00:00
Benjamin Peterson
e6d4a9bdbc
update version number
2008-12-06 18:33:20 +00:00
Benjamin Peterson
e84f03f78c
there are only four asdl builtin types in py3k
2008-12-06 18:32:13 +00:00
Skip Montanaro
c1ce286061
issue 4483 - _dbm build failures on systems with gdbm_compat lib.
2008-12-06 17:25:02 +00:00
Jeffrey Yasskin
008d8ef1a8
Merged revisions 67494 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67494 | jeffrey.yasskin | 2008-12-02 22:46:45 -0800 (Tue, 02 Dec 2008) | 5 lines
Speed up Python (according to pybench and 2to3-on-itself) by 1-2% by caching
whether any thread has tracing turned on, which saves one load instruction in
the fast_next_opcode path in PyEval_EvalFrameEx(). See issue 4477.
........
2008-12-06 17:09:27 +00:00
Mark Dickinson
fd24b323f9
Issue #4445 : save 3 bytes of memory (on average) per bytes allocation.
...
(This is a forward port of r67601).
2008-12-06 15:33:31 +00:00
Georg Brandl
17fe364b44
#4562 : fix zip() examples.
2008-12-06 14:28:56 +00:00
Raymond Hettinger
518d8da05c
Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment.
2008-12-06 11:44:00 +00:00
Georg Brandl
40c509d0b6
cmp() is not really gone.
2008-12-06 08:14:46 +00:00
Georg Brandl
d2aa7e6627
#4557 : remove 'c' typecode from array docs and add a note in whatsnew.
2008-12-06 08:12:11 +00:00
Mark Dickinson
9af5235fa5
Blocked revisions 67601 via svnmerge
...
........
r67601 | mark.dickinson | 2008-12-05 21:55:28 +0000 (Fri, 05 Dec 2008) | 3 lines
Issue #4445 : save 3 bytes (on average, on a typical machine) per
string allocation.
........
2008-12-05 22:23:16 +00:00
Georg Brandl
badc7abc10
Use :samp: role.
2008-12-05 18:31:51 +00:00
Mark Dickinson
d3c827b0bd
Merged revisions 67590 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67590 | mark.dickinson | 2008-12-05 17:59:46 +0000 (Fri, 05 Dec 2008) | 2 lines
Issue #4461 : Safety check in parsenumber (ast.c)
........
2008-12-05 18:10:46 +00:00
Georg Brandl
fed7d80988
#4549 : Mention nonlocal statement in tutorial section about scoping.
2008-12-05 18:06:58 +00:00
Georg Brandl
6d204bf9b6
#4550 : fix 2.x syntax in webservers howto.
2008-12-05 18:04:41 +00:00
Mark Dickinson
50b2b6eeac
Issue 4497: silence compiler warnings on Windows.
2008-12-05 17:14:29 +00:00
Georg Brandl
48367816e9
Manually merged r67583: move __import__ doc to the bottom.
2008-12-05 15:55:41 +00:00
Georg Brandl
f7d4874cc0
Blocked revisions 67583 via svnmerge
...
........
r67583 | georg.brandl | 2008-12-05 16:52:20 +0100 (Fri, 05 Dec 2008) | 4 lines
Move __import__ to the bottom of the functions list.
It doesn't make sense for such a fundamental document to have
the most obscure function listed at the top.
........
2008-12-05 15:54:46 +00:00
Georg Brandl
913b2a382f
#4504 , #4505 : Update noddy examples in "Extending & Embedding".
2008-12-05 15:12:15 +00:00
Christian Heimes
a872de55dc
Fixed issue #4533 : File read operation was dreadfully slow
2008-12-05 08:26:55 +00:00
Georg Brandl
7a259ca8e3
#4427 : fix arguments for "y" BuildValue type.
2008-12-05 07:57:51 +00:00
Georg Brandl
ed5b9b3fd5
#4401 : Re-add os.extsep.
2008-12-05 07:45:54 +00:00
Georg Brandl
7fe2c4af0e
#4355 : refer to urlencode in the correct module.
2008-12-05 07:32:56 +00:00
Georg Brandl
4f3359f45b
Update build URL.
2008-12-05 07:32:39 +00:00
Martin v. Löwis
924eca7f52
Send mails to python-checkins now.
2008-12-05 07:20:46 +00:00
Guido van Rossum
f519523f47
Tweak verbiage and markup for relative/absolute import. Backport candidate.
...
(I guess *all* changes to this file should be backported to the 3.0 branch.)
2008-12-05 05:49:12 +00:00
Benjamin Peterson
3432829ea0
fix Sphinx warnings
2008-12-05 03:05:29 +00:00
Fred Drake
608d574828
add missing import
2008-12-05 02:47:42 +00:00
Amaury Forgeot d'Arc
bc9d4749f2
#4542 : On Windows, binascii.crc32 still accepted str as binary input.
...
This fixes test_binascii.
Will backport to 3.0
2008-12-05 01:40:43 +00:00
Amaury Forgeot d'Arc
bc2ce57203
Issue #4537 : webbrowser.UnixBrowser failed because this module defines an open()
...
function which shadows the builtin.
Will backport to 3.0
2008-12-05 01:02:21 +00:00
Fred Drake
9a0a65b524
Merged revisions 67528 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67528 | fred.drake | 2008-12-04 13:25:17 -0500 (Thu, 04 Dec 2008) | 4 lines
Issue #1055234 : cgi.parse_header(): Fixed parsing of header parameters to
support unusual filenames (such as those containing semi-colons) in
Content-Disposition headers.
........
2008-12-04 19:24:50 +00:00
Georg Brandl
c47408acc1
Add a skeleton 3.1 whatsnew document.
2008-12-04 18:44:53 +00:00
Georg Brandl
ced51db8cf
#4513 : remove traces of zip() docstring from when it was izip().
2008-12-04 18:28:38 +00:00
Georg Brandl
83ebf383d7
#4521 : fix getcwdu() vs getcwdb().
2008-12-04 18:21:46 +00:00
Georg Brandl
a2361d908e
#4526 : fix typo.
2008-12-04 18:19:41 +00:00
Georg Brandl
b159008a54
#4527 : fix "unicode or string".
2008-12-04 18:18:16 +00:00
Fred Drake
9baee31a44
- fix markup error
...
- remove silly emoticon
2008-12-04 15:28:51 +00:00
Andrew M. Kuchling
2982c32a00
Wording change (flaunt -> disobey); markup fixes. The largest edit is to the paragraph on relative imports; please review. (Backport candidate)
2008-12-04 15:07:14 +00:00
Christian Heimes
af78e47f49
More 3.0 -> 3.1 transistion in the Windows and OS/2 build files
2008-12-04 14:27:25 +00:00
Hirokazu Yamamoto
73629da1e0
Bumped up version number in PC/pyconfig.h.
2008-12-04 08:53:27 +00:00
Christian Heimes
fd44062a7f
More 3.0 -> 3.1 transistions
2008-12-03 18:35:13 +00:00
Christian Heimes
70e5cabfdc
Bumped up version numbers of configure/autoconf scripts
2008-12-03 18:18:23 +00:00
Barry Warsaw
97f005d137
Prep for Python 3.1!
2008-12-03 16:46:14 +00:00
Guido van Rossum
815427c481
Remove remark about NaN==NaN, I misunderstood that issue.
2008-12-03 15:24:50 +00:00
Raymond Hettinger
ab4c51c2b3
Minor edits.
2008-12-03 15:04:01 +00:00
Christian Heimes
6e72b9e619
Fixed a warning on whatsnew/3.0.rst
2008-12-03 13:39:03 +00:00
Georg Brandl
ffd1a759da
Use the :mod: role.
2008-12-03 06:44:59 +00:00
Guido van Rossum
08388ef361
Some textual tweaks, and fixed a few typos found by a spell checker.
2008-12-03 05:39:28 +00:00
Guido van Rossum
b768d4f759
Fix bad markup.
2008-12-03 04:18:17 +00:00
Guido van Rossum
fedd14051b
More cleanup. Moved all Unicode and str/bytes info to the text/data
...
subsection in common pitfalls, rather than spreading it out. Made
this the last subsection of common pitfalls. All XXX comments are now
gone. I'm sure much is still missing, we'll have to clean that up
post 3.0. At least all PEPs and all implemented items in PEP 3100
have at least one mention.
2008-12-03 04:15:35 +00:00