Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo | Benjamin Peterson | 2008-10-04 | 1 | -1/+1 |
| | |||||
* | Punctuation fix; expand dict.update docstring to be clearer | Andrew M. Kuchling | 2008-10-04 | 1 | -4/+6 |
| | |||||
* | Merged revisions 66707,66775,66782 via svnmerge from | Benjamin Peterson | 2008-10-04 | 6 | -11/+2833 |
| | | | | | | | | | | | | | | | | | | | | 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 ........ | ||||
* | #4041: don't refer to removed and outdated modules. | Georg Brandl | 2008-10-04 | 1 | -4/+2 |
| | |||||
* | silence Sphinx warning | Benjamin Peterson | 2008-10-04 | 1 | -0/+1 |
| | |||||
* | Add What's New for 2.7 | Andrew M. Kuchling | 2008-10-04 | 2 | -1/+139 |
| | |||||
* | Set svn:keywords | Andrew M. Kuchling | 2008-10-04 | 1 | -1/+1 |
| | |||||
* | two corrections | Andrew M. Kuchling | 2008-10-04 | 1 | -4/+4 |
| | |||||
* | Docstring change for *partition: use same tense as other docstrings. | Andrew M. Kuchling | 2008-10-04 | 2 | -13/+13 |
| | | | | | Hyphenate left- and right-justified. Fix 'registerd' typo | ||||
* | Docstring changes: Specify exceptions raised | Andrew M. Kuchling | 2008-10-04 | 1 | -3/+6 |
| | |||||
* | Docstring change: Specify exception raised | Andrew M. Kuchling | 2008-10-04 | 1 | -1/+3 |
| | |||||
* | Use correct capitalization of NaN | Andrew M. Kuchling | 2008-10-04 | 1 | -2/+2 |
| | |||||
* | Issue #1706863: Fixed "'NoneType' object has no attribute 'rfind'" error ↵ | Hirokazu Yamamoto | 2008-10-03 | 1 | -1/+2 |
| | | | | when sqlite libfile not found. | ||||
* | Typo fix | Andrew M. Kuchling | 2008-10-03 | 2 | -2/+2 |
| | |||||
* | Mention exception in docstring | Andrew M. Kuchling | 2008-10-03 | 1 | -1/+2 |
| | |||||
* | Fixed following error when DocXMLRPCServer failed. | Hirokazu Yamamoto | 2008-10-03 | 1 | -2/+2 |
| | | | | UnboundLocalError: local variable 'serv' referenced before assignment | ||||
* | Follows to python's version change (VC6) | Hirokazu Yamamoto | 2008-10-03 | 2 | -4/+4 |
| | |||||
* | Docstring typo. | Andrew M. Kuchling | 2008-10-03 | 2 | -2/+2 |
| | |||||
* | update the mac installer script | Benjamin Peterson | 2008-10-03 | 1 | -9/+11 |
| | |||||
* | Update version number to 2.7. | Martin v. Löwis | 2008-10-03 | 2 | -3/+3 |
| | |||||
* | Bump version to 2.7. Regenerate. | Martin v. Löwis | 2008-10-03 | 3 | -12/+12 |
| | |||||
* | Update the version to 2.7. Hopefully this fixes the test_distutils failure | Neal Norwitz | 2008-10-03 | 1 | -1/+1 |
| | |||||
* | update pydoc topics | Benjamin Peterson | 2008-10-02 | 1 | -32/+32 |
| | |||||
* | Add UUID for 2.7. | Martin v. Löwis | 2008-10-02 | 1 | -0/+1 |
| | |||||
* | Fixed a couple more C99 comments and one occurence of inline. | Christian Heimes | 2008-10-02 | 5 | -22/+22 |
| | |||||
* | Forward-port r66736. | Georg Brandl | 2008-10-02 | 3 | -6/+5 |
| | |||||
* | we're in 2.7 now | Benjamin Peterson | 2008-10-02 | 1 | -1/+1 |
| | |||||
* | Fixed a comment to C89 style as of ↵ | Christian Heimes | 2008-10-02 | 1 | -1/+1 |
| | | | | http://drj11.wordpress.com/2008/10/02/python-and-bragging-about-c89/ | ||||
* | Use CRT 9 policy files. | Martin v. Löwis | 2008-10-02 | 1 | -2/+2 |
| | |||||
* | Bump to 2.7a0 | Barry Warsaw | 2008-10-02 | 2 | -3/+15 |
| | |||||
* | Tagging for 2.6 final. | Barry Warsaw | 2008-10-01 | 1 | -0/+1 |
| | |||||
* | Today is the release datev2.6 | Barry Warsaw | 2008-10-01 | 1 | -3/+2 |
| | |||||
* | Bumping to 2.6 final. | Barry Warsaw | 2008-10-01 | 6 | -9/+9 |
| | |||||
* | Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows | Martin v. Löwis | 2008-10-01 | 2 | -0/+4 |
| | | | | installer. | ||||
* | fix for issue 3862: test_array fails FreeBSD 7 amd64 | Andrew MacIntyre | 2008-10-01 | 1 | -4/+5 |
| | | | | | | | | | FreeBSD 7's underlying malloc() is behaves differently to earlier versions and seriously overcommits available memory on amd64. This may affect other 64bit platforms in some circumstances, so the scale of the problematic test is wound back. Patch by Mark Dickinson, reviewed by Martin von Loewis. | ||||
* | Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when | Gregory P. Smith | 2008-09-30 | 3 | -0/+13 |
| | | | | | | | 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. | ||||
* | Fix a refleak introduced by r66677. | Brett Cannon | 2008-09-30 | 1 | -10/+1 |
| | | | | | Fix suggested by Amaury Forgeot d'Arc. Closes issue #4003. | ||||
* | 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 |
| | |||||
* | Victor Stinner's patches to check the return result of PyLong_Ssize_t | Benjamin Peterson | 2008-09-30 | 2 | -0/+10 |
| | | | | reviewed by Amaury | ||||
* | fix security issue 2: imageop's poor validation of arguments could result in ↵ | Benjamin Peterson | 2008-09-30 | 3 | -164/+176 |
| | | | | | | | segfaults patch by Victor Stinner reviewed by myself and Brett | ||||
* | issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick ↵ | Jesse Noller | 2008-09-30 | 5 | -0/+37 |
| | | | | Coghlan, Damien Miller | ||||
* | Issue #3965: Allow repeated calls to turtle.Screen, by making it a | Martin v. Löwis | 2008-09-29 | 4 | -34/+40 |
| | | | | | | true singleton object. Reviewed by Gregor Lingl. | ||||
* | Fix issue #3547 for MingW, update comments. | Thomas Heller | 2008-09-29 | 2 | -5/+8 |
| | |||||
* | fix for release blocker 3910, 2.6 regression in socket.ssl method | Bill Janssen | 2008-09-29 | 2 | -3/+28 |
| | |||||
* | Update nasm location. | Georg Brandl | 2008-09-29 | 1 | -1/+1 |
| | |||||
* | The _lsprof module could crash the interpreter if it was given an external | Brett Cannon | 2008-09-29 | 3 | -2/+29 |
| | | | | | | | | timer that did not return a float and a timer was still running when the Profiler object was garbage collected. Fixes issue 3895. Code review by Benjamin Peterson. | ||||
* | bsddb4.7.3pre9 renamed to 4.7.3 | Jesus Cea | 2008-09-28 | 2 | -2/+2 |
| |