summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added PyMac_SetEventHandler which allows you to replace complete eventJack Jansen1997-06-201-43/+71
* Added NewAliasMinimalFromFullPath(), and allow alias.Resolve() to returnJack Jansen1997-06-161-1/+28
* MACDEPPATH: Remove `sharedmodules' from default value of this variableBarry Warsaw1997-06-131-1/+1
* Added docstrings by Sue Williams, re-indented to 4 spaces / level.Fred Drake1997-06-121-20/+44
* Fix LaTeX bug found by examining the docstrings added to commands.py.Fred Drake1997-06-122-2/+2
* Added libcommands.tex to list of library reference dependencies.Fred Drake1997-06-121-1/+1
* Documentation for Lib/commands.py, from Sue Williams.Fred Drake1997-06-124-2/+100
* Make imports faster on the Mac, byJack Jansen1997-06-122-8/+106
* Added prototype for PyMac_RestoreMenuBarJack Jansen1997-06-121-0/+1
* Replaced MacOS.EnableAppSwitch with MacOS.SchedParamsJack Jansen1997-06-122-5/+5
* Added optional preload arg to some routines (which creates reloadedJack Jansen1997-06-121-5/+9
* Replaced MacOS.EnableAppswitch by MacOS.SchedParamsJack Jansen1997-06-124-6/+6
* - Restore SIOUX menubar just before exiting, if the console window is keptJack Jansen1997-06-122-21/+27
* Really nitty-gritty change to prevent latex2html from using a LaTeX-generatedFred Drake1997-06-062-2/+2
* Add sys/types.h include for pid_t when threading.Guido van Rossum1997-06-061-0/+1
* Allow oct() result for 64-bit machines.Guido van Rossum1997-06-061-1/+2
* Use cPickle and cStringIO when available.Guido van Rossum1997-06-061-20/+30
* Clear the ftp cache when it contains more than 10 entries.Guido van Rossum1997-06-061-2/+21
* Catch *all* errors that ftplib can raise (ftplib.all_errors) ratherGuido van Rossum1997-06-061-8/+10
* Moved the definition of posix_times__doc__ to outside of #ifdef HAVE_TIMESRoger E. Masse1997-06-051-3/+3
* Changed the reference of 'mappingobject.c' to 'dictobject.c'Roger E. Masse1997-06-051-162/+125
* Small changes (casts etc.) by Jack, for Mac compilation.Guido van Rossum1997-06-031-12/+16
* Doc strings (AMK).Guido van Rossum1997-06-031-11/+88
* Correct typo in last line (test program invocation).Guido van Rossum1997-06-031-1/+1
* Added a variant of the epilogue that has the PythonPowered logo.Guido van Rossum1997-06-031-0/+12
* Move the second import of faqcust to the very end.Guido van Rossum1997-06-031-8/+8
* AMK's regex test suiteGuido van Rossum1997-06-032-0/+331
* Use #include "mymath.h" instead of declaring fabs() explicitly.Guido van Rossum1997-06-031-2/+1
* socket_type --> SocketTypeFred Drake1997-06-031-1/+1
* Added zlibJack Jansen1997-06-031-0/+2
* Added USE_ZLIB to nonshared config filesJack Jansen1997-06-033-0/+3
* Removed SetScheduleTimesJack Jansen1997-06-031-26/+66
* Added zlib (optional on USE_ZLIB)Jack Jansen1997-06-031-0/+6
* Removed old scheduler parameterizing calls and replaced with somethingJack Jansen1997-06-032-102/+125
* Removed SetScheduleTimes and PyMac_DoYieldEnabledJack Jansen1997-06-031-6/+13
* Add Host: header to URL request.Guido van Rossum1997-06-031-1/+5
* Fix bug in copy() by using copy.copy() instead of making assumptionsGuido van Rossum1997-06-031-31/+25
* Added the new dictionary methods to the wrapper class.Fred Drake1997-06-031-0/+16
* Don't stop if the tests fail the first time around.Guido van Rossum1997-06-021-1/+1
* The usualGuido van Rossum1997-06-022-0/+18
* Added tests for dict.clear(), dict.update(), dict.copy().Guido van Rossum1997-06-021-0/+9
* Support $HOME in expanduser().Guido van Rossum1997-06-021-6/+12
* Expanded the setup instructions.Guido van Rossum1997-06-021-7/+49
* Move the roulette() functionality out of the FaqDir class into theGuido van Rossum1997-06-021-8/+4
* Add default case (standard conformance) to avoid piling upGuido van Rossum1997-06-021-4/+4
* Added doc strings (Neil Schemenauer).Guido van Rossum1997-06-021-59/+364
* Use string.h, not strings.hGuido van Rossum1997-06-021-1/+1
* socket_type -> SocketTypeGuido van Rossum1997-06-021-2/+2
* array_type -> ArrayTypeGuido van Rossum1997-06-021-2/+2
* Mac hack to make select() work again...Guido van Rossum1997-06-021-0/+61