summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* To ever run this test "you must import TestSkipped" from the rightMichael W. Hudson2004-08-041-6/+9
* Updated Logger.log() docstring to clarify that lvl parameter should be an int...Vinay Sajip2004-08-041-1/+1
* Close handlers and tidy up loggers by removing closed handlers - to avoid pro...Vinay Sajip2004-08-041-5/+11
* Remove .width() and .iswide() from UserString as well.Hye-Shik Chang2004-08-041-4/+0
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-044-29/+13
* Add a workaround for a problem that UTF-8 strings can be corruptedHye-Shik Chang2004-08-041-0/+35
* Whitespace normalization.Tim Peters2004-08-048-52/+52
* test_threadsignals is an expected skip on win32.Tim Peters2004-08-041-0/+1
* To raise TestSkipped, you must import TestSkipped.Tim Peters2004-08-041-1/+1
* ihooks FancyModuleLoader.load_module()Tim Peters2004-08-042-2/+13
* make sure distutils logging is shut off in tests to avoid spurious outputFred Drake2004-08-035-3/+25
* Patch #986929: Add support for wish -sync and -use options.Martin v. Löwis2004-08-031-2/+3
* Wait for visibility before setting a grab. Fixes #946153.Martin v. Löwis2004-08-033-0/+3
* allow ctime(), gmtime(), and localtime() to take None as equivalent to an omi...Fred Drake2004-08-031-0/+17
* This allows additional commands to be provided for existing setup.pyFred Drake2004-08-032-22/+162
* add missing import!Fred Drake2004-08-031-0/+1
* avoid fragility: make sure POSIXLY_CORRECT is completely controlledFred Drake2004-08-031-1/+10
* Add the same guard as test_signal.Michael W. Hudson2004-08-031-0/+3
* Argh! This was meant to be part of patch #960406.Michael W. Hudson2004-08-031-0/+77
* Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP().Martin v. Löwis2004-08-031-2/+2
* Patch #994595: Recognize Basic auth even if other schemes are offered.Martin v. Löwis2004-08-031-1/+1
* Patch #870382: Automatically add msvcr71 to the list of libraries ifMartin v. Löwis2004-08-031-0/+23
* Check in my refleak hunting code.Michael W. Hudson2004-08-031-19/+91
* nice tests dont leave little suprises in the environAnthony Baxter2004-08-031-0/+1
* More "noone expected this to run twice"ness removal.Michael W. Hudson2004-08-031-3/+3
* make this test work when run repeatedly.Michael W. Hudson2004-08-031-3/+2
* Removed use of 'cgi.initlog()' - the first call to cgi.log is actuallyAnthony Baxter2004-08-031-1/+0
* Don't exit test_main() with the lock 'done' held -- there's no cleanerMichael W. Hudson2004-08-031-0/+1
* Delete the items variable (and explain why).Michael W. Hudson2004-08-031-0/+4
* - fix description of option table entriesFred Drake2004-08-021-3/+4
* Use isabs() in conditional, not abspathAndrew M. Kuchling2004-08-021-1/+1
* and a unit test for the staticmethod-of-a-non-method failure just fixedAnthony Baxter2004-08-021-0/+6
* Completed the patch for Bug #215126.Raymond Hettinger2004-08-022-0/+82
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-0214-725/+1084
* Removed reliance on damaged module object appearing in sys.modulesTim Peters2004-08-021-2/+1
* New tests:Tim Peters2004-08-021-0/+84
* Removed no-longer-needed convolutions to recover from damaged modulesTim Peters2004-08-022-25/+0
* Fix SF #1001053, wave.open() with unicode filename failsNeal Norwitz2004-08-011-2/+2
* Whitespace normalization.Tim Peters2004-07-312-100/+100
* Be more careful about reverting mutuations to system-wide (sys) variables.Tim Peters2004-07-311-20/+31
* Upgrade optparse module and tests to Optik 1.5a1:Greg Ward2004-07-312-341/+747
* Repair typo in docstring.Tim Peters2004-07-311-1/+1
* * drop the unreasonable list invariant that ob_item should never come backArmin Rigo2004-07-291-0/+17
* Ignore exceptions which occur when closing files in shutdown()Vinay Sajip2004-07-291-2/+7
* SF bug #999776, zlib home page wrongNeal Norwitz2004-07-291-1/+1
* New codec: [ 996067 ] hp-roman8 codecMarc-André Lemburg2004-07-281-0/+139
* Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec.Marc-André Lemburg2004-07-281-0/+7
* Since build_py handles package data installation, the list of outputsFred Drake2004-07-281-0/+11
* Ack, removed useless import of os I just introduced.Tim Peters2004-07-271-1/+1
* Added a new fileno() method. ZODB's repozo.py wants this so it canTim Peters2004-07-272-2/+18