| Commit message (Expand) | Author | Age | Files | Lines |
* | PyFile_FromString(): If an exception occurs, pass in the filename that | Barry Warsaw | 1998-07-23 | 1 | -1/+2 |
|
|
* | PyErr_SetFromErrnoWithFilename(): New function which supports setting | Barry Warsaw | 1998-07-23 | 1 | -2/+14 |
|
|
* | Added support for including the filename in IOErrors and OSErrors that | Barry Warsaw | 1998-07-23 | 1 | -3/+32 |
|
|
* | Added support for two new standard errors: EnvironmentError and | Barry Warsaw | 1998-07-23 | 1 | -5/+16 |
|
|
* | New global variables: PyExc_EnvironmentError and PyExc_OSError | Barry Warsaw | 1998-07-23 | 1 | -0/+3 |
|
|
* | # Oops, correct Latex errors. | Guido van Rossum | 1998-07-22 | 1 | -2/+2 |
|
|
* | Document how to make a POST request with urlopen(). | Guido van Rossum | 1998-07-22 | 1 | -6/+25 |
|
|
* | Speed up the implementation of quote(). | Guido van Rossum | 1998-07-22 | 1 | -8/+17 |
|
|
* | - Added a function MoviesTask, which is the same as the method but | Jack Jansen | 1998-07-22 | 2 | -3/+29 |
|
|
* | Remove the MOOV filetype from the StandardGetFile call, so we can also | Jack Jansen | 1998-07-22 | 1 | -1/+1 |
|
|
* | Feature added by Harri Pasanen (at my suggestion): .py suffix on | Guido van Rossum | 1998-07-22 | 1 | -3/+10 |
|
|
* | (pause_doc): Sun CC complains about newline in string literal | Barry Warsaw | 1998-07-21 | 1 | -2/+2 |
|
|
* | When comparing objects, always check that tp_compare is not NULL | Guido van Rossum | 1998-07-21 | 1 | -3/+7 |
|
|
* | Don't use calculations on values gotten from tell(). Also use a | Guido van Rossum | 1998-07-21 | 1 | -4/+11 |
|
|
* | Add new syntax for specifying filenames on break and clear commands. | Guido van Rossum | 1998-07-20 | 1 | -3/+12 |
|
|
* | Untabified. | Guido van Rossum | 1998-07-20 | 1 | -39/+39 |
|
|
* | Update the documentation. Get rid of the section "how it works" | Guido van Rossum | 1998-07-20 | 1 | -60/+18 |
|
|
* | Added support for specifying a filename for a breakpoint, roughly | Guido van Rossum | 1998-07-20 | 1 | -40/+102 |
|
|
* | Fix another bug in ESR's changes. In order to work properly, | Guido van Rossum | 1998-07-20 | 1 | -4/+2 |
|
|
* | Complete the addition of libthreading.tex. (Isn't it annoying that | Guido van Rossum | 1998-07-20 | 2 | -0/+5 |
|
|
* | Add missing initializer for self._backupfilename. Due to Ralph Butler. | Guido van Rossum | 1998-07-20 | 1 | -0/+1 |
|
|
* | Modest speed improvement to escape() by Piet van Oostrum. | Guido van Rossum | 1998-07-20 | 1 | -5/+5 |
|
|
* | Patch by Piet van Oostrum to avoid calculating with the result of | Guido van Rossum | 1998-07-20 | 1 | -6/+5 |
|
|
* | Add libthreading.tex to LIBFILES. | Fred Drake | 1998-07-20 | 1 | -1/+1 |
|
|
* | Added libthreading.tex ; this is mostly the contents of threading_api.py, | Andrew M. Kuchling | 1998-07-20 | 1 | -0/+561 |
|
|
* | Measure performance of sub(), split(), findall(). | Guido van Rossum | 1998-07-17 | 1 | -0/+23 |
|
|
* | Add test for failure of the getattr call in pcre_expand() -- it used | Guido van Rossum | 1998-07-17 | 1 | -0/+4 |
|
|
* | Get a 3- to 4-fold speedup for sub()/subn(), split() and findall() by | Guido van Rossum | 1998-07-17 | 1 | -38/+71 |
|
|
* | Added tests for findall(). | Guido van Rossum | 1998-07-17 | 1 | -1/+21 |
|
|
* | Eric Raymond documents two already-existing functions (bmp, png). | Guido van Rossum | 1998-07-17 | 1 | -0/+2 |
|
|
* | I_getattr(), | Fred Drake | 1998-07-17 | 1 | -1/+7 |
|
|
* | Add tests for array self-assigns. (This one has no relevance to JPython.) | Guido van Rossum | 1998-07-16 | 1 | -1/+28 |
|
|
* | Add tests for list self-assigns. (Sorry, this should have been here | Guido van Rossum | 1998-07-16 | 1 | -0/+13 |
|
|
* | Avoid using calloc(). This triggered an obscure bug on multiprocessor | Guido van Rossum | 1998-07-16 | 1 | -1/+2 |
|
|
* | From: Nicolas CHAUVAT <nico@caesium.fr> | Guido van Rossum | 1998-07-16 | 1 | -1/+1 |
|
|
* | Show how to do switchable panels. | Guido van Rossum | 1998-07-15 | 1 | -0/+54 |
|
|
* | Tk.__init__(): In computing baseName, add ".pyo" to list of dropped | Fred Drake | 1998-07-15 | 1 | -1/+2 |
|
|
* | Temporarily get rid of the registration of Tcl_Finalize() as a | Guido van Rossum | 1998-07-14 | 1 | -0/+5 |
|
|
* | Better RFC 821 compliance (MAIL and RCPT, and CRLF in data) | Guido van Rossum | 1998-07-13 | 1 | -15/+37 |
|
|
* | Added a delete() method to menu entries. Only the last entry of a menu | Jack Jansen | 1998-07-13 | 1 | -1/+14 |
|
|
* | Added prototypes for the code resource routines, and for Pstring | Jack Jansen | 1998-07-13 | 2 | -1/+4 |
|
|
* | If the preference filename resource is empty don't try to open or | Jack Jansen | 1998-07-13 | 1 | -4/+13 |
|
|
* | All import-related code has moved to macimport.c. | Jack Jansen | 1998-07-13 | 2 | -224/+416 |
|
|
* | Added macimport.c to various files | Jack Jansen | 1998-07-13 | 14 | -5028/+5127 |
|
|
* | Add an empty PYTHONPREFSFILE STR resource, so frozen applications | Jack Jansen | 1998-07-13 | 1 | -81/+82 |
|
|
* | Add special case to PySequence_List() so that list() of a list is | Guido van Rossum | 1998-07-10 | 1 | -0/+6 |
|
|
* | Small changes to map() and filter(): | Guido van Rossum | 1998-07-10 | 1 | -5/+8 |
|
|
* | Changed PySequence_List() and PySequence_Tuple() to support | Guido van Rossum | 1998-07-10 | 1 | -27/+38 |
|
|
* | Added a function SetUserItemHandler: this takes a function(dialog, | Jack Jansen | 1998-07-10 | 2 | -0/+110 |
|
|
* | Add macros for direct access to the members of CFunction objects. | Guido van Rossum | 1998-07-10 | 1 | -0/+9 |
|
|