| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix SF bug #557436, TclError is a str should be an Exception | Neal Norwitz | 2002-06-04 | 1 | -1/+1 |
|
|
* | Remove unused static function | Neal Norwitz | 2002-05-31 | 1 | -19/+0 |
|
|
* | SF #558432: Prevent Annoying ' ' from readline (Holker Krekel). | Guido van Rossum | 2002-05-30 | 1 | -0/+1 |
|
|
* | The logreader object did not always refill the input buffer correctly | Neil Schemenauer | 2002-05-29 | 1 | -105/+56 |
|
|
* | Issue an explicit error when we can't find an appropriate type for | Guido van Rossum | 2002-05-29 | 1 | -0/+2 |
|
|
* | This is patch | Michael W. Hudson | 2002-05-29 | 1 | -7/+3 |
|
|
* | This is patch | Michael W. Hudson | 2002-05-27 | 1 | -0/+171 |
|
|
* | Disambiguate the grammar for backtick. | Guido van Rossum | 2002-05-24 | 1 | -1/+13 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-05-23 | 1 | -7/+7 |
|
|
* | Add IS_TRACKED and IS_MOVED macros. This makes the logic a little more clear. | Neil Schemenauer | 2002-05-21 | 1 | -7/+10 |
|
|
* | array_tounicode isn't defined in --disable-unicode builds... | Michael W. Hudson | 2002-05-13 | 1 | -0/+4 |
|
|
* | Added degrees() and radians() to mathmodule. Closes patch 552452 and | Raymond Hettinger | 2002-05-13 | 1 | -0/+27 |
|
|
* | Patch #551011: Fix compilation problems with Cygwin. | Martin v. Löwis | 2002-05-08 | 1 | -1/+1 |
|
|
* | Rename posix_WCONTINUED to posix_WIFCONTINUED, call WIFCONTINUED inside, | Martin v. Löwis | 2002-05-04 | 1 | -2/+5 |
|
|
* | Move all data for a single generation into a structure. The set of | Neil Schemenauer | 2002-05-04 | 1 | -73/+97 |
|
|
* | Indicate delayed initialization of slots. Suggested by tim.one. | Martin v. Löwis | 2002-05-02 | 1 | -3/+5 |
|
|
* | Patch #551009: Initialize array type dynamically. | Martin v. Löwis | 2002-05-02 | 1 | -3/+6 |
|
|
* | Guard gettext and friends with HAVE_LIBINTL_H. Fixes #549907. | Martin v. Löwis | 2002-05-02 | 1 | -1/+1 |
|
|
* | Pickler_clear_memo(): convert to METH_NOARGS. | Fred Drake | 2002-05-01 | 1 | -5/+2 |
|
|
* | See discussion at SF bug 547537. | Guido van Rossum | 2002-04-29 | 1 | -1/+1 |
|
|
* | _PyObject_GC_New: Could call PyObject_INIT with a NULL 1st argument. | Tim Peters | 2002-04-28 | 1 | -2/+6 |
|
|
* | Repair widespread misuse of _PyString_Resize. Since it's clear people | Tim Peters | 2002-04-27 | 9 | -55/+23 |
|
|
* | Check for overflow errors in setrlimit(), | Jeremy Hylton | 2002-04-23 | 1 | -1/+10 |
|
|
* | WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New. | Fred Drake | 2002-04-23 | 1 | -11/+75 |
|
|
* | SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) | Anthony Baxter | 2002-04-23 | 1 | -3/+3 |
|
|
* | #546156, Remove load_false()/load_true(), they are not used | Neal Norwitz | 2002-04-21 | 1 | -14/+0 |
|
|
* | #544265, Remove warnings for passing const to free() | Neal Norwitz | 2002-04-21 | 1 | -1/+1 |
|
|
* | #546163, fix link problem on Solaris 8 for makedev when using mknod | Neal Norwitz | 2002-04-20 | 1 | -0/+3 |
|
|
* | Forward port of patch # 500311: Work around for buggy https servers. | Martin v. Löwis | 2002-04-20 | 1 | -24/+72 |
|
|
* | Patch #546194: Check constants individually. Fixes 534143 on OpenBSD. | Martin v. Löwis | 2002-04-19 | 1 | -2/+19 |
|
|
* | #546155, remove posix_int() it is not used | Neal Norwitz | 2002-04-19 | 1 | -16/+0 |
|
|
* | Fix SF #544995 (zlib crash on second flush call) | Jeremy Hylton | 2002-04-19 | 1 | -0/+1 |
|
|
* | Document the build process more precisely. Suggested by Hugh Sasse. | Martin v. Löwis | 2002-04-19 | 1 | -3/+15 |
|
|
* | posix_fildes(): New helper: run a function that takes a file descriptor | Fred Drake | 2002-04-15 | 1 | -52/+71 |
|
|
* | Remove unused variable reported by Walter Dörwald | Neal Norwitz | 2002-04-15 | 1 | -1/+1 |
|
|
* | Patch #543447: Add posix.mknod. | Martin v. Löwis | 2002-04-14 | 1 | -4/+40 |
|
|
* | initpwd(): Clean up initialization, avoid PyModule_GetDict(). | Fred Drake | 2002-04-13 | 1 | -4/+4 |
|
|
* | First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with | Tim Peters | 2002-04-12 | 1 | -2/+5 |
|
|
* | PyObject_Del can now be used as a function designator. | Neil Schemenauer | 2002-04-12 | 2 | -2/+2 |
|
|
* | Allow PyObject_Del to be used as a function designator. Provide binary | Neil Schemenauer | 2002-04-12 | 1 | -14/+39 |
|
|
* | Got rid of ifdefs for long-obsolete GUSI versions. | Jack Jansen | 2002-04-11 | 2 | -31/+0 |
|
|
* | Fix an obvious bug. | Thomas Heller | 2002-04-09 | 1 | -2/+2 |
|
|
* | Patch #512005: getrusage() returns struct-like object. | Martin v. Löwis | 2002-04-08 | 1 | -23/+70 |
|
|
* | Lock methods acquire() and locked() now return bools. | Guido van Rossum | 2002-04-07 | 1 | -7/+7 |
|
|
* | Implement an idea by Paul Rubin: | Guido van Rossum | 2002-04-05 | 1 | -15/+11 |
|
|
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 | 1 | -3/+3 |
|
|
* | Removed old Digital Creations copyright/license notices (with | Guido van Rossum | 2002-04-04 | 4 | -161/+1 |
|
|
* | Add the 'bool' type and its values 'False' and 'True', as described in | Guido van Rossum | 2002-04-03 | 2 | -7/+57 |
|
|
* | Remove direct manipulation of the module dict. | Fred Drake | 2002-04-03 | 1 | -9/+3 |
|
|
* | Fix bugs: | Mark Hammond | 2002-04-03 | 1 | -1/+7 |
|
|