| Commit message (Expand) | Author | Age | Files | Lines |
* | If the template is not specified it depends on the current execution model (c... | Jack Jansen | 2001-01-23 | 1 | -4/+12 |
|
|
* | Added a template for Carbon plugin projects. | Jack Jansen | 2001-01-23 | 8 | -0/+1104 |
|
|
* | Moved files from template to template-ppc, as this is the template for classi... | Jack Jansen | 2001-01-23 | 8 | -0/+0 |
|
|
* | Fix for MacOS X/Darwin: it doesn't need -lm, ever. (Noted by Steven Majewski) | Andrew M. Kuchling | 2001-01-23 | 1 | -3/+12 |
|
|
* | _PyImport_Inittab: define the exceptions module's init function. | Barry Warsaw | 2001-01-23 | 1 | -1/+1 |
|
|
* | Added a note about the memory size. | Jack Jansen | 2001-01-23 | 1 | -4/+8 |
|
|
* | Upped the default memory size to a whopping 24Mb, which is needed to make the... | Jack Jansen | 2001-01-23 | 1 | -0/+0 |
|
|
* | Use &# escape for non-ascii chars. | Jack Jansen | 2001-01-23 | 1 | -3/+3 |
|
|
* | Slight reworking to make it more useful for debugging | Barry Warsaw | 2001-01-23 | 1 | -5/+12 |
|
|
* | Updates and changes: | Barry Warsaw | 2001-01-23 | 1 | -2/+2 |
|
|
* | Add prototype for PyGC_Dump() -- but only inside the #ifdef | Barry Warsaw | 2001-01-23 | 1 | -0/+2 |
|
|
* | Add prototype for PyObject_Dump(). | Barry Warsaw | 2001-01-23 | 1 | -0/+1 |
|
|
* | PyObject_Dump(): Use %p format to print the address of the pointer. | Barry Warsaw | 2001-01-23 | 1 | -2/+4 |
|
|
* | A few useful definitions if you're using gdb. Copy to ~/.gdbinit to | Barry Warsaw | 2001-01-23 | 1 | -0/+27 |
|
|
* | A few miscellaneous helpers. | Barry Warsaw | 2001-01-23 | 1 | -2/+26 |
|
|
* | Leak pluggin', bug fixin' and better documentin'. Specifically, | Barry Warsaw | 2001-01-23 | 1 | -56/+72 |
|
|
* | A script to search for methods that are missing in Carbon in Python | Jack Jansen | 2001-01-23 | 1 | -0/+145 |
|
|
* | Made the about box a bit larger (Apparently MacOSX does something a little di... | Jack Jansen | 2001-01-23 | 1 | -0/+0 |
|
|
* | Fixed autoraise glitches. | Eric S. Raymond | 2001-01-23 | 1 | -5/+5 |
|
|
* | added a few more __all__ lists | Skip Montanaro | 2001-01-23 | 9 | -1/+26 |
|
|
* | Jeremy didn't write PEP 205, Fred did! | Andrew M. Kuchling | 2001-01-23 | 1 | -1/+1 |
|
|
* | Sigh... First test before committing. InvalWindowRect and friends are window ... | Jack Jansen | 2001-01-23 | 14 | -48/+55 |
|
|
* | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 3 | -6/+6 |
|
|
* | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 15 | -48/+48 |
|
|
* | 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 |
|
|