| Commit message (Expand) | Author | Age | Files | Lines |
* | Mention SMTP additions and hmac module. | Guido van Rossum | 2001-09-14 | 1 | -0/+6 |
|
|
* | SF bug [#460467] file objects should be subclassable. | Tim Peters | 2001-09-13 | 1 | -0/+5 |
|
|
* | Added items about significant subclass bugfixes. | Tim Peters | 2001-09-12 | 1 | -0/+10 |
|
|
* | Add info about Windows filesystem limits. | Tim Peters | 2001-09-11 | 1 | -1/+5 |
|
|
* | Added Donovan Preston. | Jack Jansen | 2001-09-11 | 1 | -0/+1 |
|
|
* | Another contributor. | Guido van Rossum | 2001-09-11 | 1 | -0/+1 |
|
|
* | Another volunteer. | Guido van Rossum | 2001-09-10 | 1 | -0/+1 |
|
|
* | Generalize operator.indexOf (PySequence_Index) to work with any | Tim Peters | 2001-09-08 | 1 | -0/+3 |
|
|
* | The usual post-release fiddling. | Tim Peters | 2001-09-08 | 1 | -0/+20 |
|
|
* | Merging 2.2a3 branch changes back into trunk | Barry Warsaw | 2001-09-07 | 1 | -8/+18 |
|
|
* | Rename 'getset' to 'property'. | Guido van Rossum | 2001-09-06 | 1 | -5/+5 |
|
|
* | Added note of unittest.py changes that fixed bug 451309 | Steve Purcell | 2001-09-06 | 1 | -0/+4 |
|
|
* | Report patch #416079 changes. | Martin v. Löwis | 2001-09-06 | 1 | -0/+3 |
|
|
* | Enable large file support on Win32 systems. | Tim Peters | 2001-09-06 | 1 | -0/+6 |
|
|
* | Rework the way we try to check for libm overflow, given that C99 no longer | Tim Peters | 2001-09-05 | 1 | -0/+7 |
|
|
* | Change the date field to use $Date$ so it won't be outrageously out of | Guido van Rossum | 2001-09-05 | 1 | -1/+1 |
|
|
* | Document -Q. Move arguments around to be in strict alphabetical | Guido van Rossum | 2001-09-05 | 1 | -25/+43 |
|
|
* | Describe -E (which was added to 2.2a2). | Guido van Rossum | 2001-09-05 | 1 | -0/+7 |
|
|
* | Patch #428326: New class threading.Timer. | Martin v. Löwis | 2001-09-05 | 1 | -0/+3 |
|
|
* | Return reasonable results for math.log(long) and math.log10(long) (we were | Tim Peters | 2001-09-05 | 1 | -0/+3 |
|
|
* | At Guido's suggestion, here's a new C API function, PyObject_Dir(), like | Tim Peters | 2001-09-04 | 1 | -1/+3 |
|
|
* | Raise OverflowError when appropriate on long->float conversion. Most of | Tim Peters | 2001-09-04 | 1 | -0/+12 |
|
|
* | Rename the -D option to -Q, to avoid a Jython option name conflict. | Guido van Rossum | 2001-09-04 | 1 | -5/+5 |
|
|
* | New restriction on pow(x, y, z): If z is not None, x and y must be of | Tim Peters | 2001-09-03 | 1 | -0/+6 |
|
|
* | Make dir() wordier (see the new docstring). The new behavior is a mixed | Tim Peters | 2001-09-03 | 1 | -0/+17 |
|
|
* | Clarify the Borland situation, based on email from Stephen. | Tim Peters | 2001-09-02 | 1 | -3/+5 |
|
|
* | Add news about dictionary() constructor. | Guido van Rossum | 2001-09-02 | 1 | -0/+4 |
|
|
* | An anonymous contributor reveals his name... | Guido van Rossum | 2001-09-02 | 1 | -0/+1 |
|
|
* | Start items w/ "-" instead of "+" (consistency w/ earlier versions). | Tim Peters | 2001-09-02 | 1 | -18/+17 |
|
|
* | Add various and sundry news items -- most mine, one Barry's, one | Guido van Rossum | 2001-08-31 | 1 | -0/+44 |
|
|
* | SF patch #455966: Allow leading 0 in float/imag literals. | Tim Peters | 2001-08-30 | 1 | -3/+9 |
|
|
* | Add news about GC API change. Explain how to upgrade extension modules. | Neil Schemenauer | 2001-08-30 | 1 | -3/+16 |
|
|
* | Add a new function imp.lock_held(), and use it to skip test_threaded_import | Tim Peters | 2001-08-30 | 1 | -0/+9 |
|
|
* | marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit | Tim Peters | 2001-08-29 | 1 | -0/+5 |
|
|
* | Note change in fp literal syntax (e.g. "3e-" worked by accident before). | Tim Peters | 2001-08-28 | 1 | -0/+3 |
|
|
* | SF patch [ #455137 ] Makes popen work with COMMAND.COM on WNT, from | Tim Peters | 2001-08-27 | 2 | -0/+4 |
|
|
* | "The usual" post-release fiddling. | Tim Peters | 2001-08-22 | 1 | -0/+18 |
|
|
* | Add an item about Tim's new installer. This didn't make it into the | Barry Warsaw | 2001-08-22 | 1 | -0/+3 |
|
|
* | More NEWS for 2.2a2. | Barry Warsaw | 2001-08-22 | 1 | -2/+25 |
|
|
* | Added a note about --enable-framework on Mac OS X. | Jack Jansen | 2001-08-21 | 1 | -0/+5 |
|
|
* | Removed NEXT-NOTES, the NeXT is no longer supported. | Jack Jansen | 2001-08-19 | 2 | -82/+0 |
|
|
* | A fiddled version of the rest of Michael Hudson's SF patch | Tim Peters | 2001-08-17 | 1 | -0/+5 |
|
|
* | Add note on type/class unification. | Guido van Rossum | 2001-08-17 | 1 | -0/+6 |
|
|
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -6/+12 |
|
|
* | Another contributor's patch got accepted. | Guido van Rossum | 2001-08-17 | 1 | -0/+1 |
|
|
* | Patch #427190: Implement and use METH_NOARGS and METH_O. | Martin v. Löwis | 2001-08-16 | 1 | -0/+6 |
|
|
* | Fix typo | Andrew M. Kuchling | 2001-08-15 | 1 | -1/+1 |
|
|
* | Add blurb about cleanfuture.py. Fix misspelling in an older item. | Tim Peters | 2001-08-15 | 1 | -1/+7 |
|
|
* | Document the new semantics for setting and deleting a function's | Barry Warsaw | 2001-08-14 | 1 | -0/+6 |
|
|
* | Update a beopen.com e-mail | Andrew M. Kuchling | 2001-08-13 | 1 | -2/+2 |
|
|