summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Prepare for the coming mixer support patch: change _do_ioctl_0() andGreg Ward2002-12-111-14/+14
* Finish expunging the 'linuxaudiodev' name:Greg Ward2002-12-111-55/+55
* Constify filenames and scripts. Fixes #651362.Martin v. Löwis2002-12-1112-121/+126
* Tweak generation of unicode_whitespace_trans -- clearer, moreGreg Ward2002-12-111-2/+3
* Constify char* API. Fixes #651363. 2.2 candidate.Martin v. Löwis2002-12-112-6/+6
* Patch #650415: Avoid redefinition of macros.Martin v. Löwis2002-12-111-0/+12
* Patch #650422: Use Posix AF_ constants instead of PF_ ones.Martin v. Löwis2002-12-111-5/+7
* Patch #650834: Document 'U' in file mode, remove stale variables.Martin v. Löwis2002-12-111-5/+1
* Patch #651006: Better explain what component might be empty.Martin v. Löwis2002-12-111-1/+1
* Patch #651289: Fix quoting errors.Martin v. Löwis2002-12-112-7/+7
* Clean-up test class for DictMixin.Raymond Hettinger2002-12-111-2/+6
* Update comments about the performance of xrange().Raymond Hettinger2002-12-112-4/+4
* 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 a word to the heapq description in response to user confusion.Tim Peters2002-12-101-2/+3
* Install the tools/i18n directory on Windows. A user requested it,Tim Peters2002-12-101-0/+8
* 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-102-9/+23
* SF 548651: Fix the METH_CLASS implementation.Tim Peters2002-12-095-8/+80
* 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
* Docs were added about a month agoRaymond Hettinger2002-12-091-2/+1
* 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-084-12/+98
* slot_nb_nonzero(): Another leak uncovered by the sandbox datetimeTim Peters2002-12-071-28/+27
* Revise the __all__ index entry a touch.Fred Drake2002-12-071-1/+1
* Remove C++ comment. Silence unsigned char* cast warning.Martin v. Löwis2002-12-071-2/+2
* Remove C++ comment.Martin v. Löwis2002-12-071-1/+1
* Correct db3 /opt/sfw library path. Link ndbm with libc only if ndbm.hMartin v. Löwis2002-12-071-10/+10
* 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-072-1/+6
* Add __all__ to Reference Manual index.Raymond Hettinger2002-12-071-0/+1
* 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-072-10/+4
* A patch from Kevin Jacobs, plugging several leaks discovered whenTim Peters2002-12-071-5/+10
* slot_tp_hash(): In the normal path, this leaked a reference to theTim Peters2002-12-061-3/+3
* Typo: propogate -> propagateThomas Heller2002-12-062-3/+3
* M PyShell.pyKurt B. Kaiser2002-12-062-20/+39
* Remove extra ")" in example.Fred Drake2002-12-061-1/+1
* Typo: "dead lock" --> "deadlock"Fred Drake2002-12-062-2/+2
* Don't include <ioctl.h> unless on __VMS.Martin v. Löwis2002-12-061-1/+3
* Patch #614055: Support OpenVMS.Martin v. Löwis2002-12-0613-7/+528
* Patch #649184: Update to tix-8.1.4 RC3.Martin v. Löwis2002-12-062-18/+73
* Search in standard library and include dirs for Sleepycat stuff.Martin v. Löwis2002-12-061-24/+34
* Document that the second argument to PyObject_IsInstanceWalter Dörwald2002-12-061-3/+7