| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | SF # 602108 ensure string is null terminated after strncpy | Neal Norwitz | 2002-09-13 | 1 | -0/+1 |
|
|
* | Fix *really* embarrassing typo reported by Raymond Hettinger. | Michael W. Hudson | 2002-09-11 | 1 | -1/+1 |
|
|
* | A slight change to SET_LINENO-less tracing. | Michael W. Hudson | 2002-09-11 | 1 | -4/+2 |
|
|
* | extract_time(): Squash compiler warning about possibly information- | Tim Peters | 2002-09-10 | 1 | -1/+1 |
|
|
* | Add missing return statement. | Martin v. Löwis | 2002-09-10 | 1 | -0/+1 |
|
|
* | Use utimes(2) where available to support microsecond timestamps. | Martin v. Löwis | 2002-09-10 | 1 | -5/+48 |
|
|
* | Always generate floats for stat_result; fix configure test. | Martin v. Löwis | 2002-09-09 | 1 | -9/+1 |
|
|
* | Patch #606592: Subsecond timestamps in stat_result. | Martin v. Löwis | 2002-09-09 | 1 | -10/+26 |
|
|
* | SF bug # 585792, Invalid mmap crashes Python interpreter | Neal Norwitz | 2002-09-05 | 1 | -1/+11 |
|
|
* | --with(out)-thread is deprecated according to configure --help | Neal Norwitz | 2002-09-05 | 1 | -1/+1 |
|
|
* | Update the module doc comment. | Guido van Rossum | 2002-09-03 | 1 | -1/+3 |
|
|
* | (Most of) SF patch 601369 (Christos Georgiou): obmalloc,structmodule: | Guido van Rossum | 2002-09-03 | 1 | -27/+54 |
|
|
* | Minor change for symmetry with PyXML: PyDoc_STR should not include | Fred Drake | 2002-09-02 | 1 | -1/+1 |
|
|
* | PEP 293 implemention (from SF patch http://www.python.org/sf/432401) | Walter Dörwald | 2002-09-02 | 1 | -0/+28 |
|
|
* | SF bug 601775 - some int results that should be bool. | Guido van Rossum | 2002-09-01 | 2 | -2/+3 |
|
|
* | Added __pow__(a,b) to the operator module. Completes the pattern of | Raymond Hettinger | 2002-08-19 | 1 | -0/+10 |
|
|
* | SF bug 595919: popenN return only text mode pipes | Tim Peters | 2002-08-19 | 1 | -2/+2 |
|
|
* | Squash a few calls to the hideously expensive PyObject_CallObject(o,a) | Guido van Rossum | 2002-08-16 | 1 | -1/+1 |
|
|
* | base64.decodestring('') should return '' instead of raising an | Barry Warsaw | 2002-08-15 | 1 | -5/+2 |
|
|
* | This is my patch | Michael W. Hudson | 2002-08-15 | 1 | -5/+8 |
|
|
* | Patch #505705: Remove eval in pickle and cPickle. | Martin v. Löwis | 2002-08-14 | 2 | -32/+65 |
|
|
* | Fix memory leaks reported by valgrind | Neal Norwitz | 2002-08-14 | 1 | -1/+7 |
|
|
* | add some example docstrings using PyDoc_STR | Skip Montanaro | 2002-08-14 | 1 | -8/+8 |
|
|
* | add PyDoc_STR and PyDoc_STRVAR calls as examples for module authors | Skip Montanaro | 2002-08-14 | 1 | -6/+18 |
|
|
* | Allow more docstrings to be removed during compilation in some modules | Neal Norwitz | 2002-08-13 | 4 | -38/+40 |
|
|
* | For new-style classes, we can now test for tp_del instead of asking | Guido van Rossum | 2002-08-09 | 1 | -3/+3 |
|
|
* | On Cygwin, put stdin, stderr, and stdout in binary mode when the -u | Sjoerd Mullender | 2002-08-09 | 1 | -2/+2 |
|
|
* | SF bug #592645 fix memory leak in socket.getaddrinfo | Neal Norwitz | 2002-08-09 | 1 | -0/+2 |
|
|
* | Update the text on the Expat module and library. | Fred Drake | 2002-08-09 | 1 | -17/+9 |
|
|
* | The other half of the patches added to SF patch 555085 by A I | Guido van Rossum | 2002-08-08 | 1 | -0/+2 |
|
|
* | Clean up some docstrings. Some docstrings didn't show their return | Guido van Rossum | 2002-08-08 | 1 | -10/+11 |
|
|