summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #3806: LockTests in test_imp should be skipped when thread is not avail...Hirokazu Yamamoto2008-09-091-4/+10
* Revert r33661, which broke all buildbots.Amaury Forgeot d'Arc2008-09-091-6/+0
* #3705: Fix crash when given a non-ascii value on the command line for the "-c...Amaury Forgeot d'Arc2008-09-091-0/+6
* Added a warning filter to don't show the warning duringFacundo Batista2008-09-092-5/+14
* Merged revisions 66321 via svnmerge fromBrett Cannon2008-09-099-100/+120
* Issue #3804: Added test for Issue #2222.Hirokazu Yamamoto2008-09-081-0/+7
* Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,...Benjamin Peterson2008-09-083-7/+84
* fixes from issue 3162 for SSL moduleBill Janssen2008-09-082-0/+134
* Added sanity checks for the deprecated parse_qs() andFacundo Batista2008-09-081-0/+10
* Merged revisions 66277 via svnmerge fromBenjamin Peterson2008-09-061-1/+1
* Issue #874900: fix behaviour of threading module after a fork.Antoine Pitrou2008-09-062-5/+10
* I modified the tests a bit to account for unicode stringAmaury Forgeot d'Arc2008-09-061-4/+4
* Fixes release blocker issue #3492 and #3790.Gregory P. Smith2008-09-061-1/+9
* Merged revisions 66262 via svnmerge fromBenjamin Peterson2008-09-061-0/+6
* Merged revisions 66240 via svnmerge fromAntoine Pitrou2008-09-051-3/+3
* Merged revisions 66235 via svnmerge fromAntoine Pitrou2008-09-051-1/+4
* fix small typoBenjamin Peterson2008-09-051-1/+1
* Issue #3160: the "bdist_wininst" distutils command didn't work.Antoine Pitrou2008-09-041-4/+9
* 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-042-10/+7
* PyTokenizer_FindEncoding() always failed because it set the tokenizer stateBrett Cannon2008-09-041-0/+16
* #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-042-42/+18
* clean up some more bsddb scrapsBenjamin Peterson2008-09-031-11/+0
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-034-93/+107
* remove bsddbBenjamin Peterson2008-09-0332-8767/+0
* Python3.0 bsddb testsuite compatibility improvementsJesus Cea2008-09-032-3/+11
* The decode is used to workaround this:Jesus Cea2008-09-031-1/+3
* Merged revisions 66174-66175,66177 via svnmerge fromBenjamin Peterson2008-09-036-166/+210
* Merged revisions 66171 via svnmerge fromAmaury Forgeot d'Arc2008-09-021-2/+13
* Merged revisions 66162 via svnmerge fromHirokazu Yamamoto2008-09-021-0/+2
* Merge r66115 forward to py3k, resolves issue3419Jesse Noller2008-09-021-7/+14
* Merged revisions 66144 via svnmerge fromNick Coghlan2008-09-021-2/+2
* Add quotes around the file name to avoid issues with spaces.Marc-André Lemburg2008-09-021-1/+1
* The _warnings module did not properly handle cases where strings were not beingBrett Cannon2008-09-021-1/+10
* Merge in r66135. Doing also required removing a stale DeprecationWarning alongBrett Cannon2008-09-023-84/+98
* Improve compatibility with Python3.0 testsuiteJesus Cea2008-09-023-7/+155
* Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-...Benjamin Peterson2008-09-023-5/+74
* Port Python 2.6 bsddb3 testdriver to Python 3.0Jesus Cea2008-09-021-60/+23
* remove the deprecation warnings for the old threading API; update the docsBenjamin Peterson2008-09-012-61/+28
* In Python3.0, "test.test_support" is renamed to "test.support".Jesus Cea2008-09-011-1/+4
* Merged revisions 66117 via svnmerge fromBenjamin Peterson2008-09-016-13/+185
* #3712: The memoryview object had a reference leak and didn't support cyclic g...Antoine Pitrou2008-09-011-0/+32
* Merged revisions 66104 via svnmerge fromHirokazu Yamamoto2008-09-011-0/+3
* issue3715: docstring representation of hex escaped string needs to be doubleGregory P. Smith2008-08-311-1/+1
* bsddb code updated to version 4.7.3pre2. This code is the same thanJesus Cea2008-08-3129-1700/+2929
* Merged revisions 66076 via svnmerge fromGeorg Brandl2008-08-301-3/+3
* Issue 3611: in some cases (a __del__ re-raising an exception, when called fro...Amaury Forgeot d'Arc2008-08-291-0/+24
* Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as toAntoine Pitrou2008-08-263-5/+48
* make bytes(o) respect __bytes__ #2415Benjamin Peterson2008-08-261-0/+12