summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* preparing for 2.4.4 finalAnthony Baxter2006-10-172-1/+6
* what month is it again? I get confused...v2.4.4c1Anthony Baxter2006-10-101-1/+1
* preparing for 2.4.4c1Anthony Baxter2006-10-102-1/+6
* Update distutils version number to match the library version numberAnthony Baxter2006-10-101-1/+1
* Backport of the pieces of trunk rev 46589 relevant toTim Peters2006-10-092-3/+25
* Backport r45505, r45573, r45576Martin v. Löwis2006-10-091-0/+5
* [Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list.Andrew M. Kuchling2006-10-091-1/+1
* Port of universal binary support for Mac OSX from python 2.5. This takes awayRonald Oussoren2006-10-087-6/+140
* Backport from trunk r52223:Hye-Shik Chang2006-10-081-1/+11
* [Backport r51248 | neal.norwitz]Andrew M. Kuchling2006-10-051-0/+8
* A review of overflow-detecting code in the 2.4 branch.Armin Rigo2006-10-042-4/+17
* Fix integer negation and absolute value to not relyMartin v. Löwis2006-10-041-0/+1
* decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense toBarry Warsaw2006-10-041-4/+0
* [Backport rev. 51728 by neal.norwitz]Andrew M. Kuchling2006-10-032-2/+2
* Back out r52076, it's causing the buildbots to fail because of test_charmapco...Georg Brandl2006-09-301-1/+1
* Bug #1446043: correctly raise a LookupError if an encoding name givenGeorg Brandl2006-09-301-1/+1
* Bug #1556784: allow format strings longer than 127 characters inGeorg Brandl2006-09-301-0/+1
* Bug #1560617: in pyclbr, return full module name not only for classes,Georg Brandl2006-09-302-1/+4
* Bug #1566602: correct failure of posixpath unittest when $HOME endsGeorg Brandl2006-09-301-2/+1
* Patch #1567691: super() and new.instancemethod() now don't acceptGeorg Brandl2006-09-302-0/+15
* [Backport rev. 46882 by neal.norwitz]Andrew M. Kuchling2006-09-294-6/+50
* [Backport rev. 38534 by loewis]Andrew M. Kuchling2006-09-271-1/+4
* 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