summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merged revisions 66277 via svnmerge fromBenjamin Peterson2008-09-061-1/+1
* Blocked revisions 66275 via svnmergeAntoine Pitrou2008-09-060-0/+0
* Issue #874900: fix behaviour of threading module after a fork.Antoine Pitrou2008-09-063-5/+12
* fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,Gregory P. Smith2008-09-066-18/+21
* I modified the tests a bit to account for unicode stringAmaury Forgeot d'Arc2008-09-061-4/+4
* Issue #3705: py3k aborts if "-c" or "-m" is given a non-ascii value.Antoine Pitrou2008-09-062-19/+35
* Fixes release blocker issue #3492 and #3790.Gregory P. Smith2008-09-064-43/+55
* Merged revisions 66262 via svnmerge fromBenjamin Peterson2008-09-063-1/+16
* #3794: remove __div__ and __rdiv__ traces.Georg Brandl2008-09-061-23/+12
* #3793: fix markup.Georg Brandl2008-09-061-0/+1
* Remove alpha notes from RELNOTESBarry Warsaw2008-09-061-67/+8
* forgot to remove _bsddb description from readme.txt (VC6)Hirokazu Yamamoto2008-09-061-54/+0
* Align the VS2003 and VS2005 build files with the VS2008 onesAmaury Forgeot d'Arc2008-09-065-871/+20
* Blocked revisions 66137,66182,66192,66196 via svnmergeBenjamin Peterson2008-09-050-0/+0
* Merged revisions 66240 via svnmerge fromAntoine Pitrou2008-09-052-3/+10
* compile _bytesio and _stringio into the binary and initalize stdio before sit...Benjamin Peterson2008-09-054-5/+9
* Merged revisions 66237 via svnmerge fromBrett Cannon2008-09-051-1/+1
* Merged revisions 66235 via svnmerge fromAntoine Pitrou2008-09-051-1/+4
* #3660: Correct a reference leak in PyUnicode_AsEncodedString whenAmaury Forgeot d'Arc2008-09-052-15/+24
* Blocked revisions 66232 via svnmergeBrett Cannon2008-09-050-0/+0
* Blocked revisions 66229 via svnmergeBrett Cannon2008-09-050-0/+0
* fix small typoBenjamin Peterson2008-09-051-1/+1
* Issue #3660 (part of): fix a memory leak in _pickle.Antoine Pitrou2008-09-052-1/+7
* Follow-up of #3773: In PyTokenizer_FindEncoding, remove the call to PyErr_NoM...Amaury Forgeot d'Arc2008-09-041-2/+0
* #3773: Check for errors around the use of PyTokenizer_FindEncoding().Amaury Forgeot d'Arc2008-09-043-1/+9
* Issue #3160: the "bdist_wininst" distutils command didn't work.Antoine Pitrou2008-09-042-4/+11
* Update release notes for pybsddb.Barry Warsaw2008-09-041-31/+11
* Merged revisions 66213 via svnmerge fromHirokazu Yamamoto2008-09-041-1/+1
* Issue #1658: dict size is changing during iteration in tkinter.BaseWidget andGuilherme Polo2008-09-043-10/+10
* Follows to bsddb removal (VC6)Hirokazu Yamamoto2008-09-042-114/+0
* Mention that bsddb is gone and include a link to jcea's website whereGregory P. Smith2008-09-041-0/+4
* PyTokenizer_FindEncoding() always failed because it set the tokenizer stateBrett Cannon2008-09-043-2/+26
* Include a pointer to the pybsddb website with the 'bsddb has beenGregory P. Smith2008-09-041-0/+2
* correct an exampleGregory P. Smith2008-09-041-1/+1
* Remove _bsddb project on py3k (_bsddb44 project remains and builds). As disc...Mark Hammond2008-09-042-569/+0
* Fix a memory leak in reloading extension modules #3667Benjamin Peterson2008-09-041-1/+1
* #2501 xml.sax.parser doesn't terminate when given a filename; enable some mor...Benjamin Peterson2008-09-042-7/+4
* Committing the patch in issue 2965, so that weakref dicts have a closerBarry Warsaw2008-09-043-57/+23
* db_incs is neededBenjamin Peterson2008-09-031-0/+14
* clean up some more bsddb scrapsBenjamin Peterson2008-09-034-104/+3
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-037-131/+159
* Blocked revisions 66197 via svnmergeBrett Cannon2008-09-030-0/+0
* remove bsddbBenjamin Peterson2008-09-0337-16923/+2
* Merged revisions 66134,66136,66143,66154-66155,66190 via svnmerge fromBenjamin Peterson2008-09-032-15/+45
* Python3.0 bsddb testsuite compatibility improvementsJesus Cea2008-09-033-4/+12
* Fixed wording of python --help text.Christian Heimes2008-09-031-2/+2
* The decode is used to workaround this:Jesus Cea2008-09-031-1/+3
* Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin.Antoine Pitrou2008-09-037-3/+128
* Issue #3697: "Fatal Python error: Cannot recover from stack overflow"Antoine Pitrou2008-09-033-8/+49
* merge 66184 to fix issue3110 to py3kJesse Noller2008-09-032-0/+14