Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport r66857: make all whatsnew docs accessible. | Georg Brandl | 2008-10-08 | 5 | -15/+27 |
| | |||||
* | Note how bytes alias is expected to be used | Andrew M. Kuchling | 2008-10-08 | 1 | -0/+14 |
| | |||||
* | Merged revisions ↵ | Benjamin Peterson | 2008-10-04 | 3 | -10/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,66797 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ................ r66766 | benjamin.peterson | 2008-10-03 06:52:06 -0500 (Fri, 03 Oct 2008) | 1 line update the mac installer script ................ r66767 | andrew.kuchling | 2008-10-03 07:26:42 -0500 (Fri, 03 Oct 2008) | 1 line Docstring typo. ................ r66771 | hirokazu.yamamoto | 2008-10-03 11:18:42 -0500 (Fri, 03 Oct 2008) | 2 lines Fixed following error when DocXMLRPCServer failed. UnboundLocalError: local variable 'serv' referenced before assignment ................ r66772 | andrew.kuchling | 2008-10-03 11:29:19 -0500 (Fri, 03 Oct 2008) | 1 line Mention exception in docstring ................ r66774 | andrew.kuchling | 2008-10-03 11:42:52 -0500 (Fri, 03 Oct 2008) | 1 line Typo fix ................ r66776 | hirokazu.yamamoto | 2008-10-03 12:34:49 -0500 (Fri, 03 Oct 2008) | 2 lines Issue #1706863: Fixed "'NoneType' object has no attribute 'rfind'" error when sqlite libfile not found. ................ r66783 | andrew.kuchling | 2008-10-03 20:02:29 -0500 (Fri, 03 Oct 2008) | 1 line Use correct capitalization of NaN ................ r66784 | andrew.kuchling | 2008-10-03 20:03:42 -0500 (Fri, 03 Oct 2008) | 1 line Docstring change: Specify exception raised ................ r66785 | andrew.kuchling | 2008-10-03 20:04:24 -0500 (Fri, 03 Oct 2008) | 1 line Docstring changes: Specify exceptions raised ................ r66786 | andrew.kuchling | 2008-10-03 20:05:56 -0500 (Fri, 03 Oct 2008) | 3 lines Docstring change for *partition: use same tense as other docstrings. Hyphenate left- and right-justified. Fix 'registerd' typo ................ r66787 | andrew.kuchling | 2008-10-03 22:08:56 -0500 (Fri, 03 Oct 2008) | 1 line two corrections ................ r66790 | andrew.kuchling | 2008-10-04 11:52:01 -0500 (Sat, 04 Oct 2008) | 1 line Set svn:keywords ................ r66793 | georg.brandl | 2008-10-04 13:26:01 -0500 (Sat, 04 Oct 2008) | 2 lines #4041: don't refer to removed and outdated modules. ................ r66797 | benjamin.peterson | 2008-10-04 15:55:50 -0500 (Sat, 04 Oct 2008) | 19 lines Merged revisions 66707,66775,66782 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66707 | benjamin.peterson | 2008-09-30 18:27:10 -0500 (Tue, 30 Sep 2008) | 1 line fix #4001: fix_imports didn't check for __init__.py before converting to relative imports ........ r66775 | collin.winter | 2008-10-03 12:08:26 -0500 (Fri, 03 Oct 2008) | 4 lines Add an alternative iterative pattern matching system that, while slower, correctly parses files that cause the faster recursive pattern matcher to fail with a recursion error. lib2to3 falls back to the iterative matcher if the recursive one fails. Fixes http://bugs.python.org/issue2532. Thanks to Nick Edds. ........ r66782 | benjamin.peterson | 2008-10-03 17:51:36 -0500 (Fri, 03 Oct 2008) | 1 line add Victor Stinner's fixer for os.getcwdu -> os.getcwd #4023 ........ ................ | ||||
* | Continuously built downloads are in /current. | Georg Brandl | 2008-10-04 | 1 | -1/+1 |
| | |||||
* | Some Doc tweaks. | Georg Brandl | 2008-10-02 | 3 | -6/+5 |
| | |||||
* | Today is the release datev2.6 | Barry Warsaw | 2008-10-01 | 1 | -3/+2 |
| | |||||
* | Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when | Gregory P. Smith | 2008-09-30 | 1 | -0/+4 |
| | | | | | | | calling fork() from a child thread. This disables that unit test (with a note printed to stderr) on those platforms. A caveat about buggy platforms is added to the os.fork documentation. | ||||
* | Markup fixes. (optparse.rst probably needs an entire revision pass.) | Andrew M. Kuchling | 2008-09-30 | 3 | -16/+16 |
| | |||||
* | Markup fixes | Andrew M. Kuchling | 2008-09-30 | 1 | -10/+11 |
| | |||||
* | Markup fix | Andrew M. Kuchling | 2008-09-30 | 2 | -2/+2 |
| | |||||
* | Edits, and add markup | Andrew M. Kuchling | 2008-09-30 | 1 | -4/+4 |
| | |||||
* | issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick ↵ | Jesse Noller | 2008-09-30 | 1 | -0/+7 |
| | | | | Coghlan, Damien Miller | ||||
* | Issue #3965: Allow repeated calls to turtle.Screen, by making it a | Martin v. Löwis | 2008-09-29 | 1 | -4/+4 |
| | | | | | | true singleton object. Reviewed by Gregor Lingl. | ||||
* | Don't show version in title. | Georg Brandl | 2008-09-28 | 1 | -2/+3 |
| | |||||
* | No downloads for RCs. | Georg Brandl | 2008-09-28 | 1 | -0/+6 |
| | |||||
* | note the 2to3 -d could be useful for other refactoring | Benjamin Peterson | 2008-09-28 | 1 | -1/+3 |
| | |||||
* | better grammar | Benjamin Peterson | 2008-09-28 | 1 | -1/+1 |
| | |||||
* | #1415508: Document two functions | Andrew M. Kuchling | 2008-09-28 | 1 | -6/+21 |
| | |||||
* | #1579477: mention necessity to flush output before exec'ing | Andrew M. Kuchling | 2008-09-28 | 1 | -3/+10 |
| | |||||
* | clarify a few things | Benjamin Peterson | 2008-09-27 | 1 | -7/+6 |
| | |||||
* | #3510: future-proof text | Andrew M. Kuchling | 2008-09-27 | 1 | -3/+4 |
| | |||||
* | 2to3's api should be considered unstable | Benjamin Peterson | 2008-09-27 | 1 | -0/+6 |
| | |||||
* | Add a last bunch of items | Andrew M. Kuchling | 2008-09-27 | 1 | -3/+36 |
| | |||||
* | typos. | Georg Brandl | 2008-09-26 | 1 | -3/+3 |
| | |||||
* | add an 'other options' section | Benjamin Peterson | 2008-09-26 | 1 | -0/+9 |
| | |||||
* | add the beginnings of a C-API 2 -> 3 porting guide | Benjamin Peterson | 2008-09-26 | 2 | -0/+209 |
| | |||||
* | Improve wording | Andrew M. Kuchling | 2008-09-24 | 1 | -7/+7 |
| | |||||
* | Indentation normalization. | Georg Brandl | 2008-09-24 | 1 | -2/+2 |
| | |||||
* | mention how to override boolean evaluation | Benjamin Peterson | 2008-09-23 | 1 | -1/+2 |
| | |||||
* | clean up docs for platform's linux_distribution and dist functions | Benjamin Peterson | 2008-09-22 | 1 | -16/+10 |
| | |||||
* | Fill out download page. | Georg Brandl | 2008-09-21 | 1 | -18/+24 |
| | |||||
* | Add "dist" target. | Georg Brandl | 2008-09-21 | 1 | -1/+41 |
| | |||||
* | #3918: note that uniform() args can be swapped. | Georg Brandl | 2008-09-21 | 1 | -1/+3 |
| | |||||
* | Update readme and Makefile (web builder doesn't exist). | Georg Brandl | 2008-09-21 | 2 | -11/+1 |
| | |||||
* | #3914: add //= to the augmented assign operators. | Georg Brandl | 2008-09-21 | 1 | -1/+1 |
| | |||||
* | #3916: fixes for docs wrt. Windows directory layout | Georg Brandl | 2008-09-21 | 1 | -4/+4 |
| | |||||
* | #3912: document default for *places* arg. | Georg Brandl | 2008-09-21 | 1 | -2/+4 |
| | |||||
* | #3852: fix some select.kqueue and kevent docs. | Georg Brandl | 2008-09-21 | 1 | -3/+3 |
| | |||||
* | Correct information about the tarfile module. | Lars Gustäbel | 2008-09-19 | 1 | -8/+8 |
| | |||||
* | Improve docs for super(). | Raymond Hettinger | 2008-09-19 | 1 | -1/+18 |
| | |||||
* | Fix for documentation bug. Fixes issue 3904. | Josiah Carlson | 2008-09-19 | 1 | -2/+2 |
| | |||||
* | document compileall command flags | Benjamin Peterson | 2008-09-17 | 1 | -2/+7 |
| | |||||
* | Note sqlite3 version; move item | Andrew M. Kuchling | 2008-09-17 | 1 | -3/+7 |
| | |||||
* | Remove comment about improvement: pystone is about the same, and | Andrew M. Kuchling | 2008-09-17 | 1 | -3/+0 |
| | | | | the improvements seem to be difficult to quantify | ||||
* | Markup fixes | Andrew M. Kuchling | 2008-09-17 | 1 | -7/+5 |
| | |||||
* | usage | Skip Montanaro | 2008-09-17 | 1 | -1/+1 |
| | |||||
* | #3888: add some deprecated modules in whatsnew. | Georg Brandl | 2008-09-17 | 1 | -1/+18 |
| | |||||
* | be less wordy | Benjamin Peterson | 2008-09-16 | 1 | -6/+6 |
| | |||||
* | Fix typo. | Georg Brandl | 2008-09-16 | 1 | -1/+1 |
| | |||||
* | Rewrite item a bit | Andrew M. Kuchling | 2008-09-15 | 1 | -3/+6 |
| |