| Commit message (Expand) | Author | Age | Files | Lines |
* | Very subtle syntax change: in a list comprehension, the testlist in | Guido van Rossum | 2001-10-15 | 5 | -111/+150 |
|
|
* | Do not define _POSIX_THREADS if unistd.h defines it. | Martin v. Löwis | 2001-10-15 | 4 | -289/+336 |
|
|
* | SF bug #469910 by Alfonso Baciero: Bugfix for imaplib for macintosh | Guido van Rossum | 2001-10-15 | 2 | -1/+2 |
|
|
* | Added notes to clarify that binascii.crc32(), zlib.crc32(), and | Fred Drake | 2001-10-15 | 2 | -3/+9 |
|
|
* | Check whether pthreads are available without any options before checking | Martin v. Löwis | 2001-10-15 | 2 | -401/+520 |
|
|
* | test_typed_subpart_iterator_default_type(): Test for when the message | Barry Warsaw | 2001-10-15 | 1 | -0/+18 |
|
|
* | typed_subpart_iterator(): When getting the main type use 'text' as the | Barry Warsaw | 2001-10-15 | 1 | -2/+2 |
|
|
* | Added documentation for the functions listed in marshal.h. | Fred Drake | 2001-10-14 | 1 | -0/+80 |
|
|
* | An MSVC makefile to rebuild the grammar files (graminit.[ch]) manually. | Tim Peters | 2001-10-13 | 1 | -0/+42 |
|
|
* | Redid the slot computation. The initial slot assignments are now done | Guido van Rossum | 2001-10-13 | 1 | -64/+91 |
|
|
* | "ib" should be "boundary"; reported by Neal Norwitz. | Fred Drake | 2001-10-13 | 1 | -1/+1 |
|
|
* | Added missing parameter in call to http_error_default(); | Fred Drake | 2001-10-13 | 1 | -1/+1 |
|
|
* | SMTPError should be SMTPException; reported by Neal Norwitz. | Fred Drake | 2001-10-13 | 1 | -2/+2 |
|
|
* | Ignore execfile() return value; reported by Neal Norwitz. | Fred Drake | 2001-10-13 | 1 | -1/+1 |
|
|
* | "f" should be "self"; reported by Neal Norwitz. | Fred Drake | 2001-10-13 | 1 | -1/+1 |
|
|
* | _os should be os; reported by Neal Norwitz. | Fred Drake | 2001-10-13 | 1 | -1/+1 |
|
|
* | Remove extra param from call to self.error(). | Fred Drake | 2001-10-13 | 1 | -1/+1 |
|
|
* | Remove extra "]" in splitlines() docstring. | Fred Drake | 2001-10-13 | 1 | -1/+1 |
|
|
* | Move grid_location into Misc. Fixes bug #426892. | Martin v. Löwis | 2001-10-13 | 1 | -8/+8 |
|
|
* | Check for term.h and include it on non-ncurses system to get a declaration | Martin v. Löwis | 2001-10-13 | 4 | -3/+10 |
|
|
* | Test for __sun instead of __sun__, since SUNWspro only defines the latter; | Martin v. Löwis | 2001-10-13 | 2 | -2/+2 |
|
|
* | Cast argument to set_panel_userptr to void*. Fixes bug #417240. | Martin v. Löwis | 2001-10-13 | 1 | -1/+1 |
|
|
* | Speed the Windows code by using native 64-bit int compiler support instead | Tim Peters | 2001-10-13 | 1 | -11/+14 |
|
|
* | Suppress a bunch of "value computed is not used" warnings when building in | Fred Drake | 2001-10-13 | 1 | -2/+2 |
|
|
* | Remove some unused imports. | Fred Drake | 2001-10-13 | 1 | -4/+17 |
|
|
* | When we reach the end of the log file, close the logreader object. | Fred Drake | 2001-10-13 | 1 | -1/+3 |
|
|
* | Added new hotshot pkg to the Windows installer. | Tim Peters | 2001-10-13 | 1 | -35/+43 |
|
|
* | You can't unlink open files on Windows. | Tim Peters | 2001-10-13 | 1 | -1/+1 |
|
|
* | This compiles on Windows now. | Tim Peters | 2001-10-13 | 1 | -0/+1 |
|
|
* | My editor can't deal with long backslash-continued strings. Changed 'em. | Tim Peters | 2001-10-13 | 1 | -48/+49 |
|
|
* | Correct __repr__: include module name, avoid extra space for empty status, | Martin v. Löwis | 2001-10-12 | 1 | -3/+2 |
|
|
* | SF patch #467455 : Enhanced environment variables, by Toby Dickenson. | Guido van Rossum | 2001-10-12 | 2 | -5/+22 |
|
|
* | Get hotshot closer to compiling on Windows. | Tim Peters | 2001-10-12 | 3 | -3/+30 |
|
|
* | Jason Lowe | Guido van Rossum | 2001-10-12 | 1 | -0/+1 |
|
|
* | Add SF patch #468347 -- mask signals for non-main pthreads, by Jason Lowe: | Guido van Rossum | 2001-10-12 | 1 | -0/+26 |
|
|
* | Add entry for HotShot. | Fred Drake | 2001-10-12 | 1 | -0/+1 |
|
|
* | The HotShot core: look, ma, no hands! | Fred Drake | 2001-10-12 | 1 | -0/+1368 |
|
|
* | Preliminary user-level interface to HotShot. We still need the analysis | Fred Drake | 2001-10-12 | 2 | -0/+173 |
|
|
* | A most trivial test for HotShot -- make sure we get reasonable events | Fred Drake | 2001-10-12 | 1 | -0/+81 |
|
|
* | Use double curly braces for the generation0/1/2 initializers, to shut | Guido van Rossum | 2001-10-12 | 1 | -3/+3 |
|
|
* | Band-aid solution to SF bug #470634: readlines() on linux requires 2 ^D's. | Guido van Rossum | 2001-10-12 | 1 | -4/+11 |
|
|
* | Add entries for the newly split C API manual. | Fred Drake | 2001-10-12 | 1 | -1/+12 |
|
|
* | Break the Python/C API manual into smaller files by chapter. This manual | Fred Drake | 2001-10-12 | 11 | -6136/+6171 |
|
|
* | PySocket_getaddrinfo(): fix two refcount bugs, both having to do with | Guido van Rossum | 2001-10-12 | 1 | -3/+6 |
|
|
* | The dynamic performance hack is (mostly) done. | Guido van Rossum | 2001-10-12 | 1 | -10/+11 |
|
|
* | Suggestion from SF patch #470433 to avoid clobbering TCL_LIBRARY et | Guido van Rossum | 2001-10-12 | 1 | -4/+9 |
|
|
* | Now that COPYBUF is a new local macro, add #undef COPYBUF. | Guido van Rossum | 2001-10-12 | 1 | -0/+1 |
|
|
* | Progress on SF bug #466175 and general cleanup. | Jeremy Hylton | 2001-10-12 | 1 | -187/+197 |
|
|
* | SF bug [#470040] ParseTuple t# vs subclasses. | Tim Peters | 2001-10-12 | 2 | -2/+43 |
|
|
* | Patch #469517: Info about rpcgen compilers. | Martin v. Löwis | 2001-10-11 | 2 | -5/+12 |
|
|