| Commit message (Expand) | Author | Age | Files | Lines |
* | Expose the autoraise capability. Improve the documentation. | Eric S. Raymond | 2001-01-23 | 2 | -27/+29 |
|
|
* | Oops...finish a mangled sentence. | Eric S. Raymond | 2001-01-23 | 1 | -1/+1 |
|
|
* | Rewrite webbrowser.py to fix various bugs following Ka-Ping Yee's | Eric S. Raymond | 2001-01-23 | 2 | -182/+247 |
|
|
* | Restore alphabetic order. Also try to import rlcompleter and curses, but | Tim Peters | 2001-01-23 | 1 | -7/+15 |
|
|
* | Added notes about setup.py and cygwin build; removed note about | Guido van Rossum | 2001-01-23 | 1 | -5/+12 |
|
|
* | Add introductory note about this article's draft status | Andrew M. Kuchling | 2001-01-23 | 1 | -14/+56 |
|
|
* | Added -O option (to run python or python_d w/ -O), | Tim Peters | 2001-01-23 | 1 | -8/+14 |
|
|
* | This commit was manufactured by cvs2svn to create tag 'r21a1'.v2.1a1 | cvs2svn | 2001-01-23 | 1 | -0/+1 |
|
|
* | Clean up some comments and the default VERSION. | Guido van Rossum | 2001-01-23 | 1 | -3/+2 |
|
|
* | Get rid of weird @SET_CXX@ and @SET_DLLLIBRARY@ macro occurrences. | Guido van Rossum | 2001-01-23 | 1 | -2/+2 |
|
|
* | Get rid of weird @SET_CXX@ macro occurrence. | Guido van Rossum | 2001-01-23 | 1 | -3/+2 |
|
|
* | Change SET_DLLLIBRARY to DLLLIBRARY=... | Guido van Rossum | 2001-01-23 | 1 | -1/+1 |
|
|
* | The usual | Guido van Rossum | 2001-01-23 | 1 | -392/+357 |
|
|
* | Fix some make errors during "make clobber" or "make distclean", caused | Guido van Rossum | 2001-01-23 | 1 | -38/+4 |
|
|
* | Add simple test of list comprehension that uses a name that isn't | Jeremy Hylton | 2001-01-23 | 2 | -0/+7 |
|
|
* | Use PyThreadState_DeleteCurrent() instead of PyThreadState_Delete() | Guido van Rossum | 2001-01-23 | 1 | -2/+1 |
|
|
* | Add a new API, PyThreadState_DeleteCurrent() that combines | Guido van Rossum | 2001-01-23 | 2 | -4/+30 |
|
|
* | Visit the initial test element of the listmaker for a list | Jeremy Hylton | 2001-01-23 | 1 | -1/+2 |
|
|
* | prevent symtable_params() from dereferencing off the end of the | Jeremy Hylton | 2001-01-23 | 1 | -0/+2 |
|
|
* | A few more contributors. | Guido van Rossum | 2001-01-23 | 1 | -0/+4 |
|
|
* | - Use "exec ... in dict" to avoid having to walk on eggshells; locals | Guido van Rossum | 2001-01-22 | 1 | -14/+20 |
|
|
* | Typo repair. | Tim Peters | 2001-01-22 | 1 | -1/+1 |
|
|
* | Reorganize pickle/cPickle testing so the tests pass regardless of the order | Tim Peters | 2001-01-22 | 4 | -170/+157 |
|
|
* | A variety of updates of out-of-date information. | Fred Drake | 2001-01-22 | 1 | -21/+29 |
|
|
* | When generating the source package, copy in the LICENSE file from the main | Fred Drake | 2001-01-22 | 1 | -4/+6 |
|
|
* | Never mind ignoring a copied LICENSE file; let's do this another way. | Fred Drake | 2001-01-22 | 1 | -1/+0 |
|
|
* | Ignore the generated LICENSE file needed for the documentation source | Fred Drake | 2001-01-22 | 1 | -0/+1 |
|
|
* | Change the main targets to generate HTML instead of PostScript. | Fred Drake | 2001-01-22 | 1 | -27/+30 |
|
|
* | Added link to the "Python Codecs" project at SourceForge. | Fred Drake | 2001-01-22 | 1 | -8/+18 |
|
|
* | Added dictionary.popitem() and the improved XML modules. | Andrew M. Kuchling | 2001-01-22 | 1 | -18/+41 |
|
|
* | The "user" module cannot reasonably be tested. Moved to the end (and | Fred Drake | 2001-01-22 | 1 | -2/+6 |
|
|
* | OK, changed my mind once more on this. The comparison hierarchy is | Guido van Rossum | 2001-01-22 | 1 | -1/+1 |
|
|
* | New special case in comparisons: None is smaller than any other object | Guido van Rossum | 2001-01-22 | 1 | -0/+6 |
|
|
* | Change some wording to make this work with PDF generation -- using a PDF | Fred Drake | 2001-01-22 | 1 | -2/+3 |
|
|
* | Worked around bug SF #125880: changed the text of three sections that | Fred Drake | 2001-01-22 | 1 | -3/+3 |
|
|
* | Clean up the docs for the "random" module according to comments from Tim | Fred Drake | 2001-01-22 | 1 | -90/+71 |
|
|
* | Add reference to PEP 232. | Andrew M. Kuchling | 2001-01-22 | 1 | -7/+34 |
|
|
* | Remove the dollar sign from the formatting of environment variables -- | Fred Drake | 2001-01-22 | 1 | -3/+3 |
|
|
* | Make "PythonLabs" bold. | Fred Drake | 2001-01-22 | 1 | -1/+1 |
|
|
* | Updated note about collection of cyclic garbage, based on comments from | Fred Drake | 2001-01-22 | 1 | -3/+6 |
|
|
* | Minor markup adjustment. | Fred Drake | 2001-01-22 | 1 | -2/+1 |
|
|
* | Fix \seepep handling -- correct URL to the online PEP repository on SF is | Fred Drake | 2001-01-22 | 1 | -27/+39 |
|
|
* | Remove include-file-dependant half-prototype of clnt_create(). | Thomas Wouters | 2001-01-22 | 1 | -3/+0 |
|
|
* | Regenerated (shoulnd't make a difference). | Jack Jansen | 2001-01-22 | 23 | -69/+78 |
|
|
* | Unicodedatabase.c has gone. | Jack Jansen | 2001-01-22 | 6 | -7/+0 |
|
|
* | Fill out various transcripts and XXX bits, thanks to the WMATA. | Andrew M. Kuchling | 2001-01-22 | 1 | -18/+137 |
|
|
* | Numeric-smelling objects now once again compare smaller than | Guido van Rossum | 2001-01-22 | 1 | -1/+1 |
|
|
* | Once again, numeric-smelling objects compare smaller than non-numeric | Guido van Rossum | 2001-01-22 | 1 | -2/+17 |
|
|
* | Better test for skipping project creation: the project file should also exist... | Jack Jansen | 2001-01-22 | 1 | -2/+9 |
|
|
* | SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin | Guido van Rossum | 2001-01-22 | 4 | -5/+15 |
|
|