summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* BZ2Decomp_decompress(): Fixed more long vs LONG_LONG confusions.Tim Peters2002-11-091-2/+2
* BZ2Comp_flush(): Fixed more int vs LONG_LONG confusions.Tim Peters2002-11-091-2/+2
* BZ2Comp_compress(): Explicitly cast the LONG_LONG size argument toTim Peters2002-11-091-1/+1
* BZ2Comp_compress(): changed decl of totalout to LONG_LONG, since it'sTim Peters2002-11-091-1/+1
* Repaired signed-vs-unsigned mismatch.Tim Peters2002-11-091-1/+1
* This couldn't compile on WIndows, due to hardcoded "long long". Repaired.Tim Peters2002-11-091-23/+23
* * Modules/bz2module.cGustavo Niemeyer2002-11-081-12/+21
* Assorted patches from Armin Rigo:Michael W. Hudson2002-11-081-1/+1
* Enforce valid filemode. Fixes SF Bug #623464.Thomas Heller2002-11-071-0/+6
* Fixed sre bug "[#581080] Provoking infinite scanner loops".Gustavo Niemeyer2002-11-071-4/+6
* [Patch #633635 from David M. Cooke]Andrew M. Kuchling2002-11-061-6/+14
* Fixed bug #470582, using a modified version of patch #527371,Gustavo Niemeyer2002-11-061-18/+19
* * bzmodule.cGustavo Niemeyer2002-11-051-3/+3
* Fix SF #633935, test_bz2 failsNeal Norwitz2002-11-051-1/+1
* Patch implementing bz2 module.Gustavo Niemeyer2002-11-051-0/+2099
* SF #633013, Fix NIS causing interpreter core dumpNeal Norwitz2002-11-041-2/+4
* Use O_NONBLOCK rather than O_NDELAY, so we get POSIX non-blocking I/O.Neal Norwitz2002-11-021-4/+4
* Fix SF #632624, test_resource failure on alpha/64bitNeal Norwitz2002-11-021-1/+1
* Remove extra argument in mknod. Fixes #632628.Martin v. Löwis2002-11-021-1/+1
* Add docstrings to register, lookup, register_errorWalter Dörwald2002-10-311-4/+36
* Use personal e-mail addressAndrew M. Kuchling2002-10-302-3/+2
* Patch #512981: Update readline input stream on sys.stdin/out change.Martin v. Löwis2002-10-261-7/+13
* Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED.Martin v. Löwis2002-10-261-2/+0
* Update to Unicode 3.2 database.Martin v. Löwis2002-10-183-8989/+13012
* Fix minor whitespace nit, for consistency with Python's C style rules.Fred Drake2002-10-171-1/+1
* Patch #623780: Replace obsolete struct macros.Martin v. Löwis2002-10-162-11/+11
* Add PyStructSequence_UnnamedField. Add stat_float_times.Martin v. Löwis2002-10-161-5/+75
* posix_execve(): add missing argument for "et" format in PyArg_Parse()Guido van Rossum2002-10-161-0/+1
* Fix a few docstrings, remove extra commasNeal Norwitz2002-10-111-3/+3
* SF #621948, update docstring for md5 by David M. Cooke. Will backport.Neal Norwitz2002-10-111-0/+1
* Patch #569139: Implementation of major, minor and makedev.Martin v. Löwis2002-10-101-8/+59
* GNU readline() mistakenly sets the LC_CTYPE locale.Guido van Rossum2002-10-091-0/+17
* Apply file system default encoding to exec and spawn path and arguments.Martin v. Löwis2002-10-071-23/+68
* s/_alloca/alloca/g; Windows doesn't need the former, at least not unlessTim Peters2002-10-051-3/+3
* Trivial fix to the pep277 checkin: ensure that exceptions always have a filen...Mark Hammond2002-10-031-1/+1
* Patch 594001: PEP 277 - Unicode file name support for Windows NT.Mark Hammond2002-10-031-19/+372
* Support UCS-4 builds.Martin v. Löwis2002-10-011-8/+36
* Eliminate constness warnings with Tcl 8.4.Martin v. Löwis2002-10-011-4/+13
* Drop support for Tk 8.0 and 8.1.Martin v. Löwis2002-10-011-137/+2