summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Tweak generation of unicode_whitespace_trans -- clearer, moreGreg Ward2002-12-111-2/+3
* Clean-up test class for DictMixin.Raymond Hettinger2002-12-111-2/+6
* Update to reflect current implementation.Kurt B. Kaiser2002-12-111-78/+76
* Rework the command line interface, incorporating the shell/editKurt B. Kaiser2002-12-111-72/+136
* Added test_ossaudiodev to expected skips on Windows.Tim Peters2002-12-101-0/+1
* Aesthetic tweakery: factor read_sound_file() out of play_sound_file().Greg Ward2002-12-101-5/+9
* Initial revision is rev 1.8 of test_linuxaudiodev.py, withGreg Ward2002-12-101-0/+89
* Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer)Neal Norwitz2002-12-101-3/+22
* SF 548651: Fix the METH_CLASS implementation.Tim Peters2002-12-091-4/+4
* Add test_unicode() to ensure that 1) textwrap doesn't crash on unicodeGreg Ward2002-12-091-0/+12
* Added test_initial_whitespace() to ensure that SF bug #622849 is fixed.Greg Ward2002-12-091-3/+13
* Fix SF bug #622849: in _wrap_chunks(), ensure that leading whitespace inGreg Ward2002-12-091-2/+3
* Fix SF bug #622831 (I think): add unicode_whitespace_trans classGreg Ward2002-12-091-1/+8
* self.binary -> self._binary to remove it from the public interface -Skip Montanaro2002-12-081-2/+2
* Add support for binary pickles to the shelve module. In some situationsSkip Montanaro2002-12-082-8/+60
* Add another test which exercises the whole suite with aRaymond Hettinger2002-12-071-0/+14
* Fix typo in abstract.c which caused __rpow__ to not be invoked.Raymond Hettinger2002-12-071-0/+5
* Clarify and speedup test.Raymond Hettinger2002-12-071-2/+3
* Cleaned up test (removing bogus argument list).Raymond Hettinger2002-12-071-2/+2
* Remove assumption that cls is a subclass of dict.Raymond Hettinger2002-12-071-3/+3
* M PyShell.pyKurt B. Kaiser2002-12-062-20/+39
* Patch #649184: Update to tix-8.1.4 RC3.Martin v. Löwis2002-12-061-11/+65
* The final tweaks before closingMichael W. Hudson2002-12-051-0/+4
* Patch #648998: test_commands ACL patchJason Tishler2002-12-051-0/+1
* Add a Cygwin skip mentioned by Jason Tishler.Tim Peters2002-12-051-1/+1
* Patch #551977: Regression exceptions for cygwinJason Tishler2002-12-051-0/+22
* Replace BadInternalCall with TypeError. Add a test case. Fix whitespace.Raymond Hettinger2002-12-041-0/+7
* Rearrange test_socket_ssl so that a skip is expected iff the networkTim Peters2002-12-043-28/+35
* Enable Check ModuleKurt B. Kaiser2002-12-031-5/+2
* Don't use Alt-Fn or Ctrl-Fn keys, reserved for desktop changes in Unix.Kurt B. Kaiser2002-12-031-17/+11
* Some more expected skips on OSX.Guido van Rossum2002-12-031-0/+3
* Lose references to knee (no longer exists) and pyclbr (has its ownGuido van Rossum2002-12-031-2/+0
* Get rid of 1.5.2 compatibility hack. :-)Guido van Rossum2002-12-031-8/+0
* Adding Python <= 2.2 support back in.Marc-André Lemburg2002-12-031-3/+10
* Add more sophistication to the comparison between pyclbr output andGuido van Rossum2002-12-031-42/+36
* Another big update, fixing all known bugs related to nesting functionsGuido van Rossum2002-12-031-50/+80
* In class bsdTableDB, add class variables db and env (set to None) toGuido van Rossum2002-12-021-0/+5
* Fix typo in except clause (_db should be _bsddb).Guido van Rossum2002-12-021-1/+1
* Moderately heavy reorganization of pyclbr to fix package-related bugs.Guido van Rossum2002-12-022-67/+99
* Add a better columnizer to print_topics().Guido van Rossum2002-12-021-7/+58
* Require 'largefile' resource for Mac OSX as well.Guido van Rossum2002-12-021-5/+5
* On Max OSX, try increasing the stack limit to 2048 so test_re andGuido van Rossum2002-12-021-0/+16
* Remove dead code in get_stack().Kurt B. Kaiser2002-12-021-31/+23
* Fix beep.Kurt B. Kaiser2002-12-021-16/+3
* Cleanup:Neal Norwitz2002-11-301-9/+5
* Remove unused importNeal Norwitz2002-11-301-5/+6
* Convert string exceptions to classes, string exceptions are deprecatedNeal Norwitz2002-11-302-8/+16
* Convert some more 1/0 to True/FalseNeal Norwitz2002-11-302-14/+14
* Add missing self for method callNeal Norwitz2002-11-301-2/+2
* Port Martin von Loewis checkin from Python:Neal Norwitz2002-11-301-5/+24