Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For 1.5.2a2. | Guido van Rossum | 1998-10-08 | 1 | -4/+48 |
| | | | | | | | Install zlib.dll in DLLs instead of windows32 system directory. Install freeze, webchecker and versioncheck tools. Add Content type: text/plain registry keys for .py, .pyw. Add file type .pyo (same as .pyc). | ||||
* | Some kind of source control krept in. | Guido van Rossum | 1998-10-08 | 1 | -0/+28 |
| | |||||
* | Whatever | Guido van Rossum | 1998-10-08 | 1 | -0/+2 |
| | |||||
* | The previous checkin contained an experiment of Greg Stein's that wasn't | Guido van Rossum | 1998-10-08 | 1 | -1/+1 |
| | | | | meant for checkin, and which broke marshal.loads(). | ||||
* | On Win32, use | Guido van Rossum | 1998-10-08 | 1 | -1/+4 |
| | | | | | LoadLibraryEx(pathname, NULL, LOAD_WITH_ALTERED_SEARCH_PATH) to search dependent DLLs in the directory of the pathname. | ||||
* | Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy. | Guido van Rossum | 1998-10-07 | 4 | -11/+27 |
| | |||||
* | Make the dependencies really work for the HTML version. | Fred Drake | 1998-10-07 | 1 | -0/+2 |
| | |||||
* | Add test for BSDI -- by Nigel Head and otto@mail.olympus.net. | Guido van Rossum | 1998-10-07 | 2 | -215/+229 |
| | |||||
* | Added a whole bunch of descriptions. | Guido van Rossum | 1998-10-07 | 1 | -0/+11 |
| | |||||
* | Use the imp module to get the magic word. | Guido van Rossum | 1998-10-07 | 1 | -6/+2 |
| | |||||
* | Changes to support other object types besides strings | Guido van Rossum | 1998-10-07 | 5 | -16/+61 |
| | | | | | as the code string of code objects, as long as they support the (readonly) buffer interface. By Greg Stein. | ||||
* | Change the default split level to not split on marked \paragraph and | Fred Drake | 1998-10-07 | 1 | -2/+2 |
| | | | | \subparagraph sections. Indicate the default in the --help message. | ||||
* | If --debug was used, don't delete the temporary .perl file used to | Fred Drake | 1998-10-07 | 1 | -1/+3 |
| | | | | pass options to latex2html. | ||||
* | BSDI specific patches, inspired by Nigel Head and otto@mail.olympus.net. | Guido van Rossum | 1998-10-07 | 1 | -1/+22 |
| | | | | | | | | | | | Also (non-BSDI specific): - Change the CHECK_STATUS() macro so it tests for nonzero error codes instead of negative error codes only (this was needed for BSDI, but appears to be correct according to the PTHREADS spec). - use memset() to zero out the allocated lock structure. Again, this was needed for BSDI, but can't hurt elsewhere either. | ||||
* | Make gcc -Wall happy. | Guido van Rossum | 1998-10-07 | 2 | -6/+8 |
| | |||||
* | Make gcc -Wall happy: | Guido van Rossum | 1998-10-07 | 1 | -12/+0 |
| | | | | Remove unused decls of getloclock() and is_lockobject(). | ||||
* | Make gcc -Wall happy: | Guido van Rossum | 1998-10-07 | 1 | -6/+8 |
| | | | | | (1) add dummy decl for strptime(); (2) move the code to set accept2dyear to the front of inittime(). | ||||
* | Make gcc -Wall happy. | Guido van Rossum | 1998-10-07 | 1 | -5/+4 |
| | |||||
* | Support PYTHONOPTIMIZE variable; by Marc Lemburg. | Guido van Rossum | 1998-10-07 | 1 | -0/+2 |
| | |||||
* | Documented PYTHONOPTIMIZE; by Marc Lemburg. | Guido van Rossum | 1998-10-07 | 1 | -1/+1 |
| | |||||
* | Make the version variable static (it has no business being exported). | Guido van Rossum | 1998-10-07 | 1 | -1/+1 |
| | |||||
* | Add buffer module entry points. | Guido van Rossum | 1998-10-07 | 1 | -0/+6 |
| | |||||
* | Added #! line | Guido van Rossum | 1998-10-07 | 1 | -0/+1 |
| | |||||
* | Clarify sharedinstall comment | Guido van Rossum | 1998-10-07 | 1 | -2/+3 |
| | |||||
* | Add Greg Stein's buffer object API. | Guido van Rossum | 1998-10-07 | 1 | -2/+3 |
| | |||||
* | Add Greg Stein's buffer object API. | Guido van Rossum | 1998-10-07 | 3 | -0/+661 |
| | |||||
* | Don't attempt to add paragraph and subparagraph sections to the PDF | Fred Drake | 1998-10-07 | 1 | -1/+7 |
| | | | | | | outline. Work around font-long bogosity caused by ' in docstring. | ||||
* | Fix two bugs in the fstat() line, reported by Fredruk Lundh. | Guido van Rossum | 1998-10-07 | 1 | -1/+1 |
| | |||||
* | Remove a redundant check from list_slice() and list_ass_slice(). | Guido van Rossum | 1998-10-07 | 1 | -4/+0 |
| | | | | Noted by Greg Stein. | ||||
* | Fix append() calls with more than 1 argument. | Guido van Rossum | 1998-10-07 | 1 | -2/+2 |
| | |||||
* | Updated about text | Barry Warsaw | 1998-10-07 | 1 | -3/+3 |
| | |||||
* | Moved the main pynche.py file to Main.py. Added minimal driver | Barry Warsaw | 1998-10-07 | 5 | -5/+16 |
| | | | | | scripts pynche.py and pynche.pyw for Unix and Windows startup respectively. Document the .pyw file in the README. | ||||
* | Better layout of options menu and inc/dec buttons | Barry Warsaw | 1998-10-07 | 1 | -13/+16 |
| | |||||
* | Fixes for some type-in strangeness | Barry Warsaw | 1998-10-07 | 1 | -8/+18 |
| | |||||
* | Add a note about the console window | Barry Warsaw | 1998-10-06 | 1 | -4/+6 |
| | |||||
* | Never mind | Barry Warsaw | 1998-10-06 | 1 | -0/+0 |
| | |||||
* | Add link for Windows | Barry Warsaw | 1998-10-06 | 1 | -0/+0 |
| | |||||
* | RightARrow._create(): justify=RIGHT on the text object | Barry Warsaw | 1998-10-06 | 1 | -0/+1 |
| | |||||
* | A readme | Barry Warsaw | 1998-10-06 | 1 | -0/+173 |
| | |||||
* | Add a SELECTION to the pre-inserted text | Barry Warsaw | 1998-10-06 | 1 | -1/+6 |
| | |||||
* | Copyright CNRI | Barry Warsaw | 1998-10-06 | 1 | -2/+1 |
| | |||||
* | Added the rgb.txt file from X11R6.4, including the license | Barry Warsaw | 1998-10-06 | 1 | -0/+3 |
| | |||||
* | Initial revision | Barry Warsaw | 1998-10-06 | 2 | -0/+782 |
| | |||||
* | Better initial color choosing | Barry Warsaw | 1998-10-06 | 2 | -17/+37 |
| | |||||
* | Better quitting | Barry Warsaw | 1998-10-06 | 3 | -6/+3 |
| | |||||
* | Andrew Dalke's implementation of string.count(). | Guido van Rossum | 1998-10-06 | 1 | -0/+47 |
| | |||||
* | Converted to newstyle menubars | Barry Warsaw | 1998-10-06 | 1 | -34/+43 |
| | |||||
* | Added a 'Help' special menu to show how this is done. | Barry Warsaw | 1998-10-06 | 1 | -0/+5 |
| | |||||
* | The message "Exception in Tkinter callback" should go to stderr. | Guido van Rossum | 1998-10-06 | 1 | -4/+4 |
| | | | | | | | | | Fix bug in NoDefaultRoot() -- _default_root wasn't declared global; and made it reentrant. Don't set _default_root to whatever master gets passed in to BaseWidget._setup() (only set it when we need to create a new Tk() widget). | ||||
* | Update main window when Update on Click is turned on | Barry Warsaw | 1998-10-06 | 1 | -1/+7 |
| |