| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove _bsddb project on py3k (_bsddb44 project remains and builds). As disc... | Mark Hammond | 2008-09-04 | 2 | -569/+0 |
|
|
* | Fix a memory leak in reloading extension modules #3667 | Benjamin Peterson | 2008-09-04 | 1 | -1/+1 |
|
|
* | #2501 xml.sax.parser doesn't terminate when given a filename; enable some mor... | Benjamin Peterson | 2008-09-04 | 2 | -7/+4 |
|
|
* | Committing the patch in issue 2965, so that weakref dicts have a closer | Barry Warsaw | 2008-09-04 | 3 | -57/+23 |
|
|
* | db_incs is needed | Benjamin Peterson | 2008-09-03 | 1 | -0/+14 |
|
|
* | clean up some more bsddb scraps | Benjamin Peterson | 2008-09-03 | 4 | -104/+3 |
|
|
* | Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module | Facundo Batista | 2008-09-03 | 7 | -131/+159 |
|
|
* | Blocked revisions 66197 via svnmerge | Brett Cannon | 2008-09-03 | 0 | -0/+0 |
|
|
* | remove bsddb | Benjamin Peterson | 2008-09-03 | 37 | -16923/+2 |
|
|
* | Merged revisions 66134,66136,66143,66154-66155,66190 via svnmerge from | Benjamin Peterson | 2008-09-03 | 2 | -15/+45 |
|
|
* | Python3.0 bsddb testsuite compatibility improvements | Jesus Cea | 2008-09-03 | 3 | -4/+12 |
|
|
* | Fixed wording of python --help text. | Christian Heimes | 2008-09-03 | 1 | -2/+2 |
|
|
* | The decode is used to workaround this: | Jesus Cea | 2008-09-03 | 1 | -1/+3 |
|
|
* | Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin. | Antoine Pitrou | 2008-09-03 | 7 | -3/+128 |
|
|
* | Issue #3697: "Fatal Python error: Cannot recover from stack overflow" | Antoine Pitrou | 2008-09-03 | 3 | -8/+49 |
|
|
* | merge 66184 to fix issue3110 to py3k | Jesse Noller | 2008-09-03 | 2 | -0/+14 |
|
|
* | Fix some leaks - Neal Norwitz | Jesus Cea | 2008-09-03 | 2 | -4/+6 |
|
|
* | Merged revisions 66174-66175,66177 via svnmerge from | Benjamin Peterson | 2008-09-03 | 8 | -171/+216 |
|
|
* | Merged revisions 66171 via svnmerge from | Amaury Forgeot d'Arc | 2008-09-02 | 2 | -2/+17 |
|
|
* | Merged revisions 66167 via svnmerge from | Amaury Forgeot d'Arc | 2008-09-02 | 2 | -13/+13 |
|
|
* | Merged revisions 66166 via svnmerge from | Amaury Forgeot d'Arc | 2008-09-02 | 6 | -255/+68 |
|
|
* | Merged revisions 66162 via svnmerge from | Hirokazu Yamamoto | 2008-09-02 | 1 | -0/+2 |
|
|
* | Merge r66115 forward to py3k, resolves issue3419 | Jesse Noller | 2008-09-02 | 1 | -7/+14 |
|
|
* | unblock 66115 from merging | Jesse Noller | 2008-09-02 | 0 | -0/+0 |
|
|
* | Add news item for #3719. | Marc-André Lemburg | 2008-09-02 | 1 | -0/+3 |
|
|
* | Merged revisions 66144 via svnmerge from | Nick Coghlan | 2008-09-02 | 1 | -2/+2 |
|
|
* | Add quotes around the file name to avoid issues with spaces. | Marc-André Lemburg | 2008-09-02 | 1 | -1/+1 |
|
|
* | The _warnings module did not properly handle cases where strings were not being | Brett Cannon | 2008-09-02 | 3 | -5/+25 |
|
|
* | Merge in r66135. Doing also required removing a stale DeprecationWarning along | Brett Cannon | 2008-09-02 | 6 | -124/+164 |
|
|
* | Improve compatibility with Python3.0 testsuite | Jesus Cea | 2008-09-02 | 4 | -8/+156 |
|
|
* | 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 |
|
|