Commit Graph

37668 Commits

Author SHA1 Message Date
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
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