summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* backport r66656 so people using -Qnew aren't affectedBenjamin Peterson2008-09-271-1/+1
* enable refactor testsBenjamin Peterson2008-09-271-2/+2
* Merged revisions 66511,66548-66549,66644,66646-66652 via svnmerge fromBenjamin Peterson2008-09-2712-40/+267
* give ftplib a real test suiteBenjamin Peterson2008-09-271-36/+425
* #3967: Correct a crash in count() and find() methods of string-like objects.Amaury Forgeot d'Arc2008-09-261-0/+16
* Fix namedtuple bug reported by Glenn Linderman. Template did not form correc...Raymond Hettinger2008-09-252-1/+6
* #3965: on Windows, open() crashes if the filename or the mode is invalid,Amaury Forgeot d'Arc2008-09-251-0/+10
* #3950 fix missing scale factors in turtle.pyBenjamin Peterson2008-09-241-1/+1
* Fix issue #3547: ctypes is confused by bitfields of varying integer typesThomas Heller2008-09-241-0/+15
* backport the atexit test for r66563Benjamin Peterson2008-09-231-0/+13
* Bugfix for issue3885 and 'DB.verify()' crash.Jesus Cea2008-09-231-16/+36
* use the new threading properties for multiprocessing (reviewed by Jesse #3927)Benjamin Peterson2008-09-221-6/+0
* build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config filesAndrew MacIntyre2008-09-221-1/+1
* #3879 fix a regression in urllib.getproxies_environmentBenjamin Peterson2008-09-212-3/+26
* Issue #3925: Ignores shutil.rmtree error on cygwin too.Hirokazu Yamamoto2008-09-211-2/+2
* Issue #3838: TarFile object assigned to self.tar should be closed explicitly.Hirokazu Yamamoto2008-09-211-0/+1
* Bumping to 2.6rc2v2.6rc2Barry Warsaw2008-09-182-2/+2
* avoid putting unicode objects in the environment causingMark Hammond2008-09-181-3/+4
* On Windows, temporarily disable the bsddb test referenced in bug 3892.Mark Hammond2008-09-181-1/+13
* fix possible integer overflows in _hashopenssl #3886Benjamin Peterson2008-09-181-2/+16
* Merged revisions 66470 via svnmerge fromBenjamin Peterson2008-09-151-4/+2
* Merged revisions 66191,66418,66438,66445 via svnmerge fromBenjamin Peterson2008-09-136-11/+452
* Bumping to 2.6rc1Barry Warsaw2008-09-122-2/+2
* Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...Nick Coghlan2008-09-118-64/+200
* Read unidata_version from unicodedata module.Martin v. Löwis2008-09-101-2/+9
* Update to test Unicode 5.1.Martin v. Löwis2008-09-101-1/+1
* - Issue #3629: Fix sre "bytecode" validator for an end case.Guido van Rossum2008-09-101-0/+4
* Issue #3811: The Unicode database was updated to 5.1.Martin v. Löwis2008-09-101-2/+12
* Fix #3634 invalid return value from _weakref.ref(Exception).__init__Benjamin Peterson2008-09-091-0/+8
* Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging.Vinay Sajip2008-09-091-2/+2
* #3777: long(4.2) returned an int, and broke backward compatibility.Amaury Forgeot d'Arc2008-09-091-0/+4
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-0922-215/+191
* Issue #3806: LockTests in test_imp should be skipped when thread is not avail...Hirokazu Yamamoto2008-09-081-4/+10
* Issue #3804: Added test for Issue #2222.Hirokazu Yamamoto2008-09-081-0/+7
* incorporate fixes from issue 3162; SSL doc patchBill Janssen2008-09-082-5/+160
* 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