summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix for #779167: use InternetConfig proxy settings on MacOSX (in additionJack Jansen2004-07-161-2/+5
* [Patch #982681] Apply this patch correctly; makes set_reuse_addr() work on Wi...Andrew M. Kuchling2004-07-151-3/+9
* Allow overriding of bgen pathnames in an optional module bgenlocationcustomize.Jack Jansen2004-07-151-0/+8
* Typo fixesAndrew M. Kuchling2004-07-151-4/+4
* Checking sys.platform for substring 'win' was breaking IDLE docs on MacKurt B. Kaiser2004-07-154-23/+39
* Use threading.local() instead of threading.currentThread().Raymond Hettinger2004-07-141-21/+57
* Factor out two unnecessary global variables.Raymond Hettinger2004-07-141-11/+4
* Implemented thread-local data as proposed on python-dev:Jim Fulton2004-07-144-1/+292
* Ported some features from zope:Jim Fulton2004-07-141-101/+214
* * Hide a loop induction variable that was inadvertantly being picked upRaymond Hettinger2004-07-142-39/+2
* * Rename "Signals" to "_signals" making it non-public.Raymond Hettinger2004-07-142-8/+13
* Recompiled after source file changes.Thomas Heller2004-07-142-0/+0
* - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affectsGuido van Rossum2004-07-141-0/+1
* - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affectsGuido van Rossum2004-07-141-0/+1
* It helps when doing checks if something is in a tuple of strings that if youBrett Cannon2004-07-141-1/+1
* Fixes a bug in testing code handling .pth files that did not restore the orig...Brett Cannon2004-07-131-29/+26
* Using repr() generates entries that the current stats package can'tNicholas Bastin2004-07-122-7/+7
* Updated my email address to something that works <wink>.Barry Warsaw2004-07-121-1/+1
* Fix test case for when time.tzname[0] is either UTC or GMT. Also have testBrett Cannon2004-07-121-2/+7
* Fix SF Bug #989066Nicholas Bastin2004-07-121-4/+4
* this is patchMichael W. Hudson2004-07-122-1/+38
* FreeBSD's services file contains an additional echo service entry, withAndrew MacIntyre2004-07-121-1/+7
* Removed debugging print statements from TimedRotatingFileHandler, and sorted ...Vinay Sajip2004-07-121-3/+4
* Simplified the new get/get_nowait/put/put_nowait implementations a bit.Tim Peters2004-07-121-27/+12
* Bug #788520: Queue class has logic error when non-blockingTim Peters2004-07-121-85/+62
* Remove tabs introduced in last commit.Brett Cannon2004-07-111-4/+4
* Patch [ 972332 ] urllib2 FTPHandler bugs / John J. LeeKurt B. Kaiser2004-07-112-12/+11
* SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generatorBrett Cannon2004-07-102-0/+9
* Debug output is now printed to sys.stderr .Brett Cannon2004-07-101-9/+10
* posixpath.realpath() now detects symlink loops and returns the path just beforeBrett Cannon2004-07-101-6/+30
* [Patch #981794] Add support for Firefox/FirebirdAndrew M. Kuchling2004-07-101-5/+6
* [Patch 988444]Andrew M. Kuchling2004-07-101-34/+31
* [Patch #965175] Incorporate a suggestion for a better error messageAndrew M. Kuchling2004-07-101-1/+2
* Make ntpath compress multiple slashes between drive letter and the rest of theBrett Cannon2004-07-102-9/+24
* [Patch #988602] Move the urllib2 tests into the test frameworkAndrew M. Kuchling2004-07-102-78/+129
* Make struct formats for specifying file size to be unsigned instead of signedBrett Cannon2004-07-101-4/+4
* [Patch #969907] Add traceback to warning outputAndrew M. Kuchling2004-07-101-4/+5
* In poll(), check connections for exceptional conditionsAndrew M. Kuchling2004-07-101-0/+15
* Return value from .close(); move .set_file upAndrew M. Kuchling2004-07-101-2/+2
* [Bug #835415] AIX can return modes that are >65536, which causes an OverflowE...Andrew M. Kuchling2004-07-101-1/+1
* [Patch #988504] Fix HTTP error handling via a patch from John J. LeeAndrew M. Kuchling2004-07-101-10/+6
* [Patch #987052 from Thomas Guettler]Andrew M. Kuchling2004-07-101-6/+21
* Improve Context construction and representation:Raymond Hettinger2004-07-102-43/+39
* Add generic codecs.encode() and .decode() APIs that don't imposeMarc-André Lemburg2004-07-101-1/+11
* Restructure testing of .pth files. Move previous functions into a class andBrett Cannon2004-07-101-37/+82
* Change argument list for addsitedir() to not require a second argument and thusBrett Cannon2004-07-091-1/+1
* Add some tests for corner cases.Raymond Hettinger2004-07-091-1/+25
* * Update the test suite to reflect that ConversionSyntax was no longerRaymond Hettinger2004-07-092-18/+6
* Module and tests:Raymond Hettinger2004-07-092-41/+35
* * fix the print testRaymond Hettinger2004-07-091-0/+14