| Commit message (Expand) | Author | Age | Files | Lines |
* | [ Patch #102852 ] Make % error a bit more informative by indicates the | Andrew M. Kuchling | 2000-12-15 | 2 | -4/+6 |
|
|
* | Test for NULL returned from PyObject_NEW(). | Guido van Rossum | 2000-12-14 | 1 | -0/+3 |
|
|
* | Test for NULL returned from PyObject_NEW(). | Guido van Rossum | 2000-12-14 | 1 | -0/+3 |
|
|
* | Add long-overdue docstrings to dict methods. | Tim Peters | 2000-12-13 | 1 | -11/+53 |
|
|
* | Use METH_VARARGS instead of "1" in list method table. | Tim Peters | 2000-12-13 | 1 | -9/+9 |
|
|
* | Typo repair in comments. Fell for GregS's .popitem() poke. | Tim Peters | 2000-12-13 | 1 | -2/+6 |
|
|
* | Bring comments up to date (e.g., they still said the table had to be | Tim Peters | 2000-12-13 | 1 | -23/+40 |
|
|
* | Add popitem() -- SF patch #102733. | Guido van Rossum | 2000-12-12 | 1 | -0/+53 |
|
|
* | Jeffrey D. Collins <tokeneater@users.sourceforge.net>: | Fred Drake | 2000-12-06 | 1 | -3/+3 |
|
|
* | Backing out my changes. | Moshe Zadka | 2000-11-30 | 1 | -72/+0 |
|
|
* | Only use getline() when compiling using glibc | Andrew M. Kuchling | 2000-11-30 | 1 | -1/+1 |
|
|
* | Added .first{item,value,key}() to dictionaries. | Moshe Zadka | 2000-11-30 | 1 | -0/+72 |
|
|
* | Fox for SF bug #123859: %[duxXo] long formats inconsistent. | Tim Peters | 2000-11-30 | 2 | -7/+2 |
|
|
* | Patch #102469: Use glibc's getline() extension when reading unbounded lines | Andrew M. Kuchling | 2000-11-29 | 1 | -3/+30 |
|
|
* | Update dependencies per /F. | Guido van Rossum | 2000-11-28 | 1 | -1/+1 |
|
|
* | SF patch #102548, fix for bug #121013, by mwh@users.sourceforge.net. | Guido van Rossum | 2000-11-27 | 1 | -1/+1 |
|
|
* | Added _HAVE_BSDI and __APPLE__ to the list of platforms that require a | Guido van Rossum | 2000-11-13 | 1 | -1/+1 |
|
|
* | Fixed support for containment test when a negative step is used; this | Fred Drake | 2000-11-08 | 1 | -8/+34 |
|
|
* | In the containment test, get the boundary condition right. ">" was used | Fred Drake | 2000-11-08 | 1 | -2/+2 |
|
|
* | Added 38,642 missing characters to the Unicode database (first-last | Fredrik Lundh | 2000-11-03 | 1 | -87/+86 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 8 | -29/+52 |
|
|
* | [ Bug #116174 ] using %% in cstrings sometimes fails with unicode paramsFix f... | Marc-André Lemburg | 2000-10-07 | 1 | -11/+17 |
|
|
* | Donn Cave <donn@oz.net>: | Fred Drake | 2000-10-06 | 1 | -0/+2 |
|
|
* | SF bug 115831 and Ping's SF patch 101751, 0.0**-2.0 returns inf rather than | Tim Peters | 2000-10-06 | 3 | -32/+47 |
|
|
* | Simplify _PyTuple_Resize by not using the tuple free list and dropping | Neil Schemenauer | 2000-10-05 | 1 | -86/+24 |
|
|
* | Fix for SF bug #115987: PyInstance_HalfBinOp does not initialize the | Thomas Wouters | 2000-10-05 | 1 | -11/+11 |
|
|
* | Move LONG_BIT from intobject.c to pyport.h. #error if it's already been | Tim Peters | 2000-10-05 | 1 | -8/+0 |
|
|
* | - fix a GC bug caused by malloc() failing | Neil Schemenauer | 2000-10-04 | 1 | -1/+1 |
|
|
* | _PyUnicode_Fini(): Initialize the local freelist walking variable `u' | Barry Warsaw | 2000-10-03 | 1 | -2/+3 |
|
|
* | In _PyUnicode_Fini(), decref unicode_empty before tearng down the free | Guido van Rossum | 2000-10-03 | 1 | -2/+2 |
|
|
* | Rationalize use of limits.h, moving the inclusion to Python.h. | Fred Drake | 2000-09-26 | 8 | -67/+1 |
|
|
* | - don't set the titlecase flag for uppercase letters (sorry, tim) | Fredrik Lundh | 2000-09-25 | 1 | -40/+40 |
|
|
* | unicode database compression, step 3: | Fredrik Lundh | 2000-09-25 | 1 | -10021/+72 |
|
|
* | unicode database compression, step 3: | Fredrik Lundh | 2000-09-25 | 1 | -0/+578 |
|
|
* | Replace SIGFPE paranoia around strtod and atof. I don't believe these | Tim Peters | 2000-09-25 | 1 | -0/+4 |
|
|
* | Fix for SF bug 110624: float literals behave inconsistently. | Tim Peters | 2000-09-23 | 1 | -16/+44 |
|
|
* | Untested patch by Ty Sarna to make TELL64 work on older NetBSD systems. | Guido van Rossum | 2000-09-21 | 1 | -2/+6 |
|
|
* | As suggested by Toby Dickenson, setting ob_type to NULL in | Guido van Rossum | 2000-09-21 | 1 | -4/+0 |
|
|
* | Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,... | Tim Peters | 2000-09-21 | 2 | -52/+271 |
|
|
* | This patch adds a new Python C API called PyString_AsStringAndSize() | Marc-André Lemburg | 2000-09-19 | 1 | -7/+63 |
|
|
* | PyObject_SetAttr() and PyObject_GetAttr() now also accept Unicode | Marc-André Lemburg | 2000-09-18 | 1 | -11/+37 |
|
|
* | Fix for SF bug 110688: Instance deallocation neglected to account for | Tim Peters | 2000-09-17 | 1 | -12/+28 |
|
|
* | Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough. | Tim Peters | 2000-09-16 | 1 | -1/+1 |
|
|
* | Don't remove instance objects from the GC container set until we are | Neil Schemenauer | 2000-09-15 | 1 | -2/+1 |
|
|
* | Correctly cast the return value of realloc. | Martin v. Löwis | 2000-09-15 | 1 | -1/+1 |
|
|
* | Correctly use realloc return value. Fixes bug #114424. | Martin v. Löwis | 2000-09-15 | 1 | -1/+1 |
|
|
* | Fix for bug 113934. string*n and unicode*n did no overflow checking at | Tim Peters | 2000-09-09 | 2 | -4/+36 |
|
|
* | changed \x to consume exactly two hex digits, also for unicode | Fredrik Lundh | 2000-09-03 | 1 | -55/+66 |
|
|
* | Cosmetic cleanup by Vladimir. | Thomas Wouters | 2000-09-02 | 1 | -43/+49 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 20 | -180/+0 |
|
|