summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch #536661: Improve performance of splitext. Add test_macpath.Martin v. Löwis2002-12-126-42/+95
* Patch #629126: Detect BLT by also looking for libBLT.Martin v. Löwis2002-12-121-0/+4
* Patch #650653: Raise always value error if the table is not 256 bytes long.Martin v. Löwis2002-12-122-6/+8
* Description of description was really confusing, and added some markup.Thomas Heller2002-12-121-10/+10
* M CallTipWindow.pyKurt B. Kaiser2002-12-122-15/+34
* Change issubclass() so that recursive tuples (directly or indirectlyWalter Dörwald2002-12-123-6/+24
* Mention the bdist_wininst postinstall script.Thomas Heller2002-12-121-0/+3
* Always initialize objc.Martin v. Löwis2002-12-121-1/+1
* Raw documentation for the bdist_wininst postinstallation script.Thomas Heller2002-12-121-0/+78
* Patch #551960: Add check for setrlimit() supportJason Tishler2002-12-121-4/+12
* News item for the change to turn _codecs into a builtin module.Marc-André Lemburg2002-12-121-0/+4
* Patch to make _codecs a builtin module. This is necessary sinceMarc-André Lemburg2002-12-124-9/+17
* Typo fix.Greg Ward2002-12-121-1/+1
* Hardcode the recognized whitespace characters to the US-ASCII whitespaceGreg Ward2002-12-121-3/+12
* Support threads-enabled Tcl installations.Martin v. Löwis2002-12-121-118/+525
* Enhance issubclass() and PyObject_IsSubclass() so that a tuple isWalter Dörwald2002-12-127-37/+80
* Patch #651621, approved by MvL.Just van Rossum2002-12-122-7/+16
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-1254-5242/+100
* Correct buggy module docstring.Jeremy Hylton2002-12-111-17/+30
* Fix one bug and reformat lots of code.Jeremy Hylton2002-12-111-50/+72
* This is not used anymore.Martin v. Löwis2002-12-112-1003/+0
* Made the _ssl subproject depend on the w9xpopen subproject, becauseTim Peters2002-12-111-20/+23
* Add OSS mixer interface (from Nicholas FitzRoy-Dale <wzdd@lardcave.net>):Greg Ward2002-12-111-0/+267
* Various additions and changes suggested by Raymond HettingerAndrew M. Kuchling2002-12-111-16/+85
* 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