| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 36 | -99/+101 |
|
|
* | Change the file's indentation from tabs to 4 spaces per level. | Barry Warsaw | 2000-12-12 | 1 | -151/+163 |
|
|
* | Accept Finn Bock's patch #102208 to hardcode EINVAL to 22 when errno | Barry Warsaw | 2000-12-12 | 1 | -13/+16 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 55 | -519/+520 |
|
|
* | The ".pth" code knew about the layout of Python trees on unix and | Jack Jansen | 2000-12-12 | 1 | -0/+2 |
|
|
* | Add popitem(). | Guido van Rossum | 2000-12-12 | 1 | -0/+2 |
|
|
* | Added test for {}.popitem(). | Guido van Rossum | 2000-12-12 | 1 | -0/+24 |
|
|
* | Changed .getaliases() support to register the new aliases in the | Marc-André Lemburg | 2000-12-12 | 1 | -4/+12 |
|
|
* | Update the docstring. | Fred Drake | 2000-12-11 | 1 | -2/+31 |
|
|
* | Added tests to avoid regression on bug #125375. | Fred Drake | 2000-12-11 | 2 | -1/+34 |
|
|
* | Apply rstrip() to the lines read from _dirfile in _update(), so that a | Guido van Rossum | 2000-12-11 | 1 | -1/+1 |
|
|
* | Hoepeful fix for SF bug #123924: Windows - using OpenSSL, problem with | Guido van Rossum | 2000-12-11 | 1 | -1/+4 |
|
|
* | Make ConfigParser.Error inherit from Exception. | Fred Drake | 2000-12-11 | 1 | -1/+3 |
|
|
* | (Patch #102698) Fix for a bug reported by Wade Leftwich: | Andrew M. Kuchling | 2000-12-10 | 1 | -4/+4 |
|
|
* | Fix `credits' to credit the Jython developers when running under that | Barry Warsaw | 2000-12-06 | 1 | -3/+9 |
|
|
* | Two changes: | Sjoerd Mullender | 2000-12-06 | 1 | -8/+16 |
|
|
* | Add test cases for ConfigParser.remove_option() behavior. This includes | Fred Drake | 2000-12-04 | 1 | -0/+24 |
|
|
* | remove_option(): Use the right variable name for the option name! | Fred Drake | 2000-12-04 | 1 | -2/+2 |
|
|
* | Call of _cmp had wrong number of paramereters. | Moshe Zadka | 2000-12-03 | 1 | -2/+2 |
|
|
* | Convert Unicode strings to byte strings before passing them into specific | Martin v. Löwis | 2000-12-03 | 1 | -14/+25 |
|
|
* | Backing out my changes. | Moshe Zadka | 2000-11-30 | 1 | -6/+0 |
|
|
* | Added .first{item,value,key}() to dictionaries. | Moshe Zadka | 2000-11-30 | 1 | -0/+6 |
|
|
* | Fox for SF bug #123859: %[duxXo] long formats inconsistent. | Tim Peters | 2000-11-30 | 1 | -5/+16 |
|
|
* | Slight improvement to Unicode test suite, inspired by patch #102563: | Guido van Rossum | 2000-11-29 | 1 | -9/+11 |
|
|
* | Patch by Finn Bock to support PyStringMap in Jython. | Guido van Rossum | 2000-11-27 | 1 | -0/+9 |
|
|
* | Update test output. | Fred Drake | 2000-11-21 | 1 | -2/+18 |
|
|
* | testInsertBefore(): Rewritten to actually test insertBefore() somewhat. | Fred Drake | 2000-11-21 | 1 | -14/+103 |
|
|
* | Reduce the visibility of imported modules for cleaner "from ... import *" | Fred Drake | 2000-11-21 | 1 | -76/+181 |
|
|
* | Verify that str(a) and repr(a) don't blow up (part of SF patch 102068). | Tim Peters | 2000-11-14 | 1 | -0/+5 |
|
|
* | Typo for Mac code, fixing SF bug 12195. | Guido van Rossum | 2000-11-13 | 1 | -1/+1 |
|
|
* | Removing DOS 8x3 support | Guido van Rossum | 2000-11-13 | 113 | -18934/+0 |
|
|
* | Jack Jansen: added 'get_command_list()' method, and Mac-specific code to | Greg Ward | 2000-11-11 | 1 | -0/+38 |
|
|
* | Implement the suggestion of bug_id=122070: surround tell() call with | Guido van Rossum | 2000-11-09 | 1 | -1/+5 |
|
|
* | SMTP.connect(): If the socket.connect() raises a socket.error, be sure | Barry Warsaw | 2000-11-08 | 1 | -1/+5 |
|
|
* | Added test cases to detect regression on SourceForge bug #121965. | Fred Drake | 2000-11-08 | 1 | -0/+14 |
|
|
* | This fixes several bug reports concering memory bloating during large | Barry Warsaw | 2000-11-06 | 1 | -5/+1 |
|
|
* | a few small optimizations that seem to give a 5-10% speedup; the | Jeremy Hylton | 2000-11-06 | 1 | -76/+80 |
|
|
* | move pruneNext method to correct object (doh!) | Jeremy Hylton | 2000-11-06 | 1 | -24/+24 |
|
|
* | Change the graph structure to contain the code generator object for | Jeremy Hylton | 2000-11-06 | 3 | -21/+133 |
|
|
* | If a function contains a doc string, remove the doc string node from | Jeremy Hylton | 2000-11-06 | 1 | -1/+5 |
|
|
* | Added 38,642 missing characters to the Unicode database (first-last | Fredrik Lundh | 2000-11-03 | 1 | -2/+2 |
|
|
* | track recent change to test_extcall.py | Jeremy Hylton | 2000-10-30 | 1 | -0/+4 |
|
|
* | Fix for SF bug #117241 | Jeremy Hylton | 2000-10-30 | 1 | -0/+18 |
|
|
* | -- properly reset groups in findall (bug #117612) | Fredrik Lundh | 2000-10-28 | 2 | -2/+15 |
|
|
* | Fix two typos in __imul__. Closes Bug #117745. | Guido van Rossum | 2000-10-25 | 1 | -2/+2 |
|
|
* | Many changes. | Jeremy Hylton | 2000-10-25 | 1 | -220/+145 |
|
|
* | Generated from rev 1.1 of ast.txt | Jeremy Hylton | 2000-10-25 | 1 | -677/+606 |
|
|
* | Small optimizations in dispatch method: 1) lookup node's __class__ once | Jeremy Hylton | 2000-10-25 | 1 | -12/+14 |
|
|
* | Also point TK_LIBRARY to the appropriate directory. | Guido van Rossum | 2000-10-25 | 1 | -3/+4 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 1 | -6/+6 |
|
|