summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* execve(), spawnve(): add some extra sanity checking to env;Guido van Rossum2002-12-131-18/+50
* We need macglue on MacPython-OS9 too.Jack Jansen2002-12-131-1/+1
* Always initialize objc.Martin v. Löwis2002-12-121-1/+1
* Patch to make _codecs a builtin module. This is necessary sinceMarc-André Lemburg2002-12-122-2/+2
* Typo fix.Greg Ward2002-12-121-1/+1
* Support threads-enabled Tcl installations.Martin v. Löwis2002-12-121-118/+525
* This is not used anymore.Martin v. Löwis2002-12-112-1003/+0
* Add OSS mixer interface (from Nicholas FitzRoy-Dale <wzdd@lardcave.net>):Greg Ward2002-12-111-0/+267
* 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
* Patch #650422: Use Posix AF_ constants instead of PF_ ones.Martin v. Löwis2002-12-111-5/+7
* 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
* A patch from Kevin Jacobs, plugging several leaks discovered whenTim Peters2002-12-071-5/+10
* 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-067-4/+499
* Patch #649060: Cygwin bz2module patchJason Tishler2002-12-051-14/+29
* Decode untyped strings from UTF-8.Martin v. Löwis2002-12-041-2/+27
* correct wording of comments about old bsddb (now bsddb185) moduleSkip Montanaro2002-12-021-6/+4
* Expunge any remaining mentions of linuxaudiodev -- it's ossaudiodev now!Greg Ward2002-11-301-7/+7
* Rename LinuxAudioError to OSSAudioError ('ossaudiodev.error').Greg Ward2002-11-301-25/+25
* Added mode 'rw' for full-duplex (play and record at the same time) mode.Greg Ward2002-11-301-21/+97
* * Don't put the device in non-blocking mode at open() time; this makesGreg Ward2002-11-301-46/+184
* ossaudiodev -- Python interface to the OSS (Open Sound System) API.Greg Ward2002-11-301-0/+524
* Allow the device name to be passed to linuxaudiodev.open(), forGreg Ward2002-11-271-7/+19
* Avoid including tclInt.h.Martin v. Löwis2002-11-261-10/+26
* Rename want_objects to wantobjects throughout, for consistency.Martin v. Löwis2002-11-261-10/+10
* Patch #518625: Return objects in Tkinter.Martin v. Löwis2002-11-261-6/+327
* Patch #632973: Implement _getdefaultlocale for OS X.Martin v. Löwis2002-11-261-3/+3
* Add unidata_version. Bump generator version number.Martin v. Löwis2002-11-253-2/+5
* Regenerate from Unicode 3.2.0 to include all First/Last ranges.Martin v. Löwis2002-11-242-8403/+8395
* Verify that the code in CJK UNIFIED IDEOGRAPH- actually denotes an ideograph.Martin v. Löwis2002-11-231-3/+12
* Patch #626485: Support Unicode normalization.Martin v. Löwis2002-11-232-15/+856
* Implement names for CJK unified ideographs. Add name to KeyError output.Martin v. Löwis2002-11-231-1/+39
* Fix off-by-one error.Martin v. Löwis2002-11-231-1/+1
* Patch #626548: Support Hangul syllable names.Martin v. Löwis2002-11-231-2/+109
* Merge with bsddb3 2002.11.23.10.42.36Martin v. Löwis2002-11-231-8/+16
* Include Python.h first.Martin v. Löwis2002-11-231-1/+1
* Fix SF # 640557, '64-bit' systems and the dbm moduleNeal Norwitz2002-11-221-6/+17
* fix for SF #635398 (don't "downcast" return strings from unicode to ascii)Fredrik Lundh2002-11-221-21/+4
* Fix --disable-unicode compilation problems.Martin v. Löwis2002-11-211-0/+5
* Comment out the getcwdu implementation for --disable-unicode buildsWalter Dörwald2002-11-211-0/+4
* Always call tparm with 10 arguments. It seems it's not varargs iMichael W. Hudson2002-11-211-43/+3
* Don't try to use unsupported DB versions.Martin v. Löwis2002-11-191-1/+6
* Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185.Martin v. Löwis2002-11-193-15/+4266
* Don't use PyNumber_Float() since it's is nearly useless. Instead, rely onNeil Schemenauer2002-11-181-4/+2
* Use PyInt_AsLong instead of PyInt_AS_LONG after the call toWalter Dörwald2002-11-121-1/+1
* Make private functions static so we don't pollute the namespaceNeal Norwitz2002-11-101-1/+2
* Fix typo.Martin v. Löwis2002-11-091-1/+1
* bz2_compress/bz2_decompress: more casting away LONG_LONG forTim Peters2002-11-091-2/+2