| Commit message (Expand) | Author | Age | Files | Lines |
* | Jeff Epler's patch adding an xreadlines() method. (It just imports | Guido van Rossum | 2001-01-09 | 1 | -1/+25 |
|
|
* | Tsk, tsk, tsk. Treat FreeBSD the same as the other BSDs when defining | Guido van Rossum | 2001-01-09 | 1 | -1/+1 |
|
|
* | Fix a silly bug in float_pow. Sorry Tim. | Neil Schemenauer | 2001-01-08 | 1 | -1/+1 |
|
|
* | A few reformats; no logic changes. | Tim Peters | 2001-01-08 | 1 | -9/+8 |
|
|
* | Let's hope that three time's a charm... | Guido van Rossum | 2001-01-08 | 1 | -3/+3 |
|
|
* | Fiddled ms_getline_hack after talking w/ Guido: made clearer that the | Tim Peters | 2001-01-08 | 1 | -65/+67 |
|
|
* | MS Win32 .readline() speedup, as discussed on Python-Dev. This is a tricky | Tim Peters | 2001-01-07 | 1 | -15/+184 |
|
|
* | Tim noticed that I had botched get_line_raw(). Looking again, I | Guido van Rossum | 2001-01-07 | 1 | -47/+30 |
|
|
* | This patch adds a new feature to the builtin charmap codec: | Marc-André Lemburg | 2001-01-06 | 1 | -8/+48 |
|
|
* | Restructured get_line() for clarity and speed. | Guido van Rossum | 2001-01-05 | 1 | -66/+59 |
|
|
* | Changes for PEP 208. PyObject_Compare has been rewritten. Instances no | Neil Schemenauer | 2001-01-04 | 1 | -118/+139 |
|
|
* | Make long a new style number type. Sequence repeat is now done here | Neil Schemenauer | 2001-01-04 | 1 | -76/+262 |
|
|
* | Make int a new style number type. Sequence repeat is now done here | Neil Schemenauer | 2001-01-04 | 1 | -64/+116 |
|
|
* | Make float a new style number type. | Neil Schemenauer | 2001-01-04 | 1 | -42/+108 |
|
|
* | Make instances a new style number type. See PEP 208 for details. Instance | Neil Schemenauer | 2001-01-04 | 1 | -184/+268 |
|
|
* | Massive changes as per PEP 208. Read it for details. | Neil Schemenauer | 2001-01-04 | 1 | -728/+318 |
|
|
* | dict_update has two boundary conditions: a.update(a) and a.update({}) | Jeremy Hylton | 2001-01-03 | 1 | -2/+2 |
|
|
* | fix leak | Jeremy Hylton | 2001-01-03 | 1 | -1/+3 |
|
|
* | This patch changes the default behaviour of the builtin charmap | Marc-André Lemburg | 2001-01-03 | 1 | -13/+8 |
|
|
* | Add garbage collection for module objects. Closes patch #102939 and | Neil Schemenauer | 2001-01-02 | 1 | -2/+27 |
|
|
* | Make the indentation consistently use tabs instead of using spaces just | Fred Drake | 2000-12-20 | 1 | -3/+3 |
|
|
* | Patch #102940: use only printable Unicode chars in reporting | Andrew M. Kuchling | 2000-12-19 | 1 | -1/+2 |
|
|
* | Patch #102868 from cgw: fix memory leak when an EOF is encountered | Andrew M. Kuchling | 2000-12-19 | 1 | -0/+3 |
|
|
* | Fix off-by-one error in split_substring(). Fixes SF bug #122162. | Guido van Rossum | 2000-12-19 | 1 | -1/+1 |
|
|
* | [ 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 |
|
|