| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | #3706: fix error message for wrong exec() argument type. R=Guido. | Georg Brandl | 2008-08-28 | 1 | -13/+9 |
|
|
* | Fix #3651 various memory leaks when using the buffer interface | Benjamin Peterson | 2008-08-27 | 5 | -11/+22 |
|
|
* | add NULL checking for PyBytes_FromObject; R=Neal | Benjamin Peterson | 2008-08-27 | 1 | -0/+5 |
|
|
* | Blocked revisions 66043 via svnmerge | Antoine Pitrou | 2008-08-26 | 0 | -0/+0 |
|
|
* | Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to | Antoine Pitrou | 2008-08-26 | 8 | -96/+201 |
|
|
* | #3663: extra DECREF on syntax errors. | Antoine Pitrou | 2008-08-26 | 2 | -1/+6 |
|
|
* | Blocked revisions 66039 via svnmerge | Benjamin Peterson | 2008-08-26 | 0 | -0/+0 |
|
|
* | make bytes(o) respect __bytes__ #2415 | Benjamin Peterson | 2008-08-26 | 8 | -2/+83 |
|
|
* | Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,... | Benjamin Peterson | 2008-08-25 | 9 | -52/+66 |
|
|
* | 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 |
|
|
* | Issue #3657: Fix uninitialized memory read when pickling longs. | Neal Norwitz | 2008-08-24 | 2 | -2/+5 |
|
|
* | Merged revisions 66018 via svnmerge from | Neal Norwitz | 2008-08-24 | 2 | -1/+5 |
|
|
* | Fix gdbinit to handle new types/APIs. | Neal Norwitz | 2008-08-24 | 2 | -4/+9 |
|
|
* | Blocked revisions 66013 via svnmerge | Benjamin Peterson | 2008-08-24 | 0 | -0/+0 |
|
|
* | Fixed yet another compiler warning of 64bit builds. | Christian Heimes | 2008-08-24 | 1 | -1/+1 |
|
|
* | Closes release blocker #3627. | Neal Norwitz | 2008-08-24 | 11 | -26/+201 |
|
|
* | Update props for r66007. | Neal Norwitz | 2008-08-24 | 0 | -0/+0 |
|
|
* | Merged revisions 66006 via svnmerge from | Neal Norwitz | 2008-08-24 | 9 | -12/+73 |
|
|
* | Blocked revisions 66004 via svnmerge | Benjamin Peterson | 2008-08-23 | 0 | -0/+0 |
|
|
* | bring the PyFile docs into sync with reality | Benjamin Peterson | 2008-08-23 | 1 | -59/+2 |
|
|
* | #3643 add more checks to _testcapi to prevent segfaults | Benjamin Peterson | 2008-08-23 | 2 | -0/+10 |
|
|
* | add NEWS note and test for last commit | Benjamin Peterson | 2008-08-23 | 2 | -0/+9 |
|
|
* | fix #3653 Python could segfault if invalid values were passed to sys.excepthook | Benjamin Peterson | 2008-08-23 | 1 | -0/+7 |
|
|
* | Blocked revisions 65995 via svnmerge | Georg Brandl | 2008-08-23 | 0 | -0/+0 |
|
|
* | Remove outdated example from types module doc. Since the types left | Georg Brandl | 2008-08-23 | 1 | -31/+10 |
|
|
* | #1276: Add temporary encoding aliases for non-supported Mac CJK | Hye-Shik Chang | 2008-08-23 | 2 | -0/+11 |
|
|
* | #3650: fix a reference leak in bytes.split('x') | Amaury Forgeot d'Arc | 2008-08-22 | 2 | -4/+12 |
|
|
* | Merged revisions 65982 via svnmerge from | Benjamin Peterson | 2008-08-22 | 0 | -0/+0 |
|
|
* | Merged revisions 65978 via svnmerge from | Christian Heimes | 2008-08-22 | 1 | -2/+2 |
|
|
* | Merged revisions 65975 via svnmerge from | Christian Heimes | 2008-08-22 | 1 | -1/+1 |
|
|
* | Merged revisions 65971 via svnmerge from | Robert Schuppenies | 2008-08-22 | 1 | -5/+7 |
|
|
* | Blocked revisions 65922,65926 via svnmerge | Benjamin Peterson | 2008-08-22 | 0 | -0/+0 |
|
|
* | Merged revisions 65964 via svnmerge from | Mark Dickinson | 2008-08-21 | 1 | -5/+4 |
|
|
* | 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 |
|
|
* | PyObject_Unicode doesn't exist anymore | Benjamin Peterson | 2008-08-21 | 1 | -10/+0 |
|
|
* | done with 3.0 | Barry Warsaw | 2008-08-21 | 2 | -1/+13 |
|
|
* | Tagging 3.0b3 | Barry Warsaw | 2008-08-21 | 1 | -0/+1 |
|
|
* | Bumping to 3.0b3v3.0b3 | Barry Warsaw | 2008-08-21 | 7 | -7/+13 |
|
|
* | apply a fix for #3611 where the current exception context was deleted with a ... | Benjamin Peterson | 2008-08-20 | 2 | -1/+23 |
|
|
* | #3614: Correct a typo in xmlrpc.client. | Amaury Forgeot d'Arc | 2008-08-20 | 2 | -2/+5 |
|
|
* | Blocked revisions 65917 via svnmerge | Hirokazu Yamamoto | 2008-08-20 | 0 | -0/+0 |
|
|
* | Reverted r65901 and uses GetVolumeInformationW because string in py3k is unic... | Hirokazu Yamamoto | 2008-08-20 | 1 | -6/+2 |
|
|
* | Blocked revisions 65914 via svnmerge | Guido van Rossum | 2008-08-20 | 0 | -0/+0 |
|
|
* | Blocked revisions 65912 via svnmerge | Guido van Rossum | 2008-08-20 | 0 | -0/+0 |
|
|
* | Merged revisions 65908 via svnmerge from | Hirokazu Yamamoto | 2008-08-20 | 1 | -11/+18 |
|
|
* | revert 65897 | Benjamin Peterson | 2008-08-20 | 4 | -16/+13 |
|
|