summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue 3801. Fixing a dumb error in the deprecated parse_qsl()Facundo Batista2008-09-082-1/+12
* undoing change that broke trunk. Need to find a better solution to this.Josiah Carlson2008-09-071-1/+1
* This fixes a small inconsistency between trunk and 3.0, closing bug 3764.Josiah Carlson2008-09-071-1/+1
* fix missing moduleBenjamin Peterson2008-09-061-1/+1
* Backport relevant part of r66274 (in issue #874900).Antoine Pitrou2008-09-061-2/+5
* #3796: A test class was not run in test_float.Amaury Forgeot d'Arc2008-09-061-1/+3
* #1638033: add support for httponly on Cookie.MorselBenjamin Peterson2008-09-061-0/+6
* Issue #3535: zipfile couldn't read some zip files larger than 2GB.Antoine Pitrou2008-09-051-3/+3
* #3601: test_unicode.test_raiseMemError fails in UCS4Antoine Pitrou2008-09-051-1/+4
* Deprecate bsddb for removal in Python 3.0.Brett Cannon2008-09-055-2/+19
* Issue #3762: platform.architecture() fails if python is lanched via its symbo...Hirokazu Yamamoto2008-09-041-1/+1
* Issue #3772: Fixed regression problem in StreamHandler.emit().Vinay Sajip2008-09-042-2/+28
* test_py3kwarn had been overlooked when test.test_support.catch_warning() wasBrett Cannon2008-09-031-10/+10
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-034-90/+127
* Python3.0 bsddb testsuite compatibility improvementsJesus Cea2008-09-031-0/+4
* Issue #2562: Fix distutils PKG-INFO writing logic to allow havingMarc-André Lemburg2008-09-032-13/+60
* Issue #3726: Allowed spaces in separators in logging configuration files.Vinay Sajip2008-09-032-5/+56
* Merged revisions 66176 via svnmerge fromBenjamin Peterson2008-09-031-1/+1
* Merged revisions 66173 via svnmerge fromBenjamin Peterson2008-09-036-167/+210
* Issue 2975: when compiling multiple extension modules with visual studio 2008Amaury Forgeot d'Arc2008-09-021-2/+13
* Issue #3759: test_asyncore.py leaked handle.Hirokazu Yamamoto2008-09-021-0/+2
* Add quotes around the file name to avoid issues with spaces.Marc-André Lemburg2008-09-021-1/+1
* Issue 3747: Fix caching in ABCMeta.__subclasscheck__ (R: Georg Brandl)Nick Coghlan2008-09-021-2/+2
* Issue #3708: os.urandom no longer goes into an infinite loop when passed aGregory P. Smith2008-09-022-5/+11
* Improve compatibility with Python3.0 testsuiteJesus Cea2008-09-022-6/+11
* Move test.test_support.catch_warning() to the warnings module, rename itBrett Cannon2008-09-028-122/+143
* remove py3k warnings about the threading api; update docsBenjamin Peterson2008-09-012-66/+21
* In Python3.0, "test.test_support" is renamed to "test.support".Jesus Cea2008-09-011-1/+4
* Issue #3751: str.rpartition would perform a left-partition when called withAmaury Forgeot d'Arc2008-09-011-0/+5
* Merged revisions 65887,65889,65967-65968,65981 via svnmerge fromBenjamin Peterson2008-09-016-13/+185
* revert r66114 for JesseBenjamin Peterson2008-09-015-39/+146
* Submit Nick's patch for issue 3589, reviewed by jnollerJesse Noller2008-09-014-132/+32
* Issue #3748: platform.architecture() printed vogus message on windows.Hirokazu Yamamoto2008-09-011-0/+3
* logging: fixed lack of use of encoding attribute specified on a stream.Vinay Sajip2008-09-011-5/+10
* Issue #3732: Backported r53335 to supress deprecation warning.Hirokazu Yamamoto2008-09-011-5/+5
* #3703 unhelpful _fileio.FileIO error message when trying to open a directoryBenjamin Peterson2008-09-011-0/+11
* issue3715: docstring representation of hex escaped string needs to be doubleGregory P. Smith2008-08-311-1/+1
* Update bsddb code to version 4.7.3pre2. This code shouldJesus Cea2008-08-3124-405/+899
* #3707: fix inf. recursion in pydoc topic search. Rev'd by Antoine.Georg Brandl2008-08-301-3/+3
* A collection of crashers, all variants of the ideaArmin Rigo2008-08-291-0/+53
* Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as toAntoine Pitrou2008-08-263-6/+62
* Try to reduce the flakiness of this testNeal Norwitz2008-08-251-0/+4
* Use bytes as return type from recv_bytes() methods. Not sure why this onlyNeal Norwitz2008-08-251-3/+3
* Fix problem reported by pychecker where AuthenticationError wasn't imported.Neal Norwitz2008-08-252-2/+34
* #3662: Fix segfault introduced when fixing memory leaks.Neal Norwitz2008-08-241-0/+4
* #3654: fix duplicate test method name. Review by Benjamin P.Georg Brandl2008-08-241-4/+2
* generate py3k warnings on __getslice__, __delslice__, and __setslice__Benjamin Peterson2008-08-241-0/+22
* Fix:Neal Norwitz2008-08-241-1/+1
* Fix bug 3625: test issues on 64bit windows. r=pitrouMark Hammond2008-08-233-3/+3
* fix a few get_name() calls and turn then to .nameBenjamin Peterson2008-08-221-4/+4