summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Update the code to better reflect recommended style:Fred Drake2000-12-1236-99/+101
* Change the file's indentation from tabs to 4 spaces per level.Barry Warsaw2000-12-121-151/+163
* Accept Finn Bock's patch #102208 to hardcode EINVAL to 22 when errnoBarry Warsaw2000-12-121-13/+16
* Update the code to better reflect recommended style:Fred Drake2000-12-1255-519/+520
* The ".pth" code knew about the layout of Python trees on unix andJack Jansen2000-12-121-0/+2
* Add popitem().Guido van Rossum2000-12-121-0/+2
* Added test for {}.popitem().Guido van Rossum2000-12-121-0/+24
* Changed .getaliases() support to register the new aliases in theMarc-André Lemburg2000-12-121-4/+12
* Update the docstring.Fred Drake2000-12-111-2/+31
* Added tests to avoid regression on bug #125375.Fred Drake2000-12-112-1/+34
* Apply rstrip() to the lines read from _dirfile in _update(), so that aGuido van Rossum2000-12-111-1/+1
* Hoepeful fix for SF bug #123924: Windows - using OpenSSL, problem withGuido van Rossum2000-12-111-1/+4
* Make ConfigParser.Error inherit from Exception.Fred Drake2000-12-111-1/+3
* (Patch #102698) Fix for a bug reported by Wade Leftwich:Andrew M. Kuchling2000-12-101-4/+4
* Fix `credits' to credit the Jython developers when running under thatBarry Warsaw2000-12-061-3/+9
* Two changes:Sjoerd Mullender2000-12-061-8/+16
* Add test cases for ConfigParser.remove_option() behavior. This includesFred Drake2000-12-041-0/+24
* remove_option(): Use the right variable name for the option name!Fred Drake2000-12-041-2/+2
* Call of _cmp had wrong number of paramereters.Moshe Zadka2000-12-031-2/+2
* Convert Unicode strings to byte strings before passing them into specificMartin v. Löwis2000-12-031-14/+25
* Backing out my changes.Moshe Zadka2000-11-301-6/+0
* Added .first{item,value,key}() to dictionaries.Moshe Zadka2000-11-301-0/+6
* Fox for SF bug #123859: %[duxXo] long formats inconsistent.Tim Peters2000-11-301-5/+16
* Slight improvement to Unicode test suite, inspired by patch #102563:Guido van Rossum2000-11-291-9/+11
* Patch by Finn Bock to support PyStringMap in Jython.Guido van Rossum2000-11-271-0/+9
* Update test output.Fred Drake2000-11-211-2/+18
* testInsertBefore(): Rewritten to actually test insertBefore() somewhat.Fred Drake2000-11-211-14/+103
* Reduce the visibility of imported modules for cleaner "from ... import *"Fred Drake2000-11-211-76/+181
* Verify that str(a) and repr(a) don't blow up (part of SF patch 102068).Tim Peters2000-11-141-0/+5
* Typo for Mac code, fixing SF bug 12195.Guido van Rossum2000-11-131-1/+1
* Removing DOS 8x3 supportGuido van Rossum2000-11-13113-18934/+0
* Jack Jansen: added 'get_command_list()' method, and Mac-specific code toGreg Ward2000-11-111-0/+38
* Implement the suggestion of bug_id=122070: surround tell() call withGuido van Rossum2000-11-091-1/+5
* SMTP.connect(): If the socket.connect() raises a socket.error, be sureBarry Warsaw2000-11-081-1/+5
* Added test cases to detect regression on SourceForge bug #121965.Fred Drake2000-11-081-0/+14
* This fixes several bug reports concering memory bloating during largeBarry Warsaw2000-11-061-5/+1
* a few small optimizations that seem to give a 5-10% speedup; theJeremy Hylton2000-11-061-76/+80
* move pruneNext method to correct object (doh!)Jeremy Hylton2000-11-061-24/+24
* Change the graph structure to contain the code generator object forJeremy Hylton2000-11-063-21/+133
* If a function contains a doc string, remove the doc string node fromJeremy Hylton2000-11-061-1/+5
* Added 38,642 missing characters to the Unicode database (first-lastFredrik Lundh2000-11-031-2/+2
* track recent change to test_extcall.pyJeremy Hylton2000-10-301-0/+4
* Fix for SF bug #117241Jeremy Hylton2000-10-301-0/+18
* -- properly reset groups in findall (bug #117612)Fredrik Lundh2000-10-282-2/+15
* Fix two typos in __imul__. Closes Bug #117745.Guido van Rossum2000-10-251-2/+2
* Many changes.Jeremy Hylton2000-10-251-220/+145
* Generated from rev 1.1 of ast.txtJeremy Hylton2000-10-251-677/+606
* Small optimizations in dispatch method: 1) lookup node's __class__ onceJeremy Hylton2000-10-251-12/+14
* Also point TK_LIBRARY to the appropriate directory.Guido van Rossum2000-10-251-3/+4
* Ka-Ping Yee <ping@lfw.org>:Fred Drake2000-10-241-6/+6