Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added PyMac_SetEventHandler which allows you to replace complete event | Jack Jansen | 1997-06-20 | 1 | -43/+71 |
| | | | | | | handling in inner loop with python code. Also move (previously machine independent) PyErr_CheckSignals here, so we can propagate exceptions in event handling code. | ||||
* | Added NewAliasMinimalFromFullPath(), and allow alias.Resolve() to return | Jack Jansen | 1997-06-16 | 1 | -1/+28 |
| | | | | an FSSpec to a non-existing file. | ||||
* | MACDEPPATH: Remove `sharedmodules' from default value of this variable | Barry Warsaw | 1997-06-13 | 1 | -1/+1 |
| | | | | | | since calculate_path() in getpath.c will automatically add this. Including this here will put the sharedmodules directory on sys.path twice. | ||||
* | Added docstrings by Sue Williams, re-indented to 4 spaces / level. | Fred Drake | 1997-06-12 | 1 | -20/+44 |
| | |||||
* | Fix LaTeX bug found by examining the docstrings added to commands.py. | Fred Drake | 1997-06-12 | 2 | -2/+2 |
| | |||||
* | Added libcommands.tex to list of library reference dependencies. | Fred Drake | 1997-06-12 | 1 | -1/+1 |
| | |||||
* | Documentation for Lib/commands.py, from Sue Williams. | Fred Drake | 1997-06-12 | 4 | -2/+100 |
| | |||||
* | Make imports faster on the Mac, by | Jack Jansen | 1997-06-12 | 2 | -8/+106 |
| | | | | | | | | - Remembering whether sys.path components refer to files or folders, - Using mac-specific code to check for file existence, in stead of trying to fopen() each possible file. These mods need an accompanying mod to import.c. | ||||
* | Added prototype for PyMac_RestoreMenuBar | Jack Jansen | 1997-06-12 | 1 | -0/+1 |
| | |||||
* | Replaced MacOS.EnableAppSwitch with MacOS.SchedParams | Jack Jansen | 1997-06-12 | 2 | -5/+5 |
| | |||||
* | Added optional preload arg to some routines (which creates reloaded | Jack Jansen | 1997-06-12 | 1 | -5/+9 |
| | | | | resources when set) | ||||
* | Replaced MacOS.EnableAppswitch by MacOS.SchedParams | Jack Jansen | 1997-06-12 | 4 | -6/+6 |
| | |||||
* | - Restore SIOUX menubar just before exiting, if the console window is kept | Jack Jansen | 1997-06-12 | 2 | -21/+27 |
| | | | | | open (so the user can quit with cmd-Q, print, etc) - Removed a few unused routines | ||||
* | Really nitty-gritty change to prevent latex2html from using a LaTeX-generated | Fred Drake | 1997-06-06 | 2 | -2/+2 |
| | | | | image of the argument list.... | ||||
* | Add sys/types.h include for pid_t when threading. | Guido van Rossum | 1997-06-06 | 1 | -0/+1 |
| | |||||
* | Allow oct() result for 64-bit machines. | Guido van Rossum | 1997-06-06 | 1 | -1/+2 |
| | |||||
* | Use cPickle and cStringIO when available. | Guido van Rossum | 1997-06-06 | 1 | -20/+30 |
| | |||||
* | Clear the ftp cache when it contains more than 10 entries. | Guido van Rossum | 1997-06-06 | 1 | -2/+21 |
| | |||||
* | Catch *all* errors that ftplib can raise (ftplib.all_errors) rather | Guido van Rossum | 1997-06-06 | 1 | -8/+10 |
| | | | | | | than just the four. Also folded some long lines. | ||||
* | Moved the definition of posix_times__doc__ to outside of #ifdef HAVE_TIMES | Roger E. Masse | 1997-06-05 | 1 | -3/+3 |
| | | | | so that MSVC 4.2 doesn't complain under NT. | ||||
* | Changed the reference of 'mappingobject.c' to 'dictobject.c' | Roger E. Masse | 1997-06-05 | 1 | -162/+125 |
| | |||||
* | Small changes (casts etc.) by Jack, for Mac compilation. | Guido van Rossum | 1997-06-03 | 1 | -12/+16 |
| | |||||
* | Doc strings (AMK). | Guido van Rossum | 1997-06-03 | 1 | -11/+88 |
| | |||||
* | Correct typo in last line (test program invocation). | Guido van Rossum | 1997-06-03 | 1 | -1/+1 |
| | |||||
* | Added a variant of the epilogue that has the PythonPowered logo. | Guido van Rossum | 1997-06-03 | 1 | -0/+12 |
| | |||||
* | Move the second import of faqcust to the very end. | Guido van Rossum | 1997-06-03 | 1 | -8/+8 |
| | |||||
* | AMK's regex test suite | Guido van Rossum | 1997-06-03 | 2 | -0/+331 |
| | |||||
* | Use #include "mymath.h" instead of declaring fabs() explicitly. | Guido van Rossum | 1997-06-03 | 1 | -2/+1 |
| | | | | This should solve a weird problem on the Mac for Jack. | ||||
* | socket_type --> SocketType | Fred Drake | 1997-06-03 | 1 | -1/+1 |
| | |||||
* | Added zlib | Jack Jansen | 1997-06-03 | 1 | -0/+2 |
| | |||||
* | Added USE_ZLIB to nonshared config files | Jack Jansen | 1997-06-03 | 3 | -0/+3 |
| | |||||
* | Removed SetScheduleTimes | Jack Jansen | 1997-06-03 | 1 | -26/+66 |
| | | | | | Added SchedParams Added docstrings for most routines | ||||
* | Added zlib (optional on USE_ZLIB) | Jack Jansen | 1997-06-03 | 1 | -0/+6 |
| | |||||
* | Removed old scheduler parameterizing calls and replaced with something | Jack Jansen | 1997-06-03 | 2 | -102/+125 |
| | | | | a bit easier to use and understand | ||||
* | Removed SetScheduleTimes and PyMac_DoYieldEnabled | Jack Jansen | 1997-06-03 | 1 | -6/+13 |
| | | | | | | Added [GS]etSchedParams Added parameter to PyMac_HandleEvent (safe to run python code at this point) Removed various cruft | ||||
* | Add Host: header to URL request. | Guido van Rossum | 1997-06-03 | 1 | -1/+5 |
| | |||||
* | Fix bug in copy() by using copy.copy() instead of making assumptions | Guido van Rossum | 1997-06-03 | 1 | -31/+25 |
| | | | | | (it so happens that copy.copy() works fine for the base UserDict type). Also reindented the entire module to have 4-space indents. | ||||
* | Added the new dictionary methods to the wrapper class. | Fred Drake | 1997-06-03 | 1 | -0/+16 |
| | |||||
* | Don't stop if the tests fail the first time around. | Guido van Rossum | 1997-06-02 | 1 | -1/+1 |
| | |||||
* | The usual | Guido van Rossum | 1997-06-02 | 2 | -0/+18 |
| | |||||
* | Added tests for dict.clear(), dict.update(), dict.copy(). | Guido van Rossum | 1997-06-02 | 1 | -0/+9 |
| | |||||
* | Support $HOME in expanduser(). | Guido van Rossum | 1997-06-02 | 1 | -6/+12 |
| | | | | (Who'd thought that *anyone* would be interested in writing ~/foo on NT :-) | ||||
* | Expanded the setup instructions. | Guido van Rossum | 1997-06-02 | 1 | -7/+49 |
| | |||||
* | Move the roulette() functionality out of the FaqDir class into the | Guido van Rossum | 1997-06-02 | 1 | -8/+4 |
| | | | | FaqWizard class. | ||||
* | Add default case (standard conformance) to avoid piling up | Guido van Rossum | 1997-06-02 | 1 | -4/+4 |
| | | | | system specific #ifdefs. | ||||
* | Added doc strings (Neil Schemenauer). | Guido van Rossum | 1997-06-02 | 1 | -59/+364 |
| | |||||
* | Use string.h, not strings.h | Guido van Rossum | 1997-06-02 | 1 | -1/+1 |
| | |||||
* | socket_type -> SocketType | Guido van Rossum | 1997-06-02 | 1 | -2/+2 |
| | |||||
* | array_type -> ArrayType | Guido van Rossum | 1997-06-02 | 1 | -2/+2 |
| | |||||
* | Mac hack to make select() work again... | Guido van Rossum | 1997-06-02 | 1 | -0/+61 |
| |