| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 3 | -5/+74 |
|
|
* | Port Python 2.6 bsddb3 testdriver to Python 3.0 | Jesus Cea | 2008-09-02 | 1 | -60/+23 |
|
|
* | remove the deprecation warnings for the old threading API; update the docs | Benjamin Peterson | 2008-09-01 | 2 | -61/+28 |
|
|
* | In Python3.0, "test.test_support" is renamed to "test.support". | Jesus Cea | 2008-09-01 | 1 | -1/+4 |
|
|
* | Merged revisions 66117 via svnmerge from | Benjamin Peterson | 2008-09-01 | 6 | -13/+185 |
|
|
* | #3712: The memoryview object had a reference leak and didn't support cyclic g... | Antoine Pitrou | 2008-09-01 | 1 | -0/+32 |
|
|
* | Merged revisions 66104 via svnmerge from | Hirokazu Yamamoto | 2008-09-01 | 1 | -0/+3 |
|
|
* | issue3715: docstring representation of hex escaped string needs to be double | Gregory P. Smith | 2008-08-31 | 1 | -1/+1 |
|
|
* | bsddb code updated to version 4.7.3pre2. This code is the same than | Jesus Cea | 2008-08-31 | 29 | -1700/+2929 |
|
|
* | Merged revisions 66076 via svnmerge from | Georg Brandl | 2008-08-30 | 1 | -3/+3 |
|
|
* | Issue 3611: in some cases (a __del__ re-raising an exception, when called fro... | Amaury Forgeot d'Arc | 2008-08-29 | 1 | -0/+24 |
|
|
* | Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to | Antoine Pitrou | 2008-08-26 | 3 | -5/+48 |
|
|
* | make bytes(o) respect __bytes__ #2415 | Benjamin Peterson | 2008-08-26 | 1 | -0/+12 |
|
|
* | Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,... | Benjamin Peterson | 2008-08-25 | 2 | -4/+19 |
|
|
* | Merged revisions 66028 via svnmerge from | Neal Norwitz | 2008-08-25 | 1 | -0/+4 |
|
|
* | Merged revisions 66026 via svnmerge from | Neal Norwitz | 2008-08-25 | 1 | -3/+3 |
|
|
* | Merged revisions 66023 via svnmerge from | Neal Norwitz | 2008-08-25 | 2 | -2/+34 |
|
|
* | Try to fix the sporadic problems on the Solaris buildbot with removing | Neal Norwitz | 2008-08-25 | 1 | -2/+2 |
|
|
* | Merged revisions 66018 via svnmerge from | Neal Norwitz | 2008-08-24 | 1 | -0/+4 |
|
|
* | Closes release blocker #3627. | Neal Norwitz | 2008-08-24 | 3 | -8/+126 |
|
|
* | Merged revisions 66006 via svnmerge from | Neal Norwitz | 2008-08-24 | 1 | -1/+1 |
|
|
* | add NEWS note and test for last commit | Benjamin Peterson | 2008-08-23 | 1 | -0/+6 |
|
|
* | #1276: Add temporary encoding aliases for non-supported Mac CJK | Hye-Shik Chang | 2008-08-23 | 1 | -0/+5 |
|
|
* | Merged revisions 65971 via svnmerge from | Robert Schuppenies | 2008-08-22 | 1 | -5/+7 |
|
|
* | Merged revisions 65958 via svnmerge from | Mark Dickinson | 2008-08-21 | 1 | -1/+7 |
|
|
* | move test to a better location | Benjamin Peterson | 2008-08-21 | 2 | -21/+22 |
|
|
* | Bumping to 3.0b3v3.0b3 | Barry Warsaw | 2008-08-21 | 2 | -2/+2 |
|
|
* | apply a fix for #3611 where the current exception context was deleted with a ... | Benjamin Peterson | 2008-08-20 | 1 | -0/+22 |
|
|
* | #3614: Correct a typo in xmlrpc.client. | Amaury Forgeot d'Arc | 2008-08-20 | 1 | -2/+2 |
|
|
* | Reverted r65901 and uses GetVolumeInformationW because string in py3k is unic... | Hirokazu Yamamoto | 2008-08-20 | 1 | -6/+2 |
|
|
* | Merged revisions 65908 via svnmerge from | Hirokazu Yamamoto | 2008-08-20 | 1 | -11/+18 |
|
|
* | revert 65897 | Benjamin Peterson | 2008-08-20 | 2 | -8/+8 |
|
|
* | For some reason sys.stdin may be None on Windows, and makes test_multiprocess... | Amaury Forgeot d'Arc | 2008-08-20 | 1 | -4/+5 |
|
|
* | Partially revert r65883 to let the tests pass. | Amaury Forgeot d'Arc | 2008-08-20 | 1 | -0/+2 |
|
|
* | Merged revisions 65900 via svnmerge from | Hirokazu Yamamoto | 2008-08-20 | 1 | -5/+8 |
|
|
* | Merged revisions 65885,65892,65894,65898 via svnmerge from | Benjamin Peterson | 2008-08-20 | 2 | -6/+6 |
|
|
* | return sets instead of tuples from some symtable methods | Benjamin Peterson | 2008-08-20 | 2 | -8/+8 |
|
|
* | kill the obsolete symtable.Symbol methods | Benjamin Peterson | 2008-08-20 | 1 | -10/+0 |
|
|
* | disable test_nis; it hangs | Benjamin Peterson | 2008-08-19 | 2 | -0/+3 |
|
|
* | Issue #2394: implement more of the memoryview API. | Antoine Pitrou | 2008-08-19 | 2 | -3/+191 |
|
|
* | Merged revisions 65658,65869,65882 via svnmerge from | Benjamin Peterson | 2008-08-19 | 1 | -0/+2 |
|
|
* | Issue #3125: Remove copy_reg in multiprocessing and replace it with | Amaury Forgeot d'Arc | 2008-08-19 | 5 | -58/+66 |
|
|
* | Remove four uu-encoded image files that were once useful for testing | Guido van Rossum | 2008-08-19 | 4 | -4858/+0 |
|
|
* | Fix a failure in bsddb tests, following the changes in regular expression sem... | Antoine Pitrou | 2008-08-19 | 1 | -2/+2 |
|
|
* | allow keyword args after *args in a function call | Benjamin Peterson | 2008-08-19 | 2 | -1/+9 |
|
|
* | Merged revisions 65868,65870 via svnmerge from | Thomas Heller | 2008-08-19 | 1 | -1/+6 |
|
|
* | Merged revisions 65864 via svnmerge from | Benjamin Peterson | 2008-08-19 | 9 | -72/+66 |
|
|
* | Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv... | Benjamin Peterson | 2008-08-19 | 2 | -5/+5 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 33 | -110/+170 |
|
|
* | Merged revisions 65855 via svnmerge from | Benjamin Peterson | 2008-08-19 | 1 | -3/+5 |
|
|