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
Guido van Rossum
67d75ba7e7
Another checkpoint.
...
(A bit of a mess, a previous submit apparently didn't go through.)
2008-12-03 02:31:31 +00:00
Guido van Rossum
3828768f45
Another checkpoint -- some stuff I managed to do on the train.
2008-12-03 02:03:19 +00:00
Christian Heimes
d74a1dc501
Merged revisions 67484 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67484 | christian.heimes | 2008-12-03 01:53:18 +0100 (Wed, 03 Dec 2008) | 2 lines
Issue #4025 again
Converted a C99 style comment to a C89 style comment (found by MAL).
........
2008-12-03 00:55:34 +00:00
Guido van Rossum
7396135b90
Another checkpoint.
2008-12-03 00:54:52 +00:00
Gregory P. Smith
f3655c439d
interators -> iterators (thanks Taggnostr)
2008-12-02 23:52:53 +00:00
Guido van Rossum
c46ee546ee
Finished what I'm going to write about the standard library.
2008-12-02 23:46:46 +00:00
Guido van Rossum
56076dab76
Finished the "porting to 3.0" section. Had to add a label to
...
howto/cporting.rst.
2008-12-02 22:58:36 +00:00
Guido van Rossum
715287f12f
Another checkpoint. More XXXes added...
...
Also add some labels to 2.6.rst and howto/unicode.rst so I can refer
to them. (Somehow a label named 'module-contextlib' couldn't be
referenced -- why???)
2008-12-02 22:34:15 +00:00
Raymond Hettinger
f5b64116cc
Issue 3689: list_reverseiterator should support __length_hint__ instead of __len__.
2008-12-02 21:33:45 +00:00
Raymond Hettinger
048690410f
Bug #4495 : Fix signed/unsigned warning (both namelen and tailen should be signed, not just namelen).
2008-12-02 20:59:48 +00:00
Guido van Rossum
5b78dd9fad
Another checkpoint to switch machines.
2008-12-02 17:31:14 +00:00
Walter Dörwald
eab34c954d
Add missing bracket.
2008-12-02 11:58:09 +00:00
Walter Dörwald
a443856935
Fix typo.
2008-12-02 11:55:30 +00:00
Martin v. Löwis
15b16a3ec4
Issue #4387 : binascii now refuses to accept str as binary input.
2008-12-02 06:00:15 +00:00
Alexandre Vassalotti
eae122be62
Fix docutils parsing errors in Misc/NEWS.
2008-12-02 03:34:24 +00:00
Benjamin Peterson
cc163bb5db
fix markup
2008-12-02 01:12:04 +00:00
Guido van Rossum
eb3d8d4665
Checkpoint. Added some stuff. Mostly XXX notes for myself. :-)
2008-12-02 00:56:25 +00:00
Georg Brandl
db6f108532
Merged revisions 67467 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67467 | benjamin.peterson | 2008-12-01 13:52:51 +0100 (Mon, 01 Dec 2008) | 1 line
let people using SVN Sphinx still build the docs
........
2008-12-01 23:02:51 +00:00