| Commit message (Expand) | Author | Age | Files | Lines |
* | correct wording of comments about old bsddb (now bsddb185) module | Skip Montanaro | 2002-12-02 | 1 | -6/+4 |
|
|
* | Expunge any remaining mentions of linuxaudiodev -- it's ossaudiodev now! | Greg Ward | 2002-11-30 | 1 | -7/+7 |
|
|
* | Rename LinuxAudioError to OSSAudioError ('ossaudiodev.error'). | Greg Ward | 2002-11-30 | 1 | -25/+25 |
|
|
* | Added mode 'rw' for full-duplex (play and record at the same time) mode. | Greg Ward | 2002-11-30 | 1 | -21/+97 |
|
|
* | * Don't put the device in non-blocking mode at open() time; this makes | Greg Ward | 2002-11-30 | 1 | -46/+184 |
|
|
* | ossaudiodev -- Python interface to the OSS (Open Sound System) API. | Greg Ward | 2002-11-30 | 1 | -0/+524 |
|
|
* | Allow the device name to be passed to linuxaudiodev.open(), for | Greg Ward | 2002-11-27 | 1 | -7/+19 |
|
|
* | Avoid including tclInt.h. | Martin v. Löwis | 2002-11-26 | 1 | -10/+26 |
|
|
* | Rename want_objects to wantobjects throughout, for consistency. | Martin v. Löwis | 2002-11-26 | 1 | -10/+10 |
|
|
* | Patch #518625: Return objects in Tkinter. | Martin v. Löwis | 2002-11-26 | 1 | -6/+327 |
|
|
* | Patch #632973: Implement _getdefaultlocale for OS X. | Martin v. Löwis | 2002-11-26 | 1 | -3/+3 |
|
|
* | Add unidata_version. Bump generator version number. | Martin v. Löwis | 2002-11-25 | 3 | -2/+5 |
|
|
* | Regenerate from Unicode 3.2.0 to include all First/Last ranges. | Martin v. Löwis | 2002-11-24 | 2 | -8403/+8395 |
|
|
* | Verify that the code in CJK UNIFIED IDEOGRAPH- actually denotes an ideograph. | Martin v. Löwis | 2002-11-23 | 1 | -3/+12 |
|
|
* | Patch #626485: Support Unicode normalization. | Martin v. Löwis | 2002-11-23 | 2 | -15/+856 |
|
|
* | Implement names for CJK unified ideographs. Add name to KeyError output. | Martin v. Löwis | 2002-11-23 | 1 | -1/+39 |
|
|
* | Fix off-by-one error. | Martin v. Löwis | 2002-11-23 | 1 | -1/+1 |
|
|
* | Patch #626548: Support Hangul syllable names. | Martin v. Löwis | 2002-11-23 | 1 | -2/+109 |
|
|
* | Merge with bsddb3 2002.11.23.10.42.36 | Martin v. Löwis | 2002-11-23 | 1 | -8/+16 |
|
|
* | Include Python.h first. | Martin v. Löwis | 2002-11-23 | 1 | -1/+1 |
|
|
* | Fix SF # 640557, '64-bit' systems and the dbm module | Neal Norwitz | 2002-11-22 | 1 | -6/+17 |
|
|
* | fix for SF #635398 (don't "downcast" return strings from unicode to ascii) | Fredrik Lundh | 2002-11-22 | 1 | -21/+4 |
|
|
* | Fix --disable-unicode compilation problems. | Martin v. Löwis | 2002-11-21 | 1 | -0/+5 |
|
|
* | Comment out the getcwdu implementation for --disable-unicode builds | Walter Dörwald | 2002-11-21 | 1 | -0/+4 |
|
|
* | Always call tparm with 10 arguments. It seems it's not varargs i | Michael W. Hudson | 2002-11-21 | 1 | -43/+3 |
|
|
* | Don't try to use unsupported DB versions. | Martin v. Löwis | 2002-11-19 | 1 | -1/+6 |
|
|
* | Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. | Martin v. Löwis | 2002-11-19 | 3 | -15/+4266 |
|
|
* | Don't use PyNumber_Float() since it's is nearly useless. Instead, rely on | Neil Schemenauer | 2002-11-18 | 1 | -4/+2 |
|
|
* | Use PyInt_AsLong instead of PyInt_AS_LONG after the call to | Walter Dörwald | 2002-11-12 | 1 | -1/+1 |
|
|
* | Make private functions static so we don't pollute the namespace | Neal Norwitz | 2002-11-10 | 1 | -1/+2 |
|
|
* | Fix typo. | Martin v. Löwis | 2002-11-09 | 1 | -1/+1 |
|
|
* | bz2_compress/bz2_decompress: more casting away LONG_LONG for | Tim Peters | 2002-11-09 | 1 | -2/+2 |
|
|
* | BZ2Decomp_decompress(): Fixed more long vs LONG_LONG confusions. | Tim Peters | 2002-11-09 | 1 | -2/+2 |
|
|
* | BZ2Comp_flush(): Fixed more int vs LONG_LONG confusions. | Tim Peters | 2002-11-09 | 1 | -2/+2 |
|
|
* | BZ2Comp_compress(): Explicitly cast the LONG_LONG size argument to | Tim Peters | 2002-11-09 | 1 | -1/+1 |
|
|
* | BZ2Comp_compress(): changed decl of totalout to LONG_LONG, since it's | Tim Peters | 2002-11-09 | 1 | -1/+1 |
|
|
* | Repaired signed-vs-unsigned mismatch. | Tim Peters | 2002-11-09 | 1 | -1/+1 |
|
|
* | This couldn't compile on WIndows, due to hardcoded "long long". Repaired. | Tim Peters | 2002-11-09 | 1 | -23/+23 |
|
|
* | * Modules/bz2module.c | Gustavo Niemeyer | 2002-11-08 | 1 | -12/+21 |
|
|
* | Assorted patches from Armin Rigo: | Michael W. Hudson | 2002-11-08 | 1 | -1/+1 |
|
|
* | Enforce valid filemode. Fixes SF Bug #623464. | Thomas Heller | 2002-11-07 | 1 | -0/+6 |
|
|
* | Fixed sre bug "[#581080] Provoking infinite scanner loops". | Gustavo Niemeyer | 2002-11-07 | 1 | -4/+6 |
|
|
* | [Patch #633635 from David M. Cooke] | Andrew M. Kuchling | 2002-11-06 | 1 | -6/+14 |
|
|
* | Fixed bug #470582, using a modified version of patch #527371, | Gustavo Niemeyer | 2002-11-06 | 1 | -18/+19 |
|
|
* | * bzmodule.c | Gustavo Niemeyer | 2002-11-05 | 1 | -3/+3 |
|
|
* | Fix SF #633935, test_bz2 fails | Neal Norwitz | 2002-11-05 | 1 | -1/+1 |
|
|
* | Patch implementing bz2 module. | Gustavo Niemeyer | 2002-11-05 | 1 | -0/+2099 |
|
|
* | SF #633013, Fix NIS causing interpreter core dump | Neal Norwitz | 2002-11-04 | 1 | -2/+4 |
|
|
* | Use O_NONBLOCK rather than O_NDELAY, so we get POSIX non-blocking I/O. | Neal Norwitz | 2002-11-02 | 1 | -4/+4 |
|
|
* | Fix SF #632624, test_resource failure on alpha/64bit | Neal Norwitz | 2002-11-02 | 1 | -1/+1 |
|
|