| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 13 | -676/+905 |
|
|
* | Port Python 2.6 bsddb3 testdriver to Python 3.0 | Jesus Cea | 2008-09-02 | 1 | -60/+23 |
|
|
* | Blocked revisions 65655,66088,66123 via svnmerge | Benjamin Peterson | 2008-09-01 | 0 | -0/+0 |
|
|
* | Blocked revisions 66127 via svnmerge | Benjamin Peterson | 2008-09-01 | 0 | -0/+0 |
|
|
* | remove the deprecation warnings for the old threading API; update the docs | Benjamin Peterson | 2008-09-01 | 4 | -66/+33 |
|
|
* | In Python3.0, "test.test_support" is renamed to "test.support". | Jesus Cea | 2008-09-01 | 1 | -1/+4 |
|
|
* | Blocked revisions 66119 via svnmerge | Amaury Forgeot d'Arc | 2008-09-01 | 0 | -0/+0 |
|
|
* | Merged revisions 66117 via svnmerge from | Benjamin Peterson | 2008-09-01 | 6 | -13/+185 |
|
|
* | Blocked revisions 66114-66115 via svnmerge | Benjamin Peterson | 2008-09-01 | 0 | -0/+0 |
|
|
* | #3753: document that s* etc. are newer and preferred to s#. | Georg Brandl | 2008-09-01 | 1 | -25/+29 |
|
|
* | #3712: The memoryview object had a reference leak and didn't support cyclic g... | Antoine Pitrou | 2008-09-01 | 3 | -34/+101 |
|
|
* | Merged revisions 66104 via svnmerge from | Hirokazu Yamamoto | 2008-09-01 | 1 | -0/+3 |
|
|
* | Blocked revisions 66100 via svnmerge | Hirokazu Yamamoto | 2008-09-01 | 0 | -0/+0 |
|
|
* | 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 | 33 | -2687/+5391 |
|
|
* | Merged revisions 66085 (with modifications) via svnmerge from | Nick Coghlan | 2008-08-31 | 1 | -4/+21 |
|
|
* | Merged revisions 65487 (with heavy modifications for Py3k as well as some cle... | Nick Coghlan | 2008-08-31 | 1 | -52/+137 |
|
|
* | Merged revisions 66076 via svnmerge from | Georg Brandl | 2008-08-30 | 1 | -3/+3 |
|
|
* | Remove outdated comment. Reviewed by Antoine. | Georg Brandl | 2008-08-30 | 1 | -1/+0 |
|
|
* | #3577: 3.0 is not installed as "python" on Unix. | Georg Brandl | 2008-08-30 | 1 | -11/+15 |
|
|
* | Blocked revisions 66058 via svnmerge | Antoine Pitrou | 2008-08-29 | 0 | -0/+0 |
|
|
* | #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an | Antoine Pitrou | 2008-08-29 | 4 | -23/+60 |
|
|
* | Issue 3611: in some cases (a __del__ re-raising an exception, when called fro... | Amaury Forgeot d'Arc | 2008-08-29 | 4 | -10/+36 |
|
|
* | Removed merge glitch from stringlib/find.h as explained on the python committ... | Christian Heimes | 2008-08-28 | 1 | -1/+1 |
|
|
* | Removed bytesmeth declaration in OyObject_Bytes. It's not used any more and c... | Christian Heimes | 2008-08-28 | 1 | -1/+1 |
|
|
* | #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 |
|
|