summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adjusted to use the new \declaremodule \modulesynopsis \localmoduletableFred Drake1998-07-2313-80/+64
* 'name space' -> 'namespace'Guido van Rossum1998-07-231-8/+8
* Lots of new stuff for "module synopsis support." Public interface consistsFred Drake1998-07-231-51/+151
* \py@ModSynopsisFilename: New macro; gives names of the .syn file.Fred Drake1998-07-231-0/+3
* \py@ModSynopsisFilename: New macro; gives names of the "current" .syn file.Fred Drake1998-07-231-0/+9
* Ignore the new ".syn" files used to handle module synopses.Fred Drake1998-07-232-0/+2
* Lots of changes copied from the FrameMaker version. Also documentedGuido van Rossum1998-07-231-231/+625
* Several changes to support inclusion of filename in releventBarry Warsaw1998-07-231-13/+21
* PyFile_FromString(): If an exception occurs, pass in the filename thatBarry Warsaw1998-07-231-1/+2
* PyErr_SetFromErrnoWithFilename(): New function which supports settingBarry Warsaw1998-07-231-2/+14
* Added support for including the filename in IOErrors and OSErrors thatBarry Warsaw1998-07-231-3/+32
* Added support for two new standard errors: EnvironmentError andBarry Warsaw1998-07-231-5/+16
* New global variables: PyExc_EnvironmentError and PyExc_OSErrorBarry Warsaw1998-07-231-0/+3
* # Oops, correct Latex errors.Guido van Rossum1998-07-221-2/+2
* Document how to make a POST request with urlopen().Guido van Rossum1998-07-221-6/+25
* Speed up the implementation of quote().Guido van Rossum1998-07-221-8/+17
* - Added a function MoviesTask, which is the same as the method butJack Jansen1998-07-222-3/+29
* Remove the MOOV filetype from the StandardGetFile call, so we can alsoJack Jansen1998-07-221-1/+1
* Feature added by Harri Pasanen (at my suggestion): .py suffix onGuido van Rossum1998-07-221-3/+10
* (pause_doc): Sun CC complains about newline in string literalBarry Warsaw1998-07-211-2/+2
* When comparing objects, always check that tp_compare is not NULLGuido van Rossum1998-07-211-3/+7
* Don't use calculations on values gotten from tell(). Also use aGuido van Rossum1998-07-211-4/+11
* Add new syntax for specifying filenames on break and clear commands.Guido van Rossum1998-07-201-3/+12
* Untabified.Guido van Rossum1998-07-201-39/+39
* Update the documentation. Get rid of the section "how it works"Guido van Rossum1998-07-201-60/+18
* Added support for specifying a filename for a breakpoint, roughlyGuido van Rossum1998-07-201-40/+102
* Fix another bug in ESR's changes. In order to work properly,Guido van Rossum1998-07-201-4/+2
* Complete the addition of libthreading.tex. (Isn't it annoying thatGuido van Rossum1998-07-202-0/+5
* Add missing initializer for self._backupfilename. Due to Ralph Butler.Guido van Rossum1998-07-201-0/+1
* Modest speed improvement to escape() by Piet van Oostrum.Guido van Rossum1998-07-201-5/+5
* Patch by Piet van Oostrum to avoid calculating with the result ofGuido van Rossum1998-07-201-6/+5
* Add libthreading.tex to LIBFILES.Fred Drake1998-07-201-1/+1
* Added libthreading.tex ; this is mostly the contents of threading_api.py,Andrew M. Kuchling1998-07-201-0/+561
* Measure performance of sub(), split(), findall().Guido van Rossum1998-07-171-0/+23
* Add test for failure of the getattr call in pcre_expand() -- it usedGuido van Rossum1998-07-171-0/+4
* Get a 3- to 4-fold speedup for sub()/subn(), split() and findall() byGuido van Rossum1998-07-171-38/+71
* Added tests for findall().Guido van Rossum1998-07-171-1/+21
* Eric Raymond documents two already-existing functions (bmp, png).Guido van Rossum1998-07-171-0/+2
* I_getattr(),Fred Drake1998-07-171-1/+7
* Add tests for array self-assigns. (This one has no relevance to JPython.)Guido van Rossum1998-07-161-1/+28
* Add tests for list self-assigns. (Sorry, this should have been hereGuido van Rossum1998-07-161-0/+13
* Avoid using calloc(). This triggered an obscure bug on multiprocessorGuido van Rossum1998-07-161-1/+2
* From: Nicolas CHAUVAT <nico@caesium.fr>Guido van Rossum1998-07-161-1/+1
* Show how to do switchable panels.Guido van Rossum1998-07-151-0/+54
* Tk.__init__(): In computing baseName, add ".pyo" to list of droppedFred Drake1998-07-151-1/+2
* Temporarily get rid of the registration of Tcl_Finalize() as aGuido van Rossum1998-07-141-0/+5
* Better RFC 821 compliance (MAIL and RCPT, and CRLF in data)Guido van Rossum1998-07-131-15/+37
* Added a delete() method to menu entries. Only the last entry of a menuJack Jansen1998-07-131-1/+14
* Added prototypes for the code resource routines, and for PstringJack Jansen1998-07-132-1/+4
* If the preference filename resource is empty don't try to open orJack Jansen1998-07-131-4/+13