| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Backport 1.8->1.9: Make the test pass for jython where there are no | Finn Bock | 2002-11-06 | 1 | -3/+7 |
|
|
| * | Minor cleanups, markup. | Fred Drake | 2002-11-05 | 1 | -2/+2 |
|
|
| * | Fix minor markup nits. | Fred Drake | 2002-11-05 | 1 | -2/+2 |
|
|
| * | SF 633560: tokenize.__all__ needs "generate_tokens" | Raymond Hettinger | 2002-11-05 | 1 | -1/+2 |
|
|
| * | Backport last checkin: | Neal Norwitz | 2002-11-04 | 1 | -2/+4 |
|
|
| * | Update config.h to pyconfig.h and config.h.in to pyconfig.h.in. | Fred Drake | 2002-11-04 | 1 | -4/+4 |
|
|
| * | Backport to 2.2: [Bug #570655] Fix misleading option text | Andrew M. Kuchling | 2002-11-04 | 1 | -1/+1 |
|
|
| * | Support @euro modifiers. Fixes #554676. | Martin v. Löwis | 2002-11-03 | 1 | -0/+9 |
|
|
| * | Fix SF #632864, Typo string instead of sting in LibDoc. | Neal Norwitz | 2002-11-03 | 1 | -1/+1 |
|
|
| * | Fix SF # 518775, buffer object API description truncated | Neal Norwitz | 2002-11-03 | 1 | -0/+2 |
|
|
| * | Fix SF # 631066, running regrtest in user mode fails | Neal Norwitz | 2002-11-03 | 1 | -1/+21 |
|
|
| * | Fix SF #618146, overflow error in calendar module | Neal Norwitz | 2002-11-03 | 1 | -0/+5 |
|
|
| * | Update example for the type() function to use the currently accepted | Fred Drake | 2002-11-01 | 1 | -2/+13 |
|
|
| * | Patch #631972: Adds an is_jython flag. | Finn Bock | 2002-11-01 | 1 | -0/+2 |
|
|
| * | Add notes to the asctime() and ctime() descriptions to make it | Fred Drake | 2002-10-30 | 1 | -0/+2 |
|
|
| * | Added missing names to __all__. | Raymond Hettinger | 2002-10-30 | 1 | -1/+1 |
|
|
| * | Patrick K. O'Brien noticed that kwlist was missing from __all__. | Raymond Hettinger | 2002-10-30 | 1 | -1/+1 |
|
|
| * | Files used for MacPython 2.2.2 distribution. | Jack Jansen | 2002-10-29 | 6 | -72/+55 |
|
|
| * | Added a few printfs in case of unexpected situations during application startup. | Jack Jansen | 2002-10-29 | 2 | -5/+14 |
|
|
| * | Stop-gap to forestall test_email failing in MacPython: disable the line-endin... | Jack Jansen | 2002-10-29 | 1 | -0/+3 |
|
|
| * | The previous patch needed a little massaging for 2.2. | Jack Jansen | 2002-10-29 | 1 | -1/+1 |
|
|
| * | Fixed silly typo in previous fix. Needs to be ported forward. | Jack Jansen | 2002-10-29 | 1 | -1/+4 |
|
|
| * | Chapter titles that get split over multiple lines in the typeset | Fred Drake | 2002-10-28 | 1 | -5/+3 |
|
|
| * | Clarify packages in tutorial. Closes SF bug #616211. | Raymond Hettinger | 2002-10-26 | 1 | -0/+4 |
|
|
| * | Backport of 1.25: | Jack Jansen | 2002-10-25 | 1 | -5/+1 |
|
|
| * | Backport of 1.5: | Jack Jansen | 2002-10-25 | 1 | -0/+8 |
|
|
| * | - The "-" format flag overrides the "0" flag, not the "-" flag. | Fred Drake | 2002-10-25 | 1 | -28/+43 |
|
|
| * | Correct the description of PyErr_Restore(). | Fred Drake | 2002-10-24 | 1 | -3/+3 |
|
|
| * | Relocate an index entry so named anchors are not generated in a section head. | Fred Drake | 2002-10-24 | 1 | -1/+2 |
|
|
| * | Update an example to use the DOM implementation object. Explain that | Fred Drake | 2002-10-24 | 1 | -8/+28 |
|
|
| * | Deal with a FAQ: | Fred Drake | 2002-10-23 | 1 | -0/+22 |
|
|
| * | Moved description of _urlopener adjacent to the related functions. | Fred Drake | 2002-10-22 | 1 | -18/+35 |
|
|
| * | Yes, we have moved past 2.2.2. | Fred Drake | 2002-10-22 | 2 | -3/+3 |
|
|
| * | Work around the fact that "maint" alone is a symlink now. | Fred Drake | 2002-10-22 | 1 | -0/+5 |
|
|
| * | Describe __path__ along with the rest of the package description. | Fred Drake | 2002-10-22 | 1 | -1/+12 |
|
|
| * | Clarified the error cases and Unicode handling of PyString_AsString(), | Fred Drake | 2002-10-22 | 1 | -8/+17 |
|
|
| * | Clarify what versions of Windows are supported, and add Linux | Fred Drake | 2002-10-22 | 1 | -1/+1 |
|
|
| * | Fix markup for tilde in URL. | Fred Drake | 2002-10-18 | 1 | -1/+1 |
|
|
| * | Fix reference to the Fetchmail FAQ: | Fred Drake | 2002-10-18 | 1 | -6/+8 |
|
|
| * | Backport: | Neal Norwitz | 2002-10-18 | 2 | -1/+17 |
|
|
| * | Fix markup for tilde in URL. | Fred Drake | 2002-10-18 | 1 | -1/+1 |
|
|
| * | Added cross-references to related material on exceptions. | Fred Drake | 2002-10-18 | 1 | -9/+13 |
|
|
| * | Added cross-references to related material on exceptions. | Fred Drake | 2002-10-18 | 1 | -0/+3 |
|
|
| * | Backport Neal Norwitz's patch from revision 1.14: | Fred Drake | 2002-10-18 | 1 | -1/+1 |
|
|
| * | Fix (real! :-) memory leaks in half_cmp and half_binop. | Guido van Rossum | 2002-10-18 | 1 | -1/+4 |
|
|
| * | Sigh. That wasn't a memory leak, that was Guido committing before | Guido van Rossum | 2002-10-18 | 1 | -5/+2 |
|
|
| * | Backport of 2.183: | Guido van Rossum | 2002-10-18 | 1 | -2/+5 |
|
|
| * | Add new encoding for Ukrainian Cyrillic | Neal Norwitz | 2002-10-17 | 1 | -0/+1 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2002-10-17 | 1 | -0/+54 |
|
|
| * | Document urldefrag(). | Fred Drake | 2002-10-16 | 1 | -0/+7 |
|
|