summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2004-08-207-17/+17
* Stab at SF 1010777: test_queue fails occasionallyTim Peters2004-08-201-14/+53
* Semantic-neutral format and comment changes.Tim Peters2004-08-201-14/+16
* Gave _ellipsis_match() an attractive new leading underscore.Tim Peters2004-08-201-4/+4
* Establish policies with respect to 2.3 compatibilty and treated specRaymond Hettinger2004-08-191-0/+9
* SF bug #1012315: weakref.WeakValueDictionary should override .has_key()Raymond Hettinger2004-08-191-31/+36
* Got rid of nooutput() (was used by DocTestCase.debug())Edward Loper2004-08-191-5/+1
* Updated __all__ to include every non-underscored class, function, andEdward Loper2004-08-191-2/+30
* Now that they've settled down, document doctest directives.Tim Peters2004-08-191-3/+17
* Port test_zipfile to unittest (patch #736962).Johannes Gijsbers2004-08-191-98/+98
* ellipsis_match(): Changed treatment of start- and end-of-string exactTim Peters2004-08-191-25/+35
* Replaced the ELLIPSIS implementation with a worst-case linear-time one.Tim Peters2004-08-192-23/+66
* ELLIPSIS implementation: an ellipsis couldn't match nothing if itTim Peters2004-08-192-4/+31
* Rewrite test_order so as to be more "proper". Originally relied on anBrett Cannon2004-08-191-7/+13
* Expand tabs.Martin v. Löwis2004-08-181-1/+1
* Add support for FreeBSD 6.Hye-Shik Chang2004-08-186-3/+526
* Patch #995126: Correct directory size, and generate GNU tarfiles by default.Martin v. Löwis2004-08-181-2/+2
* Patch #800236: add HTTPResponse.getheaders().Martin v. Löwis2004-08-181-0/+6
* Patch #1006219: let inspect.getsource show '@' decorators and add tests forJohannes Gijsbers2004-08-182-2/+44
* Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate.Martin v. Löwis2004-08-181-16/+2
* Patch #764217: Add nametofont function, exists parameter.Martin v. Löwis2004-08-181-6/+38
* This is Mark Russell's patch:Michael W. Hudson2004-08-173-35/+88
* Fixed bug in line-number finding for examples (DocTestParser wasn'tEdward Loper2004-08-172-7/+28
* There are no longer any special case test skips.Raymond Hettinger2004-08-171-3/+0
* Remove test of obsolete trim() operation which was supplanted byRaymond Hettinger2004-08-171-152/+0
* Use readline/raw_input() in pydoc.Helper.interact if available and self.inputJohannes Gijsbers2004-08-171-4/+12
* The get_installer_filename() method forgot to return the name itThomas Heller2004-08-171-0/+1
* SF bug #833957: Ctrl+key combos stop working in IDLERaymond Hettinger2004-08-171-18/+18
* This file is no longer used in version 2.39.Raymond Hettinger2004-08-171-151/+0
* Add two new files and update remaining tests from the latest update of theRaymond Hettinger2004-08-1731-191/+1190
* Revise max() and min() to comply with the 8/2/2004 update to the specificationRaymond Hettinger2004-08-171-19/+65
* * Dynamically build a list of files to be tested (necessary becauseRaymond Hettinger2004-08-171-81/+14
* Test cases and fixes for bugs described in patch #873418: email/Message.py:Barry Warsaw2004-08-162-2/+14
* Being bsd-based, darwin/macosx has the same limitation w.r.t. the "echo"Skip Montanaro2004-08-161-1/+1
* Minor formatting cleanup.Raymond Hettinger2004-08-161-5/+6
* * Uncomment the SyntaxError doctest after Tim demonstrated how.Raymond Hettinger2004-08-161-11/+6
* - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).Matthias Klose2004-08-152-7/+23
* Correct the order of application for decorators. Meant to be bottom-up and notBrett Cannon2004-08-151-7/+16
* Let cgi.parse_header() properly unquote headers (patch #1008597).Johannes Gijsbers2004-08-141-0/+1
* bug #989672: pdb.doc and the help messages for the help_d and help_u methodsJohannes Gijsbers2004-08-142-4/+4
* bug #990669: os.path.realpath() will resolve symlinks before normalizing theJohannes Gijsbers2004-08-142-9/+104
* Catch OSError raised when src or dst argument to os.path.samefile doesn'tJohannes Gijsbers2004-08-141-1/+4
* Unwrap too-smart loop: we can't use `src` for both hard and symbolic links.Johannes Gijsbers2004-08-141-8/+16
* Raise an exception when src and dst refer to the same file via a hard link or aJohannes Gijsbers2004-08-142-5/+32
* Reset old locale after running tests. Not doing so brokeJohannes Gijsbers2004-08-141-19/+23
* Back out patch #982681Andrew M. Kuchling2004-08-131-8/+2
* 'inspect' was not listing the functions in a module properly if the module wasBrett Cannon2004-08-131-1/+3
* Convert weak iterators to generator form.Raymond Hettinger2004-08-131-51/+23
* Whitespace normalization.Tim Peters2004-08-132-6/+6
* Doctest has new traceback gimmicks in 2.4. While trying to documentTim Peters2004-08-131-16/+26