| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new option, --dvips-safe, which sets the $DVIPS_SAFE option in | Fred Drake | 2001-10-30 | 1 | -1/+30 |
|
|
* | Various minor rewrites | Andrew M. Kuchling | 2001-10-30 | 1 | -28/+31 |
|
|
* | Corrections noted by Michael McLay | Andrew M. Kuchling | 2001-10-30 | 1 | -4/+4 |
|
|
* | /F observes that we need an else: in connect() | Jeremy Hylton | 2001-10-30 | 1 | -1/+2 |
|
|
* | Don't override asplit_pat in Scanner_UH3. No reason to do so, and it broke | Jack Jansen | 2001-10-30 | 1 | -1/+0 |
|
|
* | On the macintosh don't take a quick exit in find_module() for frozen submodul... | Jack Jansen | 2001-10-30 | 1 | -0/+8 |
|
|
* | Promote file objects out of the "Other Objects" category, so they become | Fred Drake | 2001-10-30 | 1 | -172/+172 |
|
|
* | Promote built-in functions to come before built-in types. | Fred Drake | 2001-10-30 | 2 | -4/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-10-30 | 4 | -5/+5 |
|
|
* | Mention the new file() builtin in the section on file objects. | Tim Peters | 2001-10-30 | 1 | -3/+6 |
|
|
* | To cover a recent checkin, added a test to ensure dir(None) == dir(Ellipsis). | Tim Peters | 2001-10-30 | 1 | -0/+4 |
|
|
* | Just changed some continued-line indentation to read better, due to | Tim Peters | 2001-10-30 | 1 | -3/+3 |
|
|
* | Fix SF bug #456386: test_commands regression failure (Andrew Dalke) | Guido van Rossum | 2001-10-30 | 1 | -1/+1 |
|
|
* | News and attribution for SF bug #473009. | Guido van Rossum | 2001-10-30 | 2 | -0/+4 |
|
|
* | Change the limit on the input size for b2a_base64 to what will fit in | Guido van Rossum | 2001-10-30 | 1 | -1/+3 |
|
|
* | Add values to tp_getattro and tp_flags so that dir(Ellipsis) will | Guido van Rossum | 2001-10-30 | 1 | -14/+20 |
|
|
* | Minimal test for __del__ hook. | Guido van Rossum | 2001-10-30 | 1 | -0/+12 |
|
|
* | PySocketSock_connect_ex(): On Windows, return the correct Windows exit | Tim Peters | 2001-10-30 | 1 | -1/+6 |
|
|
* | directory chooser (requires a recent version of Tk) | Fredrik Lundh | 2001-10-29 | 1 | -0/+52 |
|
|
* | Rename "dictionary" (type and constructor) to "dict". | Tim Peters | 2001-10-29 | 10 | -63/+66 |
|
|
* | Add __del__ callbacks. They are too useful to leave out. | Guido van Rossum | 2001-10-29 | 2 | -0/+77 |
|
|
* | SF bug #476138: tempfile behavior across platforms | Tim Peters | 2001-10-29 | 2 | -4/+16 |
|
|
* | Revise the PDF support in the LaTeX style sheet. This still isn't quite | Fred Drake | 2001-10-29 | 1 | -24/+47 |
|
|
* | Update to reflect changes to the low-level logreader: share the info | Fred Drake | 2001-10-29 | 1 | -10/+19 |
|
|
* | Add a test for the insertion of user-provided ADD_INFO records. | Fred Drake | 2001-10-29 | 1 | -2/+12 |
|
|
* | Allow user code to call the addinfo() method on the profiler object. | Fred Drake | 2001-10-29 | 1 | -0/+3 |
|
|
* | Make the low-level log-reader object export a dictionary mapping keys | Fred Drake | 2001-10-29 | 1 | -45/+163 |
|
|
* | dictionary -> dict | Andrew M. Kuchling | 2001-10-29 | 1 | -1/+1 |
|
|
* | Fix two typos noted by Jens Quade | Andrew M. Kuchling | 2001-10-29 | 1 | -5/+12 |
|
|
* | Add additional information on exceptions from time.mktime() and related to | Fred Drake | 2001-10-29 | 1 | -2/+7 |
|
|
* | More refcount information. | Fred Drake | 2001-10-29 | 1 | -0/+40 |
|
|
* | Ignore all *.tex files in the typesetting output directories since there are | Fred Drake | 2001-10-29 | 2 | -2/+2 |
|
|
* | Make sure we generate versions of each file in the Python/C API manual with | Fred Drake | 2001-10-29 | 2 | -3/+52 |
|
|
* | Use connect_ex() instead of connect(). | Jeremy Hylton | 2001-10-29 | 1 | -12/+9 |
|
|
* | Fix for SF bug 453099 -- select not defensive | Jeremy Hylton | 2001-10-29 | 1 | -5/+16 |
|
|
* | Fix some markup errors noted by MH | Andrew M. Kuchling | 2001-10-29 | 1 | -5/+5 |
|
|
* | When overriding __str__ or __repr__, set the tp_print slot to NULL. | Guido van Rossum | 2001-10-29 | 1 | -0/+2 |
|
|
* | more loading from cfg files | Steven M. Gava | 2001-10-29 | 1 | -17/+61 |
|
|
* | more of config dialog reading from files | Steven M. Gava | 2001-10-29 | 4 | -38/+82 |
|
|
* | Use sendall() in the stream test instead of send(). | Guido van Rossum | 2001-10-29 | 1 | -1/+1 |
|
|
* | Test sendall(). | Guido van Rossum | 2001-10-29 | 1 | -1/+1 |
|
|
* | Add 'sendall' to list of socket methods. | Guido van Rossum | 2001-10-29 | 1 | -1/+1 |
|
|
* | added finditer sanity check | Fredrik Lundh | 2001-10-28 | 2 | -3/+13 |
|
|
* | Oops. In the tp_name field, the name should be "_socket.socket", not | Guido van Rossum | 2001-10-28 | 1 | -2/+2 |
|
|
* | PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs() | Fred Drake | 2001-10-28 | 4 | -23/+23 |
|
|
* | News about the socket type and the HP-UX port. | Guido van Rossum | 2001-10-27 | 1 | -1/+8 |
|
|
* | Made SocketType and socket the same thing: a subclassable type whose | Guido van Rossum | 2001-10-27 | 1 | -119/+167 |
|
|
* | SF patch #475657 (Dietmar Schwertberger) | Guido van Rossum | 2001-10-27 | 3 | -9/+14 |
|
|
* | SF bug #475327: type() produces incorrect error msg | Tim Peters | 2001-10-27 | 2 | -6/+22 |
|
|
* | dictionary() constructor: | Tim Peters | 2001-10-27 | 2 | -11/+9 |
|
|