| Commit message (Expand) | Author | Age | Files | Lines |
* | SF bug [#460467] file objects should be subclassable. | Tim Peters | 2001-09-13 | 7 | -53/+170 |
|
|
* | SF bug #461073: mailbox __iter__ bug, by Andrew Dalke. | Guido van Rossum | 2001-09-13 | 1 | -3/+3 |
|
|
* | Added items about significant subclass bugfixes. | Tim Peters | 2001-09-12 | 1 | -0/+10 |
|
|
* | Added subclass equality tests. Almost all of these are commented out now, | Tim Peters | 2001-09-12 | 1 | -0/+11 |
|
|
* | build_class(): one more (hopefully the last) step on the way to | Guido van Rossum | 2001-09-12 | 1 | -14/+21 |
|
|
* | Again perhaps the end of [#460020] bug or feature: unicode() and subclasses. | Tim Peters | 2001-09-12 | 4 | -12/+45 |
|
|
* | When MAKEFLAGS contains '-s', invoke setup.py with '-q', to silence | Guido van Rossum | 2001-09-12 | 1 | -1/+4 |
|
|
* | If interning an instance of a string subclass, intern a real string object | Tim Peters | 2001-09-12 | 2 | -4/+34 |
|
|
* | str_subtype_new, unicode_subtype_new: | Tim Peters | 2001-09-12 | 3 | -15/+36 |
|
|
* | More on bug 460020: disable many optimizations of unicode subclasses. | Tim Peters | 2001-09-12 | 2 | -12/+66 |
|
|
* | More bug 460020: lots of string optimizations inhibited for string | Tim Peters | 2001-09-12 | 2 | -81/+71 |
|
|
* | Add missing "}". | Fred Drake | 2001-09-12 | 1 | -1/+1 |
|
|
* | long_invert(): tiny speed and space optimization. | Tim Peters | 2001-09-11 | 1 | -2/+1 |
|
|
* | Add info about Windows filesystem limits. | Tim Peters | 2001-09-11 | 1 | -1/+5 |
|
|
* | More bug 460020. Disable a number of long optimizations for long subclasses. | Tim Peters | 2001-09-11 | 2 | -18/+39 |
|
|
* | More bug 460020: when F is a subclass of float, disable the unary plus | Tim Peters | 2001-09-11 | 2 | -2/+7 |
|
|
* | More bug 460020. When I is a subclass of int, disable the +I(whatever), | Tim Peters | 2001-09-11 | 2 | -10/+15 |
|
|
* | These modules now live under the Carbon package. | Jack Jansen | 2001-09-11 | 1 | -42/+76 |
|
|
* | Added applesingle, macresource, Nav and videoreader. | Jack Jansen | 2001-09-11 | 1 | -9/+67 |
|
|
* | Added a note that these are not available under Carbon (or | Jack Jansen | 2001-09-11 | 2 | -3/+8 |
|
|
* | Another documentation contributor. | Fred Drake | 2001-09-11 | 1 | -0/+1 |
|
|
* | Document clearly that the only way to retrieve the return code from the | Fred Drake | 2001-09-11 | 2 | -0/+13 |
|
|
* | The endless 460020 bug. | Tim Peters | 2001-09-11 | 2 | -6/+18 |
|
|
* | Added Donovan Preston. | Jack Jansen | 2001-09-11 | 1 | -0/+1 |
|
|
* | Added entry for the hmac module. | Fred Drake | 2001-09-11 | 2 | -0/+2 |
|
|
* | Documentation for the new login() method of the smtplib.SMTP class, | Fred Drake | 2001-09-11 | 1 | -0/+18 |
|
|
* | Documentation for the new hmac module, contributed by Gerhard Häring. | Fred Drake | 2001-09-11 | 1 | -0/+48 |
|
|
* | Silence parser generator output. | Guido van Rossum | 2001-09-11 | 3 | -7/+11 |
|
|
* | Added documentation on the getfirst() and getlist() methods of the | Fred Drake | 2001-09-11 | 1 | -6/+102 |
|
|
* | Replace a few places where X->ob_type was compared to &PyXXX_Type with | Guido van Rossum | 2001-09-11 | 2 | -7/+7 |
|
|
* | Add login() method and SMTPAuthenticationError exception. SF patch | Guido van Rossum | 2001-09-11 | 1 | -3/+93 |
|
|
* | Test for new hmac module. | Guido van Rossum | 2001-09-11 | 1 | -0/+2 |
|
|
* | HMAC algorithm as described by RFC 2104, by Gerhard Häring (SF patch | Guido van Rossum | 2001-09-11 | 1 | -0/+110 |
|
|
* | Another contributor. | Guido van Rossum | 2001-09-11 | 1 | -0/+1 |
|
|
* | Patch #460554: Properly test for tuples. | Martin v. Löwis | 2001-09-11 | 1 | -1/+1 |
|
|
* | Updated infomation about libraries for alternate compilers on Windows. | Fred Drake | 2001-09-11 | 1 | -5/+2 |
|
|
* | When frameworks are not enabled don't put an empty target in the Makefile. | Jack Jansen | 2001-09-11 | 3 | -405/+419 |
|
|
* | Fix the second reincarnation of SF #456395 -- failure on IRIX. This | Guido van Rossum | 2001-09-11 | 1 | -6/+2 |
|
|
* | Restore the comparisons that I initially put in the test but that Tim | Guido van Rossum | 2001-09-11 | 1 | -6/+6 |
|
|
* | Mods by Donovan Preston (with changes by me to make them "go with the flow") | Jack Jansen | 2001-09-11 | 1 | -14/+90 |
|
|
* | - Removed the . in the extensions. | Jack Jansen | 2001-09-11 | 1 | -2/+12 |
|
|
* | removed debug print. | Jack Jansen | 2001-09-11 | 1 | -1/+0 |
|
|
* | Added a note about making sure the Lac/Lib directory is in sys.path. | Jack Jansen | 2001-09-11 | 1 | -2/+8 |
|
|
* | Failing to import macfsn is not a fatal error. | Jack Jansen | 2001-09-11 | 1 | -1/+2 |
|
|
* | Implemented PyMac_GetFullPathname for MacPython. | Jack Jansen | 2001-09-11 | 1 | -3/+13 |
|
|
* | Possibly the end of SF [#460020] bug or feature: unicode() and subclasses. | Tim Peters | 2001-09-11 | 3 | -6/+16 |
|
|
* | PyUnicode_FromEncodedObject(): Repair memory leak in an error case. | Tim Peters | 2001-09-11 | 1 | -2/+2 |
|
|
* | Added another test of str() applied to a string subclass instance, | Tim Peters | 2001-09-11 | 1 | -0/+4 |
|
|
* | More on SF bug [#460020] bug or feature: unicode() and subclasses. | Tim Peters | 2001-09-11 | 4 | -3/+10 |
|
|
* | Fix tortured comment -- I must be on drugs today. | Tim Peters | 2001-09-10 | 1 | -2/+2 |
|
|