summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Patch #642500 with slight modifications: allow keyword arguments inJust van Rossum2002-11-231-11/+12
* (This is hopefully the last large, funny checkin message forThomas Heller2002-11-222-400/+4
* get_python_version was not imported.Thomas Heller2002-11-221-0/+1
* Two bugs:Fred Drake2002-11-221-7/+7
* Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest.Tim Peters2002-11-221-0/+1
* Comment out the warnings about mktemp(). These are too annoying, andGuido van Rossum2002-11-221-3/+3
* Use False instead of 0.Fred Drake2002-11-221-1/+1
* Patch #486438: Make module argument to testmod optional.Martin v. Löwis2002-11-221-4/+12
* Patch #550765: Add daemon_threads flag.Martin v. Löwis2002-11-221-1/+8
* added new IMAP4_stream class; added proxyauth command; added login_cram_md5 m...Piers Lauder2002-11-221-12/+109
* Implement dict() style constructor.Raymond Hettinger2002-11-222-3/+11
* Patch #633547: Support plural forms. Do TODOs in test suite.Martin v. Löwis2002-11-213-162/+383
* The _Event class should be more careful with releasing its lock whenGuido van Rossum2002-11-211-8/+14
* Reflow commentAndrew M. Kuchling2002-11-211-3/+3
* Patch #642019: Recognize gcc-x.y as gcc.Martin v. Löwis2002-11-211-1/+1
* Bug #639118 from Ollie Oldham: archiver should use zipfile before zipAndrew M. Kuchling2002-11-211-28/+30
* _RandomNameSequence(): style guide changes, small speedup, don'tTim Peters2002-11-211-8/+8
* _TemporaryFileWrapper: changed self.close_called to a proper bool.Tim Peters2002-11-211-2/+2
* Apply Nicolas Riley's Patch.Kurt B. Kaiser2002-11-211-5/+5
* Fix SF #640094, on win32 getpass runs into unix_getpassNeal Norwitz2002-11-201-1/+4
* Add missing importAndrew M. Kuchling2002-11-201-1/+1
* Add missing documentation for the PEP 293 functionality toWalter Dörwald2002-11-191-7/+22
* Change int() so that passing a string, unicode, float or long argumentWalter Dörwald2002-11-193-22/+28
* Replace bsddb3 and _db occurrences.Martin v. Löwis2002-11-193-4/+4
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-1917-1/+3304
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-1937-1/+78
* Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185.Martin v. Löwis2002-11-197-0/+1638
* Add __mod__ method to UserString.Neil Schemenauer2002-11-181-0/+2
* check for str.__mod__Neil Schemenauer2002-11-181-0/+3
* check for unicode.__mod__Neil Schemenauer2002-11-181-0/+1
* Improve comments. Clarify docs.Raymond Hettinger2002-11-181-15/+14
* Improve DictMixin.Raymond Hettinger2002-11-182-29/+43
* Guard against error if .netrc is missing.Eric S. Raymond2002-11-171-7/+10
* SF Patch #638825Neal Norwitz2002-11-151-4/+7
* SF Patch #638825 logging moduleNeal Norwitz2002-11-151-3/+3
* Style guide reformats. I saw this test fail on a very heavily loadedTim Peters2002-11-151-6/+9
* SF patch #520382: Expand shelve.py to have a full dictionary interfaceRaymond Hettinger2002-11-151-0/+98
* SF patch #520382: Expand shelve.py to have a full dictionary interfaceRaymond Hettinger2002-11-152-1/+67
* Checking in Greg Ward's Optik, as optparse.py. This is the mostGuido van Rossum2002-11-141-0/+1384
* Fix or disable some tests that were affected by the new C3 MROGuido van Rossum2002-11-141-20/+79
* This uses only one temp file at a time, so use test_support.TESTFN asTim Peters2002-11-141-2/+2
* From SF patch 638299 [by Vinaj]: fileConfig() now takes an optionalGuido van Rossum2002-11-141-2/+2
* Update the docstring to match the code. Will backport.Neal Norwitz2002-11-141-1/+3
* Sync Tix from Mike Clarkson, a maintainerNeal Norwitz2002-11-141-55/+114
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-1434-72/+1
* Fix typo in commentNeal Norwitz2002-11-141-1/+1
* Fix docstring typo; remove 'created' lineAndrew M. Kuchling2002-11-141-3/+1
* [Bug #550364] Use sysconfig.get_python_version()Andrew M. Kuchling2002-11-142-3/+3
* [Bug #550364] Add get_python_version()Andrew M. Kuchling2002-11-141-1/+9
* [Bug #599248] ext module generation problemAndrew M. Kuchling2002-11-141-2/+2