| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Remove extra argument in mknod. Fixes #632628. | Martin v. Löwis | 2002-11-02 | 1 | -1/+1 |
|
|
* | Add docstrings to register, lookup, register_error | Walter Dörwald | 2002-10-31 | 1 | -4/+36 |
|
|
* | Use personal e-mail address | Andrew M. Kuchling | 2002-10-30 | 2 | -3/+2 |
|
|
* | Patch #512981: Update readline input stream on sys.stdin/out change. | Martin v. Löwis | 2002-10-26 | 1 | -7/+13 |
|
|
* | Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED. | Martin v. Löwis | 2002-10-26 | 1 | -2/+0 |
|
|
* | Update to Unicode 3.2 database. | Martin v. Löwis | 2002-10-18 | 3 | -8989/+13012 |
|
|
* | Fix minor whitespace nit, for consistency with Python's C style rules. | Fred Drake | 2002-10-17 | 1 | -1/+1 |
|
|
* | Patch #623780: Replace obsolete struct macros. | Martin v. Löwis | 2002-10-16 | 2 | -11/+11 |
|
|
* | Add PyStructSequence_UnnamedField. Add stat_float_times. | Martin v. Löwis | 2002-10-16 | 1 | -5/+75 |
|
|
* | posix_execve(): add missing argument for "et" format in PyArg_Parse() | Guido van Rossum | 2002-10-16 | 1 | -0/+1 |
|
|
* | Fix a few docstrings, remove extra commas | Neal Norwitz | 2002-10-11 | 1 | -3/+3 |
|
|
* | SF #621948, update docstring for md5 by David M. Cooke. Will backport. | Neal Norwitz | 2002-10-11 | 1 | -0/+1 |
|
|
* | Patch #569139: Implementation of major, minor and makedev. | Martin v. Löwis | 2002-10-10 | 1 | -8/+59 |
|
|
* | GNU readline() mistakenly sets the LC_CTYPE locale. | Guido van Rossum | 2002-10-09 | 1 | -0/+17 |
|
|
* | Apply file system default encoding to exec and spawn path and arguments. | Martin v. Löwis | 2002-10-07 | 1 | -23/+68 |
|
|
* | s/_alloca/alloca/g; Windows doesn't need the former, at least not unless | Tim Peters | 2002-10-05 | 1 | -3/+3 |
|
|
* | Trivial fix to the pep277 checkin: ensure that exceptions always have a filen... | Mark Hammond | 2002-10-03 | 1 | -1/+1 |
|
|
* | Patch 594001: PEP 277 - Unicode file name support for Windows NT. | Mark Hammond | 2002-10-03 | 1 | -19/+372 |
|
|
* | Support UCS-4 builds. | Martin v. Löwis | 2002-10-01 | 1 | -8/+36 |
|
|
* | Eliminate constness warnings with Tcl 8.4. | Martin v. Löwis | 2002-10-01 | 1 | -4/+13 |
|
|
* | Drop support for Tk 8.0 and 8.1. | Martin v. Löwis | 2002-10-01 | 1 | -137/+2 |
|
|
* | Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2. | Martin v. Löwis | 2002-09-30 | 2 | -1/+3 |
|
|
* | Patch for the DEC Alpha under Linux, by Lee Busby. | Guido van Rossum | 2002-09-26 | 1 | -0/+8 |
|
|
* | I did fix too much - including winsock.h is sufficient. | Thomas Heller | 2002-09-24 | 1 | -1/+1 |
|
|
* | On Windows, call WSAGetLastError() to retrieve the error number. | Thomas Heller | 2002-09-24 | 1 | -1/+7 |
|
|
* | Be more careful with the type of the xmlhandlersetter; it takes an | Fred Drake | 2002-09-24 | 1 | -1/+1 |
|
|
* | Patch #608999: Fix portability problems with MIPSPro 7.x | Martin v. Löwis | 2002-09-19 | 3 | -0/+20 |
|
|
* | Deal with NULL fields in mkpwent. | Martin v. Löwis | 2002-09-17 | 1 | -1/+12 |
|
|
* | Deal with a NULL gr_passwd. Reported by Anders Qvist. | Martin v. Löwis | 2002-09-17 | 1 | -1/+6 |
|
|
* | Make BadPickleGet a class. Fixes #609164. | Martin v. Löwis | 2002-09-16 | 1 | -3/+4 |
|
|
* | I think it makes more sense that the pseudo filename used by fdopen() | Guido van Rossum | 2002-09-15 | 1 | -1/+1 |
|
|