Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | merge in the fix for test_ftplib on some bots [reviewed by Georg] | Benjamin Peterson | 2008-09-28 | 1 | -0/+5 |
| | |||||
* | 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 |
| | |||||
* | backport r66656 so people using -Qnew aren't affected | Benjamin Peterson | 2008-09-27 | 1 | -1/+1 |
| | |||||
* | enable refactor tests | Benjamin Peterson | 2008-09-27 | 1 | -2/+2 |
| | |||||
* | Merged revisions 66511,66548-66549,66644,66646-66652 via svnmerge from | Benjamin Peterson | 2008-09-27 | 12 | -40/+267 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66511 | benjamin.peterson | 2008-09-18 21:49:27 -0500 (Thu, 18 Sep 2008) | 1 line remove a useless if __name__ == '__main__' ........ r66548 | benjamin.peterson | 2008-09-21 21:14:14 -0500 (Sun, 21 Sep 2008) | 1 line avoid the perils of mutable default arguments ........ r66549 | benjamin.peterson | 2008-09-21 21:26:11 -0500 (Sun, 21 Sep 2008) | 1 line some places in RefactoringTool should raise an error instead of logging it ........ r66644 | benjamin.peterson | 2008-09-27 10:45:10 -0500 (Sat, 27 Sep 2008) | 1 line fix doctest refactoring ........ r66646 | benjamin.peterson | 2008-09-27 11:40:13 -0500 (Sat, 27 Sep 2008) | 1 line don't print to stdout when 2to3 is used as a library ........ r66647 | benjamin.peterson | 2008-09-27 12:28:28 -0500 (Sat, 27 Sep 2008) | 1 line let fixer modules and classes have different prefixes ........ r66648 | benjamin.peterson | 2008-09-27 14:02:13 -0500 (Sat, 27 Sep 2008) | 1 line raise errors when 2to3 is used as a library ........ r66649 | benjamin.peterson | 2008-09-27 14:03:38 -0500 (Sat, 27 Sep 2008) | 1 line fix docstring ........ r66650 | benjamin.peterson | 2008-09-27 14:22:21 -0500 (Sat, 27 Sep 2008) | 1 line make use of enumerate ........ r66651 | benjamin.peterson | 2008-09-27 14:24:13 -0500 (Sat, 27 Sep 2008) | 1 line revert last revision; it breaks things ........ r66652 | benjamin.peterson | 2008-09-27 16:03:06 -0500 (Sat, 27 Sep 2008) | 1 line add tests for lib2to3.refactor ........ | ||||
* | 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 |
| | |||||
* | give ftplib a real test suite | Benjamin Peterson | 2008-09-27 | 1 | -36/+425 |
| | | | | | | | A asyncore based mock ftp server is used to test the protocol. This is all thanks to Giampaolo Rodola #3939 (Barry gave me permission to do this before final on IRC.) | ||||
* | #3967: Correct a crash in count() and find() methods of string-like objects. | Amaury Forgeot d'Arc | 2008-09-26 | 4 | -8/+25 |
| | | | | | | | | For example: "".count("xxxx", sys.maxint, 0) Reviewed by Benjamin Peterson. Will port to 2.5 and 3.0. | ||||
* | 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 |
| | |||||
* | Fix namedtuple bug reported by Glenn Linderman. Template did not form ↵ | Raymond Hettinger | 2008-09-25 | 2 | -1/+6 |
| | | | | correctly if the field names were input in Unicode. | ||||
* | #3965: on Windows, open() crashes if the filename or the mode is invalid, | Amaury Forgeot d'Arc | 2008-09-25 | 3 | -4/+24 |
| | | | | | | and if the filename is a unicode string. Reviewed by Martin von Loewis. | ||||
* | add a NEWs entry for r66614 | Benjamin Peterson | 2008-09-25 | 1 | -0/+2 |
| | |||||
* | Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default. | Martin v. Löwis | 2008-09-25 | 2 | -1/+3 |
| | |||||
* | #3950 fix missing scale factors in turtle.py | Benjamin Peterson | 2008-09-24 | 1 | -1/+1 |
| | | | | reviewers: Georg, Benjamin | ||||
* | Fix issue #3547: ctypes is confused by bitfields of varying integer types | Thomas Heller | 2008-09-24 | 3 | -1/+19 |
| | | | | Reviewed by Fredrik Lundh and Skip Montanaro. | ||||
* | Improve wording | Andrew M. Kuchling | 2008-09-24 | 1 | -7/+7 |
| | |||||
* | Indentation normalization. | Georg Brandl | 2008-09-24 | 1 | -2/+2 |
| | |||||
* | backport the atexit test for r66563 | Benjamin Peterson | 2008-09-23 | 1 | -0/+13 |
| | |||||
* | Bugfix for issue3885 and 'DB.verify()' crash. | Jesus Cea | 2008-09-23 | 3 | -44/+123 |
| | | | | Reviewed by Nick Coghlan. | ||||
* | Issue #3945: Fixed compile error on cygwin. (initializer element is not ↵ | Hirokazu Yamamoto | 2008-09-23 | 1 | -1/+1 |
| | | | | | | constant) Reviewed by Amaury Forgeot d'Arc. | ||||
* | 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 |
| | |||||
* | use the new threading properties for multiprocessing (reviewed by Jesse #3927) | Benjamin Peterson | 2008-09-22 | 1 | -6/+0 |
| | |||||
* | build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files | Andrew MacIntyre | 2008-09-22 | 5 | -9/+19 |
| | | | | | | | | Part of source_os2emx.patch in issue 3868: Include/pystrcmp.h: OS/2 has same C APIs as Windows Lib/test/test_io.py: OS/2 has same behaviour as Windows for this test Reviewed by Amaury Forgeot d'Arc | ||||
* | any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h> | Andrew MacIntyre | 2008-09-22 | 1 | -0/+2 |
| | | | | | Part of source_os2emx.patch in issue 3868 Reviewed by Amaury Forgeot d'Arc | ||||
* | should use macro'ed symbols not direct | Andrew MacIntyre | 2008-09-22 | 1 | -3/+3 |
| | | | | | Part of source_os2emx.patch in issue 3868 Reviewed by Amaury Forgeot d'Arc | ||||
* | Fill out download page. | Georg Brandl | 2008-09-21 | 1 | -18/+24 |
| | |||||
* | #3879 fix a regression in urllib.getproxies_environment | Benjamin Peterson | 2008-09-21 | 3 | -3/+28 |
| | | | | reviewers: Benjamin, Georg | ||||
* | Issue #3925: Ignores shutil.rmtree error on cygwin too. | Hirokazu Yamamoto | 2008-09-21 | 1 | -2/+2 |
| | | | | Reviewed by Benjamin Peterson. | ||||
* | Issue #3838: TarFile object assigned to self.tar should be closed explicitly. | Hirokazu Yamamoto | 2008-09-21 | 1 | -0/+1 |
| | | | | Reviewed by Lars Gustäbel. | ||||
* | 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 |
| |