summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* SF bug #770485: cStringIO does not set closed attrRaymond Hettinger2003-08-081-0/+10
* Modified itertools.izip() to match the behavior of __builtin__.zip()Raymond Hettinger2003-08-081-1/+6
* Re-sync doc tests with the doc updates.Raymond Hettinger2003-08-081-3/+7
* Fix docstring in LocaleTime.Brett Cannon2003-08-081-2/+2
* Repair refcounting on error return from type_set_bases.Michael W. Hudson2003-08-071-0/+7
* Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename.Mark Hammond2003-08-061-0/+2
* Remove useless import.Walter Dörwald2003-08-051-1/+1
* Check both __div__ and __truediv__ in division tests.Walter Dörwald2003-08-051-1/+9
* Removed deprecated functionsRaymond Hettinger2003-08-051-49/+2
* Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3.Martin v. Löwis2003-08-052-3/+19
* Correct URL of normalization file. Fixes #781065. Will backport to 2.3.Martin v. Löwis2003-08-051-2/+2
* Make sure eol_convention is an ASCII string. Fixes #774680.Martin v. Löwis2003-08-051-0/+3
* Re-introduce caching of TimeRE and compiled regexes with added thread-safety.Brett Cannon2003-08-052-335/+190
* Touch-up to docstrings.Brett Cannon2003-08-051-19/+20
* protect against test problems with JythonSkip Montanaro2003-08-031-6/+7
* added test for bug 782369Skip Montanaro2003-08-031-0/+9
* more extension marshal tests and conversion to unittest - was surprised toSkip Montanaro2003-08-021-39/+183
* As discussed on python-dev, changed builtin.zip() to handle zero argumentsRaymond Hettinger2003-08-022-2/+6
* Added a banner to the shell startup message discussing possibleKurt B. Kaiser2003-07-273-2/+26
* Update for release.Kurt B. Kaiser2003-07-271-1/+1
* Fixes bug of having default argument for TimeRE's __init__ that caused theBrett Cannon2003-07-241-2/+5
* Remove caching of TimeRE (and thus LocaleTime) instance. Error was beingBrett Cannon2003-07-242-48/+23
* 1. Python Bug 775541: Calltips error when docstring is None. IntroducedKurt B. Kaiser2003-07-233-4/+12
* Restored commented-out line checked in by mistake.Tim Peters2003-07-231-1/+1
* locale-restoration code: Don't leave comparison to None implicit. ForTim Peters2003-07-232-2/+2
* Fred wasn't kidding -- there really are docs for the locale module <wink>.Tim Peters2003-07-231-11/+20
* Fix error in test of not comparing against 0 item of a listBrett Cannon2003-07-221-1/+1
* Patch #775784: YA Cygwin expected regression test skip patchJason Tishler2003-07-221-0/+1
* Change the zipimport implementation to accept files containingThomas Heller2003-07-221-1/+20
* more generic reference to python interpreterSkip Montanaro2003-07-221-1/+1
* Windows fix: When PYTHONCASEOK is set, or for any other reason importsTim Peters2003-07-221-3/+9
* readerThread(): Add max_retries to both DeadlockWrap() calls. ThisBarry Warsaw2003-07-211-2/+2
* Backport from r23c1-branch:Jack Jansen2003-07-211-2/+2
* test01_join(): Fix a test failure when run with "python -O". TheBarry Warsaw2003-07-211-1/+4
* Repair operator error.Jeremy Hylton2003-07-181-8/+3
* SF patch 773476: NameError when there are no prefixes.Jeremy Hylton2003-07-181-3/+9
* up the b/w compatibility requirement to 2.2Just van Rossum2003-07-181-1/+1
* Make sure mimetypes is reinitialized before running the tests.Jeremy Hylton2003-07-181-0/+1
* Restore the locale to "C" on exit.Jeremy Hylton2003-07-181-2/+5
* Reflow long line.Jeremy Hylton2003-07-171-2/+2
* back out the darwin supports_unicode_filenames patch; it causes deep problems...Just van Rossum2003-07-171-4/+1
* Patch from John Anderson to enable VC 7.1 support.Jeremy Hylton2003-07-171-12/+27
* Doctest now examines all docstrings by default. Previously, it wouldRaymond Hettinger2003-07-161-19/+28
* Exercise Jim Fulton's new doctest extension for running doctests in aRaymond Hettinger2003-07-161-2/+5
* Fix faulty doctests. There is no results attribute.Raymond Hettinger2003-07-161-5/+6
* Extend last change to cover TestSuites as well as TestCases.Raymond Hettinger2003-07-161-1/+1
* Prevent failure on the mac, where "mbcs" is not the file systemMark Hammond2003-07-161-2/+3
* Update to reflect the current status of the configuration system.Kurt B. Kaiser2003-07-166-85/+74
* run_unittest() to support TestCase instances as well as classes. Helps with ...Raymond Hettinger2003-07-161-1/+4
* Fixed test and converted to unittest format.Raymond Hettinger2003-07-151-1/+0