Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 67494 via svnmerge from | Jeffrey Yasskin | 2008-12-06 | 1 | -1/+10 |
| | | | | | | | | | | | | 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. ........ | ||||
* | Issue #4445: save 3 bytes of memory (on average) per bytes allocation. | Mark Dickinson | 2008-12-06 | 2 | -10/+23 |
| | | | | (This is a forward port of r67601). | ||||
* | #4562: fix zip() examples. | Georg Brandl | 2008-12-06 | 1 | -2/+2 |
| | |||||
* | Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment. | Raymond Hettinger | 2008-12-06 | 1 | -8/+9 |
| | |||||
* | cmp() is not really gone. | Georg Brandl | 2008-12-06 | 1 | -6/+5 |
| | |||||
* | #4557: remove 'c' typecode from array docs and add a note in whatsnew. | Georg Brandl | 2008-12-06 | 2 | -6/+5 |
| | |||||
* | Blocked revisions 67601 via svnmerge | Mark Dickinson | 2008-12-05 | 0 | -0/+0 |
| | | | | | | | | | ........ 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. ........ | ||||
* | Use :samp: role. | Georg Brandl | 2008-12-05 | 1 | -7/+6 |
| | |||||
* | Merged revisions 67590 via svnmerge from | Mark Dickinson | 2008-12-05 | 1 | -0/+1 |
| | | | | | | | | | | 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) ........ | ||||
* | #4549: Mention nonlocal statement in tutorial section about scoping. | Georg Brandl | 2008-12-05 | 1 | -6/+5 |
| | |||||
* | #4550: fix 2.x syntax in webservers howto. | Georg Brandl | 2008-12-05 | 1 | -7/+8 |
| | |||||
* | Issue 4497: silence compiler warnings on Windows. | Mark Dickinson | 2008-12-05 | 1 | -4/+4 |
| | |||||
* | Manually merged r67583: move __import__ doc to the bottom. | Georg Brandl | 2008-12-05 | 1 | -53/+53 |
| | |||||
* | Blocked revisions 67583 via svnmerge | Georg Brandl | 2008-12-05 | 0 | -0/+0 |
| | | | | | | | | | | ........ 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. ........ | ||||
* | #4504, #4505: Update noddy examples in "Extending & Embedding". | Georg Brandl | 2008-12-05 | 7 | -219/+215 |
| | |||||
* | Fixed issue #4533: File read operation was dreadfully slow | Christian Heimes | 2008-12-05 | 2 | -4/+31 |
| | |||||
* | #4427: fix arguments for "y" BuildValue type. | Georg Brandl | 2008-12-05 | 1 | -1/+1 |
| | |||||
* | #4401: Re-add os.extsep. | Georg Brandl | 2008-12-05 | 1 | -1/+3 |
| | |||||
* | #4355: refer to urlencode in the correct module. | Georg Brandl | 2008-12-05 | 2 | -6/+6 |
| | |||||
* | Update build URL. | Georg Brandl | 2008-12-05 | 1 | -1/+1 |
| | |||||
* | Send mails to python-checkins now. | Martin v. Löwis | 2008-12-05 | 1 | -1/+1 |
| | |||||
* | Tweak verbiage and markup for relative/absolute import. Backport candidate. | Guido van Rossum | 2008-12-05 | 1 | -4/+3 |
| | | | | (I guess *all* changes to this file should be backported to the 3.0 branch.) | ||||
* | fix Sphinx warnings | Benjamin Peterson | 2008-12-05 | 1 | -2/+2 |
| | |||||
* | add missing import | Fred Drake | 2008-12-05 | 1 | -0/+1 |
| | |||||
* | #4542: On Windows, binascii.crc32 still accepted str as binary input. | Amaury Forgeot d'Arc | 2008-12-05 | 2 | -1/+4 |
| | | | | | | This fixes test_binascii. Will backport to 3.0 | ||||
* | Issue #4537: webbrowser.UnixBrowser failed because this module defines an open() | Amaury Forgeot d'Arc | 2008-12-05 | 2 | -1/+4 |
| | | | | | | function which shadows the builtin. Will backport to 3.0 | ||||
* | Merged revisions 67528 via svnmerge from | Fred Drake | 2008-12-04 | 3 | -3/+46 |
| | | | | | | | | | | | | 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. ........ | ||||
* | Add a skeleton 3.1 whatsnew document. | Georg Brandl | 2008-12-04 | 2 | -0/+70 |
| | |||||
* | #4513: remove traces of zip() docstring from when it was izip(). | Georg Brandl | 2008-12-04 | 1 | -3/+1 |
| | |||||
* | #4521: fix getcwdu() vs getcwdb(). | Georg Brandl | 2008-12-04 | 1 | -1/+1 |
| | |||||
* | #4526: fix typo. | Georg Brandl | 2008-12-04 | 1 | -2/+3 |
| | |||||
* | #4527: fix "unicode or string". | Georg Brandl | 2008-12-04 | 1 | -1/+1 |
| | |||||
* | - fix markup error | Fred Drake | 2008-12-04 | 1 | -2/+2 |
| | | | | - remove silly emoticon | ||||
* | Wording change (flaunt -> disobey); markup fixes. The largest edit is to ↵ | Andrew M. Kuchling | 2008-12-04 | 1 | -10/+11 |
| | | | | the paragraph on relative imports; please review. (Backport candidate) | ||||
* | More 3.0 -> 3.1 transistion in the Windows and OS/2 build files | Christian Heimes | 2008-12-04 | 4 | -5/+5 |
| | |||||
* | Bumped up version number in PC/pyconfig.h. | Hirokazu Yamamoto | 2008-12-04 | 1 | -2/+2 |
| | |||||
* | More 3.0 -> 3.1 transistions | Christian Heimes | 2008-12-03 | 7 | -20/+20 |
| | |||||
* | Bumped up version numbers of configure/autoconf scripts | Christian Heimes | 2008-12-03 | 2 | -12/+12 |
| | |||||
* | Prep for Python 3.1! | Barry Warsaw | 2008-12-03 | 12 | -1432/+1444 |
| | |||||
* | Remove remark about NaN==NaN, I misunderstood that issue. | Guido van Rossum | 2008-12-03 | 1 | -2/+1 |
| | |||||
* | Minor edits. | Raymond Hettinger | 2008-12-03 | 1 | -3/+4 |
| | |||||
* | Fixed a warning on whatsnew/3.0.rst | Christian Heimes | 2008-12-03 | 1 | -1/+1 |
| | |||||
* | Use the :mod: role. | Georg Brandl | 2008-12-03 | 1 | -1/+1 |
| | |||||
* | Some textual tweaks, and fixed a few typos found by a spell checker. | Guido van Rossum | 2008-12-03 | 1 | -26/+39 |
| | |||||
* | Fix bad markup. | Guido van Rossum | 2008-12-03 | 1 | -2/+2 |
| | |||||
* | More cleanup. Moved all Unicode and str/bytes info to the text/data | Guido van Rossum | 2008-12-03 | 1 | -289/+296 |
| | | | | | | | | 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. | ||||
* | Another checkpoint. | Guido van Rossum | 2008-12-03 | 1 | -12/+33 |
| | | | | (A bit of a mess, a previous submit apparently didn't go through.) | ||||
* | Another checkpoint -- some stuff I managed to do on the train. | Guido van Rossum | 2008-12-03 | 1 | -81/+94 |
| | |||||
* | Merged revisions 67484 via svnmerge from | Christian Heimes | 2008-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | 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). ........ | ||||
* | Another checkpoint. | Guido van Rossum | 2008-12-03 | 1 | -38/+38 |
| |