summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* #3935: properly support list subclasses in the C impl. of bisect.Georg Brandl2008-10-081-0/+11
* #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as t...Amaury Forgeot d'Arc2008-10-071-0/+11
* more intensive test on dbm.Hirokazu Yamamoto2008-10-071-8/+10
* save/restore stdout/stderr instead of relying on __*__ versionsSkip Montanaro2008-10-071-2/+4
* Simplify individual tests by defining setUp and tearDown methods.Skip Montanaro2008-10-071-61/+27
* Per Greg Ward, optparse is no longer being externally maintained.Andrew M. Kuchling2008-10-061-10/+2
* More strict test. Consider the case sys.executable itself is symlink.Hirokazu Yamamoto2008-10-061-4/+5
* Added the test for issue3762.Hirokazu Yamamoto2008-10-061-0/+15
* #1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(),...Andrew M. Kuchling2008-10-051-0/+10
* Merged revisions 66707,66775,66782 via svnmerge fromBenjamin Peterson2008-10-046-11/+2833
* Typo fixAndrew M. Kuchling2008-10-031-1/+1
* Fixed following error when DocXMLRPCServer failed.Hirokazu Yamamoto2008-10-031-2/+2
* update pydoc topicsBenjamin Peterson2008-10-021-32/+32
* Bumping to 2.6 final.Barry Warsaw2008-10-012-2/+2
* fix for issue 3862: test_array fails FreeBSD 7 amd64Andrew MacIntyre2008-10-011-4/+5
* Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs whenGregory P. Smith2008-09-301-0/+6
* fix security issue 2: imageop's poor validation of arguments could result in ...Benjamin Peterson2008-09-301-2/+63
* issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog...Jesse Noller2008-09-303-0/+22
* Issue #3965: Allow repeated calls to turtle.Screen, by making it aMartin v. Löwis2008-09-291-28/+31
* Fix issue #3547 for MingW, update comments.Thomas Heller2008-09-291-2/+3
* fix for release blocker 3910, 2.6 regression in socket.ssl methodBill Janssen2008-09-292-3/+28
* The _lsprof module could crash the interpreter if it was given an externalBrett Cannon2008-09-291-1/+15
* merge in the fix for test_ftplib on some bots [reviewed by Georg]Benjamin Peterson2008-09-281-0/+5
* 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