| Commit message (Expand) | Author | Age | Files | Lines |
| * | preparing for 2.4.4 final | Anthony Baxter | 2006-10-17 | 2 | -1/+6 |
|
|
| * | what month is it again? I get confused...v2.4.4c1 | Anthony Baxter | 2006-10-10 | 1 | -1/+1 |
|
|
| * | preparing for 2.4.4c1 | Anthony Baxter | 2006-10-10 | 2 | -1/+6 |
|
|
| * | Update distutils version number to match the library version number | Anthony Baxter | 2006-10-10 | 1 | -1/+1 |
|
|
| * | Backport of the pieces of trunk rev 46589 relevant to | Tim Peters | 2006-10-09 | 2 | -3/+25 |
|
|
| * | Backport r45505, r45573, r45576 | Martin v. Löwis | 2006-10-09 | 1 | -0/+5 |
|
|
| * | [Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list. | Andrew M. Kuchling | 2006-10-09 | 1 | -1/+1 |
|
|
| * | Port of universal binary support for Mac OSX from python 2.5. This takes away | Ronald Oussoren | 2006-10-08 | 7 | -6/+140 |
|
|
| * | Backport from trunk r52223: | Hye-Shik Chang | 2006-10-08 | 1 | -1/+11 |
|
|
| * | [Backport r51248 | neal.norwitz] | Andrew M. Kuchling | 2006-10-05 | 1 | -0/+8 |
|
|
| * | A review of overflow-detecting code in the 2.4 branch. | Armin Rigo | 2006-10-04 | 2 | -4/+17 |
|
|
| * | Fix integer negation and absolute value to not rely | Martin v. Löwis | 2006-10-04 | 1 | -0/+1 |
|
|
| * | decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to | Barry Warsaw | 2006-10-04 | 1 | -4/+0 |
|
|
| * | [Backport rev. 51728 by neal.norwitz] | Andrew M. Kuchling | 2006-10-03 | 2 | -2/+2 |
|
|
| * | Back out r52076, it's causing the buildbots to fail because of test_charmapco... | Georg Brandl | 2006-09-30 | 1 | -1/+1 |
|
|
| * | Bug #1446043: correctly raise a LookupError if an encoding name given | Georg Brandl | 2006-09-30 | 1 | -1/+1 |
|
|
| * | Bug #1556784: allow format strings longer than 127 characters in | Georg Brandl | 2006-09-30 | 1 | -0/+1 |
|
|
| * | Bug #1560617: in pyclbr, return full module name not only for classes, | Georg Brandl | 2006-09-30 | 2 | -1/+4 |
|
|
| * | Bug #1566602: correct failure of posixpath unittest when $HOME ends | Georg Brandl | 2006-09-30 | 1 | -2/+1 |
|
|
| * | Patch #1567691: super() and new.instancemethod() now don't accept | Georg Brandl | 2006-09-30 | 2 | -0/+15 |
|
|
| * | [Backport rev. 46882 by neal.norwitz] | Andrew M. Kuchling | 2006-09-29 | 4 | -6/+50 |
|
|
| * | [Backport rev. 38534 by loewis] | Andrew M. Kuchling | 2006-09-27 | 1 | -1/+4 |
|
|
| * | Backport 51850 from release25-maint branch. | Neal Norwitz | 2006-09-11 | 3 | -25/+234 |
|
|
| * | Backport from trunk r51737: | Hye-Shik Chang | 2006-09-07 | 2 | -0/+8 |
|
|
| * | Fix missing import of the types module in logging.config. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
|
|
| * | Backport trunk's revision 51565: | Thomas Wouters | 2006-08-24 | 1 | -0/+7 |
|
|
| * | Backport rev 51448: | Georg Brandl | 2006-08-22 | 1 | -0/+4 |
|
|
| * | Add an additional test: BZ2File write methods should raise IOError | Georg Brandl | 2006-08-14 | 1 | -0/+9 |
|
|
| * | Patch #1535500: fix segfault in BZ2File.writelines and make sure it | Georg Brandl | 2006-08-14 | 1 | -0/+2 |
|
|
| * | Backport whitespace-normalization-proofing test_cgi fix. | Georg Brandl | 2006-08-11 | 1 | -2/+2 |
|
|
| * | Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. | Georg Brandl | 2006-08-11 | 3 | -5/+86 |
|
|
| * | Backport fixes for #1523610 (crashes in PyArg_ParseTuple): | Georg Brandl | 2006-08-09 | 1 | -1/+18 |
|
|
| * | memcmp() can return values other than -1, 0, and +1 but tp_compare | Thomas Heller | 2006-08-08 | 1 | -0/+1 |
|
|
| * | Don't produce output in test_builtin. | Georg Brandl | 2006-08-06 | 1 | -2/+2 |
|
|
| * | Bug #1535165: fixed a segfault in input() and raw_input() when | Georg Brandl | 2006-08-06 | 1 | -0/+8 |
|
|
| * | Bug #1535182: really test the xreadlines() method of bz2 objects. | Georg Brandl | 2006-08-06 | 1 | -1/+1 |
|
|
| * | Complain about missing VS 2003 in the error message | Martin v. Löwis | 2006-07-30 | 1 | -2/+4 |
|
|
| * | Patch #1529686: run test_iterlen and test_email_codecs in 2.4. | Georg Brandl | 2006-07-28 | 2 | -7/+9 |
|
|
| * | Backport r50840 to Python 2.4: | Barry Warsaw | 2006-07-28 | 2 | -1/+56 |
|
|
| * | - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename | Gregory P. Smith | 2006-07-28 | 1 | -6/+31 |
|
|
| * | Merge rev 50882 from the trunk. | Tim Peters | 2006-07-27 | 2 | -7/+5 |
|
|
| * | Oops, this time, really bump the email version number to 3.0.2. | Barry Warsaw | 2006-07-23 | 1 | -1/+1 |
|
|
| * | Port r50754 to Python 2.4/email 3.0. Bump the email version number to 3.0.2. | Barry Warsaw | 2006-07-23 | 2 | -29/+177 |
|
|
| * | Put method-wrappers into trashcan. Fixes #927248. | Martin v. Löwis | 2006-07-03 | 1 | -0/+8 |
|
|
| * | Patch #825417: Fix timeout processing in expect, | Martin v. Löwis | 2006-07-03 | 1 | -1/+15 |
|
|
| * | Bug #1267547: Put proper recursive setup.py call into the | Martin v. Löwis | 2006-07-03 | 1 | -3/+4 |
|
|
| * | SF bug #1504333: sgmlib should allow angle brackets in quoted values | Fred Drake | 2006-06-29 | 2 | -6/+25 |
|
|
| * | Removed buggy exception handling in doRollover of rotating file handlers. Exc... | Vinay Sajip | 2006-06-27 | 1 | -18/+6 |
|
|
| * | - SF bug #853506: IP6 address parsing in sgmllib | Fred Drake | 2006-06-23 | 2 | -1/+9 |
|
|
| * | Applied patch #1506758: Prevent MemoryErrors with large MAXFD. Backport of 47... | Peter Astrand | 2006-06-22 | 2 | -2/+2 |
|
|