| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merged revisions 66277 via svnmerge from | Benjamin Peterson | 2008-09-06 | 1 | -1/+1 |
|
|
* | Blocked revisions 66275 via svnmerge | Antoine Pitrou | 2008-09-06 | 0 | -0/+0 |
|
|
* | Issue #874900: fix behaviour of threading module after a fork. | Antoine Pitrou | 2008-09-06 | 3 | -5/+12 |
|
|
* | fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, | Gregory P. Smith | 2008-09-06 | 6 | -18/+21 |
|
|
* | I modified the tests a bit to account for unicode string | Amaury Forgeot d'Arc | 2008-09-06 | 1 | -4/+4 |
|
|
* | Issue #3705: py3k aborts if "-c" or "-m" is given a non-ascii value. | Antoine Pitrou | 2008-09-06 | 2 | -19/+35 |
|
|
* | Fixes release blocker issue #3492 and #3790. | Gregory P. Smith | 2008-09-06 | 4 | -43/+55 |
|
|
* | Merged revisions 66262 via svnmerge from | Benjamin Peterson | 2008-09-06 | 3 | -1/+16 |
|
|
* | #3794: remove __div__ and __rdiv__ traces. | Georg Brandl | 2008-09-06 | 1 | -23/+12 |
|
|
* | #3793: fix markup. | Georg Brandl | 2008-09-06 | 1 | -0/+1 |
|
|
* | Remove alpha notes from RELNOTES | Barry Warsaw | 2008-09-06 | 1 | -67/+8 |
|
|
* | forgot to remove _bsddb description from readme.txt (VC6) | Hirokazu Yamamoto | 2008-09-06 | 1 | -54/+0 |
|
|
* | Align the VS2003 and VS2005 build files with the VS2008 ones | Amaury Forgeot d'Arc | 2008-09-06 | 5 | -871/+20 |
|
|
* | Blocked revisions 66137,66182,66192,66196 via svnmerge | Benjamin Peterson | 2008-09-05 | 0 | -0/+0 |
|
|
* | Merged revisions 66240 via svnmerge from | Antoine Pitrou | 2008-09-05 | 2 | -3/+10 |
|
|
* | compile _bytesio and _stringio into the binary and initalize stdio before sit... | Benjamin Peterson | 2008-09-05 | 4 | -5/+9 |
|
|
* | Merged revisions 66237 via svnmerge from | Brett Cannon | 2008-09-05 | 1 | -1/+1 |
|
|
* | Merged revisions 66235 via svnmerge from | Antoine Pitrou | 2008-09-05 | 1 | -1/+4 |
|
|
* | #3660: Correct a reference leak in PyUnicode_AsEncodedString when | Amaury Forgeot d'Arc | 2008-09-05 | 2 | -15/+24 |
|
|
* | Blocked revisions 66232 via svnmerge | Brett Cannon | 2008-09-05 | 0 | -0/+0 |
|
|
* | Blocked revisions 66229 via svnmerge | Brett Cannon | 2008-09-05 | 0 | -0/+0 |
|
|
* | fix small typo | Benjamin Peterson | 2008-09-05 | 1 | -1/+1 |
|
|
* | Issue #3660 (part of): fix a memory leak in _pickle. | Antoine Pitrou | 2008-09-05 | 2 | -1/+7 |
|
|
* | Follow-up of #3773: In PyTokenizer_FindEncoding, remove the call to PyErr_NoM... | Amaury Forgeot d'Arc | 2008-09-04 | 1 | -2/+0 |
|
|
* | #3773: Check for errors around the use of PyTokenizer_FindEncoding(). | Amaury Forgeot d'Arc | 2008-09-04 | 3 | -1/+9 |
|
|
* | Issue #3160: the "bdist_wininst" distutils command didn't work. | Antoine Pitrou | 2008-09-04 | 2 | -4/+11 |
|
|
* | Update release notes for pybsddb. | Barry Warsaw | 2008-09-04 | 1 | -31/+11 |
|
|
* | Merged revisions 66213 via svnmerge from | Hirokazu Yamamoto | 2008-09-04 | 1 | -1/+1 |
|
|
* | Issue #1658: dict size is changing during iteration in tkinter.BaseWidget and | Guilherme Polo | 2008-09-04 | 3 | -10/+10 |
|
|
* | Follows to bsddb removal (VC6) | Hirokazu Yamamoto | 2008-09-04 | 2 | -114/+0 |
|
|
* | Mention that bsddb is gone and include a link to jcea's website where | Gregory P. Smith | 2008-09-04 | 1 | -0/+4 |
|
|
* | PyTokenizer_FindEncoding() always failed because it set the tokenizer state | Brett Cannon | 2008-09-04 | 3 | -2/+26 |
|
|
* | Include a pointer to the pybsddb website with the 'bsddb has been | Gregory P. Smith | 2008-09-04 | 1 | -0/+2 |
|
|
* | correct an example | Gregory P. Smith | 2008-09-04 | 1 | -1/+1 |
|
|
* | 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 |
|
|