| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove obsolete email address. | Fred Drake | 2001-10-09 | 1 | -1/+1 |
|
|
* | Allow the profiler's calibration constant to be specified in the constructor | Tim Peters | 2001-10-09 | 3 | -73/+70 |
|
|
* | Add a bunch of tests for a list subclass that would have caught the | Guido van Rossum | 2001-10-09 | 1 | -0/+22 |
|
|
* | The slot definition table entry for mp_getitem had a bogus wrapper | Guido van Rossum | 2001-10-09 | 1 | -1/+2 |
|
|
* | An audio/* class, like MIMEImage, contributed by Anthony Baxter. | Barry Warsaw | 2001-10-09 | 1 | -0/+71 |
|
|
* | Halfway checkin. This is still messy, but it's beginning to address | Guido van Rossum | 2001-10-09 | 2 | -140/+302 |
|
|
* | Fix minor cut-and-paste typo. | Barry Warsaw | 2001-10-09 | 1 | -1/+1 |
|
|
* | Update the documentation for the isinstance() function to reflect recent | Fred Drake | 2001-10-09 | 1 | -221/+226 |
|
|
* | Added tests for MIMEAudio class/module | Barry Warsaw | 2001-10-09 | 1 | -4/+69 |
|
|
* | Fix __all__ to the current list of exported modules (must pass the | Barry Warsaw | 2001-10-09 | 1 | -3/+4 |
|
|
* | Add documentation for the MIMEAudio class/module, contributed by | Barry Warsaw | 2001-10-09 | 1 | -0/+26 |
|
|
* | Improve the documentation for the os.P_* constants used with the os.spawn*() | Fred Drake | 2001-10-09 | 1 | -9/+29 |
|
|
* | New markup: \note{...} and \warning{...} | Fred Drake | 2001-10-09 | 4 | -0/+36 |
|
|
* | Fix [ #465502 ] urllib2: urlopen unicode problem | Jeremy Hylton | 2001-10-09 | 1 | -67/+36 |
|
|
* | Add a test for get_all() returning failobj. msg_20.txt is a sample | Barry Warsaw | 2001-10-09 | 2 | -0/+28 |
|
|
* | get_all(): We never returned failobj if we found no matching headers. | Barry Warsaw | 2001-10-09 | 1 | -0/+4 |
|
|
* | SMTPServer.__init__(): The asyncore.dispatcher base class has a method | Barry Warsaw | 2001-10-09 | 1 | -3/+1 |
|
|
* | Note that the values for Boolean options are case-insensitive. | Fred Drake | 2001-10-09 | 1 | -2/+3 |
|
|
* | Add Cesar Eduardo Barros, for asyncore patches. | Martin v. Löwis | 2001-10-09 | 1 | -0/+1 |
|
|
* | Add entry parameter to HList.item_cget. Fixes bug #466981. | Martin v. Löwis | 2001-10-09 | 1 | -2/+2 |
|
|
* | It turned out not so difficult to support old-style numbers (those | Guido van Rossum | 2001-10-09 | 2 | -12/+30 |
|
|
* | Update URL. Fixes bug #468118. | Martin v. Löwis | 2001-10-09 | 1 | -1/+1 |
|
|
* | Add additional fields to Xxo_Type declaration. Fixes bug #469250. | Martin v. Löwis | 2001-10-09 | 1 | -0/+31 |
|
|
* | Patch #468647: Fix exception propagation in asyncore. | Martin v. Löwis | 2001-10-09 | 1 | -34/+38 |
|
|
* | A brand new implementation of Profile.calibrate(). This measures an | Tim Peters | 2001-10-09 | 2 | -41/+66 |
|
|
* | Update outdated text about how to fix the font. | Guido van Rossum | 2001-10-08 | 1 | -4/+5 |
|
|
* | Replace all instances of err.strerror with err. | Jeremy Hylton | 2001-10-08 | 1 | -6/+6 |
|
|
* | Added tests that check getboolean() with the newly allowed values from | Fred Drake | 2001-10-08 | 2 | -0/+38 |
|
|
* | type_subclasses(): debug build was broken due to typo in new assert(). | Tim Peters | 2001-10-08 | 1 | -1/+1 |
|
|
* | Change all occurrences of verify(x == y) into vereq(x, y), since when | Guido van Rossum | 2001-10-08 | 1 | -374/+376 |
|
|
* | Update the description of getboolean() to reflect the changes made by | Fred Drake | 2001-10-08 | 1 | -3/+5 |
|
|
* | Mods by Alexandre Parenteau to allow embedding programs to disable the MacPyt... | Jack Jansen | 2001-10-08 | 3 | -45/+90 |
|
|
* | Brought up to date with the current state of affairs. | Jack Jansen | 2001-10-08 | 2 | -5/+6 |
|
|
* | Keep track of a type's subclasses (subtypes), in tp_subclasses, which | Guido van Rossum | 2001-10-08 | 2 | -1/+73 |
|
|
* | Mac OS X build instructions talked about --without-toolbox-glue, but | Jack Jansen | 2001-10-08 | 1 | -1/+1 |
|
|
* | Do not add -shared to linker_so. Any necessary options should already be | Martin v. Löwis | 2001-10-08 | 1 | -4/+1 |
|
|
* | Provide explicit program when trying to link pthread_create. | Martin v. Löwis | 2001-10-08 | 2 | -250/+252 |
|
|
* | Added declarations for PyMac_SetConsoleHandler, PyMan_DUmmyReadHandler | Jack Jansen | 2001-10-08 | 1 | -0/+19 |
|
|
* | Added weakrefobject.c and regenerated .exp files. | Jack Jansen | 2001-10-08 | 4 | -6/+38 |
|
|
* | Put the deprecated .ignore() method back where it was. | Tim Peters | 2001-10-08 | 1 | -4/+4 |
|
|
* | Widespread random code cleanup. | Tim Peters | 2001-10-08 | 1 | -87/+54 |
|
|
* | Implement isinstance(x, (A, B, ...)). Note that we only allow tuples, | Guido van Rossum | 2001-10-07 | 2 | -3/+20 |
|
|
* | merged port binding error message patch | Steven M. Gava | 2001-10-07 | 1 | -14/+33 |
|
|
* | merged win spawn patch | Steven M. Gava | 2001-10-07 | 1 | -1/+1 |
|
|
* | merged status bar packing patch | Steven M. Gava | 2001-10-07 | 1 | -2/+4 |
|
|
* | Only close sockets if they have been created. Reported by Blake Winton. | Martin v. Löwis | 2001-10-07 | 5 | -6/+15 |
|
|
* | Typo repair in comment. | Tim Peters | 2001-10-07 | 1 | -1/+1 |
|
|
* | Support OpenUNIX like UnixWare. | Martin v. Löwis | 2001-10-07 | 2 | -9/+9 |
|
|
* | Guido points out that the comments for self.cur[2] were subtly but | Tim Peters | 2001-10-07 | 1 | -17/+29 |
|
|
* | Use AC_TRY_RUN for checking for -Kpthread. | Martin v. Löwis | 2001-10-07 | 2 | -359/+378 |
|
|