summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Backport 51850 from release25-maint branch.Neal Norwitz2006-09-113-25/+234
* Backport from trunk r51737:Hye-Shik Chang2006-09-072-0/+8
* Fix missing import of the types module in logging.config.Georg Brandl2006-09-061-1/+1
* Backport trunk's revision 51565:Thomas Wouters2006-08-241-0/+7
* Backport rev 51448:Georg Brandl2006-08-221-0/+4
* Add an additional test: BZ2File write methods should raise IOErrorGeorg Brandl2006-08-141-0/+9
* Patch #1535500: fix segfault in BZ2File.writelines and make sure itGeorg Brandl2006-08-141-0/+2
* Backport whitespace-normalization-proofing test_cgi fix.Georg Brandl2006-08-111-2/+2
* Chris McDonough's patch to defend against certain DoS attacks on FieldStorage.Georg Brandl2006-08-113-5/+86
* Backport fixes for #1523610 (crashes in PyArg_ParseTuple):Georg Brandl2006-08-091-1/+18
* memcmp() can return values other than -1, 0, and +1 but tp_compareThomas Heller2006-08-081-0/+1
* Don't produce output in test_builtin.Georg Brandl2006-08-061-2/+2
* Bug #1535165: fixed a segfault in input() and raw_input() whenGeorg Brandl2006-08-061-0/+8
* Bug #1535182: really test the xreadlines() method of bz2 objects.Georg Brandl2006-08-061-1/+1
* Complain about missing VS 2003 in the error messageMartin v. Löwis2006-07-301-2/+4
* Patch #1529686: run test_iterlen and test_email_codecs in 2.4.Georg Brandl2006-07-282-7/+9
* Backport r50840 to Python 2.4:Barry Warsaw2006-07-282-1/+56
* - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrenameGregory P. Smith2006-07-281-6/+31
* Merge rev 50882 from the trunk.Tim Peters2006-07-272-7/+5
* Oops, this time, really bump the email version number to 3.0.2.Barry Warsaw2006-07-231-1/+1
* Port r50754 to Python 2.4/email 3.0. Bump the email version number to 3.0.2.Barry Warsaw2006-07-232-29/+177
* Put method-wrappers into trashcan. Fixes #927248.Martin v. Löwis2006-07-031-0/+8
* Patch #825417: Fix timeout processing in expect,Martin v. Löwis2006-07-031-1/+15
* Bug #1267547: Put proper recursive setup.py call into theMartin v. Löwis2006-07-031-3/+4
* SF bug #1504333: sgmlib should allow angle brackets in quoted valuesFred Drake2006-06-292-6/+25
* Removed buggy exception handling in doRollover of rotating file handlers. Exc...Vinay Sajip2006-06-271-18/+6
* - SF bug #853506: IP6 address parsing in sgmllibFred Drake2006-06-232-1/+9
* Applied patch #1506758: Prevent MemoryErrors with large MAXFD. Backport of 47...Peter Astrand2006-06-222-2/+2
* Backport of r47061.Armin Rigo2006-06-211-0/+15
* Bug #1117556: SimpleHTTPServer now tries to find and use the system'sGeorg Brandl2006-06-141-1/+3
* Bug #1339007: Shelf objects now don't raise an exception in theirGeorg Brandl2006-06-141-0/+3
* Merge rev 46840 from trunk.Tim Peters2006-06-101-12/+6
* Add the new test from the #1503157 patch to the branch.Georg Brandl2006-06-101-0/+2
* Backport of fix of bug #532646 for new-style classes.Brett Cannon2006-06-091-0/+16
* [Bug #1472827] Correctly escape newlines and tabs in attribute values in saxu...Andrew M. Kuchling2006-06-092-2/+7
* Backport of endianness fix for argvemulatorRonald Oussoren2006-06-081-57/+33
* Bug #1500293: fix memory leaks in _subprocess module.Georg Brandl2006-06-041-5/+5
* Remove various dependencies on dictionary order in the standard libraryArmin Rigo2006-05-288-16/+24
* Code tried to modify a tuple, convert to list before doing that (backport fromRonald Oussoren2006-05-261-0/+1
* backport of byteorder issues in applesingleRonald Oussoren2006-05-261-2/+2
* Merge rev 45944 from trunk.Tim Peters2006-05-102-3/+22
* Backport SF bug/patch #1433877: string parameter to ioctl not null terminatedThomas Wouters2006-05-051-8/+1
* Bug #1481530: allow "from os.path import ..." with imputilGeorg Brandl2006-05-041-2/+5
* Bug #1472191: convert breakpoint indices to ints before comparing them to intsGeorg Brandl2006-05-031-1/+7
* Patch #1480067: don't redirect HTTP digest auth in urllib2Georg Brandl2006-05-031-1/+1
* Patch #1464708 from William McVey: fixed handling of nested comments in mailBarry Warsaw2006-04-304-0/+18
* Backport r45774:Neal Norwitz2006-04-291-0/+1
* Bug #1478429: make datetime.datetime.fromtimestamp accept every float,Georg Brandl2006-04-281-0/+6
* Bug #1478326: don't allow '/' in distutils.util.get_platform machine namesGeorg Brandl2006-04-281-0/+1
* Put break at correct level so *all* root HKEYs acutally get checked forTrent Mick2006-04-251-1/+1